 
/*********************************/
/***           RESET           ***/
/*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, button, textarea {
  margin                 : 0;
  padding                : 0;
  border                 : 0;
  font-weight            : inherit;
  font-style             : inherit;
  vertical-align         : baseline;
  cursor                 : default;
}
body{
  color                  : black;
  background             : white;
}
a {
  cursor                 : pointer;
  color                  : inherit;
  font-size              : inherit;
}
a img {
  cursor                 : pointer;
}

html, body {
  height                 : 100%;
}
html {
  overflow-y             : scroll;
}
ol, ul {
  list-style             : none;   /* tables still need 'cellspacing="0"' in the markup */
}
input::-moz-focus-inner, button::-moz-focus-inner { 
  border                 : 0;
  padding                : 0;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
* {
  font                   : 16px/19px Verdana,Arial,sans-serif;
}

.out {
  left                   : -999em;
  line-height            : 1px;
  position               : absolute;
  text-indent            : -999em;
}
.clear {
  clear                  : both;
}

b, strong {
  font-weight            : bold;
  font-size              : inherit;
}
i {
  font-style             : italic;
}

a.maps-link img {
  width                  : 20px;   
  height                 : auto;
  vertical-align         : sub;
}

.shadow-out {
  -webkit-box-shadow     : -2px 3px 10px #666;
  -moz-box-shadow        : -2px 3px 10px #666;
  -ms-box-shadow         : -2px 3px 10px #666;
  -o-box-shadow          : -2px 3px 10px #666;
  box-shadow             : -2px 3px 10px #666;
}
.shadow-out-around {
  -webkit-box-shadow     : 0 0 7px #666;
  -moz-box-shadow        : 0 0 7px #666;
  -ms-box-shadow         : 0 0 7px #666;
  -o-box-shadow          : 0 0 7px #666;
  box-shadow             : 0 0 7px #666;
}
.shadow-in {
  -webkit-box-shadow     : inset -1px 3px 10px #666;
  -moz-box-shadow        : inset -1px 3px 10px #666;
  -ms-box-shadow         : inset -1px 3px 10px #666;
  -o-box-shadow          : inset -1px 3px 10px #666;
  box-shadow             : inset -1px 3px 10px #666;
}
.shadow-in-light {
  -webkit-box-shadow     : inset -2px 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow        : inset -2px 2px 4px rgba(0,0,0,0.2);
  -ms-box-shadow         : inset -2px 2px 4px rgba(0,0,0,0.2);
  -o-box-shadow          : inset -2px 2px 4px rgba(0,0,0,0.2);
  box-shadow             : inset -2px 2px 4px rgba(0,0,0,0.2);
}


.nav-acc {
  clear                  : both;
  cursor                 : pointer;
  background-color       : #;
  margin                 : 30px 5px 0 5px;
  text-align             : center;
  color                  : #FFF;
}
.nav-acc span {
  display                : block;
  margin                 : 0;
  cursor                 : inherit;
}
.nav-acc span:nth-child(1) {
  font-size              : 26px;
  font-weight            : bold;
  line-height            : 34px;
}
.nav-acc span:nth-child(2) {
  font-size              : 14px;
  line-height            : 12px;
  padding-bottom         : 6px;
}
.nav-bloc {
  display                : none;
}
body {
  background-color       : #ffe9b4;
}

h1, h2 {
  padding                : 10px 0;
  text-align             : center;
  color                  : #;
  font-weight            : bold;
  font-size              : 26px;
  line-height            : 28px;
  text-shadow            : -1px 1px 2px rgba(0,0,0,0.3);
}
h3 {
  color                  : #;
  font-weight            : bold;
}

#construction {
  margin-top             : 80px;
  text-align             : center;
  color                  : #;
  font-weight            : bold;
  font-size              : 26px;
  line-height            : 28px;
  text-shadow            : -1px 1px 1px #243769;
}


/***** MENU *****/
nav#menu {
  position               : fixed;
  width                  : 100%;
  z-index                : 99;
  height                 : 0;
}
nav#menu span,
nav#menu div {
  display                : none;
}

nav#menu.burger span {
  display                : block;
  height                 : 38px;
  background-color       : #;
  -webkit-box-shadow     : 0 3px 10px rgba(0,0,0,0.3);
  -moz-box-shadow        : 0 3px 10px rgba(0,0,0,0.3);
  -ms-box-shadow         : 0 3px 10px rgba(0,0,0,0.3);
  -o-box-shadow          : 0 3px 10px rgba(0,0,0,0.3);
  box-shadow             : 0 3px 10px rgba(0,0,0,0.3);
  z-index                : 1000;
  color                  : #FFF;
  padding                : 7px 10px;
  box-sizing             : border-box;
}
nav#menu.burger span i {
  vertical-align         : middle;
  font-style             : normal;
  margin-right           : 10px;
  font-weight            : bold;
  font-size              : 20px;
}
nav#menu.burger span i[class*='fa-'] {
  cursor                 : pointer;
  font-size              : 25px;
}
nav#menu.burger div {
  display                : block;
  transition             : 0.5s;
  width                  : 0;
  overflow-x             : hidden;
}
nav#menu.burger ul {
  display                : table;
  background-color       : #;
  border-bottom          : 1px solid #FFF;
}
nav#menu.burger ul li {
  padding                : 6px 10px 6px 0;
  border-top             : 1px solid #FFF;
  border-right           : 1px solid #FFF;
  color                  : #FFF;
  cursor                 : pointer;
}
nav#menu.burger ul li i {
  width                  : 35px;
  display                : inline-block;
  text-align             : center;
}

nav#menu.line {
  display                : block;
  height                 : 38px;
  background-color       : #;
  -webkit-box-shadow     : 0 3px 10px rgba(0,0,0,0.3);
  -moz-box-shadow        : 0 3px 10px rgba(0,0,0,0.3);
  -ms-box-shadow         : 0 3px 10px rgba(0,0,0,0.3);
  -o-box-shadow          : 0 3px 10px rgba(0,0,0,0.3);
  box-shadow             : 0 3px 10px rgba(0,0,0,0.3);
  z-index                : 99;
  color                  : #FFF;
}
nav#menu.line span {
  display                : none;
}
nav#menu.line div {
  display                : block;
}
nav#menu.line ul {
  text-align             : center;
}
nav#menu.line ul li {
  display                : inline-block;
  margin-top             : 9px;
  padding                : 0 7px;
  border-right           : 2px solid #FFF;
  cursor                 : pointer;
}
nav#menu.line ul li:hover {
  text-decoration        : underline;
}
nav#menu.line ul li:last-child {
  border-right           : none;
}
nav#menu.line ul li i {
  display                : none;
}


/***** HEADER *****/
header {
  text-align             : center;
  padding-bottom         : 15px;
  width                  : 100%;
  margin                 : 0 auto;
  position               : relative;
}
body.infos header {
  padding-top            : 50px;
}
header span {
  display                : block;
  line-height            : 30px;
}
header i[class*='fa-'] {
  width                  : 26px;
  text-align             : center;
  color                  : #;
  vertical-align         : text-top;
  font-size              : 18px;
}
header img.maps {
  vertical-align         : text-bottom;
}
header .nb_days {
  position               : relative;
  height                 : 50px;
  line-height            : 50px;
  width                  : 120px;
  color                  : #ffffff;
  font-weight            : bold;
  font-size              : 26px;
  background-color       : #;
  text-align             : center;
  margin                 : 10px auto 0;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  -ms-border-radius      : 50%;
  -o-border-radius       : 50%;
  border-radius          : 50%;
}
header .nb_days.today {
  font-size              : 16px;
}

/***** SECTION *****/
body.infos section {
  padding-bottom         : 80px;
}
body.resa section {
  padding-bottom         : 60px;
}


section #affiche, 
section .col-left, 
section .col-right,
section .cjv-col-left, 
section .cjv-col-right {
  width                  : 100%;
  padding                : 5px 10px 0;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
}

/***** SECTION : Places - Compteur *****/
section #places {
  clear                  : both;
  text-align             : center;
  height                 : 80px;
  padding                : 0 5px 20px;
}
section #places .countdown-places {
  margin-top             : 10px;    
  height                 : 24px;
}
section #places .countdown-places .places {
  display                : inline-block;
}
section #places .countdown-places span.nb {
  margin                 : 0;
  display                : inline-block;
  background             : url(../img/20160110/compteur.png) 0 0 no-repeat;
  width                  : 16px;
  height                 : 24px;
  vertical-align         : middle;
}
section #places .countdown-places span.texte {
  display                : inline-block;
  vertical-align         : middle;
}
section #places .countdown-places span.alert {
  color                  : #;
  font-weight            : bold;
  font-size              : 22px;
  text-shadow            : -1px 1px 2px #243769;
}

section #places .info-date-maj {
  font-size              : 12px;
}

/***** SECTION : Places - Barre de progression *****/
section #places .bar {
  max-width              : 310px;
  width                  : 100%;
  margin                 : 10px auto 2px;
}
section #places .bar .bar_progress {
  position               : relative;
  overflow               : hidden;
  width                  : 100%;
  height                 : 25px;
  background-color       : #f9d275;
  -webkit-border-radius  : 6px;
  -moz-border-radius     : 6px;
  -ms-border-radius      : 6px;
  -o-border-radius       : 6px;
  border-radius          : 6px;
  -webkit-box-shadow     : inset -2px 3px 5px rgba(0,0,0,.1);
  -moz-box-shadow        : inset -2px 3px 5px rgba(0,0,0,.1);
  -ms-box-shadow         : inset -2px 3px 5px rgba(0,0,0,.1);
  -o-box-shadow          : inset -2px 3px 5px rgba(0,0,0,.1);
  box-shadow             : inset -2px 3px 5px rgba(0,0,0,.1);
}
section #places .bar .bar_progress .progress {
  display                : block;
  height                 : 25px;
  width                  : 0%;
  background-color       : #;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  -ms-border-radius      : 5px;
  -o-border-radius       : 5px;
  border-radius          : 5px;
  -webkit-transition     : width s linear;
  -moz-transition        : width s linear;
  -o-transition          : width s linear;
  transition             : width s linear;
  -webkit-box-shadow     : 1px 2px 10px #666;
  -moz-box-shadow        : 1px 2px 10px #666;
  -ms-box-shadow         : 1px 2px 10px #666;
  -o-box-shadow          : 1px 2px 10px #666;
  box-shadow             : 1px 2px 10px #666;
}
section #places .bar .bar_progress .val {
  top                    : 0;
  position               : absolute;
  height                 : 25px;
  width                  : 100%;
  text-align             : center;
  line-height            : 25px;
  font-weight            : bold;
  color                  : #ffffff
}

#complet {
  display                : block;
  margin                 : 10px auto;
}

/***** SECTION : Flyer *****/
section img.affiche {
  display                : block;
  width                  : 100%;
  max-width              : 450px;
  margin                 : 3px auto;
}

/***** SECTION : Toutes *****/
section .bloc {
  padding-top            : 20px;
  clear                  : both;
  text-align             : center;
}

/***** SECTION : R�servations *****/
section #resa img {
  display                : inline-block;
}
section #resa img.billet {
  vertical-align         : middle;
}
section #resa .resa-info {
  display                : inline-block;
  vertical-align         : middle;
  text-align             : left;
  margin                 : 5px 0;
  padding                : 0 3px;
  line-height            : 24px;
  max-width              : 600px;
}
section #resa .resa-info i.info-prix {
  font-style: italic;
  font-size: 13px;
}
section #resa .resa-info img.telethon {
  height                 : 32px;
  vertical-align         : middle;
}
section #resa .resa-info .resa-bloc {
  border                 : 2px solid #;
  padding                : 8px 8px 8px 30px;
  margin-top             : 5px;
  margin-bottom          : 10px;
  position               : relative;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}
section #resa .resa-info .resa-bloc a {
  color                  : #;
  font-weight            : bold;  
}
section #resa .resa-info .resa-bloc .resa-bloc-num {
  position               : absolute;
  top                    : 7.2px;
  left                   : 4px;
  color                  : #FFFFFF;
  background-color       : #;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  -ms-border-radius      : 50%;
  -o-border-radius       : 50%;
  border-radius          : 50%;
  width                  : 20px;
  height                 : 20px;
  text-align             : center;
  font-size              : 12px;
  font-weight            : bold;
  line-height            : 20px;
}
section #resa .resa-info .resa-bloc .infos-pdv {
  margin-top             : 2px !important;
}
section #resa .resa-info .resa-bloc .infos-pdv,
section #resa .resa-info .resa-bloc .infos-pdv * {
  font-size              : 12px;
  line-height            : 13px;
  margin-top             : 0;
}

section #resa .resa-info ul {
  list-style             : initial !important;
  margin                 : 3px 0 3px 30px;
}
section #resa .resa-info .resa-bloc>ul {
  list-style             : none !important;
  margin-left            : 15px;
}
section #resa .resa-info .resa-bloc>ul>li {
  margin-top             : 5px;
}
section #resa .resa-info i[class*='fa-'] {
  color                  : #;
  margin-right           : 5px;
}



section #resa .resa-info #resa-opened,
section #resa .resa-info #resa-closed,
section #page-infos {
  display                : inline-block;
  margin                 : 10px 0;
  background-color       : #;
  color                  : #ffffff;
  padding                : 5px 20px;
  font-weight            : bold;
  text-decoration        : none;
  text-align             : center;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  -ms-border-radius      : 5px;
  -o-border-radius       : 5px;
  border-radius          : 5px;
}
section #page-infos {
  margin                 : 10px auto;
  display                : table;
}


/***** SECTION : R�servations Formulaire *****/

section #resaForm {
  width                  : 100%;
  padding                : 5px 10px 0;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box; 
}
section #resaForm form,
section #resaForm div#success,
section #resaForm div#closed {
  display                : inline-block;
  background-color       : #;
  color                  : #ffffff;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
  width                  : 100%;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box; 
}
section #resaForm form div.cadre,
section #resaForm div#success div.cadre,
section #resaForm div#closed div.cadre {
  padding                : 20px 5px;
  width                  : 100%;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box; 
}
section #resaForm div#success div.cadre {
  padding                : 25px 20px 25px;
  text-align             : center;
  font-weight            : bold;
  line-height            : 33px;
  font-size              : 18px;
  color                  : #b3e466;
}
section #resaForm div#success div.cadre i {
  font-size              : 100px;
}
section #resaForm div#success div.cadre span {
  display                : block;
  font-weight            : normal;
  line-height            : 20px;
  font-size              : 14px;
  color                  : #FFF;
}
section #resaForm div#closed div.cadre {
  padding                : 100px 0 152px;
  text-align             : center;
  font-weight            : bold;
  line-height            : 75px;
  font-size              : 18px;
  color                  : #aaefef;
}

section #resaForm form div.cadre div > span {
  display                : block;
  vertical-align         : top;
}
section #resaForm form div.cadre div > span:nth-child(1) {
  padding                : 6px 3px 3px;
  text-align             : left;
}
section #resaForm form div.cadre div > span:nth-child(1) i {
  font-size              : 12px;
}
section #resaForm form div.cadre div > span:nth-child(2) {
  padding                : 3px;
  text-align             : left;
}

section #resaForm form div.cadre div.line {
  text-align             : left;
}
section #resaForm form div.cadre div.line > span {
  display                : inline-block;
}
section #resaForm form div.cadre div.line > span i {
  font-style             : italic;
  font-size              : 12px;
  display                : block;
}
section #resaForm form div.cadre div.line > span span.mt-unitaire {
  display                : inline-block;
  width                  : 20px;
  text-align             : right;
}
section #resaForm form div.cadre div.line > span:nth-child(1) {
  padding                : 13px 3px 3px 3px;
  text-align             : left;
  width                  : 240px;
}
section #resaForm form div.cadre div.line.cumul > span:nth-child(1) {
  width                  : auto;
}
section #resaForm form div.cadre div.line > span:nth-child(2) {
  padding                : 10px 3px 3px 3px;
  text-align             : left;
}
section #resaForm form div.cadre div.line.cumul > span:nth-child(2) {
  padding                : 13px 3px 3px 3px;
  text-align             : left;
}

section #resaForm form #lib-recup-billets {
  margin-top             : 12px;
  text-align             : left;
  padding                : 0 3px;
}
section #resaForm form div.msg-porteur {
  font-style             : italic;
  font-size              : 14px;
  color                  : #;
  background-color       : #;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
  padding                : 5px;
}
section #resaForm form #captcha {
  text-align             : left;
  padding                : 6px 3px;
}
section #resaForm form #captcha div.g-recaptcha > div {
  margin                 : 5px 0 15px;
}

section #resaForm form div.cadre div.msg {
  padding                : 5px 2px;
  background-color       : #;
  margin                 : 0 2px;
  border-radius          : 5px;
}
section #resaForm form div.cadre div.msg.error {
  color                  : #ff0000;
}
section #resaForm form div.cadre div.msg.success {
  color                  : #02b702;
}
section #resaForm form div.cadre div.msg ul {
  text-align             : left;
  padding-left           : 10px;
}

section #resaForm form div.cadre div.accept-conditions,
section #resaForm form div.cadre div.accept-newsletter {
  text-align             : left;
}
section #resaForm form div.cadre div.accept-conditions.error {
  color                  : #;
}
section #resaForm form div.cadre div.accept-conditions b,
section #resaForm form div.cadre div.accept-newsletter b {
  display                : inline-block;
  vertical-align         : top;
  font-weight            : normal;
  padding                : 0 5px;
}
section #resaForm form div.cadre div.accept-conditions b:nth-child(2),
section #resaForm form div.cadre div.accept-newsletter b:nth-child(2) {
  width                  : 85%;
}

section #resaForm form div.cadre div.valid {
  text-align             : center;
  padding-top            : 15px;
}
section #resaForm form input,
section #resaForm form select {
  border                 : 2px solid #ffd718;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
  padding                : 0 4px;
}
section #resaForm form input.error,
section #resaForm form select.error {
  border                 : 2px solid #ff0000;
}
section #resaForm form input {
  line-height            : 21px;
}
section #resaForm form input[type="checkbox"] {
  margin-top             : 5px;
}
section #resaForm form input[type="submit"] {
  border                 : none;
  background-color       : #;
  color                  : #;
  font-weight            : bold;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
  padding                : 5px 20px;
  cursor                 : pointer;
}

section #resaConditions div {
  clear                  : both;
  display                : inline-block;
  vertical-align         : middle;
  text-align             : left;
  margin                 : 5px 0;
  line-height            : 18px;
  font-size              : 12px;
  text-align             : justify;
  width                  : 100%;
  padding                : 5px 10px 0;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box; 
}
section #resaConditions div span {
  font-weight            : bold;
  font-size              : 16px;
}

section #chekForm {
  text-align             : center;
  margin                 : 30px 0;
}

section #chekForm form div {
  margin                 : 20px 0;
}
section #chekForm form input {
  border                 : 2px solid #ffd718;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
  padding                : 0 4px;
  font-size              : 40px;
  font-weight            : bold;
  line-height            : 65px;
  text-align             : center;
  width                  : 220px;
}
section #chekForm form input[type="submit"] {
  border                 : none;
  background-color       : #;
  color                  : #ffd718;
  font-weight            : bold;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
  padding                : 5px 0;
  cursor                 : pointer;
}
section #chekForm div.code-secu {
  font-size              : 90px;
  font-weight            : bold;
  margin-top             : 60px;
  color                  : #;
}

section #music > div {
  display                : inline-block;
  vertical-align         : middle;
  text-align             : justify;
  margin                 : 5px 0;
  padding                : 0 3px;
  line-height            : 21px;
  max-width              : 600px;
}

section #music > div,
section #orchestre > div,
section #philippe > div,
section #herve > div {
  display                : block;
  max-width              : 538px;
  margin                 : 0 auto;
  padding                : 15px;
  text-align             : justify;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
  background-color       : #;
  color                  : #000000;
  -webkit-border-radius  : 12px;
  -moz-border-radius     : 12px;
  -ms-border-radius      : 12px;
  -o-border-radius       : 12px;
  border-radius          : 12px;
}

section #music h2,
section #orchestre h2,
section #philippe h2,
section #herve h2 {
  padding                : 0 0 15px;
}

section #music h3,
section #orchestre h3 {
  color                  : #;
  font-size              : 17px;
  margin                 : 18px 0 8px;
}
section #saison h3 {
  color                  : #FFFFFF;
  font-size              : 20px;
  margin                 : 18px 0 8px;
}
section #music h3:first-child,
section #orchestre h3:first-child {
  margin-top             : 0;
}

/***** SECTION : Programme musical *****/
section #music p.direction {
  font-size              : 18px;
  line-height            : 40px;
  font-weight            : bold;
  color                  : #;
}
section #music ul {
  text-align             : left;
  list-style             : initial;
  margin-left            : 20px;
  width                  : auto;
}
/*background             : url(../img/20160110/programme.png) 50% 50% no-repeat #ffd018;*/
section #music li {
  margin-bottom          : 10px;
}
section #music ul ul {
  margin-left            : 50px;
  list-style             : circle;
}
section #music ul ul * {
  font-size              : 14px;
  line-height            : 18px;
}
section #music li li {
  margin-bottom          : 0;
}
section #music li:last-child {
  margin-bottom          : 0;
}
section #music li span {
  display                : block;
}
section #music li span:nth-child(1) {
  font-weight            : bold;
}
section #music li span:nth-child(1) i {
  font-style             : normal;
  font-size              : 14px;
}
section #music li span:nth-child(2),
section #music li span:nth-child(3) {
  margin-left            : 20px;
  font-style             : italic;
  font-size              : 14px;
}
section #music hr {
  width                  : 40%;
  margin                 : 10px auto;
  border                 : 2px solid #;
  -webkit-border-radius  : 2px;
  -moz-border-radius     : 2px;
  -ms-border-radius      : 2px;
  -o-border-radius       : 2px;
  border-radius          : 2px;
}

/***** SECTION : Orchestre *****/
section #orchestre > div ul {
  list-style             : initial;
  margin                 : 5px 0 15px 20px;
}
section #orchestre > div h3  {
  font-weight            : bold;
}
section #orchestre > div div,
section #saison > div div {
  margin-top             : 5px;
}
section #orchestre li {
  margin-bottom          : 7px;
}

/***** SECTION : Chefs d'orchestre *****/
section #philippe > div img,
section #herve > div img {
  display                : block;
  margin                 : 0 auto 10px;
  width                  : 40%;
  max-width              : 200px;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}
section #philippe > div p,
section #herve > div p {
  margin-top             : 10px;
}
section #philippe > div img + p,
section #herve > div img + p {
  margin-top             : 0;
}

/***** SECTION : Musiciens *****/
section #musiciens > div {
  text-align             : left;
  display                : inline-block;
  width                  : 100%;
  max-width              : 280px;
  margin                 : 0 5px;
  vertical-align         : top;
}
section #musiciens li {
  margin-bottom          : 7px;
}
@media all and (min-width: 552px) {
  section #musiciens li {
    margin-bottom          : 15px;
  }
}
section #musiciens li li {
  margin-bottom          : 0;
  margin-left            : 15px;
}


/***** SECTION : Cirque *****/
section #invites img {
  background-color       : rgba(255,255,255,0.6);
  margin-top             : 15px;
  padding                : 15px;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}

/***** SECTION : Cirque *****/
section #cirque .cirque-presentation {
  text-align             : left;
  display                : inline-block;
  padding                : 0 0 15px;
  width                  : 100%;
  max-width              : 600px;
  text-align             : justify;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
}
section #cirque .cirque-presentation p {
  padding-bottom         : 4px;
}
section #cirque .cirque-presentation img {
  width                  : 100%;
}
section #cirque #cirque-slides {
  display                : none;
}
section #cirque #cirque-slides a.slidesjs-next,
section #cirque #cirque-slides a.slidesjs-previous,
section #cirque #cirque-slides a.slidesjs-play,
section #cirque #cirque-slides a.slidesjs-stop {
  background-image       : url(../img/btns-next-prev.png);
  background-repeat      : no-repeat;
  display                : block;
  width                  : 12px;
  height                 : 18px;
  overflow               : hidden;
  text-indent            : -9999px;
  float                  : left;
  margin-right           : 5px;
}
section #cirque #cirque-slides a.slidesjs-next {
  margin-right           : 10px;
  background-position    : -12px 0;
}
section #cirque #cirque-slides a:hover.slidesjs-next {
  background-position    : -12px -18px;
}
section #cirque #cirque-slides a.slidesjs-previous {
  background-position    : 0 0;
}
section #cirque #cirque-slides a:hover.slidesjs-previous {
  background-position    : 0 -18px;
}
section #cirque #cirque-slides a.slidesjs-play {
  width                  : 15px;
  background-position    : -25px 0;
}
section #cirque #cirque-slides a:hover.slidesjs-play {
  background-position    : -25px -18px;
}
section #cirque #cirque-slides a.slidesjs-stop {
  width                  : 18px;
  background-position    : -41px 0;
}
section #cirque #cirque-slides a:hover.slidesjs-stop {
  background-position    : -41px -18px;
}
section #cirque #cirque-slides .slidesjs-navigation {
  margin-top             : 3px;
}
section #cirque #cirque-slides .slidesjs-previous {
  margin-right           : 5px;
  float                  : left;
}
section #cirque #cirque-slides .slidesjs-next {
  margin-right           : 5px;
  float                  : left;
}
section #cirque #cirque-slides .slidesjs-pagination {
  margin                 : 6px 0 0;
  float                  : right;
  list-style             : none;
}
section #cirque #cirque-slides .slidesjs-pagination li {
  float                  : left;
  margin                 : 0 1px;
}
section #cirque #cirque-slides .slidesjs-pagination li a {
  display                : block;
  width                  : 13px;
  height                 : 0;
  padding-top            : 13px;
  background-image       : url(../img/pagination.png);
  background-position    : 0 0;
  float                  : left;
  overflow               : hidden;
}
section #cirque #cirque-slides .slidesjs-pagination li a.active,
section #cirque #cirque-slides .slidesjs-pagination li a:hover.active {
  background-position    : 0 -13px;
}
section #cirque #cirque-slides .slidesjs-pagination li a:hover {
  background-position    : 0 -26px;
}
section #cirque #cirque-slides a:link,
section #cirque #cirque-slides a:visited {
  color                  : #333;
}
section #cirque #cirque-slides a:hover,
section #cirque #cirque-slides a:active {
  color                  : #9e2020;
}
section #cirque #cirque-slides .navbar {
  overflow               : hidden;
}
section #cirque .cirque-access-adresse-ametis {
  text-align             : left;
  margin                 : 0 auto 15px;
  display                : table;
  line-height            : 22px;
}
section #cirque .cirque-access-adresse-ametis i[class*='fa-'] {
  color                  : #e02334;
  vertical-align         : text-top;
  font-size              : 18px;
}
section #cirque .cirque-access-adresse-ametis .ametis-logo {
  vertical-align         : text-bottom;
  height                 : 28px;
  margin                 : 7px 0 0;
  -webkit-border-radius  : 13px 0;
  -moz-border-radius     : 13px 0;
  -ms-border-radius      : 13px 0;
  -o-border-radius       : 13px 0;
  border-radius          : 13px 0;
}
section #cirque .cirque-access-adresse-ametis .ametis-ligne {
  vertical-align         : text-bottom;
  height                 : 19px;
}
section #cirque .content-iframe {
  width                  : 100%;
  padding                : 0;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
}
section #cirque .content-iframe .aspect-iframe {
  width                  : 100%;
  height                 : 0;
  padding-bottom         : 65%;
  position               : relative;
}
section #cirque .content-iframe .aspect-iframe iframe {
  width                  : 100%;
  height                 : 100%;
  position               : absolute;
  left                   : 0;
  top                    : 0;
}

section #footer {
  padding-bottom         : 60px;
  margin-top             : 30px;
  background-color       : #fff4eb;
}

/***** SECTION : Concert *****/
section #concert .intro{
  max-width              : 600px;
  padding                : 0 3px;
  margin                 : 0 auto 10px;
  line-height            : 21px;
  text-align             : left;
}
#concert p {
  margin-bottom          : 10px;
  text-align             : justify;
}

/***** SECTION : Auteurs Lecteurs *****/
section #aut-lect .intro{
  max-width              : 390px;
  width                  : 198%;
  padding                : 0 3px;
  margin                 : 0 auto 10px;
  line-height            : 21px;
  text-align             : left;
}
section #aut-lect ul {
  list-style             : initial;
  margin                 : 5px 0 15px 25px;
}

/***** SECTION : Evenement Facebook *****/
section #facebook .intro,
section #facebook .post {
  max-width              : 600px;
  text-align             : center;
  padding                : 0 3px;
  line-height            : 21px;
}
section #facebook .intro {
  margin                 : 0 auto 10px;
}
section #facebook .post {
  margin                 : 10px auto 0;
}
section #facebook .intro a,
section #facebook .post a {
  word-break             : break-all;
  text-align             : center;
  display                : block;
}
section #facebook .content-facebook {
  width                  : 100%;
  padding                : 0 10px;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
}
section #facebook .content-facebook .aspect-facebook {
  width                  : 100%;
}

/***** SECTION : Partenaires / Mécénes *****/
section #partenaires ul,
section #mecenes ul {
  display                : inline-block;
  padding                : 20px 5px 15px;
  margin                 : 0 10px;
  background-color       : #FFF;
  background-color       : rgba(255,255,255,0.6);
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}
section #partenaires ul li,
section #mecenes ul li {
  display                : inline;
  vertical-align         : middle;
}
section #partenaires ul li img,
section #mecenes ul li img {
  display                : inline-block;
  margin-right           : 40px;
  margin                 : 0 15px;
  vertical-align         : middle;
}
section #partenaires img,
section #mecenes img {
  height                 : 140px;
}
section #partenaires img.ilot {
  height                 : 78px;
  width                  : auto;
  -webkit-border-radius  : 12px;
  -moz-border-radius     : 12px;
  -ms-border-radius      : 12px;
  -o-border-radius       : 12px;
  border-radius          : 12px;
}

/***** SECTION : Videos *****/
section #videos .liste-videos {
  display                : inline-block;
  margin                 : 0 auto;
  text-align             : left;
  margin-top             : 10px;
}
section #videos .liste-videos ol {
  list-style-type        : decimal;
  margin                 : 0 10px 0 25px;
}
section #videos .liste-videos ol * {
  font-size              : 13px;
}
section #videos .youtube {
  margin                 : 15px 10px 0;
}
section #videos .youtube a {
  text-underline-offset  : 3px;
}
section #videos a.link-ext {
  display                : contents;
}
section #videos img {
  display                : block;
  width                  : 94%;
  max-width              : 500px;
  margin                 : 0 auto;
}

/***** SECTION : Prochain concert *****/
section #next {
  margin-top             : 30px;
}
section #next > div {
  text-align             : left;
  display                : inline-block;
  margin                 : 0 5px;
}
section #next p {
  margin-bottom          : 10px;
  margin-top             : 5px;
}
section #next i[class*='fa-'] {
  color                  : #;
  margin-right           : 5px;
  display                : inline-block;
  width                  : 20px;
  text-align             : center;
  vertical-align         : text-top;
}

/***** FOOTER *****/
footer {
  clear                  : both;
  bottom                 : 0;    
  z-index                : 99;
  background-color       : #;
  width                  : 100%;
  padding                : 4px 0 1px;
  text-align             : center;
  position               : fixed;
  bottom                 : 0;
  -webkit-box-shadow     : 0 -3px 10px rgba(0,0,0,0.3);
  -moz-box-shadow        : 0 -3px 10px rgba(0,0,0,0.3);
  -ms-box-shadow         : 0 -3px 10px rgba(0,0,0,0.3);
  -o-box-shadow          : 0 -3px 10px rgba(0,0,0,0.3);
  box-shadow             : 0 -3px 10px rgba(0,0,0,0.3);
}
footer span {
  display                : inline-block;
  vertical-align         : middle;
  padding                : 0 20px;
}
footer img {
  width                  : 30px;
}

@media all and (max-width: 335px) {
  section #resa .resa-places .bar {
    width                  : 100%;
    -webkit-box-sizing     : border-box;
    -moz-box-sizing        : border-box;
    -ms-box-sizing         : border-box;
    -o-box-sizing          : border-box;
    box-sizing             : border-box;
  }
}

@media all and (max-width: 500px) {
  section #music div {
    -webkit-box-sizing     : border-box;
    -moz-box-sizing        : border-box;
    -ms-box-sizing         : border-box;
    -o-box-sizing          : border-box;
    box-sizing             : border-box;
    margin                 : 0;
    padding                : 10px;
  }
  section #music li span:nth-child(2),
  section #music li span:nth-child(3) {
    margin-left            : 0;
  }
  
  section #music ul ul {
    margin-left            : 25px;
  }
}

@media all and (min-width: 1250px) {
  section .cjv-col-left, 
  section .cjv-col-right {
    padding                : 5px;
    display                : block;
    float                  : left;
    width                  : 50%;
  }
  section .cjv-col-left > div, 
  section .cjv-col-right > div {
    display                : inline-block;
  }
  section .cjv-col-left {
    text-align             : right;
  }
  section .cjv-col-right {
    text-align             : left;
  }
}
@media all and (min-width: 1160px) {
  section .col-left, 
  section .col-right {
    padding                : 5px;
    display                : block;
    float                  : left;
    width                  : 50%;
  }
  section .col-left > div, 
  section .col-right > div {
    display                : inline-block;
  }
  section .col-left {
    text-align             : right;
  }
  section .col-right {
    text-align             : left;
  }
  section #orchestre > div,
  section #music > div {
    min-width              : 538px;
    min-height             : 470px;
  }
  section #music li span:nth-child(1),
  section #music li span:nth-child(2) {
    line-height            : 25px;
  }
  section #music li {
    margin-bottom          : 15px;
    line-height            : 28px;
  }
  section #orchestre > div img {
    margin                 : 0 20px 3px 10px;
    width                  : 135px;
  }
  section #philippe > div,
  section #herve > div   {
    min-height             : 470px;
  }
  section #philippe > div img,
  section #herve > div img {
    display                : inline;
    float                  : left;
    margin                 : 0 15px 3px 0;
    width                  : 143px;
  }
}
@media all and (min-width: 1075px) {
  header  {
    width                  : 1050px;
  }
}
@media all and (min-width: 900px) {
  header .nb_days {
    position               : absolute;
    top                    : 10px;
    right                  : 10px;
    margin                 : 0;
    -webkit-transform      : rotate(15deg); 
    -moz-transform         : rotate(15deg);
    -ms-transform          : rotate(15deg); 
    -o-transform           : rotate(15deg); 
    transform              : rotate(15deg);
  }
  body.infos header .nb_days {
    top                    : 60px;
  }
}
@media all and (min-width: 650px) {
  header span {
    display                : inline;
    margin                 : 0 7px;
  }
  
  section #affiche {
    padding                : 5px;
    display                : block;
  }
  section img.affiche {
    max-width              : 450px;
  }
  section #resa img.billet {
    width                  : 200px;
    margin                 : 20px;
    -webkit-transform      : rotate(-10deg); 
    -moz-transform         : rotate(-10deg);
    -ms-transform          : rotate(-10deg); 
    -o-transform           : rotate(-10deg); 
    transform              : rotate(-10deg);
  }
  section #cirque .content-iframe {
    width                  : 600px;
    margin                 : 0 auto;
  }
  
  section #partenaires ul li.space,
  section #mecenes ul li.space {
    margin-right           : 40px;
  }
  section #partenaires ul li.break:after,
  section #mecenes ul li.break:after {
     content: "\A";
     white-space: pre; 
  }
}
@media (min-width: 520px) {
  section #facebook .content-facebook {
    width                  : 500px;
    margin                 : 0 auto;
    padding                : 0;
  }
}
@media (min-width: 570px) {
  section #resaForm,
  section #resaConditions {
    max-width              : 550px;
    margin                 : 0 auto;
  }
  section #resaForm div#closed div.cadre {
    padding                : 120px 0 200px;
    font-size              : 25px;
  }
  section #resaForm div#success div.cadre {
    font-size              : 18px;
  }
  section #resaForm div#success div.cadre span {
    line-height            : 28px;
  }
  
  section #resaForm form div.cadre div {
    padding-top            : 5px;
  }
  section #resaForm form div.cadre div > span {
    display                : inline-block;
    text-align             : left;
    padding                : 12px 3px;
  }
  section #resaForm form div.cadre div > span:nth-child(1),
  section #resaForm form div.cadre div > span:nth-child(2) {
    width                  : 245px;
  }
  section #resaForm form div.cadre div > span:nth-child(1) {
    text-align             : right;
  }
  section #resaForm form div.cadre div > span:nth-child(2) {
    text-align             : left;
  }
  section #resaForm form div.cadre div.line {
    text-align             : center;
  }
  section #resaForm form div.cadre div.line > span {
    display                : inline-block;
    text-align             : left;
  }
  section #resaForm form div.cadre div.line > span:nth-child(1),
  section #resaForm form div.cadre div.line.cumul > span:nth-child(1),
  section #resaForm form div.cadre div.line > span:nth-child(2) {
    width                  : 245px;
  }
  section #resaForm form div.cadre div.line > span:nth-child(1) {
    text-align             : right;
    padding                : 6px 3px 3px;
  }
  section #resaForm form div.cadre div.line > span:nth-child(2) {
    text-align             : left;
    padding                : 3px 3px;
  }
  section #resaForm form div.cadre div.line.cumul > span:nth-child(2) {
    padding                : 6px 3px 3px;
  }
  section #resaForm form #lib-recup-billets {
    margin-top             : 2px;
    text-align             : center;
  }
  section #resaForm form #captcha {
    text-align             : center;
  }
  section #resaForm form #captcha div.g-recaptcha > div {
    margin                 : -10px auto 15px;
  }
}