 
@font-face {
  font-family: "mainstay";
  src: url("../fonts/mainstay/Mainstay.ttf");
  src: url("../fonts/mainstay/Mainstay.ttf") format("truetype"), url("../fonts/mainstay/Mainstay.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*********************************/
/***           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;
}
figure {
  margin                 : 0;
}

html, body {
  height                 : 100%;
}
html {
  overflow-y             : scroll;
}
ol, ul {
  list-style             : none;   /* tables still need 'cellspacing="0"' in the markup */
}
* {
  font                   : 16px/19px Verdana,Arial,sans-serif;
}
abbr[title] {
  text-underline-offset  : 3px;
}

.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 {
  text-decoration        : underline;
}

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

ul.list {
  list-style-type        : disc;
  padding-left           : 30px;
}











.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-in2 {
  -webkit-box-shadow     : inset -1px 3px 5px #666;
  -moz-box-shadow        : inset -1px 3px 5px #666;
  -ms-box-shadow         : inset -1px 3px 5px #666;
  -o-box-shadow          : inset -1px 3px 5px #666;
  box-shadow             : inset -1px 3px 5px #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       : #;
}

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;
}

.marqueur {
  background-color       : #ff8800;
  font-size              : inherit;
  padding                : 0 4px 5px;
}


#construction-logo {
  margin-top             : 40px;
  text-align             : center;
}
#construction-logo img {
  width                  : 50%;
  max-width              : 200px;
}
#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;
  font-size              : 25px;
  padding                : 7px 10px;
  box-sizing             : border-box;
}
nav#menu.burger span i {
  cursor                 : pointer;
  font-size              : 25px;
}
nav#menu.burger span b {   
  display                : inline-block;
  font-family            : "mainstay";
  text-align             : center;
  width                  : calc(100% - 60px);
  position               : absolute;
  line-height            : 29px;
  font-size              : 25px;
  font-weight            : 100;
  visibility             : visible;
  opacity                : 0;
  transition             : opacity 0.3s linear;
}
nav#menu.burger span b span {
  font-family            : inherit;
  font-size              : larger;
  display                : inline-block;
  background-color       : transparent;
  box-shadow             : none;
  margin-top             : -2px;
  margin-right           : -7px;
  -moz-transform         : scale(1) rotate(0deg) translate(0px, 0px) skew(-192deg, 0deg);
  -webkit-transform      : scale(1) rotate(0deg) translate(0px, 0px) skew(-192deg, 0deg);
  -o-transform           : scale(1) rotate(0deg) translate(0px, 0px) skew(-192deg, 0deg);
  -ms-transform          : scale(1) rotate(0deg) translate(0px, 0px) skew(-192deg, 0deg);
  transform              : scale(1) rotate(0deg) translate(0px, 0px) skew(-192deg, 0deg);
}
nav#menu.burger span b.show {
  opacity                : 1;
}

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;
}


@media all and (min-width: 1150px) {
  body.bg {
    position               : relative;
  }
  body.bg::before {
    position               : fixed;
    content                : '';
    background-image       : url('../img/130ans/bg-page.webp');
    background-position    : center;
    background-repeat      : no-repeat;
    background-attachment  : fixed;
    top                    : 0px;
    left                   : 0px;
    width                  : 100%;
    height                 : 100%;
    opacity                : 0.2;
    z-index                : -1;
  }
}

/***** HEADER *****/
header {
  text-align             : center;
  padding-bottom         : 15px;
  width                  : 100%;
  margin                 : 0 auto;
  position               : relative;
}
body.infos header {
  padding-top            : 40px;
}
body header h1 {
  font-family            : "mainstay";
  font-size              : 10vw;
  line-height            : 14vw;
  font-weight            : normal;
  font-style             : normal;
  color                  : #8d0d0c;
}
header div.logo {
  padding                : 0;
  margin                 : 0 auto 15px;
  width                  : 80px;
  height                 : 80px;
  background-color       : #FFFFFF;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  -ms-border-radius      : 50%;
  -o-border-radius       : 50%;
  border-radius          : 50%;
}
header div.logo img {
  width                  : 60px;
  margin                 : 0 auto;
  transform              : translate(3px, 10px);
}
header div {
  line-height            : 25px;
  font-size              : 20px;
  font-weight            : bold;
  padding-bottom         : 20px;
}
header div:last-child {
  padding-bottom         : 5px;
}

header div span {
  text-wrap              : nowrap;
  line-height            : inherit;
  font-size              : inherit;
  font-weight            : inherit;
}

/***** SECTION *****/
body.infos section {
  padding                : 0 10px 120px 10px;
}

section #go-next {
  display                : none;
  width                  : 100%;
  text-align             : center;
  margin-bottom          : 20px;
}
section #go-next b {
  background-color       : #;
  color                  : #ffffff;
  padding                : 5px 16px 6px;
  font-weight            : normal;
  cursor                 : pointer;
  text-decoration        : underline;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
}
section #go-next b i {
  margin-right           : 8px;
}


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 : Flyer *****/
section #affiche {
  padding                : 0;
}
section #affiche img.affiche {
  display                : block;
  width                  : 100%;
  height                 : auto;
  max-width              : 750px;
  margin                 : 3px auto 10px;
}

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

sup {
  vertical-align         : super;
  line-height            : 2px;
  font-size              : 0.7rem;
}

section #calendrier p.info {
  font-size              : 13px;
  margin-bottom          : 5px;
}
section #calendrier p.swith {
  cursor                 : pointer;
  text-decoration        : underline;
}
section #calendrier > ul {
  display                : block;
  max-width              : 650px;
  margin                 : 0 auto 10px;
  text-align             : left;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
  color                  : #000000;
}
section #calendrier > ul > li {
  padding                : 12px 0 3px 0;
}
section #calendrier i[class*='fa-'] {
  color                  : #213e46;
  margin-right           : 5px;
}
section #calendrier > ul > li.y-2024 {
  border-left            : 4px solid #4b0c8e;
}
section #calendrier > ul > li.y-2025 {
  border-left            : 4px solid #8d0d0c;
}
section #calendrier > ul > li.ny {
  margin-top             : 15px;
  padding-top            : 0;
}
section #calendrier > ul > li:nth-child(1) {
  margin-top             : 0;
}
section #calendrier > ul > li.ny > div.annee {
  margin-bottom          : 12px;
  padding-left           : 10px;
  color                  : #FFFFFF;
  font-weight            : bold;
  line-height            : 30px;
}
section #calendrier > ul > li.ny.y-2024 > div.annee {
  background-color       : #4b0c8e;
}
section #calendrier > ul > li.ny.y-2025 > div.annee {
  background-color       : #8d0d0c;
}
section #calendrier > ul > li div.event {
  border                 : 1px solid #;
  margin                 : 0 0 0 10px;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  -ms-border-radius      : 5px;
  -o-border-radius       : 5px;
  border-radius          : 5px;
}
section #calendrier > ul > li div.ligne {
  display                : flex;
  text-align             : left;
  background-color       : #;
  color                  : #FFFFFF;
  padding                : 2px 6px 3px;
  -webkit-border-radius  : 4px;
  -moz-border-radius     : 4px;
  -ms-border-radius      : 4px;
  -o-border-radius       : 4px;
  border-radius          : 4px;
}
section #calendrier > ul > li div.ligne,
section #calendrier > ul > li div.ligne * {
  cursor                 : pointer;
}
section #calendrier > ul > li div.ligne i {
  color                  : #FFFFFF;
  margin-top             : 2px;
  width                  : 20px;
  text-align             : center;
  transition             : all 0.3s ease;
}
section #calendrier > ul > li span.date {
  font-weight            : bold;
}
section #calendrier > ul > li span.date:after {
  content                : ' :';
}
section #calendrier > ul > li div.desc {
  display                : none;
  font-size              : 15px;
  padding                : 6px;
  background-color       : #;
  -webkit-border-radius  : 0 0 5px 5px;
  -moz-border-radius     : 0 0 5px 5px;
  -ms-border-radius      : 0 0 5px 5px;
  -o-border-radius       : 0 0 5px 5px;
  border-radius          : 0 0 5px 5px;
}
section #calendrier > ul > li div.desc:after {
  content                : "";
  display                : table;
  clear                  : both;
}
section #calendrier > ul > li div.desc p {
  margin-bottom          : 8px;
}
section #calendrier > ul > li div.desc img.portrait {
  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 #calendrier > ul > li div.desc img.paysage {
  display                : block;
  margin                 : 10px auto 10px;
  width                  : 85%;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}

@media all and (min-width: 450px) {
  section #calendrier > ul > li div.desc img.portrait {
    display                : inline;
    float                  : right;
    margin                 : 0 0 3px 10px;
    width                  : 143px;
  }
  section #calendrier > ul > li div.desc img.paysage {
    display                : block;
    margin                 : 10px auto 10px;
    width                  : 75%;
    max-width              : 380px;
  }
}


section #intro > div,
section #chef > div,
section #hsp > div {
  display                : block;
  max-width              : 650px;
  margin                 : 0 auto 20px;
  padding                : 15px;
  text-align             : left;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  -ms-box-sizing         : border-box;
  -o-box-sizing          : border-box;
  box-sizing             : border-box;
  color                  : #000000;
}

section #intro > div.bg,
section #chef > div.bg,
section #hsp > div.bg {
  background-color       : #;
  -webkit-border-radius  : 12px;
  -moz-border-radius     : 12px;
  -ms-border-radius      : 12px;
  -o-border-radius       : 12px;
  border-radius          : 12px;
}

section #intro > div.full,
section #chef > div.full,
section #hsp > div.full {
  -webkit-border-radius  : 0;
  -moz-border-radius     : 0;
  -ms-border-radius      : 0;
  -o-border-radius       : 0;
  border-radius          : 0;
  padding                : 0;
}

section #intro > div.transp,
section #chef > div.transp,
section #hsp > div.transp {
  background-color       : transparent;
}

section #intro > div p:nth-child(n+2),
section #hsp > div p:nth-child(n+2),
section #chef > div p:nth-child(n+2) {
  margin-top             : 10px;
}
section #chef > div img + p {
  margin-top             : 0;
}

section #intro > div.p-0,
section #chef > div.p-0,
section #hsp > div.p-0 {
  padding                : 0;
}

section #hsp h2,
section #chef h2 {
  padding                : 0 0 15px;
}

section #hsp h3,
section #chef h3 {
  color                  : #000000;
  font-size              : 17px;
  margin                 : 18px 0 8px;
}


/***** SECTION : Chefs d'orchestre *****/
section #chef > div img:not(.paysage) {
  display                : block;
  margin                 : 0 auto 10px;
  width                  : 40%;
  max-width              : 200px;
  height                 : auto;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}
section #chef > div img.paysage {
  display                : block;
  margin                 : 10px auto 10px;
  width                  : 85%;
  height                 : auto;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}




/***** SECTION : Lieu *****/
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;
}

#slider {
  display                : none;
  margin-bottom          : 15px;
}
#slider a.slidesjs-next,
#slider a.slidesjs-previous,
#slider a.slidesjs-play,
#slider 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           : 15px;
}
#slider a.slidesjs-next {
  margin-right           : 15px;
  background-position    : -12px 0;
}
#slider a:hover.slidesjs-next {
  background-position    : -12px -18px;
}
#slider a.slidesjs-previous {
  background-position    : 0 0;
}
#slider a:hover.slidesjs-previous {
  background-position    : 0 -18px;
}
#slider a.slidesjs-play {
  width                  : 15px;
  background-position    : -25px 0;
}
#slider a:hover.slidesjs-play {
  background-position    : -25px -18px;
}
#slider a.slidesjs-stop {
  width                  : 18px;
  background-position    : -41px 0;
}
#slider a:hover.slidesjs-stop {
  background-position    : -41px -18px;
}
#slider .slidesjs-navigation {
  margin-top             : 3px;
}
#slider .slidesjs-previous {
  margin-right           : 5px;
  float                  : left;
}
#slider .slidesjs-next {
  margin-right           : 5px;
  float                  : left;
}
#slider .slidesjs-pagination {
  margin                 : 6px 0 0;
  float                  : right;
  list-style             : none;
}
#slider .slidesjs-pagination li {
  float                  : left;
  margin                 : 1px 7px 0 7px;
}
#slider .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;
}
#slider .slidesjs-pagination li a.active,
#slider .slidesjs-pagination li a:hover.active {
  background-position    : 0 -13px;
}
#slider .slidesjs-pagination li a:hover {
  background-position    : 0 -26px;
}
#slider a:link,
#slider a:visited {
  color                  : #333;
}
#slider a:hover,
#slider a:active {
  color                  : #9e2020;
}
#slider .navbar {
  overflow               : hidden;
}


/***** SECTION : Partenaires / Mécènes *****/
section #partenaires ul,
section #mecenes ul {
  display                : block;
  max-width              : 650px;
  padding                : 5px 5px;
  margin                 : 0 auto;
  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-block;
  vertical-align         : middle;
  padding                : 15px 15px;
  min-width              : 70px;
}
section #partenaires ul li a,
section #mecenes ul li a {
  display                : flex;
}
section #partenaires ul li img,
section #mecenes ul li img {
  display                : inline-block;
  margin                 : 0 auto;
}
section #partenaires img,
section #mecenes img {
  height                 : 70px;
}

@media all and (min-width: 650px) {
  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; 
  }
}


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

a#scrolltop {
  position               : fixed;
  display                : none;
  bottom                 : 50px;
  right                  : 20px;
  width                  : 30px;
  height                 : 30px;
  text-align             : center;
  line-height            : 30px;
  background-color       : #;
  border                 : 1px solid #;
  color                  : #FFFFFF;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  -ms-border-radius      : 50%;
  -o-border-radius       : 50%;
  border-radius          : 50%;
  cursor                 : pointer;
  z-index                : 10;
  transition             : background-color .1s ease-in;
}
a#scrolltop:hover,
a#scrolltop:focus {
    color                : #;
    background-color     : #b4b4b4;
}

/***** FOOTER *****/
footer {
  clear                  : both;
  bottom                 : 0;    
  z-index                : 99;
  background-color       : #;
  width                  : 100%;
  padding                : 5px 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 10px;
}
footer img {
  width                  : 30px;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  -ms-border-radius      : 50%;
  -o-border-radius       : 50%;
  border-radius          : 50%;
  -webkit-box-shadow     : 0px 0px 10px #fff;
  -moz-box-shadow        : 0px 0px 10px #fff;
  -ms-box-shadow         : 0px 0px 10px #fff;
  -o-box-shadow          : 0px 0px 10px #fff;
  box-shadow             : 0px 0px 10px #fff;
}
footer div {
  position               : absolute;
  top                    : 10px;
  right                  : 5px;
}
footer a#tarteaucitronManager {
  color                  : #FFF;
  font-size              : 18px;
  cursor                 : pointer;
}



@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 #chef > div img:not(.paysage) {
    display                : inline;
    float                  : left;
    margin                 : 0 15px 3px 0;
    width                  : 143px;
    height                 : auto;
  }
  section #chef > div img.paysage {
    display                : block;
    margin                 : 10px auto 10px;
    width                  : 85%;
    height                 : auto;
  }
}
@media all and (min-width: 1075px) {
  header  {
    width                  : 1050px;
  }
}
@media all and (min-width: 650px) {
  body header h1 {
    font-size              : 65px;
    line-height            : 100px;
  }
}
@media all and (min-width: 650px) {  
  section #affiche {
    padding                : 0;
    display                : block;
  }
  section img.affiche {
    max-width              : 450px;
  }
}