/*!
Theme Name: blank
Theme URI: https://johangiraud.com
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Sisters of Europe project
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

::selection {
  background: #fff8e6;
  color: #2b2b2b; }

::-moz-selection {
  background: #fff8e6;
  color: #2b2b2b; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

:focus {
  outline: none; }

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  /* IE 10 */ }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/* Show the overflow in IE. Show the overflow in Edge. */
button,
input {
  overflow: visible; }

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none; }
  button:focus, button:active, button:visited,
  [type="button"]:focus,
  [type="button"]:active,
  [type="button"]:visited,
  [type="reset"]:focus,
  [type="reset"]:active,
  [type="reset"]:visited,
  [type="submit"]:focus,
  [type="submit"]:active,
  [type="submit"]:visited {
    outline: 0; }

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Remove the default vertical scrollbar in IE 10+.*/
textarea {
  overflow: auto; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2b2b2b;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  background: #fff8e6; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  display: block;
  max-width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #2b2b2b;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

@media screen and (min-width: 750px) {
  a:hover,
  a:focus,
  a:active {
    color: #fff8e6; }

  article a,
  .bio a {
    background-color: transparent;
    border-bottom: 0.2rem solid #ffe245;
    box-shadow: inset 0 -1.1rem 0 #ffe245; }
    article a:hover,
    .bio a:hover {
      color: #2b2b2b;
      border-bottom: 0 solid #ffe245;
      box-shadow: inset 0 -2.4rem 0 #ffe245; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10; }

button.menu {
  position: absolute;
  display: block;
  top: 0;
  right: 1rem;
  width: 6.5rem;
  height: 7.5rem;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 120; }
  button.menu span,
  button.menu span:before,
  button.menu span:after {
    height: 0.2rem;
    width: 3.5rem;
    margin: 0;
    background: #2b2b2b;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.2s; }
  button.menu span {
    top: 2.75rem;
    left: 50%;
    transform: translateX(-50%); }
  button.menu span:before {
    top: -1rem; }
  button.menu span:after {
    bottom: -1rem; }
  button.menu + nav {
    font-weight: bold;
    background: #fff8e6;
    top: -100vh;
    right: 0;
    bottom: 100vh;
    left: 0;
    position: fixed;
    font-size: 7vw;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s; }
    button.menu + nav ul {
      position: absolute;
      top: 51%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      line-height: 1.3;
      text-align: center;
      z-index: 100; }
      button.menu + nav ul li a {
        color: #2b2b2b; }
      button.menu + nav ul li.menu-item-has-children ul.sub-menu {
        display: none;
        font-weight: normal;
        opacity: 0;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, -50%);
        transition: all .3s;
        z-index: -10; }
      button.menu + nav ul li.menu-item-has-children.active ul.sub-menu {
        display: block;
        opacity: 1;
        transform: translate(0, 0);
        z-index: 10; }
  button.menu.active + nav {
    display: block;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: 110; }
  button.menu.active {
    position: fixed; }
    button.menu.active:hover span:before, button.menu.active:hover span:after {
      margin: 0; }
    button.menu.active span:after.active {
      top: 0; }
    button.menu.active span {
      background-color: transparent; }
    button.menu.active span:before {
      top: 0;
      transform: rotate(45deg); }
    button.menu.active span:after {
      bottom: 0;
      transform: rotate(-45deg); }

#social-networks {
  display: none; }

.social-networks {
  display: block;
  margin-top: 1rem; }
  .social-networks span {
    display: inline-block;
    margin: 0 auto; }
    .social-networks span img {
      width: 3rem; }

.home .landing button.menu span,
.home .landing button.menu span:before,
.home .landing button.menu span:after {
  background: white; }
.home .landing button.menu.active span {
  background: transparent; }
.home .landing button.menu.active span:before,
.home .landing button.menu.active span:after {
  background: #2b2b2b; }

#landing .scroll-down-arrow {
  position: absolute;
  left: 47%;
  bottom: 4rem;
  display: block;
  z-index: 4; }
  #landing .scroll-down-arrow:before, #landing .scroll-down-arrow:after {
    content: '';
    position: absolute;
    text-decoration: none;
    bottom: 0;
    width: 2.3rem;
    height: 2.3rem;
    border-bottom: 0.3rem solid #fff8e6;
    border-right: 0.3rem solid #fff8e6;
    transform: translate(-50%, 0%) rotate(45deg);
    transition: all 0.3s;
    cursor: pointer;
    animation: wave_up_down 0.5s ease-in-out alternate infinite; }
  #landing .scroll-down-arrow:after {
    bottom: 1rem; }

@keyframes wave_up_down {
  0% {
    transform: translate(0, -0.2rem) rotate(45deg); }
  100% {
    transform: translate(0, 0.2rem) rotate(45deg); } }
@keyframes wave_up_down_hover {
  0% {
    transform: translate(0, -0.3rem) rotate(45deg); }
  100% {
    transform: translate(0, 0.3rem) rotate(45deg); } }
@media screen and (min-width: 750px) {
  button.menu + nav {
    font-size: 5vh; }
    button.menu + nav ul li a {
      position: relative;
      display: inline-block; }
      button.menu + nav ul li a:after {
        content: "";
        position: absolute;
        height: 0.3rem;
        background-color: #2b2b2b;
        left: 0;
        bottom: 0.5rem;
        width: 0;
        transition: all 0.3s; }
      button.menu + nav ul li a:hover:after {
        width: 100%; }

  #social-networks {
    display: block;
    position: absolute;
    top: 1rem;
    right: 7rem;
    z-index: 10; }
    #social-networks li {
      display: inline-block;
      padding: 0.5rem;
      margin-top: -0.1rem; }
      #social-networks li a {
        top: 0;
        transition: all 0.2s;
        display: inline-block;
        position: relative; }
        #social-networks li a:hover {
          top: -0.2rem; }
        #social-networks li a img {
          width: 2.9rem; }

  .social-networks {
    display: none; }

  .home .landing #social-networks {
    display: none; }

  #landing .scroll-down-arrow {
    left: 50%; }
    #landing .scroll-down-arrow:hover:before, #landing .scroll-down-arrow:hover:after {
      animation: wave_up_down_hover 0.3s ease-in-out alternate infinite;
      border-bottom: 0.3rem solid #fff;
      border-right: 0.3rem solid #fff; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#wrapper {
  padding-top: 8.1rem; }

main {
  max-width: 750px;
  margin: 0 auto; }

/* Header */
.site-header {
  height: 6.1rem;
  background-color: white;
  width: 100%;
  margin-top: 0;
  position: fixed;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
  z-index: 10; }
  .site-header.hidden {
    margin-top: -6.5rem; }

.site-branding {
  position: absolute;
  width: 25rem;
  top: 0.8rem;
  z-index: 10; }

@media screen and (min-width: 750px) {
  .site-branding {
    width: 27rem;
    top: 0;
    padding: 0.9rem; } }
#page {
  background-color: white; }

/* Landing page */
.home main {
  max-width: none; }
.home .site-header.landing {
  height: 0;
  position: relative;
  background-color: transparent; }
  .home .site-header.landing.hidden {
    margin-top: 0; }
  .home .site-header.landing .site-branding {
    top: calc(0.8rem - 4rem);
    /* hidden before Xs */
    transition: all .5s; }
    .home .site-header.landing .site-branding.landing {
      top: 0.8rem;
      /* visible after Xs */ }
.home .landing-logo {
  opacity: 0;
  position: absolute;
  width: 80%;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5; }
  .home .landing-logo.show {
    transition: top .5s, opacity .5s;
    top: 60%;
    opacity: 1; }
  .home .landing-logo.hidden {
    transition: top 2s, opacity .5s;
    top: -20%;
    opacity: 0; }
.home section .flickity-slider {
  transform: none !important; }
.home section .slide {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  left: 0 !important;
  opacity: 0;
  transform: scale(1);
  transition: all 3s cubic-bezier(0, 0.99, 0, 0.99), opacity 0.3s ease-in-out;
  z-index: -1; }
  .home section .slide.is-selected {
    opacity: 1;
    z-index: 0;
    transform: scale(1.2); }

@media screen and (min-width: 750px) {
  .home .site-header.landing .site-branding {
    top: -4rem;
    /* hidden before Xs */ }
    .home .site-header.landing .site-branding.landing {
      top: 0;
      /* visible after Xs */ } }
/* Section about */
#about {
  padding: 2rem; }
  #about article {
    max-width: 750px;
    margin: 5rem auto;
    position: relative; }
    #about article h3 span {
      background-color: #ffe245; }
    #about article .survey {
      background-color: #ffe245;
      padding: 0; }
      #about article .survey .survey-text p {
        font-size: 1.8rem;
        margin: 0;
        line-height: 1.2; }
      #about article .survey a:hover {
        color: white; }
    #about article .contact:before {
      content: url(img/picto-mail.svg);
      display: inline-block;
      width: 2.7rem;
      vertical-align: text-top;
      margin-right: 0.5rem; }
    #about article ul.partners {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      #about article ul.partners li {
        width: 70%;
        padding: 1rem; }
        #about article ul.partners li a {
          width: 15rem;
          height: 8.5rem;
          margin: .5rem 1rem; }
          #about article ul.partners li a img {
            margin: 0 auto; }
  #about .bg-drawings {
    display: none; }

@media screen and (min-width: 750px) {
  #about article ul.partners li {
    width: 50%; } }
@media screen and (min-width: 1100px) {
  #about article h3 {
    font-size: 4rem; }
  #about article .survey {
    min-height: 15rem; }
    #about article .survey .survey-text {
      padding: 5rem 2rem 5rem 0; }
      #about article .survey .survey-text p {
        font-size: 3rem; }
  #about article ul.partners li {
    width: 33.3%; }
  #about .bg-drawings {
    display: block;
    position: absolute;
    max-width: 750px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 0; }
    #about .bg-drawings div {
      height: 30rem; }
      #about .bg-drawings div img {
        position: absolute; } }
/* Section transitions */
.home-section-title {
  height: 40rem;
  position: relative;
  overflow: hidden; }
  .home-section-title img {
    margin: 0 auto; }

/* Section stories */
#stories {
  max-width: 1200px;
  margin: 5rem auto; }
  #stories h2 {
    text-align: center;
    margin-bottom: 5rem; }
  #stories ul {
    padding: 0 1rem; }
    #stories ul li {
      margin-bottom: 2rem; }
      #stories ul li a {
        display: block;
        padding: 1rem; }
        #stories ul li a .country,
        #stories ul li a .contributors {
          display: inline-block; }
        #stories ul li a .country {
          font-weight: bold;
          text-transform: uppercase; }
        #stories ul li a h3 {
          font-size: 3rem;
          font-weight: normal;
          margin: 0;
          line-height: 1.2; }
        #stories ul li a figure {
          margin: 1rem 0; }
  #stories aside {
    display: none; }

@media screen and (min-width: 750px) {
  #stories {
    min-height: 100vh;
    position: relative; }
    #stories ul {
      float: left;
      width: 40%;
      max-height: calc(100vh - 8.1rem);
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #2b2b2b transparent; }
      #stories ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0.6rem transparent;
        background-color: transparent; }
      #stories ul::-webkit-scrollbar {
        width: 0.15rem;
        background-color: transparent; }
      #stories ul::-webkit-scrollbar-thumb {
        background-color: #2b2b2b;
        border: 0.15rem solid transparent; }
      #stories ul li a:hover {
        color: #2b2b2b;
        background-color: #ffe245; }
      #stories ul li a figure {
        display: none; }
    #stories aside {
      display: block;
      position: absolute;
      width: 58%;
      left: 41%;
      padding-right: 1rem;
      transition: all .2s; }
      #stories aside p {
        text-align: right;
        margin: 1rem 0 0 0; } }
/* Section team */
#team {
  max-width: 1200px;
  margin: 5rem auto; }
  #team h2,
  #team h3 {
    text-align: center; }
  #team #who-is-who h3,
  #team .country h3 {
    text-transform: uppercase; }
  #team #who-is-who article,
  #team .country article {
    display: inline-block;
    width: 49.2%;
    text-align: center;
    margin: 1rem auto;
    cursor: pointer; }
    #team #who-is-who article img,
    #team .country article img {
      border-radius: 50%;
      -webkit-mask-image: -webkit-radial-gradient(white, black);
      padding: 1rem;
      transform: scale(1);
      transition: all .3s; }
    #team #who-is-who article span,
    #team .country article span {
      background-color: #ffe245; }
    #team #who-is-who article h4,
    #team .country article h4 {
      font-weight: normal; }
  #team #who-is-who {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #team #who-is-who .author {
      display: none; }
    #team #who-is-who .social-media-manager + * {
      display: none; }
    #team #who-is-who b {
      font-weight: normal; }
  #team .country article h4 {
    position: relative; }
    #team .country article h4:before {
      content: url(img/picto-pen.svg);
      left: -2rem;
      width: 3.5rem;
      display: inline-block;
      padding: 0.5rem;
      vertical-align: sub; }
  #team .country article:last-of-type h4:before {
    content: url(img/picto-camera.svg); }

@keyframes slide {
  from {
    opacity: 0;
    transform: translateX(5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.slide-left {
  animation: slide 1.4s; }

span.support {
  display: none; }

.popup-details {
  display: block;
  position: fixed;
  overflow-y: auto;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 20; }
  .popup-details.show {
    top: 50%;
    opacity: 1; }
  .popup-details .popup-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff8e6;
    padding: 2rem; }
    .popup-details .popup-container span.close,
    .popup-details .popup-container span.close:before,
    .popup-details .popup-container span.close:after {
      content: "";
      height: 0.2rem;
      width: 4.5rem;
      background: #2b2b2b;
      position: absolute;
      display: block; }
    .popup-details .popup-container span.close {
      background-color: transparent;
      top: 0;
      right: 2rem;
      height: 7rem;
      cursor: pointer; }
      .popup-details .popup-container span.close:before {
        top: 4rem;
        transform: rotate(45deg); }
      .popup-details .popup-container span.close:after {
        top: 4rem;
        bottom: 0;
        transform: rotate(-45deg); }
    .popup-details .popup-container img {
      max-width: 30rem;
      margin: 0 auto;
      border-radius: 50%;
      padding: 1rem; }
    .popup-details .popup-container h2 {
      max-width: none !important;
      margin-left: auto !important; }
    .popup-details .popup-container h2,
    .popup-details .popup-container p {
      text-align: center; }
    .popup-details .popup-container .bio {
      font-family: "Noto Serif", serif;
      text-align: left; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7) url("img/preloader.gif") no-repeat center/64px auto; }

body.freeze {
  overflow: hidden; }

@media screen and (max-width: 750px) {
  body.freeze {
    position: fixed; } }
@media screen and (min-width: 750px) {
  .popup-details .popup-container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    overflow-y: auto; } }
@media screen and (min-width: 750px) {
  #team {
    padding: 0 2rem; }
    #team #who-is-who,
    #team .country {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      #team #who-is-who .feature-link,
      #team .country .feature-link {
        width: 33%; }
      #team #who-is-who article,
      #team .country article {
        width: 25%;
        margin: 2rem auto; }
        #team #who-is-who article:hover img,
        #team .country article:hover img {
          transform: scale(1.02); }
    #team #who-is-who {
      max-width: 750px;
      margin: 0 auto; }
      #team #who-is-who article {
        width: 35%; } }
/* Page single */
.single main {
  max-width: 1200px;
  margin-bottom: 5rem;
  padding: 0 2rem; }
  .single main header h1 {
    line-height: 1.1; }
  .single main .entry-content {
    margin-bottom: 10rem; }
    .single main .entry-content .summary {
      font-size: 2rem;
      font-weight: bold; }
    .single main .entry-content .wp-block-image .alignright {
      margin-left: auto; }
    .single main .entry-content .sidebar {
      padding: 2rem;
      background-color: #ffe245;
      word-wrap: break-word; }
    .single main .entry-content .wp-block-columns {
      display: block; }
    .single main .entry-content blockquote {
      margin: 5rem 0; }
      .single main .entry-content blockquote p {
        font-size: 3rem;
        line-height: 1.1; }
  .single main #stories {
    min-height: 0; }
    .single main #stories ul {
      width: 100%;
      float: none;
      overflow-y: unset; }
      .single main #stories ul .flickity-viewport {
        width: 100%;
        height: 100%; }
      .single main #stories ul .flickity-prev-next-button {
        top: 55%;
        width: 5rem;
        height: 5rem;
        background: transparent; }
        .single main #stories ul .flickity-prev-next-button:hover {
          background: transparent; }
        .single main #stories ul .flickity-prev-next-button.previous {
          left: -3rem; }
        .single main #stories ul .flickity-prev-next-button.next {
          right: -3rem; }
        .single main #stories ul .flickity-prev-next-button .arrow {
          fill: #333; }
      .single main #stories ul li.post {
        width: 100%;
        height: 30rem; }
        .single main #stories ul li.post a {
          padding: 1rem;
          text-align: center;
          opacity: 1; }
          .single main #stories ul li.post a h3 {
            display: none; }
          .single main #stories ul li.post a figure {
            display: block; }

@media screen and (min-width: 750px) {
  .single main header h1 {
    font-size: 7rem;
    margin-top: 2rem;
    line-height: 1; }
  .single main header h3 {
    margin: 2rem 0 0 0;
    max-width: none;
    font-weight: normal; }
  .single main .thumbnail,
  .single main h2,
  .single main h3,
  .single main h4,
  .single main .wp-block-image .alignright {
    max-width: 75%;
    margin-left: 25%;
    clear: none; }
  .single main #stories h2 {
    max-width: none;
    margin-left: auto; }
  .single main h4 {
    font-weight: normal; }
  .single main .entry-content p {
    max-width: 75%;
    margin-left: 25%; }
  .single main .entry-content .summary {
    font-size: 3rem; }
  .single main .entry-content .wp-block-image .alignright {
    float: none; }
  .single main .entry-content .wp-block-columns {
    display: flex; }
    .single main .entry-content .wp-block-columns .wp-block-column:not(:first-child),
    .single main .entry-content .wp-block-columns .wp-block-column p {
      margin-left: 0;
      max-width: none; }
  .single main .entry-content .sidebar {
    margin-top: 0; }
  .single main .entry-content blockquote p {
    max-width: none;
    margin-left: 0;
    font-size: 5rem; }
  .single main #stories ul li.post {
    width: calc(100%/3); }
    .single main #stories ul li.post a:hover {
      opacity: 0.8;
      background-color: transparent; } }
@media screen and (min-width: 900px) {
  .single main .entry-content .sidebar {
    max-width: 23%;
    float: left;
    margin-left: 0; } }
@media screen and (min-width: 1240px) {
  .single main {
    padding: 0; } }
/*--------------------------------------------------------------
## Page events
--------------------------------------------------------------*/
.events main {
  max-width: 1200px; }
  .events main article {
    margin-bottom: 10rem; }
    .events main article header h1 {
      color: #0072D8;
      margin: 0;
      text-transform: uppercase;
      font-weight: 700; }
    .events main article header .protagonists h3 {
      font-size: 3rem; }

@media screen and (min-width: 750px) {
  .events main article header h1 {
    font-size: 7vw;
    text-align: right;
    width: 40%; }
  .events main article header .main-infos {
    width: 60%;
    margin-left: 40%; }
    .events main article header .main-infos h2,
    .events main article header .main-infos time,
    .events main article header .main-infos address {
      line-height: 1;
      font-weight: 700; }
    .events main article header .main-infos h2 {
      font-size: 5vw;
      margin: 2rem 0; }
    .events main article header .main-infos time {
      font-size: 3rem;
      color: #0072D8;
      display: block;
      margin-bottom: 2rem; }
  .events main article header .protagonists h3 {
    width: 40%;
    text-align: right;
    color: #0072D8;
    margin-bottom: 0.7rem; }
  .events main article header .protagonists .people {
    width: 60%;
    margin-left: 40%; }
    .events main article header .protagonists .people h4 {
      margin: 0; }
    .events main article header .protagonists .people p {
      margin: 0.7rem 0; }
  .events main article .entry-content .details {
    width: 60%;
    margin-left: 40%; } }
.survey {
  max-width: 1200px;
  background: #0072D8;
  min-height: 10rem;
  position: relative;
  padding: 2rem; }
  .survey:before {
    content: url(img/survey-icon.svg);
    width: 17%;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-49%); }
  .survey .survey-text {
    margin-left: calc(17% + 6rem);
    padding: 2rem 2rem 2rem 0; }
    .survey .survey-text h2 {
      font-size: 4vw;
      line-height: 1;
      margin: 0 1rem 1rem 0; }
    .survey .survey-text p {
      font-size: 3rem;
      margin: 0; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 #wrapper {
  height: 100vh; }
  .error404 #wrapper main {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

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