@charset "UTF-8";
@import url(../fonts/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 19px;
  font-family: "Avenir", sans-serif;
  background: #FFF;
  line-height: 1.4;
  color: #000;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #3F3F3F;
  text-decoration: none; }

a:visited {
  color: #3F3F3F; }

a:hover {
  color: #000; }

img {
  max-width: 100%; }

figure {
  margin: 0; }

figcaption {
  font-size: 0.8em; }
  figcaption::before {
    content: '⬇ '; }
  figcaption p {
    margin: 0;
    font-size: 0.8em;
    display: inline-block; }

p {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    p {
      font-size: calc(18px + 3 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 21px; } }

p:last-child {
  margin-bottom: 0; }

p a {
  position: relative; }
  p a:hover {
    color: #3F3F3F; }
  p a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 1px;
    /* <- distance */
    border-bottom: 2px solid #fff200; }

h1 {
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "LMDLD", sans-serif;
  color: #3F3F3F; }

h2 {
  color: #3F3F3F;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "LMDLD", sans-serif;
  font-weight: normal;
  margin: 0; }

h2 + ul {
  margin-top: 20px; }

h3 {
  font-size: 19px;
  font-weight: normal;
  margin: 0; }

h4 {
  font-weight: normal;
  margin: 0; }

h5 {
  margin-top: 40px;
  margin-bottom: 10px; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid rgba(17, 33, 77, 0.2); }

video, iframe {
  width: 100%; }

figure.border {
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.clair {
  color: #737373; }

.bebas {
  font-family: "Bebas", sans-serif; }

.lmdld {
  font-family: "LMDLD", sans-serif; }

.jaune {
  background: #fff200;
  padding: 0 3px; }

.arrow-back {
  font-family: "Bebas", sans-serif;
  color: #3F3F3F;
  letter-spacing: 0.05em;
  font-size: 15px;
  position: absolute;
  top: 100px;
  left: 22px;
  z-index: 2; }

header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff200;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  height: 100px; }
  header.row {
    margin: 0; }
  header a {
    text-decoration: none; }
  header .logo {
    padding: 0 20px;
    width: 220px; }
    header .logo img {
      height: 100%; }
    header .logo a {
      max-height: 85px; }
  header .now-frame {
    border-left: 5px solid #3F3F3F;
    padding: 0px 10px; }
    header .now-frame h2 {
      font-size: 19px;
      font-family: "Bebas", sans-serif;
      margin: 0;
      margin-bottom: 5px; }
    header .now-frame ul {
      margin: 0; }
      header .now-frame ul li {
        float: left;
        margin-right: 10px;
        font-size: 0.75em; }
        header .now-frame ul li:after {
          content: "///";
          margin-left: 10px; }
        header .now-frame ul li:last-child:after {
          content: ""; }
  header .small-menu {
    font-size: 19px;
    font-family: "Bebas", sans-serif;
    text-align: right; }
    header .small-menu::before {
      content: "—";
      padding-bottom: 20px;
      display: block; }
  header .menu_btn {
    display: block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    height: 24px;
    width: 35px; }
    header .menu_btn:hover span {
      background: #000; }
    header .menu_btn:hover span.menu_text {
      color: #000; }
    header .menu_btn span {
      display: block;
      background: #3F3F3F;
      height: 3px;
      width: 35px;
      position: absolute;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    header .menu_btn span:nth-child(1) {
      top: 0px; }
    header .menu_btn span:nth-child(2) {
      top: 10px; }
    header .menu_btn span:nth-child(3) {
      top: 20px; }
    header .menu_btn .transparent {
      opacity: 0; }
    header .menu_btn .rotate-top {
      -webkit-transform: rotatez(45deg);
      -ms-transform: rotate(45deg);
      transform: rotatez(45deg);
      -webkit-transform-origin: 0%;
      left: 2px; }
    header .menu_btn .rotate-bottom {
      -webkit-transform: rotatez(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotatez(-45deg);
      -webkit-transform-origin: 15%; }
    header .menu_btn span.menu_text {
      height: auto;
      width: auto;
      font-size: 18px;
      background: transparent;
      top: 25px;
      color: #3F3F3F; }
  header .nav {
    margin: 0;
    font-size: 30px;
    font-family: "Bebas", sans-serif;
    font-weight: normal;
    letter-spacing: 0.06em;
    position: fixed;
    right: 20px;
    top: 26px;
    width: 100%;
    z-index: -1; }
  header .main-nav {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 40px 20px;
    position: absolute;
    background: #fff200;
    top: 33px;
    right: -440px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    header .main-nav.active {
      right: -20px; }
    header .main-nav li {
      list-style: none;
      margin-bottom: 20px;
      line-height: 1; }
      header .main-nav li a {
        color: #3F3F3F; }
        header .main-nav li a:hover {
          color: #000; }
      header .main-nav li.active a {
        color: #000; }

@media only screen and (min-width: 48em) {
  header .logo {
    padding: 0 40px;
    width: 300px; }
  header .nav {
    right: 40px; }
  header .main-nav {
    top: 45px;
    padding: 40px; }
    header .main-nav.active {
      right: -40px; } }

.show-for-small-only {
  display: block; }

.hide-for-small-only {
  display: none; }

body[data-template="home"] main, body[data-template="menu"] main {
  max-width: 100%; }

.home-message {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(90, 90, 90, 0.6); }
  .home-message .close-message {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #3F3F3F;
    font-size: 25px;
    cursor: pointer; }
  .home-message .home-message-content {
    position: relative;
    background: #FFF;
    width: 95%;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    padding: 20px;
    color: #3F3F3F;
    max-height: 90vh;
    overflow: scroll; }
    .home-message .home-message-content a {
      color: #3F3F3F; }
      .home-message .home-message-content a:hover {
        color: #000; }
    .home-message .home-message-content h3 {
      font-family: "Bebas", sans-serif;
      font-size: 21px; }

main {
  padding: 95px 0 0 0;
  font-size: 19px;
  width: 100%;
  margin: 0px auto;
  min-height: calc(100vh - 135px);
  max-width: 1600px; }
  main .content {
    position: relative;
    padding: 0;
    min-height: calc(100vh - 210px);
    width: 100%; }
    main .content.row {
      margin: 0; }
    main .content .content-inner h1 {
      font-family: "LMDLD", sans-serif;
      margin-bottom: 0;
      color: #3F3F3F; }
      main .content .content-inner h1 {
        font-size: 32px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h1 {
            font-size: calc(32px + 8 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h1 {
            font-size: 40px; } }
    main .content .content-inner h1 + p, main .content .content-inner h2 + p, main .content .content-inner h3 + p, main .content .content-inner h4 + p, main .content .content-inner h5 + p, main .content .content-inner h6 + p {
      margin-top: 0; }
    main .content .content-inner h2 {
      font-family: "LMDLD", sans-serif;
      margin-bottom: 0;
      margin-top: 40px;
      color: #3F3F3F; }
      main .content .content-inner h2 {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h2 {
            font-size: calc(25px + 7 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h2 {
            font-size: 32px; } }
    main .content .content-inner h3 {
      font-family: "LMDLD", sans-serif;
      margin-bottom: 0;
      margin-top: 40px;
      color: #3F3F3F; }
      main .content .content-inner h3 {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h3 {
            font-size: calc(20px + 7 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h3 {
            font-size: 27px; } }
    main .content .content-inner h4 {
      font-family: "Bebas", sans-serif;
      margin-bottom: 0;
      margin-top: 40px;
      font-weight: normal;
      letter-spacing: 0.03em;
      color: #3F3F3F; }
      main .content .content-inner h4 {
        font-size: 32px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h4 {
            font-size: calc(32px + 3 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h4 {
            font-size: 35px; } }
    main .content .content-inner h5 {
      font-family: "Bebas", sans-serif;
      margin-bottom: 0;
      margin-top: 40px;
      font-weight: normal;
      color: #3F3F3F;
      letter-spacing: 0.03em;
      color: #3F3F3F; }
      main .content .content-inner h5 {
        font-size: 25px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h5 {
            font-size: calc(25px + 5 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h5 {
            font-size: 30px; } }
    main .content .content-inner h6 {
      font-family: "Bebas", sans-serif;
      margin-bottom: 0;
      margin-top: 40px;
      font-weight: normal;
      color: #3F3F3F;
      letter-spacing: 0.03em;
      color: #3F3F3F; }
      main .content .content-inner h6 {
        font-size: 22px; }
        @media screen and (min-width: 320px) {
          main .content .content-inner h6 {
            font-size: calc(22px + 3 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          main .content .content-inner h6 {
            font-size: 25px; } }
    main .content figure {
      margin: 20px 0; }
    main .content ol {
      padding-left: 40px; }
      main .content ol li {
        list-style: decimal; }
    main .content .image-gallery figure {
      margin: 10px 0; }

.breadcrumb {
  padding: 20px 20px 10px;
  position: absolute;
  z-index: 2; }
  .breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .breadcrumb ol li {
      margin-left: 5px;
      font-size: 15px; }
      .breadcrumb ol li:before {
        content: '>>';
        margin-right: 5px; }
      .breadcrumb ol li:first-child:before {
        content: none; }
      .breadcrumb ol li a:hover {
        background: #fff200; }

.prog-list-wrapper {
  padding: 0 40px; }
  .prog-list-wrapper > ul {
    width: 100%; }
  .prog-list-wrapper > ul > li {
    padding: 10px 10px 80px 10px; }
  .prog-list-wrapper h2 {
    font-size: 2em; }
  .prog-list-wrapper h3, .prog-list-wrapper .freedates p {
    font-size: 19px;
    color: #3F3F3F;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.05em;
    margin: 10px 0px 20px 0; }
  .prog-list-wrapper h4 {
    font-size: 19px;
    color: #3F3F3F;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
  .prog-list-wrapper h4.compagnie {
    color: #737373;
    margin-bottom: 0;
    padding: 0; }
  .prog-list-wrapper .distributionsum p {
    font-size: 17px;
    padding-top: 0;
    margin-top: 0; }
  .prog-list-wrapper .hours {
    margin-top: 0;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.05em;
    color: #3F3F3F; }
  .prog-list-wrapper .lien-billeterie, .prog-list-wrapper .pdfs-wrapper > li {
    margin-top: 20px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.02em; }
    .prog-list-wrapper .lien-billeterie a, .prog-list-wrapper .pdfs-wrapper > li a {
      color: #3F3F3F;
      -webkit-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease;
      border-bottom: 4px solid #fff200; }
      .prog-list-wrapper .lien-billeterie a:hover, .prog-list-wrapper .pdfs-wrapper > li a:hover {
        color: #000; }
  .prog-list-wrapper .lien-billeterie {
    margin-left: 0;
    background-color: #fff200;
    text-align: center; }
  .prog-list-wrapper .credits-text p {
    font-size: 0.8em; }

footer {
  background: #fff200;
  padding: 20px 20px;
  font-family: "Avenir", sans-serif;
  letter-spacing: 0.02em;
  width: 100%; }
  footer h1 {
    font-size: 19px;
    margin: 0;
    color: #000; }
  footer p, footer a {
    margin: 0;
    font-size: 14px; }
  footer .mentions-legales a {
    font-size: 12px; }
    footer .mentions-legales a:hover {
      text-decoration: underline; }
  footer .socialnetworks {
    text-align: left;
    font-family: "Bebas", sans-serif;
    margin-top: 10px; }
    footer .socialnetworks ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      footer .socialnetworks ul li a {
        color: #3F3F3F;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        margin-right: 10px;
        font-size: 18px; }
        footer .socialnetworks ul li a:hover {
          color: #000; }

.archives-btn + h1 {
  margin-top: 20px; }

.archives-btn {
  text-align: center;
  margin: auto;
  margin-top: 20px; }
  .archives-btn a {
    background: #fff200;
    padding: 5px 10px 3px;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.05em;
    color: #3F3F3F; }

form input[type="text"], form input[type="email"] {
  width: 100%;
  max-width: 300px; }

form input[type="checkbox"] {
  margin: 0;
  margin-right: 5px;
  border: 1px solid #3F3F3F;
  background: #FFF;
  border-radius: 0;
  width: 16px;
  height: 16px; }

form input[type="submit"] {
  margin: 0;
  background: #fff200;
  border: none;
  padding: 5px 40px 3px;
  font-family: "Bebas", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F3F;
  cursor: pointer;
  margin-top: 40px; }

form input, form label {
  display: block;
  font-size: 19px;
  font-family: "Avenir", sans-serif; }

form .form-group {
  margin-bottom: 20px; }
  form .form-group.inline label, form .form-group.inline input {
    display: inline-block; }

form .required {
  color: red; }

.uniform-errors {
  margin-bottom: 20px;
  color: red;
  border: 1px solid red;
  padding: 10px; }

.form-success {
  margin-bottom: 20px;
  color: green;
  border: 1px solid green;
  padding: 10px; }

.big-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

.big-menu li {
  height: auto;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: saturation;
  background-position: center;
  border-left: 1px solid #3F3F3F;
  padding: 0;
  position: relative;
  cursor: pointer; }
  .big-menu li a {
    height: 100%;
    height: 150px;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 1.1; }
    .big-menu li a .yellow-pattern {
      width: 100%;
      mix-blend-mode: multiply;
      position: absolute;
      top: -40px;
      left: 0;
      height: 15vh;
      overflow: hidden; }
    .big-menu li a .big-menu-text {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #FFF;
      text-align: center;
      font-family: "Bebas", sans-serif;
      font-size: 2em;
      text-shadow: 0px 0px 4px #333;
      padding: 0 20px; }
      .big-menu li a .big-menu-text .infos-spectacle {
        width: 60%;
        margin: auto;
        padding: 10px; }
        .big-menu li a .big-menu-text .infos-spectacle h2 {
          font-size: 0.8em;
          font-family: "Bebas", sans-serif;
          color: #FFF; }
        .big-menu li a .big-menu-text .infos-spectacle h3, .big-menu li a .big-menu-text .infos-spectacle .hours p {
          font-size: 16px;
          font-family: "Bebas", sans-serif;
          margin-top: 0; }
    .big-menu li a:hover {
      background-color: transparent; }

.switch-page {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px; }
  .switch-page.no-prev {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.switch-page .switch-wrapper {
  width: 45%;
  min-width: 100px;
  font-size: 16px;
  text-transform: uppercase; }
  .switch-page .switch-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .switch-page .switch-wrapper a:hover .switch-text {
      background-color: #fff200; }
  .switch-page .switch-wrapper.next-wrapper a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .switch-page .switch-wrapper .text-next {
    text-align: right; }
  .switch-page .switch-wrapper .switch-arrow {
    font-size: 20px;
    margin-top: 0px; }
    .switch-page .switch-wrapper .switch-arrow.arrow-prev {
      margin-right: 10px; }
    .switch-page .switch-wrapper .switch-arrow.arrow-next {
      margin-left: 10px; }

main .content.spectacle {
  padding: 80px 0; }
  main .content.spectacle .spectacle-header h2 {
    margin-top: 0;
    padding: 0; }
    main .content.spectacle .spectacle-header h2 {
      font-size: 35px; }
      @media screen and (min-width: 320px) {
        main .content.spectacle .spectacle-header h2 {
          font-size: calc(35px + 17 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        main .content.spectacle .spectacle-header h2 {
          font-size: 52px; } }
  main .content.spectacle .right-spectacle {
    padding: 10px 20px; }
  main .content.spectacle .prog-cover-wrapper + .spectacle-btn {
    padding-top: 0; }
  main .content.spectacle .spectacle-btn {
    padding: 0 20px 40px 20px;
    text-align: center; }
  main .content.spectacle .spectacle-btn + .credits-text {
    margin-top: 40px; }
  main .content.spectacle .lien-billeterie {
    margin-left: 0;
    background-color: #fff200; }
  main .content.spectacle .distribution, main .content.spectacle .presentation-text {
    margin-bottom: 40px; }
  main .content.spectacle .related {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 4px solid #fff200; }
    main .content.spectacle .related h3 {
      font-size: 25px; }
    main .content.spectacle .related h4 {
      font-family: "LMDLD", sans-serif;
      text-align: center;
      margin: 0; }

main .content.programmation {
  padding: 60px 10px;
  position: relative;
  width: 100%;
  margin: 0; }
  main .content.programmation .row {
    margin: 0; }
  main .content.programmation h1 {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px; }
  main .content.programmation h2 {
    font-size: 30px; }

main .content.article {
  padding: 80px 0;
  margin-bottom: 80px; }
  main .content.article a {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff200;
    text-decoration-color: #fff200; }
    main .content.article a:hover {
      background-color: #fff200; }
  main .content.article .left-col > figure {
    margin-top: 0; }
  main .content.article .right-col {
    border-left: 20px solid #fff200; }
    main .content.article .right-col ul {
      margin-left: 40px; }
      main .content.article .right-col ul li {
        list-style: disc;
        margin-bottom: 10px; }

@media only screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; }
  .hide-for-small-only {
    display: block !important; }
  .home-message .home-message-content {
    width: 60%;
    padding: 40px; }
  main {
    padding: 95px 0 0 0; }
    main .content {
      padding: 0; }
      main .content.row {
        margin-right: -1rem;
        margin-left: -1rem; }
  .breadcrumb {
    padding: 20px 40px 10px; }
  .big-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .big-menu li {
    height: calc(100vh - 210px); }
    .big-menu li a {
      height: calc(100vh - 210px); }
      .big-menu li a .yellow-pattern {
        height: calc(100vh - 210px); }
  main .content.programmation {
    padding: 40px; }
  .prog-list-wrapper {
    padding: 0 40px; }
    .prog-list-wrapper > ul > li {
      padding: 40px; }
  .switch-page {
    padding: 0 60px; }
    .switch-page.small-switch-page {
      padding: 0;
      width: 66.667%; }
    .switch-page .switch-wrapper {
      width: 50%; }
  main .content.spectacle {
    padding: 40px 0;
    margin: 0; }
    main .content.spectacle .right-spectacle {
      padding: 40px; }
    main .content.spectacle .left-spectacle {
      padding-top: 20px;
      padding-left: 1rem; }
    main .content.spectacle .spectacle-btn {
      padding: 0 30px 0 30px; }
  main .content.article {
    padding: 80px 40px; }
    main .content.article .left-col {
      padding-right: 20px; }
    main .content.article .right-col {
      padding-left: 20px; }
  footer {
    padding: 10px 40px; }
    footer p, footer a {
      font-size: 0.75em; }
    footer .socialnetworks {
      text-align: right;
      margin-top: 0; }
      footer .socialnetworks ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        footer .socialnetworks ul li {
          margin-left: 10px; } }

.editos .archives-btn {
  margin-top: 70px; }

.editos .content.article {
  padding-top: 40px; }

.edito-archives .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.edito-archives .prog-list-wrapper > ul > li {
  background: #fff200;
  text-align: center;
  padding: 10px;
  margin: 20px;
  min-width: 150px; }

.uniform__potty {
  position: absolute;
  left: -9999px; }
