/**/
/* IMPORTS
*/
/********************************************/
/*											*/
/*  			VARIABLES - STYLES			*/
/* 	 			Date : 7 juin 2017			*/
/* 			  Copyright DGK 2017			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur du fichier.         			*/
/*											*/
/********************************************/
/* PALETTE DE COULEURS */
/**********************************/
/* INDEX
/**********************************/
/* Personnalisation du Bootstrap carousel */
.carousel-control {
  top: 45%;
  bottom: auto;
  background-image: none!important;
  opacity: 1;
  width: 8%;
  padding: 1em 0;
}
.carousel-control:hover {
  color: #bd8951;
}
.carousel-control.left {
  left: 3%;
}
.carousel-control.right {
  right: 3%;
}
.carousel-caption {
  padding-bottom: 50px;
  bottom: 50px;
}
@media (max-width: 1200px) {
  .carousel-caption {
    padding-bottom: 30px;
    bottom: 30px;
  }
}
@media (max-width: 900px) {
  .carousel-caption {
    padding-bottom: 20px;
    bottom: 20px;
  }
}
@media (max-width: 500px) {
  .carousel-control.left {
    left: 6%;
  }
  .carousel-control.right {
    right: 6%;
  }
}
/* Custom code pour mettre les images en background, pour permettre le full-screen */
.carousel,
.carousel .item,
.carousel .item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.box-spectacle-accueil {
  border: 6px solid #ffffff;
  margin-bottom: 18px;
  padding: 9px 8px;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.box-spectacle-accueil .date {
  display: table-cell;
  vertical-align: middle;
  color: #bd8951;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  position: relative;
}
.box-spectacle-accueil .date span {
  display: block;
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
}
.box-spectacle-accueil .date:after {
  position: absolute;
  content: "";
  background-color: #606060;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
}
.box-spectacle-accueil .artiste {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  width: auto;
}
.box-spectacle-accueil .artiste:after {
  position: absolute;
  content: "";
  background-color: #606060;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
}
.box-spectacle-accueil .heure {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  width: 125px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.box-spectacle-accueil .details {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
}
@media (max-width: 767px) {
  .box-spectacle-accueil {
    border-width: 1px;
    display: block;
    position: relative;
    padding-bottom: 100px;
  }
  .box-spectacle-accueil .date {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 8px;
  }
  .box-spectacle-accueil .date:after {
    display: none;
  }
  .box-spectacle-accueil .artiste {
    display: block;
    padding-left: 0;
    width: 100%;
    letter-spacing: 0;
    font-weight: normal;
  }
  .box-spectacle-accueil .artiste:after {
    display: none;
  }
  .box-spectacle-accueil .heure {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 138px;
    padding-left: 0;
    width: auto;
  }
  .box-spectacle-accueil .details {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 9px;
    right: 8px;
  }
}
/**********************************/
/* MENUS
/**********************************/
.triggerFullScreenMenu {
  overflow: hidden;
}
.fullscreen-menus-resto {
  transition: all 0.5s ease 0s;
}
.fullscreen-menus-resto .boxed-content {
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.fullscreen-menus-resto .faim,
.fullscreen-menus-resto .soif {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.fullscreen-menus-resto .faim .h1,
.fullscreen-menus-resto .soif .h1 {
  margin-top: 30vh;
  transition: all 0.5s ease 0s;
}
.fullscreen-menus-resto .faim .btn,
.fullscreen-menus-resto .soif .btn {
  font-size: 18px;
  display: block;
  width: 255px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-height: 740px) {
  .fullscreen-menus-resto .faim .h1,
  .fullscreen-menus-resto .soif .h1 {
    margin-top: 25vh;
    margin-bottom: 30px;
  }
  .fullscreen-menus-resto .faim .btn,
  .fullscreen-menus-resto .soif .btn {
    padding: 1em 2em;
  }
}
.fullscreen-menus-resto .soif {
  right: 50%;
  left: 0;
  padding-left: 58px;
  background-image: url(../../images/jai-soif.jpg);
}
@media (max-width: 1200px) {
  .fullscreen-menus-resto .soif {
    padding-left: 36px;
  }
}
@media (max-width: 900px) {
  .fullscreen-menus-resto .soif {
    padding-left: 18px;
  }
}
.fullscreen-menus-resto .faim {
  right: 0;
  left: 50%;
  padding-right: 58px;
  background-image: url(../../images/jai-faim.jpg);
}
@media (max-width: 1200px) {
  .fullscreen-menus-resto .faim {
    padding-right: 36px;
  }
}
@media (max-width: 900px) {
  .fullscreen-menus-resto .faim {
    padding-right: 18px;
  }
}
.fullscreen-menus-resto #resume {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: #ffffff;
}
.fullscreen-menus-resto #resume:hover {
  color: #bd8951;
}
@media (max-width: 767px) {
  .fullscreen-menus-resto .faim,
  .fullscreen-menus-resto .soif {
    position: static;
    height: auto;
    width: 100%;
  }
  .fullscreen-menus-resto .faim .h1,
  .fullscreen-menus-resto .soif .h1 {
    margin-top: 16px;
  }
}
.fullscreen-menus-resto.minified {
  margin-top: -65vh;
  position: relative;
}
.fullscreen-menus-resto.minified .h1 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.fullscreen-menus-resto.minified #resume {
  display: block;
}
.fullscreen-menus-resto.minified .btn {
  display: none;
}
.fullscreen-menus-resto.minified .boxed-content {
  opacity: 0;
}
.faim-ou-soif {
  margin-bottom: 80px;
}
.faim-ou-soif a {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  background-color: #bd8951;
  color: #ffffff;
  border-bottom: 10px solid #bd8951;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  opacity: 1;
}
.faim-ou-soif a.soif {
  background-image: url(../../images/jai-soif.jpg);
}
.faim-ou-soif a.faim {
  background-image: url(../../images/jai-faim.jpg);
}
.faim-ou-soif a:hover {
  background-position: center bottom;
  opacity: 0.85;
  transition: background-position 20s, opacity 1s;
}
.faim-ou-soif a.active {
  background-image: none;
}
@media (max-width: 767px) {
  .faim-ou-soif a {
    border-bottom-width: 7px;
    margin-bottom: 6px;
  }
}
.type-de-menu {
  border-bottom: 2px dotted #d1d1d1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.type-de-menu ul {
  display: flex;
  justify-content: space-between;
}
.type-de-menu ul li {
  width: 48%;
}
.type-de-menu ul a {
  color: #000000;
  display: block;
  position: relative;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
}
.type-de-menu ul a:hover {
  color: #bd8951;
}
.type-de-menu ul a.active {
  background-color: #bd8951;
  color: #ffffff;
}
.type-de-menu ul a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bd8951;
}
.menu-choice {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.menu-choice a {
  display: flex;
  box-sizing: border-box;
  margin: 15px;
  width: 260px;
  height: 85px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: none;
  border: 5px solid #bd8951;
  color: #252525;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
.menu-choice a:hover,
.menu-choice a.active {
  background-color: #bd8951;
  color: #ffffff;
}
.menu-choice a.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 25px #bd8951;
}
@media (max-width: 767px) {
  .menu-choice {
    flex-flow: row wrap;
  }
  .menu-choice a {
    width: 45%;
    margin: 15px 2%;
  }
}
.menu-categories {
  text-align: left;
}
.menu-categories ul li {
  overflow: hidden;
}
.menu-categories ul li a {
  font-size: 14px;
  padding: 10px 12px;
  font-weight: bold;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  position: relative;
  width: 80%;
  transition: none;
}
.menu-categories ul li a:hover {
  color: #bd8951;
}
.menu-categories ul li.active a {
  background-color: #bd8951;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.menu-categories ul li.active a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  border-top: solid 18px transparent;
  border-bottom: solid 18px transparent;
  border-left: solid 18px #bd8951;
}
.menu .tab-pane div:first-child h3 {
  margin-top: -8px;
}
.menu .menu-item {
  border-bottom: 2px dotted #d1d1d1;
  overflow: hidden;
  padding-top: 16px;
}
.menu .menu-item .titre {
  font-size: 24px;
  color: #393939;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-weight: bold;
  width: 70%;
  float: left;
}
.menu .menu-item p {
  letter-spacing: 1px;
  color: #606060;
  width: 70%;
}
.menu .menu-item .prix {
  font-size: 24px;
  text-align: right;
  color: #bd8951;
  float: right;
  width: 30%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .menu {
    margin-top: 60px;
  }
}
/* Custom code pour palier au bootstrap tabs system */
.tab-pane:not(.active) {
  display: none;
}
/**********************************/
/* SPECTACLES + FICHES
/**********************************/
.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin: 2rem 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.75);
  transition: all 0.5s ease 0s;
}
.card .view {
  overflow: hidden;
}
.card .img-mask {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-attachment: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.card img {
  object-fit: cover;
  border-radius: 0;
  height: 280px;
  width: 100%;
}
.card .card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card .card-block .card-title {
  text-transform: uppercase;
  color: #bd8951;
  font-size: 1.3em;
  margin: 0;
}
.card .card-block p {
  margin: 1em 0;
  color: #252525;
}
.card .card-block .filter-card-details ul li {
  display: inline-block;
  font-size: 1.05em;
  color: #bd8951;
  margin-right: 1em;
}
.card .card-block .filter-card-details ul li i {
  margin-right: 0.5em;
}
.card .overlay:hover .img-mask {
  opacity: 1;
}
.card.hoverable {
  transition: box-shadow 0.55s;
}
.card.hoverable:hover {
  transition: box-shadow 0.45s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card.active {
  transition: all 0.5s ease 0s;
  border-width: 0.5em;
  border-color: #a3621b;
}
.large-card {
  max-height: 620px;
  font-size: 1.15em;
}
.large-card img {
  height: 580px!important;
}
.large-card .card-block {
  padding: 2rem 1.5rem;
}
.small-card {
  max-height: 290px;
  font-size: 0.75em;
}
.small-card .card-block p {
  margin: 0.5em 0;
}
.fiche-de-spectacle .ext-links {
  margin: 1em 0;
  overflow: hidden;
}
.fiche-de-spectacle .ext-links ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fiche-de-spectacle .ext-links ul li {
  width: 48%;
  margin-bottom: 6px;
}
.fiche-de-spectacle .details {
  margin-bottom: 2em;
}
.fiche-de-spectacle .details ul li {
  display: inline-block;
  font-size: 1.15em;
  color: #bd8951;
  font-weight: bold;
  margin-right: 1em;
}
.fiche-de-spectacle .details ul li i {
  margin-right: 0.5em;
}
/**********************************/
/* CARRIÈRE/EMPLOIS
/**********************************/
.liste-emplois {
  margin-bottom: 180px;
}
.liste-emplois a.link {
  display: block;
  padding: 50px 0;
  text-align: center;
  background-color: #ffffff;
  color: #252525;
  margin-bottom: 24px;
}
.liste-emplois a.link .poste {
  color: #bd8951;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.liste-emplois a.link:hover,
.liste-emplois a.link:active {
  background-color: #bd8951;
}
.liste-emplois a.link:hover .poste,
.liste-emplois a.link:active .poste {
  color: #ffffff;
}
.separateur-arrow {
  background-image: url(../../images/down-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 72px;
}
.carousel-temoignages-controls {
  margin: 65px 0;
  overflow: hidden;
}
.carousel-temoignages-controls .carousel-control {
  height: 65px;
  padding: 0;
  display: block;
  position: relative;
  width: 25%;
  left: 0;
}
.carousel-temoignages-controls .carousel-control .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-temoignages-controls .carousel-control .infos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.carousel-temoignages-controls .carousel-control .infos .nom {
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-temoignages-controls .carousel-control .infos .poste {
  font-style: italic;
}
.carousel-temoignages-controls .carousel-control.left {
  margin-left: 25%;
  float: left;
}
.carousel-temoignages-controls .carousel-control.left .fa {
  left: 0;
}
.carousel-temoignages-controls .carousel-control.left .infos {
  left: 45px;
  text-align: left;
}
.carousel-temoignages-controls .carousel-control.right {
  margin-right: 25%;
  float: right;
}
.carousel-temoignages-controls .carousel-control.right .fa {
  right: 0;
}
.carousel-temoignages-controls .carousel-control.right .infos {
  right: 45px;
  text-align: right;
}
@media (max-width: 767px) {
  .carousel-temoignages-controls .carousel-control {
    width: 50%;
  }
  .carousel-temoignages-controls .carousel-control.left {
    margin-left: 0;
  }
  .carousel-temoignages-controls .carousel-control.right {
    margin-right: 0;
  }
}
#carousel-temoignages {
  height: 500px;
}
.temoignage-box {
  overflow: hidden;
  display: table;
}
.temoignage-box .image {
  display: table-cell;
  vertical-align: top;
  width: 45%;
}
.temoignage-box .image img {
  width: 80%;
  margin: auto;
}
.temoignage-box .infos {
  width: 55%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.temoignage-box .infos p {
  display: block;
  border: 7px solid #ffffff;
  line-height: 1.9;
  padding: 5% 7%;
  font-style: italic;
  margin: 0;
}
.temoignage-box .infos .nom {
  font-size: 28px;
  color: #bd8951;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
}
.temoignage-box .infos .poste {
  font-style: italic;
}
@media (max-width: 767px) {
  .temoignage-box {
    display: block;
  }
  .temoignage-box .image {
    display: block;
    width: 100%;
  }
  .temoignage-box .image img {
    width: 60%;
  }
  .temoignage-box .infos {
    width: 100%;
    display: block;
    text-align: center;
  }
  .temoignage-box .infos p {
    border: none;
    line-height: 1.5;
  }
  .temoignage-box .infos .nom {
    font-size: 18px;
    margin-top: 0.5em;
  }
}
/**********************************/
/* PROMOTIONS
/**********************************/
.promotion-box {
  margin: 75px 0 150px 0;
  position: relative;
}
.promotion-box img.principale {
  margin: auto;
}
.promotion-box .h1 {
  position: absolute;
  margin-bottom: 0;
}
.promotion-box img.deco {
  position: absolute;
}
.promotion-box p {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: left;
}
.promotion-box.horizontale img.principale {
  width: 90%;
}
.promotion-box.horizontale .h1 {
  bottom: 20%;
  right: -5%;
  width: 50%;
  text-align: left;
}
.promotion-box.horizontale img.deco {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promotion-box.horizontale p {
  margin-left: 10%;
  width: 45%;
}
.promotion-box.verticale img.principale {
  width: 55%;
}
.promotion-box.verticale .h1 {
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  width: 45%;
  text-align: left;
}
.promotion-box.verticale img.deco {
  right: -5%;
  bottom: 40%;
}
.promotion-box.verticale p {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 991px) {
  .promotion-box.horizontale {
    overflow: hidden;
  }
  .promotion-box.horizontale img.principale {
    width: 100%;
  }
  .promotion-box.horizontale .h1 {
    width: 50%;
    text-align: left;
    position: static;
    float: left;
    font-size: 50px;
    margin-top: 24px;
  }
  .promotion-box.horizontale img.deco {
    display: none;
  }
  .promotion-box.horizontale p {
    margin-top: 24px;
    margin-left: 0;
    width: 50%;
    float: right;
  }
  .promotion-box.verticale {
    overflow: hidden;
  }
  .promotion-box.verticale img.principale {
    width: 50%;
    float: left;
  }
  .promotion-box.verticale .h1 {
    width: 47%;
    transform: none;
    position: static;
    float: right;
    font-size: 50px;
  }
  .promotion-box.verticale img.deco {
    display: none;
  }
  .promotion-box.verticale p {
    margin-top: 24px;
    margin-left: 0;
    width: 47%;
    float: right;
  }
}
@media (max-width: 767px) {
  .promotion-box .h1 {
    font-size: 36px!important;
    width: 100%!important;
    text-align: center!important;
    float: none!important;
    margin-top: 12px!important;
  }
  .promotion-box p {
    margin-top: 12px!important;
    width: 100%!important;
    float: none!important;
    text-align: center!important;
    font-size: 1em!important;
  }
  .promotion-box.horizontale img.principale {
    width: 100%;
  }
  .promotion-box.verticale img.principale {
    width: 70%;
    float: none;
    margin: auto;
  }
}
.promotion-box-wide {
  margin: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
.promotion-box-wide .image-principale {
  background-size: cover;
  background-position: center center;
  width: 55%;
}
.promotion-box-wide .content {
  width: 35%;
  padding-bottom: 80px;
  padding-top: 50px;
  margin-right: 5%;
}
.promotion-box-wide p {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: left;
}
.promotion-box-wide:nth-child(odd) {
  flex-direction: row-reverse;
}
.promotion-box-wide:nth-child(odd) .content {
  margin-left: 5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .promotion-box-wide {
    display: block;
  }
  .promotion-box-wide .image-principale {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-bottom: 40%;
  }
  .promotion-box-wide .content {
    width: 90%;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .promotion-box-wide .h1 {
    width: 100%!important;
    text-align: center!important;
    float: none!important;
    margin-top: 24px!important;
    margin-bottom: 24px!important;
  }
  .promotion-box-wide p {
    margin-top: 12px!important;
    width: 100%!important;
    float: none!important;
    text-align: center!important;
    font-size: 1em!important;
  }
  .promotion-box-wide:nth-child(odd) .content {
    margin-right: auto;
    margin-left: auto;
  }
}
/**********************************/
/* CONTACT
/**********************************/
.contact {
  font-size: 18px;
  line-height: 1.85em;
  margin-top: 40px;
}
.contact a {
  color: #252525;
  text-decoration: underline;
}
.contact a:hover {
  color: #bd8951;
}
