@media screen and (min-width: 650px) {
  .header {
    height: 25vh;
    max-height: 250px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .header h1 {
    height: 100%;
  }
  .header h1 a {
    position: absolute;
  }
  .header .contact-link a:link,
.header .contact-link a:visited,
.header .language a:link,
.header .language a:visited {
    line-height: inherit;
  }

  .nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .nav > ul > li {
    width: 20%;
  }
  .nav > ul > li:not(:first-child) {
    margin-left: 10px;
  }

  .main-nav {
    padding: 0 5%;
  }
  .main-nav .toggled li:not(.link-active) {
    height: auto;
  }

  .contact-data {
    text-align: center;
  }
  .contact-data .contact-infos {
    width: 40%;
    margin: 0 auto;
  }

  .cv-list ul li .date {
    flex-basis: 20%;
  }
  .cv-list ul li .activity {
    flex-basis: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .galleries-list .media-wrapper {
    max-height: 90vh;
    flex-direction: row;
    width: auto;
  }
  .galleries-list .media-text {
    flex-grow: 1;
    flex-basis: calc(50% - 130px);
    order: 1;
  }
  .galleries-list .single .media-text {
    flex-basis: 50%;
  }
  .galleries-list .media-list {
    flex-direction: column;
    width: 130px;
    order: 2;
  }
  .galleries-list .media-featured {
    flex-grow: 1;
    flex-basis: 50%;
    order: 3;
  }
  .galleries-list .media-featured img {
    max-height: calc(90vh - 20px);
  }
  .galleries-list li:nth-child(odd) .media-text {
    order: 3;
  }
  .galleries-list li:nth-child(odd) .media-featured {
    order: 1;
  }
}
@media screen and (min-width: 1024px) and (min-height: 600px) and (max-height: 1000px) {
  .galleries-list .media-wrapper {
    max-height: 70vh;
  }
  .galleries-list .media-featured img {
    max-height: calc(70vh - 20px);
  }
}
@media screen and (min-height: 1000px) {
  .galleries-list .media-wrapper {
    max-height: 600px;
  }
  .galleries-list .media-featured img {
    max-height: 600px;
  }
}

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