@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

body {
  font-family: "Barlow", "Open Sans", sans-serif;
  margin: 0 0;
  background-color: #E553CD;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

.half-item {
  flex-basis: 49%;
}

nav a {
  color: white;
}

.div_content {
  padding: 10px 10%;
}

address {
  font-style: normal;
  color: white;
  text-transform: none;
}

address span {
  text-transform: uppercase;
}

.mail {
  text-transform: lowercase !important;
}

address span::after {
  content: " - ";
  width: 25px;
  display: inline-block;
  text-align: center;
}

address #depot::after {
  content: "";
  width: 25px;
  display: inline-block;
  text-align: center;
}

address a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2rem;
}

address a:hover {
  color: white;
}

sup {
  font-size: 0.5rem;
  top: -1.1em;
}

#nav {
  position: fixed;
  width: 80%;
  top: 0;
  background-color: #E835CB;
  z-index: 3;
  left: 0;
  padding: 0 10%;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0;
}

#nav a {
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}

#nav a:hover {
  color: #CD17AF;
}

.compensate-for-scrollbar {
  margin-right: auto !important;
}

label {
  color: white;
  display: block;
}

label img,
label video {
  height: 130px;
}

legend {
  color: white;
}

p {
  color: white;
}

p code {
  color: orange;
}

.bde_imgs {
  display: flex;
  flex-wrap: wrap;
}

.bde_imgs>a {
  color: #fff;
  font-weight: 700;
  height: 130px;
  width: 130px;
  overflow: hidden;
  display: inline-block;
}

.bde_imgs>a img,
.bde_imgs>a video {
  height: 130px;
  margin: 5px;
}

#banniere img,
#banniere video {
  width: 100%;
  padding-top: 55px;
}

#photo a {
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: inline-block;
  margin: 4px auto;
  opacity: 1;
  transition: all 250ms ease;
}

#photo a:hover {
  opacity: 0.3;

}

#bloc-photo {
  display: grid;
  padding-right: 10px;
  grid-template-columns: repeat(auto-fill, 130px);
  justify-content: space-between;
}

#blocDetailsExpo {
  background-color: #CD17AF;
  padding: 20px;
  width: 100%;
  margin: 10px 1.18%;
}

#blocDetailsExpo>img {
  float: right;
}

#blocDetailsExpo h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin: 20px 0 0 0;
}

#blocDetailsExpo>span,
p {
  color: white;
  line-height: 150%;
}

#blocDetailsExpo a {
  color: white;
  font-weight: bold;
}

#blocDetailsExpo a:hover {
  color: brown;
}

#blocDetailsAuteur {
  padding: 10px;
  color: white;
}

#blocDetailsAuteur>img {
  float: right;
}

#blocDetailsAuteur h3 {
  text-transform: uppercase;
  color: #2b2b2b;
}

#blocDetailsAuteur a {
  font-weight: bold;
  color: white;
}

#blocDetailsAuteur a:hover {
  color: brown;
}

#blocDetailsAuteur div {
  display: inline-block;
}

#blocDetailsAuteur div a {
  height: 130px;
  width: 130px;
  overflow: hidden;
  display: block;
}

#blocDetailsAuteur div img,
#blocDetailsAuteur div video {
  height: 130px;
  margin: 5px;
}

#radio {
  padding-bottom: 1%;
  background-color: #CD17AF;
  margin: 0 auto;
  /*padding: 10px;*/
}

#radio>div {
  display: flex;
  flex-wrap: wrap;
}

#radio>div a {
  width: 29%;
  border: solid 1px #fff;
  padding: 5px;
  margin: 0 1% 1% 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  background-color: #E553CD;
}

#radio>div a:hover {
  background-color: #fff;
  color: #E553CD;
}

#radio #d1 {
  display: none;
}

#radio>div a h3 {
  margin: 0;
  font-size: 1.2rem;
}

html {
  width: 100%;
}

#liste-artistes li {
  display: inline-block;
  color: #fff;
  font-size: 14pt;
  transition: all 250ms ease;
  margin-right: 20px;
}

#liste-artistes li:hover {
  color: #dadada;
}

#liste-artistes li:nth-child(2n) {
  color: #2b2b2b;
}

#liste-artistes li:nth-child(2n):hover {
  color: white;
}

#artistes {
  color: #2b2b2b;
}

.LogoLabel img,
.LogoLabel video {
  display: none;
}

.LogoLabel:hover img,
.LogoLabel:hover video {
  display: block;
}

a {
  outline: none;
}

h1,
h2 {
  letter-spacing: 1px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0;
}

#radio button {
  border: none;
  cursor: pointer;
  background-color: #CD17AF;
  letter-spacing: 1px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin-left: -8px;
}

/*#radio #d1{
    visibility: hidden;
} */

h1 {
  cursor: pointer;
}

h1 {
  margin-bottom: 0;
  padding-top: 4%;
}

.titre-revue {
  margin-bottom: 20px;
}

h3 {
  letter-spacing: 0.5px;
}

#fin {
  color: white;
  z-index: 10;
  position: absolute;
  width: 65%;
  margin: 0 auto;
  top: 100px;
  left: 14.7%;
  background-color: #2b2b2b;
  padding: 15px;
  line-height: 12pt;
  letter-spacing: 0.5pt;
}

#return {
  z-index: 1;
  color: white;
}

#compteur {
  opacity: 0;
}

.a {
  color: yellow !important;
}

#button {
  width: 20%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#button1 {
  width: 35%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#image-banniere {
  overflow-x: hidden;
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
  display: none !important;
}

#fancybox-buttons.top {
  top: 10px;
  display: none !important;
}

#containement-system {
  width: 70%;
  margin: 0 auto;
}

/*******************/
/******header*******/
/*******************/
#header {
  margin: 0 auto;
  background-repeat: no-repeat;
  height: max-content;
  position: relative;
  width: 100%;
}

#header img {
  width: 100%;
}

#header-contenu {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  display: block !important;
}

#header-contenu ul {
  padding-left: 0;
}

#menu_contain img {
  width: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 200;
  display: none;
}

.retourPhos2017 a {
  color: #2b2b2b !important;
}

.retourPhos2017 a:hover {
  color: white !important;
}

#phostronica {
  position: absolute;
  right: 0;
  top: 65px;
}

.artiste-expo {
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease;
}

.artiste-expo:hover {
  opacity: 0.75;
}

.cal_drei .prog {
  background-color: #E553CD;
}

.cal_drei .prog .artiste-expo {
  color: #2b2b2b;
}

.cal_drei .prog .artiste-expo:hover {
  color: #fff;
}

.cal_drei .prog time {
  color: #2b2b2b;
}

/*************************/
/********contenu**********/
/*************************/
#contenu {
  margin: 0 auto;
  width: 100%;
}

/********************************/
/********phos description*********/
/*******************************/
#phos-description {
  background-color: #E553CD;
  margin: 0 auto;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 2.3rem;
  font-weight: 600;
}

#phos-description a {
  color: #2b2b2b;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 12pt;
  margin-right: 5px;
  font-weight: 700;
}

#phos-description a:hover {
  color: #fff;
}

#phos-description p {
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  margin-top: 0;
}

#phos-description p b {
  color: #2b2b2b;
}

#phos-description h2 {
  color: #2b2b2b;
  font-weight: 700;
}

/*******************************/
/***********partenaires*********/
/*******************************/
.marge-ligne-un span {
  color: white;
}

#partenaires a {
  height: 50px;
  width: max-content;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#partenaires ul {
  margin-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  padding-inline-start: 0;
}

.logo-partenaires {
  flex-basis: content;
  display: flex !important;
  margin: 2% 4% 2% 0%;
}

#partenaires a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}

#partenaires h2 {
  margin-bottom: 20px;
  flex-basis: 100%;
}

#partenaires p {
  cursor: default;
  flex-basis: 100%;
  font-size: 12pt;
  color: #fff;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}


#partenaires img {
  height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

#partenaires-contenu {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1%;
  padding: 20px;
  padding-top: 0;
}

/************************/
/*********equipe********/
/***********************/
#notre_equipe {
  background-color: #E553CD;
  margin: 0 auto;
  padding: 10px 10%;
}

#joindre {
  background-color: #CD17AF;
  margin: 0 auto;
  padding: 10px 10%;
}

#joindre h3 {
  margin: 2% 0;
}

.coordonnees-contact-container {
  margin: 2% 0;
}

.coordonnees-contact h4 {
  color: #fff;
}

.coordonnees-contact span {
  color: #fff;
  text-transform: lowercase;
}

.role {
  color: #000 !important;
}

#Div_edition {
  background-color: #E553CD;
  margin: 0 auto;
  padding: 10px 10%;
}

#equipe {
  text-transform: uppercase;
}

#equipe h3 {
  color: white;
  margin-bottom: 0;
}

#equipe p {
  color: white;
}

#equipe ul {
  padding: 0;
}

#equipe ul li {
  cursor: default;
  color: white;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  font-size: 1.1rem;
}


#equipe ul li:nth-child(2n) {
  color: #2b2b2b;
}

.pointille {
  display: block;
  border: 0;
  border-top: 3px dotted #cccccc;
}

#copyright {
  background-color: #CD17AF;
  color: white;
  font-size: 8pt;
  margin: 0;
  padding-bottom: 5%;
}

.top {
  margin-top: 200px;
}

/**********************************/
/************calendrier**************/
/*********************************/
.clearHR {
  clear: both;
  visibility: hidden;
  margin: 0;
}

#calendrier {
  background-color: #E553CD;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#calendrier-liste-jours {
  /*margin-left: -3.11%;*/
  margin-right: -2.89%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#calendrier-liste-jours li {
  display: inline-block;
  text-align: center;
  max-width: 5.64%;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 5px;
  vertical-align: bottom;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 0.25%;
  margin-right: 0.25%;
  font-size: 2rem;
  min-width: 50px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-left: 0.01%;
  padding-right: 0.01%;
  transition: all 250ms ease;
}

#calendrier-liste-jours li:hover {
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #CD17AF;
  color: #fff;
}

#calendrier-liste-jours li abbr {
  display: block;
  border-bottom: none;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}

#infos_programmation {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10000000;
  overflow-y: scroll !important;
  color: white;
  min-width: 300px;
  margin: 0 auto;
  background-color: #CD17AF;
  overflow: hidden;
}

#infos_programmation img {
  float: right;
  margin: 20px 20px 0px 0px;
}

#programmation-complete-container h2 {
  margin-bottom: 15px;
}

/****************************/
/*******display du calendrier*****/
/*****************************/
.artiste-expo,
.nom-expo-calendrier {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
  transition: all 250ms ease;
}

.nom-expo-calendrier:hover {
  color: #000;
}

.type-expo {
  text-transform: lowercase;
}

.artiste-expo {
  color: #000;
  line-height: 1.4rem;
  margin-bottom: 10px;
}

.artiste-expo:hover {
  color: #fff;
}

.nom-expo-calendrier {
  letter-spacing: 1.5px;
}

.ouvert-a,
.cout {
  color: #E553CD;
}

.lieu,
.lieu-precis,
.ouvert-a,
.cout {
  line-height: 16px;
}

/********************/
/******display prog**********/
/****************************/
.calendrier-contenu {
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-wrap: wrap;
}

.calendrier-contenu h3 {
  width: 100%;
  font-size: 1.3em;
}

.calendrier-contenu h4 {
  width: 100%;
  text-transform: uppercase;
}

.display-calendrier {
  width: 33.33%;
}

.prog {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 5%;
}

.close {
  position: absolute;
  top: 30px;
  right: 2.45%;
}

.close:hover {
  cursor: pointer;
}

.close img {
  width: 25px;
}

.hidden {
  visibility: hidden;
}

/********lieux************/
#lieu {
  text-transform: uppercase;
  background-color: #E553CD;
  margin: 0 auto;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#lieu h2 {
  color: #2b2b2b;
  flex-basis: 100%;
}

#lieu p {
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  color: white;
}

#lieu a:link {
  text-decoration: none;
}

#lieu a:visited {
  text-decoration: none;
}

#lieu a:hover {
  text-decoration: none;
}

#lieu a:active {
  text-decoration: none;
}

#lieu a {
  color: white;
}

#lieu p:hover {
  cursor: pointer;
}

#lieu h3,
#lieu h3>a {
  color: #2b2b2b;
  text-decoration: none;
  margin-bottom: 1px;
  cursor: pointer;
}

.block-lieu p {
  margin-top: -12px;
  font-size: 10pt;
}

#map {
  overflow: hidden;
}

#map iframe {
  padding-top: 0 !important;
  padding-left: 0 !important;
}

/****fin lieux************/
/**************************************/
/*************artistes*****************/
/**************************************/
#conteneur-liste-artistes {
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 1px;
  /*margin-top: 20px;*/
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: bold;
}

#infos_artiste {
  color: white;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #292929;
  /*background-color: red;*/
  /*margin-left: 15%;*/
}

.puce {
  list-style-type: circle;
  min-width: 100% !important;
}

#puce {
  min-width: 100% !important;
  margin-bottom: 20px;
}

.lien-site-artiste {
  margin-top: 10px;
}

.lien-site-artiste a {
  color: white;
  text-decoration: underline;
  margin-top: 10px;
  font-weight: bold;
}

.lien-site-artiste a:hover {
  color: #bb2f2f;
}

.upper {
  text-transform: uppercase;
}

.upper span {
  text-transform: initial;
  font-size: 12pt;
  font-weight: initial;
}

#conteneur-liste-artistes ul {
  padding-left: 0px !important;
}

#artiste-display {
  position: relative;
  padding: 0 10px 10px 20px;
}

#liste-artistes {
  width: 96%;
}

#liste-artistes li {
  display: inline-block;
  color: #fff;
  font-size: 14pt;
  margin-right: 1%;
}

#liste-artistes li:hover {
  cursor: pointer;
}

.artiste-contenu {
  width: 89%;
  padding-left: 20px;
  /*margin: 0 auto;*/
  overflow: hidden;
  margin-bottom: 10px;
}

.artiste-contenu span {
  font-size: 12pt;
  font-weight: normal;
}

.close-artiste {
  position: absolute;
  top: 25px;
  right: 2.45%;
}

.close-artiste:hover {
  cursor: pointer;
}

.close-artiste img {
  width: 25px;
}

.blue {
  color: #bb2f2f;
  /*color: #47b749*/
}

.blue:hover {
  color: #fff;
}

.white {
  color: #fff;
}

.white:hover {
  color: #bb2f2f;
}

/*************************************/
/************lightbox******************/
/**************************************/
.block2 {
  margin-top: 1%;
}

.block2 img {
  width: 160px;
  margin-bottom: 1%;
  display: inline-block;
}

.block2 img:hover {
  opacity: 0.7;
  transition-duration: 0.4s;
}

.description p {
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 12pt;
  margin-top: -16px;
}

.bleu {
  color: #bb2f2f;
  /*color: #47b749;*/
}

.blanc {
  color: #fff;
}

.blanc_site {
  color: #fff;
  text-decoration: none;
}

.blanc_site:hover {
  color: #bb2f2f;
  transition-duration: 0.4s;
}

.bleu_site {
  color: #bb2f2f;
  text-decoration: none;
}

.bleu_site:hover {
  color: #fff;
  transition-duration: 0.4s;
}

/************************************/
/*******Expositions*******/
/************************************/
#conteneur-expo {
  width: 100%;
}

#conteneur-expo img {
  /*    max-width: 100%;
        min-width: 50%;*/
  height: auto;
}

#conteneur-expo li {
  max-width: 33.3%;
  min-width: 33.3%;
}

#conteneur-expo ul {
  margin-bottom: 0px;
}

.expo-titre-block {
  margin-top: 25px;
}

.expo1 {
  line-height: 1.4rem;
}

.expo-artiste {
  font-size: 1.05vmax;
  font-weight: 900;
  color: #2b2b2b;
  width: 80% !important;
  white-space: pre-wrap;
  line-height: 1vw;
}

span.expo-artiste {
  line-height: 1.5rem;
  margin-top: 0;
}

.block-secondaire {
  margin-top: 15px;
  color: #fff;
  width: 80% !important;
  white-space: pre-wrap;
  line-height: 1vw;
}

.block {
  font-weight: 700;
}

.block-tertiaire {
  color: #fff;
}

.coordonnee {
  padding-top: 0.5%;
}

/************************************/
/*********media query block prog***************/
/************************************/

#menu_contain img {
  width: 100px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 200;
  display: block;
}

.hidden {
  visibility: hidden;
}

#containement-system {
  width: 90%;
  margin: 0 auto;
}

.block-secondaire,
.block-quaternaire,
.block-tertiaire {
  font-size: 13pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 90% !important;
  white-space: pre-wrap;
}

#expo-contenu {
  color: #fff;
  width: 98%;
  margin: 0 auto;
  position: relative;
  background-color: #bb2f2f;
  overflow: hidden;
  margin-bottom: 20px;
  /* margin-left: 15.11%; */
  padding-right: -5px;
  margin-top: 10px;
}

#conteneur-expo img {
  width: auto;
}

#infos_artiste {
  color: white;
  margin: 0 auto;
  overflow: hidden;
  background-color: #2b2b2b;
}

.block2 img {
  width: auto;
  margin-bottom: 1%;
  display: inline-block;
}

#partenaires {
  margin: 0 auto;
  background-color: #CD17AF;
  display: flex;
  flex-wrap: wrap;
  /*padding: 20px 10px;*/
}

.e a img {
  margin-top: 35px;
}

#groupe-article {
  width: 100%;
  margin: 0 auto;
}

#groupe-article ul {
  padding-left: 0;
  font-size: 0;
}

#groupe-article li {
  width: 49% !important;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #bb2f2f;
  color: #bb2f2f;
  margin-right: 0.2%;
  height: 100%;
}

#groupe-article li:last-child {
  margin-right: 0;
}

#groupe-article img {
  float: left;
  margin-left: 2%;
  margin-top: 0.5%;
  margin-right: 3%;
  margin-bottom: 1.5%;
}

#groupe-article h3 {
  margin-top: 0;
  margin-top: 1.6%;
  margin-left: 2%;
  margin-bottom: 1.5%;
  line-height: 12pt;
  color: #bb2f2f;
  text-decoration: none;
  font-size: 14pt;
  width: 95%;
}

#groupe-article a {
  display: block;
  outline: none;
  text-decoration: none;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#groupe-article a:hover {
  opacity: 0.6;
}

#groupe-article span {
  text-transform: uppercase;
  font-size: 9pt;
  margin-top: 2%;
  color: #fff;
}

#menu_contain img {
  width: 100px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 200;
  display: block;
}

#containement-system {
  overflow-x: hidden;
}

.upper {
  text-transform: uppercase;
  /*font-style: oblique;*/
  width: 90%;
}

.close {
  position: absolute;
  top: 30px;
  right: 7.55%;
}

.hidden {
  visibility: hidden;
}

#containement-system {
  width: 90%;
  margin: 0 auto;
}

.block-secondaire,
.block-quaternaire,
.block-tertiaire {
  font-size: 13pt;
  width: 90% !important;
  white-space: pre-wrap;
}

.expo-artiste,
.expo1 {
  font-size: 16pt !important;
  width: 90% !important;
  white-space: pre-wrap;
  letter-spacing: 1.5px;
}

.expo1 {
  color: #fff;
  font-weight: 900;
  width: 90% !important;
  white-space: pre-wrap;
  letter-spacing: 2px;
}

#expo-contenu {
  color: #fff;
  width: 111%;
  margin: 0 auto;
  position: relative;
  background-color: #bb2f2f;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: -5px;
  margin-top: 10px;
  /*white-space: pre-wrap;*/
}

#puce {
  min-width: 85% !important;
  margin-bottom: 20px;
  margin-left: -4%;
}

#conteneur-expo img {
  width: auto;
}

#conteneur-artistes {
  background-color: #CD17AF;
  margin: 0 auto;
  /*padding: 10px;*/
}

#conteneur-expo li {
  max-width: 100%;
  min-width: 33.3%;
}

#infos_artiste {
  color: white;
  margin: 0 auto;
  overflow: hidden;
  background-color: #2b2b2b;
}

.block2 img {
  width: auto;
  margin-bottom: 1%;
  display: inline-block;
}

#partenaires-contenu {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1%;
  padding: 10px;
  padding-top: 0;
  overflow-x: hidden;
  margin-top: 10px;
}

#info-expo,
#info-expo2,
#info-expo3,
#info-expo4,
#info-expo5,
#info-expo6,
#info-expo7,
#info-expo8 {
  overflow-x: hidden;
  width: 101.05%;
}

#image-banniere {
  overflow-x: hidden;
  display: none;
}

#image-banniere-phone {
  display: block !important;
  overflow-x: hidden;
}

#desktop {
  display: none;
}

#phone {
  display: block !important;
}

.expo-contenu {
  width: 80%;
  padding-left: 14px;
  padding-bottom: 15px;
}

/**************************/
/********style lightbox********/
/**************************/
#programmation-complete-container {
  background-color: #E553CD;
  margin: 0 auto;
  /*padding: 20px 10px;*/
}

.da-thumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -1.16%;
  padding-bottom: 2.5%;
}

.da-thumbs li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  min-height: 150px;
  width: 31%;
  margin: 0.7%;
  background-color: #001;
  height: 300px;
}

.da-thumbs li img,
.da-thumbs li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.da-thumbs li div {
  position: absolute;
  background: #333;
  background: #CD17AF;
  width: 100%;
  height: 100%;
  left: -100%;
}

.da-thumbs li div span {
  display: block;
  margin-left: 20px;
  text-transform: uppercase;
  width: 100%;
}

.da-thumbs li:hover div {
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

#medias {
  padding-bottom: 16px;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
#expo-contenu {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #bb2f2f;
  overflow: hidden;
  margin-bottom: 20px;
  /*margin-left: 15.11%;*/
  padding-right: -5px;
  margin-top: 10px;
}

.expo-contenu {
  width: 87%;
  padding-left: 20px;
  padding-bottom: 15px;
}

.close-expo {
  position: absolute;
  top: 30px;
  right: 2.45%;
}

.close-expo:hover {
  cursor: pointer;
}

.close-expo img {
  width: 25px;
}

#info-expo,
#info-expo2,
#info-expo3,
#info-expo4,
#info-expo5,
#info-expo6,
#info-expo7,
#info-expo8,
#info-expo9 {
  overflow: hidden;
}

.expo {
  position: relative;
  padding: 0 10px 10px 20px;
}

.lower-case {
  font-variant: small-caps;
  font-size: initial;
}

.artiste-contenu-expo {
  overflow: hidden;
}

#artiste-display {
  padding: 0 10px 10px 0px;
}

/*********************************************************/
/*******************PHOTO*********************************/
/*********************************************************/
#photo {
  /*width: 100%;*/
  /*padding: 10px;*/
  background-color: #E553CD;
  margin: 0 auto;
}

#conteneur-photo {
  width: 100%;
  margin: 0 auto;
}

#groupe-photo {
  width: 95.9%;
  margin: 0 auto;
}

video {
  background-color: #E553CD;
}

#groupe-photo a,
#groupe-video a {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#groupe-photo a:hover,
#groupe-video a:hover {
  opacity: 0.6;
}

#groupe-photo ul {
  padding-left: 0;
}

#groupe-photo li {
  display: inline-block;
}

#groupe-photo img {
  width: 123px;
}

#groupe-photo img:nth-child(9n + 0) {
  margin-right: 0;
}

ul {
  list-style-type: none;
}

#sortable_ordre img,
#sortable_ordre video {
  height: 130px;
  width: auto;
}

.ui-state-default {
  display: inline-block;
  background: darkslategray !important;
}

.block-lieu {
  color: white;
  margin-top: 15px;
}

.bde_exp {
  color: #fff;
}

.mean-container .mean-bar {
  position: fixed !important;
  left: 0 !important;
  height: 55px;
}

#editions {
  padding: 10px 0;
}

#editions li {
  font-size: 1.6rem !important;
  letter-spacing: 1px;
  font-weight: bold;
}

#editions li a {
  text-decoration: none;
}

#editions li:nth-child(2n) a {
  color: #2b2b2b;
}

#editions li:nth-child(2n) a:hover {
  color: #fff;
}

#editions li:nth-child(2n + 1) a {
  color: #fff;
}

#editions li:nth-child(2n + 1) a:hover {
  color: #2b2b2b;
}

input[type="submit"] {
  margin: 10px 0;
  padding: 5px;
  border-radius: 4px;
  background-color: #94fff6;
}

.LogoLabel a {
  color: #bb2f2f;
}

#sortable_ordre_expo {
  display: flex;
  flex-wrap: wrap;
}

#sortable_ordre_expo li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  min-height: 150px;
  width: 30%;
  margin: 1.16%;
  background-color: #bb2f2f;
  height: 300px;
}

#sortable_ordre_expo li span {
  display: block;
}

#sortable_ordre_expo li img,
#sortable_ordre_expo li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div #banniere {
  margin-top: 2.8%;
}



/*****************************/
/*********ZOOM ART EN TROP********/
/****************************/
.annonce-colloc {
  font-size: 2em;
  background-color: #BB2F2F;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}

.description-annonce {
  font-weight: bold;
  color: yellow;
}

#zoom-artentrop {
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.annonce-colloc a {
  color: white;
  padding-top: 150px;
}




/*********************************************************************/
/******************  Adaption au format smartphone  ******************/
/*********************************************************************/

/*  Contenu  */

@media screen and (max-width: 800px) {
  div {
    font-size: 1em;
  }

  .da-thumbs li {
    width: 100%;
  }

  #radio>div a {
    width: 100%;
    transition: 250ms all ease;
    background-color: #E553CD;
    color: #fff;
  }

  .logo-partenaires {
    flex-basis: 30%;
  }

  #partenaires a {
    justify-self: center;
    height: 40px;
  }

  .display-calendrier {
    width: 100%;
    min-width: 250px;
  }

  li {
    display: block !important;
  }

  .block-lieu {
    margin-top: 0;
    font-size: 10pt !important;
  }

  .expo-artiste,
  .expo1 {
    font-size: 10pt !important;
    width: 90% !important;
    white-space: pre-wrap;
    letter-spacing: 1.5px;
  }

  span.expo-artiste {
    line-height: 1.5rem;
    margin-top: 0;
  }

  .block-secondaire,
  .block-quaternaire,
  .block-tertiaire {
    font-size: 10pt;
  }

  .da-thumbs li div span {
    display: block;
    margin-left: 10px;
    text-transform: uppercase;
    width: 100%;
  }

  .expo-titre-block {
    margin-top: 5px;
  }

  #editions ul li {
    margin-top: 10px;
  }

  #editions ul li:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {

  #map {
    margin-top: 3%;
  }

  .half-item {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1366px) {
  .da-thumbs li {
    width: 47.6%;
  }


  #radio>div a {
    width: 44.5%;
  }

  .display-calendrier {
    width: 50%;
  }

  .expo-artiste,
  .expo1 {
    font-size: 12pt !important;
  }

  span.expo-artiste {
    line-height: 1.2rem;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  #groupe-article li {
    width: 31% !important;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #bb2f2f;
    color: #1c9fc3;
    margin-right: 0.2%;
    height: 100%;
  }

  .expo-artiste,
  .expo1 {
    font-size: 12pt !important;
  }

  .expo-titre-block {
    margin-top: 15px;
  }

  #conteneur-expo li {
    max-width: 33.3%;
    min-width: 33.3%;
    margin-right: 2px;
  }

  #info-expo {
    overflow: hidden;
  }

  .block-secondaire,
  .block-quaternaire,
  .block-tertiaire {
    font-size: 10pt;
  }

  #infos_artiste {
    color: white;
    margin: 0 auto;
    overflow: hidden;
    background-color: #2b2b2b;
  }

  .block2 img {
    width: 128px;
  }

  #lieu-details {
    width: 80%;
    color: white;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 19px;
  }
}

@media screen and (max-width: 700px) {
  #phos-description {
    margin: 0 auto;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 1rem;
    font-weight: 400;
    font-size: 0.8em;
  }
}

iframe {
  padding-top: 50px;
  padding-left: 11%;
}

#twitch {
  color: #2b2b2b;
  padding-left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}