/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: rgb(0, 0, 46);
  background-color: #0e203f;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

h1 {
  display: none;
  font-size: 3rem;
  text-align: center;
  margin: 0.5rem;
  font-weight: 700;
  color: white;
}

.header {
  background-color: #1c4387;
}
.header .head-wrap-logo {
  position: absolute;
  width: 100%;
  padding-top: 1rem;
  margin: auto;
}
.header .head-wrap-logo svg {
  display: block;
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.header .wrap-skyline {
  padding-top: 5rem;
}
.header .wrap-skyline img {
  width: 100%;
  display: block;
}

.chapeaumono {
  display: none;
  margin: auto;
  max-width: 800px;
  font-size: 1.5rem;
}
.chapeaumono p {
  margin: 1.5rem;
}

.chapeauduo {
  border: 1px solid gold;
  margin: auto;
  display: none;
  max-width: 800px;
  font-size: 1.5rem;
}
.chapeauduo div {
  margin: 0 0 1.5rem 1.5rem;
  border: 1px solid green;
}
.chapeauduo div p {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.chapeauduo div h2 {
  margin-bottom: 0.6rem;
}
.chapeauduo div + div {
  margin: 0 1.5rem 1.5rem 1.5rem;
}

.unescothings {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.unescothings li {
  overflow: hidden;
  position: relative;
  margin: 0 1rem 0 1rem;
}
.unescothings li + li {
  margin: 1rem 1rem 0 1rem;
}
.unescothings li a {
  display: block;
  border: 10px solid #CD1618;
  background-color: #CD1618;
  text-decoration: none;
}
.unescothings li a p {
  color: white;
  margin: 0 1rem 0 0;
  transition: all 0.3s ease-in-out;
}
.unescothings li a p:before {
  content: ">";
  position: absolute;
  width: 10px;
  left: -10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.unescothings li a figure {
  overflow: hidden;
}
.unescothings li a figure img {
  transition: all 0.3s ease-out;
}
.unescothings li a:hover p {
  margin: 0 0 0 1rem;
}
.unescothings li a:hover p:before {
  left: 10px;
  opacity: 1;
}
.unescothings li a:hover h2 {
  transform: scale(0.7) translateY(-70%);
}
.unescothings li a:hover img {
  transform: scale(1.2);
  transition: all 0.3s cubic-bezier(0.42, 2.14, 0.83, 0.67);
}
.unescothings li img {
  display: block;
  width: 100%;
}
.unescothings li h2 {
  position: absolute;
  top: 46%;
  left: 0;
  padding: 1rem;
  width: calc(100% - 2rem);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 10vW;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.unescothings li p {
  padding: 1rem 1rem 0.5rem 0;
  color: white;
  font-weight: 700;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
.logos figure {
  width: 40%;
  margin: 2rem;
}
.logos figure img {
  display: block;
  width: 100%;
  margin: auto;
}
.logos figure .logo_unesco {
  width: 66%;
}

footer {
  margin-top: 3rem;
}
footer p {
  margin: 1rem;
  font-size: 0.8rem;
  text-align: center;
}
footer p a {
  color: white;
}

@media (min-width: 460px) {
  .header .head-wrap-logo svg {
    width: 70%;
  }
}
@media (min-width: 800px) {
  section.main {
    margin: 1rem;
  }
  .header .wrap-skyline {
    padding-top: 5rem;
  }
  .unescothings {
    flex-direction: row;
    margin: 1rem auto;
    max-width: 1000px;
  }
  .unescothings li {
    width: 33%;
    margin: 0rem 0 1rem 0;
  }
  .unescothings li + li {
    margin: 0rem 0 1rem 1rem;
  }
  .unescothings li a h2 {
    font-size: 40px;
  }
  .unescothings li a p {
    font-size: 20px;
  }
  .logos {
    max-width: 800px;
    margin: auto;
  }
  .logos figure {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .header .wrap-skyline {
    padding-top: 2rem;
  }
  section.main {
    margin: 1rem;
  }
}/*# sourceMappingURL=style.css.map */