@charset "UTF-8";
/* Colors */
/* Colors 2019*/
/* End */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700,800|Roboto&display=swap");
@import url("https://fontlibrary.org/face/mononoki");
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}
.main-navigation div {
  width: 115px;
  margin: 0 0.75em;
  padding: 0.5em;
  display: flex;
  align-items: center;
}

/*.menu-menu-1-container {

    font-family: 'Poppins';
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}

#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  .current_page_item {
    background: $white;
    a {
      color: $black;
    }
  }

  li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.25em 2em;
    position: relative;
    z-index: 2;
    height: 100%;
  }

  li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: $white;
    content: "";
    z-index: -1;
  }

  li:hover:before {
    height: 100%;
    -webkit-transition: 0.2s cubic-bezier(.95,.05,.8,.04);
    transition: 0.2s cubic-bezier(.95,.05,.8,.04);
  }

  a {
    color: $grey;
    z-index: 1;
  }


  li:hover a {
    color: $black;
  }



  .sub-menu {
    position: absolute;
    background: $white;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 3;
  }

  li:hover .sub-menu, li:active .sub-menu, li:focus .sub-menu {
    height: 100%;
    opacity: 1;
    -webkit-transition: .5s cubic-bezier(.95,.05,.8,.04);
    transition: .5s cubic-bezier(.95,.05,.8,.04);
    z-index: 999;
  }


}

/* responsive menu

@media (min-width: 20em) and (max-width:64em) {
  .main-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    span:first-child{
      margin: auto;
    }


    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 100px;
        left: 50px;
        z-index: 1;
        background: black;
        width: 100%;
    }
  }
}*/
/* General hero */
.hero h1 {
  font-family: "mononokiRegular";
  color: #fff;
  font-size: 2rem;
}

.hero h2 {
  font-family: "Poppins";
  color: #fff;
  font-size: 1.25rem;
}

@media (min-width: 48em) {
  .hero h1 {
    font-size: 2.75rem;
    margin: 0 0 0.25em 0;
  }
}
/* 1.0 Header home (home-header.php) */
.is-home, .hero {
  z-index: 1;
  background: url("http://chacunsoncourt.eu/wp-content/uploads/2019/08/bg-image-1-opti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.is-home .hero.is-large .hero-body, .hero .hero.is-large .hero-body {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.is-home .container > div a,
.is-home .container > div i, .hero .container > div a,
.hero .container > div i {
  color: #fff;
}
.is-home .container > div i, .hero .container > div i {
  margin: 0 0.5em 0 0;
}
.is-home .container > div a:first-child, .hero .container > div a:first-child {
  margin: 0 1em 0 0;
}
.is-home .container > div a, .hero .container > div a {
  padding: 0.5em 2em;
  border: 1px solid #fff;
  border-radius: 20px;
}
.is-home .site-branding-buttons, .hero .site-branding-buttons {
  width: 300px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .is-home .site-branding-buttons, .hero .site-branding-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4em;
  }
}
@media (min-width: 48em) {
  .is-home .site-branding-buttons, .hero .site-branding-buttons {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
}
.is-home .info-box, .hero .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.is-home .info-box .info-box--tile, .hero .info-box .info-box--tile {
  width: 450px;
  height: 400px;
  margin: -300px auto 0 auto;
  background: url("http://chacunsoncourt.eu/wp-content/uploads/2019/08/bg-image-2-opti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  -webkit-transform: translateY(280px);
  transform: translateY(280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 48em) {
  .is-home .info-box .info-box--tile .info-box--tile, .hero .info-box .info-box--tile .info-box--tile {
    margin: -300px 0 0 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
.is-home .info-box .info-box--tile h3, .hero .info-box .info-box--tile h3 {
  background: #283F57;
  color: #fff;
  padding: 0.5em 1.5em;
  font-family: "Poppins";
  font-size: 1.5rem;
}
.is-home .info-box .info-box--tile a, .hero .info-box .info-box--tile a {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 2.5em 0;
  padding: 0.5em 1em;
  font-family: "Poppins";
  font-size: 1.1rem;
  color: #E8B682;
  border: 1px solid #E8B682;
  background: transparent;
  width: 60%;
}
.is-home .info-box .info-box--tile a i, .hero .info-box .info-box--tile a i {
  margin: 0 1em;
}
.is-home .info-box .info-box--tile a:hover, .hero .info-box .info-box--tile a:hover {
  background: #E8B682;
  color: #8F412C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 40em) {
  .is-home .info-box .info-box--tile, .hero .info-box .info-box--tile {
    margin: -300px 3.5em 0 2em;
  }
}

/* 2.0 Classic page header (header.php)*/
.edito {
  margin: 225px 0 0 0;
}
.edito .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.edito .container h2 {
  font-size: 4rem;
  margin: 1.75em 0 0.75em 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #283F57;
}
@media (min-width: 40em) {
  .edito .container h2 {
    font-size: 5rem;
    margin: 0.75em 0;
  }
}
.edito .container .column p:first-child {
  margin: 0;
}

@media (min-width: 64em) {
  .edito {
    margin: 0 0 0 0;
  }
}
.catalogue {
  background: #000;
  margin: 2em 0 0 0;
  padding: 2.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalogue a {
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
.catalogue a i {
  margin: 0 0.5em;
}
.catalogue a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  z-index: -1;
}
.catalogue a:hover:before {
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.95, 0.05, 0.8, 0.04);
  transition: 0.2s cubic-bezier(0.95, 0.05, 0.8, 0.04);
}
.catalogue a:hover {
  color: #000;
}

.palmares {
  background: #f3f3f3;
  background: #f3f3f3;
  margin: 0 0 1em 0;
  padding: 3em 0 6em 0;
}
.palmares .container h2 {
  color: #283F57;
}
.palmares .column {
  padding: 1em 3.5em;
  margin: 1.5em 1.5em;
  background: #000;
  color: #fff;
  border-radius: 5px;
}
.palmares .column i {
  font-size: 2rem;
}
.palmares .column .palmares-subtitle {
  margin-top: 1em;
}
.palmares .column h3, .palmares .column strong {
  color: #fff;
}
.palmares .column ul {
  list-style-type: none;
  margin: 0;
}
.palmares .column ul li {
  margin: 1.25em 0;
}

.teaser {
  background: url("http://chacunsoncourt.eu/wp-content/uploads/2019/08/bg-image-2-opti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.teaser .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.teaser .container h3 {
  text-align: center;
  margin: 1.25em 0;
  color: #fff;
  font-size: 2rem;
}
.teaser .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.teaser .container iframe {
  height: 360px;
}
@media (min-width: 40em) {
  .teaser .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 3em 0;
  }
}

.newsletter {
  margin: 0 0 1.5em 0;
  padding: 0 0 3em 0;
}
.newsletter .container h2 {
  color: #283F57;
}

.projection, .competition {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23e8e8e8' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  /* Partie pages compétition */
}
.projection h2, .competition h2 {
  color: #283F57;
  text-align: center;
}
.projection h2 + section + h2, .competition h2 + section + h2 {
  color: #E8B682;
}
.projection h2 + section + h2 + section + h2, .competition h2 + section + h2 + section + h2 {
  color: #979EA4;
}
.projection h2 + section + h2 + section + h2 + section + h2, .competition h2 + section + h2 + section + h2 + section + h2 {
  color: #BC5048;
}
.projection .competition-description, .projection .plaintext, .competition .competition-description, .competition .plaintext {
  margin: 1.5em 0;
  color: #283F57;
  font-size: 1.25rem;
}
.projection .column h3, .competition .column h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.projection .projection-content, .competition .projection-content {
  padding: 1.25em 1.25em;
  border-radius: 5px;
}
.projection .competition, .competition .competition {
  background: #283F57;
  -webkit-box-shadow: 0 6px 20px #283F57;
  box-shadow: 0 6px 20px #283F57;
}
.projection .hors-competition, .competition .hors-competition {
  background: #E8B682;
  -webkit-box-shadow: 0 6px 20px #E8B682;
  box-shadow: 0 6px 20px #E8B682;
}
.projection .seances-speciales, .competition .seances-speciales {
  background: #979EA4;
  -webkit-box-shadow: 0 6px 20px #979EA4;
  box-shadow: 0 6px 20px #979EA4;
}
.projection .rencontres, .competition .rencontres {
  background: #8F412C;
  -webkit-box-shadow: 0 6px 20px #8F412C;
  box-shadow: 0 6px 20px #8F412C;
}
.projection .projection-content a, .competition .projection-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.projection .projection-content a:hover, .competition .projection-content a:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.projection .competition-info, .competition .competition-info {
  background: #283F57;
  width: 400px;
  padding: 1em 1em 5em 1em;
  margin: 2em 0;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}
.projection .competition-info h2, .competition .competition-info h2 {
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.projection .competition-info h3, .competition .competition-info h3 {
  text-align: left;
  color: #fff;
  font-size: 1.25rem;
}
.projection .competition-info p, .competition .competition-info p {
  color: #fff;
}
.projection .competition-info:nth-of-type(2n), .competition .competition-info:nth-of-type(2n) {
  background: #BC5048;
}
.projection .img-placeholder, .competition .img-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.projection .img-placeholder h3, .competition .img-placeholder h3 {
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.5rem;
  z-index: 1;
}
.projection .img-placeholder:before, .competition .img-placeholder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}
@media (min-width: 20em) {
  .projection .img-placeholder, .competition .img-placeholder {
    width: 200px;
    height: 100px;
  }
}
@media (min-width: 48em) {
  .projection .img-placeholder, .competition .img-placeholder {
    width: 300px;
    height: 150px;
  }
}
@media (min-width: 64em) {
  .projection .img-placeholder, .competition .img-placeholder {
    width: 400px;
    height: 200px;
  }
}

.festival-box .festival-box-chiffres {
  text-align: left;
  background: #000;
  color: #fff;
  padding: 1.25em 0 3.5em 1.25em;
  border-radius: 5px;
}
.festival-box .festival-box-chiffres span {
  font-size: 2rem;
  font-weight: 600;
}

/* Fonts import*/
/* End */
/* General styling */
.site-main {
  font-family: "Poppins", "Arial";
  color: #444;
}
.site-main h1, .site-main h2, .site-main h3 {
  margin: 1em 0;
  color: #283F57;
}
.site-main h4, .site-main h5, .site-main h6 {
  margin: 0.5em 0;
  color: #283F57;
}
.site-main h2 {
  font-size: 2rem;
}
.site-main h3 {
  font-size: 1.5rem;
}
.site-main mark {
  background-color: #E8B682;
  padding: 5px 5px;
}
.site-main mark:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FB9F85;
}

@media (min-width: 20em) {
  .regular-content {
    padding: 0 6%;
  }
}
@media (min-width: 30em) {
  .regular-content {
    padding: 0 12%;
  }
}
.entry-content {
  padding: 3em 0 12em 0;
}

/* special */
.post-2846 table, .post-2850 table {
  display: none;
}

footer {
  background: #000;
  color: #fff;
  margin-top: 2em;
}
footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em;
}
footer .site-info a, footer .site-info a:hover, footer .site-info a:active {
  text-decoration: none;
  color: #000;
}
footer .site-info mark {
  margin: 0 0 0 0.5em;
  background-color: #E8B682;
}

/*# sourceMappingURL=style.css.map */
