:root{
  --color: #e2b903;
  --bgred: #e11c17;
  --roundred: #8a110f;
  --bggreen: #5db63f;
  --roundgreen: #3a7227;
  --bgblue: #008DC5;
  --roundblue: #006e99;
}
*{
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
html{
  height: 100%;
  margin: 0;
}
body{
  height: 100%;
  margin: 0;
}
a{
  color: inherit;
}
a:hover{
  text-decoration: none;
}
h2{
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}
h3{
  margin-bottom: 50px;
  font-weight: 600;
}
iframe{
  width: 100%;
  height: 450px;
  margin-top: 15px;
}
img{
  max-width: 100%;
}
.mt140 { margin-top: 140px; }
#affiche{
  width: 100%;
  max-height: 100%;
}
#film2{
  margin-left: 100%;
}
#film3{
  margin-left: 200%;
}
#film4{
  margin-left: 300%;
}
#film5{
  margin-left: 400%;
}
#film6{
  margin-left: 500%;
}
#film7{
  margin-left: 600%;
}
#film8{
  margin-left: 700%;
}
#films{
  position: relative;
  width: 100%;
  height: 1150px;
  overflow-x: hidden;
}
#films-container{
  width: 500%;
  height: 1100px;
  margin-left: 0%;
  transition: margin-left 2s ease;
}
#header{
  height: 50px;
  width: 100%;
  border-bottom: 2px solid black;
  position: fixed;
  background-color: white;
  z-index: 2;
}
#menu{
  float: right;
}
#menu-mobile{
  display: none;
  width: 100%;
  background-color: white;
  position: fixed;
  top: -450px;
  transition: top 2s ease;
  z-index: 4;
}
#menu-mobile a{
  display: block;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid black;
}
#burger{
  display: none;
  float: right;
  margin: 5px 25px 0 0;
  width: 40px;
}
#palmares{
  height: 450px;
  padding: 25px 50px;
  color: black;
  background-color: #f2f2f2;
  border-left: 1px solid #666666;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
}
#palmares-dates{
  height: 450px;
  background-color: #e6e6e6;
  color: black;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.desktop{
  display: none;
}
.palmares-date{
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #666666;
  padding: 0 50px;
  cursor: pointer;
  transition: .2s;
}
.palmares-date:hover{
  opacity: .7;
}
.noborder{
  border: none !important;
}
#selection, #events{
  display: none;
  position: absolute;
  background-color: none;
  color: black;
  width: 100%;
  display: inline-block;
  left: 0;
  opacity: 0;
  transition: background-color, opacity .5s ease;
  top: 48px;
}
#start{
  position: absolute;
  bottom: 55px;
  text-align: center;
  width: 64px;
  color: white;
  font-size: 22px;
  transition: bottom 1s ease;
  left: calc(50% - 32px);
}
#teaser{
  width: 100%;
}
#title{
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
  font-weight: bold;
  line-height: 50px;
  font-size: 22px;
  margin-left: 10px;
  display: inline-block;
}
#video-teaser{
  width: 800px;
  height: 450px;
  max-width:100%;
  display: block;
  margin: 20px auto;
}
.list-courtsmetrages{
  margin: 10px auto 60px;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-courtsmetrages > div{
  margin: 2px;
  background: #000 no-repeat center / cover;
  width: 396px;
  height: 200px;
  position: relative;
}
.list-courtsmetrages > div:before { content: ""; position: absolute; inset: 0 0 0 0; background-color: rgba(0,0,0,.2); }
.list-courtsmetrages > div > span{
  z-index: 3;
  position: relative;
  color: #fff;
}
.list-courtsmetrages > div > div {
  transition: .2s;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
}
.list-courtsmetrages > div:hover > div{
  opacity: 1;
}
.list-courtsmetrages > div > div > span {
  position: absolute;
  left: 0;bottom: 10px;
  right: 0;
  text-align: center;
}
.list-courtsmetrages > div:nth-child(1){ background-image: url('../img/small-pourexister.png'); }
.list-courtsmetrages > div:nth-child(2){ background-image: url('../img/small-lescorneillesblanches.jpg'); }
.list-courtsmetrages > div:nth-child(3){ background-image: url('../img/small-hvaerenkvinne.jpg'); }
.list-courtsmetrages > div:nth-child(4){ background-image: url('../img/small-lacena.png'); }
.list-courtsmetrages > div:nth-child(5){ background-image: url('../img/small-reflexions.jpg'); }
.list-courtsmetrages > div:nth-child(6){ background-image: url('../img/small-shee.jpg'); }
.list-courtsmetrages > div:nth-child(7){ background-image: url('../img/small-elsa.jpg'); }
.list-courtsmetrages > div:nth-child(8){ background-image: url('../img/small-cabride.png'); }
.agenda-block{
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  white-space: nowrap;
  position: relative;
}
.rounded-circle{
  border: 5px solid #ffd03a;
}
.agenda-block p{
  position: absolute;
  left: -25%;
  width: 300px;
}
.agenda-line{
  width: 100px;
  height: 2px;
  background-color: #ffd03a;
  display: inline-block;
}
.agenda-block :where(.film1, .film2, .film3, .film4, .film5, .film6, .film7) { width: 200px; height: 200px; background: no-repeat center / cover; }
.agenda-block .film1 { background-image: url('../img/round-lasireneabarbe.jpg'); }
.agenda-block .film2 { background-image: url('../img/round-touteslescouleursdumonde.jpg'); }
.agenda-block .film3 { background-image: url('../img/round-troiskmjusqualafindumonde.jpg'); }
.agenda-block .film4 { background-image: url('../img/round-baby.jpg'); }
.agenda-block .film5 { background-image: url('../img/round-labellaestate.jpg'); }
.agenda-block .film6 { background-image: url('../img/round-lesreinesdudrame.jpg'); }
.agenda-block .film7 { background-image: url('../img/round-thecelluloidcloset.jpg'); }
.bgred{
  background-color: var(--bgred);
  color: white;
}
.bggreen{
  background-color: var(--bggreen);
  color: white;
}
.bgblue{
  background-color: var(--bgblue);
  color: white;
}
.bgred .rounded-circle{
  border: 5px solid var(--roundred);
}
.bggreen .rounded-circle{
  border: 5px solid var(--roundgreen);
}
.bgblue .rounded-circle{
  border: 5px solid var(--roundblue);
}
.bgred .agenda-line{
  background-color: var(--roundred);
}
.bggreen .agenda-line{
  background-color: var(--roundgreen);
}
.bgblue .agenda-line{
  background-color: var(--roundblue);
}
.blue{
  color: #008DC5;
}
.chevron{
  bottom: 80px !important;
}
.container{
  text-align: justify;
  font-size: 19px;
  padding: 50px 20px;
}
.evenement{
  display: flex;
}
.evenement img{
  vertical-align: top;
  margin-right: 50px;
  flex-shrink: 0;
}
.film{
  margin-bottom: 80px;
}
.film img{
  margin-bottom: 20px;
}
.film p{
  text-align: justify;
}
.film h3 { font-weight: 600; margin-bottom: 40px; }
#courts .cm { width: 200px; height: 200px; background: #ffd03a no-repeat center / cover; margin: 20px auto; }
#courts .cm.cm1 { background-image: url('../img/small-pourexister.png'); }
#courts .cm.cm2 { background-image: url('../img/small-lescorneillesblanches.jpg'); }
#courts .cm.cm3 { background-image: url('../img/small-hvaerenkvinne.jpg'); }
#courts .cm.cm4 { background-image: url('../img/small-lacena.png'); }
#courts .cm.cm5 { background-image: url('../img/small-reflexions.jpg'); }
#courts .cm.cm6 { background-image: url('../img/small-shee.jpg'); }
#courts .cm.cm7 { background-image: url('../img/small-elsa.jpg'); }
#courts .cm.cm8 { background-image: url('../img/small-cabride.png'); }
.h50{
  height: 50px;
}
.margbottom{
  margin-bottom: 150px;
}
.menu-item{
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  display: inline-block;
  background-color: white;
  transition: background-color 1s ease;
  position: relative;
}
.menu-item .mgreen{
  width: 265px;
}
.menu-item .mgreen:hover{
  color: #0056b3;
}
.mblack:hover{
  background-color: black;
  color: white;
}
.mlblue:hover{
  background-color: #33ccff;
  color: black;
}
.mblue:hover{
  background-color: #333399;
  color: white;
}
.mgreen:hover{
  background-color: #76BB3C;
  color: black;
}
.morange:hover{
  background-color: #E57E00;
  color: black;
}
.mpurple:hover{
  background-color: #7C0772;
  color: white;
}
.mred:hover{
  background-color: #DF1C16;
  color: black;
}
.myellow{
  color: black;
  background-color: white;
  transition: background-color 1s ease;
}
.mbgblack{
  background-color: black;
  color: white;
}
.mbglblue{
  background-color: #33ccff;
  color: black;
}
.mbgblue{
  background-color: #333399;
  color: white;
}
.mbggreen{
  background-color: #76BB3C;
  color: black;
}
.mbgorange{
  background-color: #E57E00;
  color: black;
}
.mbgpurple{
  background-color: #7C0772;
  color: black;
}
.mbgred{
  background-color: #DF1C16;
  color: black;
}
.mbgyellow{
  color: black;
  background-color: #F3D205;
}
.nowrap{
  white-space: nowrap;
}
.padding{
  padding: 0;
}
.partenaire{
  max-width: 200px;
  vertical-align: middle;
}
.pointer{
  cursor: pointer;
}
.relative{
  position: relative;
}
.tcenter{
  text-align: center;
}
.txtcourt{
  font-size: 16px;
  text-align: justify;
  height: 140px;
  padding: 0 20px;
}
#echecs { cursor: default !important; color: #fff !important; text-decoration: none !important; }
#echecs-france { cursor: default !important; color: #212529 !important; text-decoration: none !important; }
@media all and (max-width: 1200px){
  .txtcourt{
    height: auto;
  }
}
@media all and (max-width: 1300px){
  .menu-item{
    padding: 0 5px;
  }
}
@media all and (max-width: 997px){
  .agenda-line{
    display: none;
  }
  .agenda-block{
    display: block;
    margin: 100px auto;
  }
}
@media all and (max-width: 991px){
  .evenement{
    display: block;
  }
  #exposition p{
    display: none;
  }
  .desktop{
    display: block;
  }
  #video-teaser{
    width: 560px;
    height: 315px;
  }
}
@media all and (max-width: 1100px){
  #menu{
    display: none;
  }
  #burger{
    display: inline;
  }
  #menu-mobile{
    display: block;
  }
}
@media all and (max-width: 800px){
  #courts .row, #infos .row{
    display: block;
    flex-wrap: wrap;
  }
  #courts .col, #infos .col{
    flex-grow: 0;
  }
  #start{
    display: none;
  }
}
@media all and (max-width: 770px){
  .palmares-date{
    padding: 0 15px;
  }
  #palmares{
    padding: 25px 5px;
  }
  #btn-don{
    width: 100%;
  }
}
@media all and (max-width: 580px){
  .tdfilm{
    display: block;
  }
}
@media all and (max-width: 469px){
  .nomobile1{
    display: none;
  }
}