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;
  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;
}

a {
  text-decoration: none;
  color: inherit;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

p {
  letter-spacing: 2px;
}

li, span {
  letter-spacing: 1px;
}

.up-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 2px solid #e6e4e4;
  border-radius: 3px;
  background: transparent;
  color: #e6e4e4;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  z-index: 1;
}

.up-btn a {
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
}

.up-btn:hover {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}

.up-btn.fixed {
  position: fixed;
  visibility: visible;
}

hr {
  border: none;
  border-top: 1px solid #fff;
  width: 80%;
}

.quote::before, .quote::after {
  color: #f8ac09;
}

.quote::before {
  content: "\275D";
  margin-right: 3px;
}

.quote::after {
  content: "\275E";
  margin-left: 3px;
}

.reveal-left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.reveal-right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.reveal-down {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.reveal-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s cubic-bezier(0.53, -0.03, 0.06, 0.99);
  transition: 1s cubic-bezier(0.53, -0.03, 0.06, 0.99);
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #e6e4e4;
}

body h2 {
  font-weight: 400;
  font-size: 5rem;
}

h1 {
  font-weight: 400;
}

p {
  line-height: 1.3em;
}

.italic {
  font-style: italic;
}

p::-moz-selection, li::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, span::-moz-selection, sup::-moz-selection, a::-moz-selection, small::-moz-selection {
  background: #f8ac09;
  color: #0c0c0c;
}

p::selection, li::selection, h2::selection, h3::selection, h4::selection, span::selection, sup::selection, a::selection, small::selection {
  background: #f8ac09;
  color: #0c0c0c;
}

.link {
  text-decoration: underline;
  -webkit-text-decoration-color: #f8ac09;
          text-decoration-color: #f8ac09;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link:hover {
  background: #f8ac09;
  color: #0c0c0c;
}

.header {
  min-height: 100vh;
  position: relative;
  background: rgba(0, 0, 0, 0.459);
  z-index: 105;
}

.header::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), to(#0c0c0c));
  background-image: linear-gradient(rgba(20, 20, 20, 0), #0c0c0c);
}

.header .video::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}

.header video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: contrast(115%);
          filter: contrast(115%);
}

.header .title {
  position: absolute;
  z-index: 1;
  color: #dadada;
  top: 60%;
  left: 10vw;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin-right: 20px;
}

.header .title h1 {
  font-size: 4rem;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .header .title h1 {
    font-size: 5rem;
  }
}

.header .title span {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
}

.header .title a {
  display: block;
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
}

.header .title a:hover {
  color: #000;
}

.header .title a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .title a::before {
  content: '';
  position: absolute;
  border: 1px solid white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .title a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.sidebar {
  background: #200000;
  height: 100vh;
  bottom: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sidebar .langues {
  text-align: center;
}

.sidebar .langues p {
  margin-bottom: 5px;
}

.sidebar ul {
  height: 90%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar ul li {
  font-size: 2rem;
  margin: 12px 0;
}

.sidebar ul li .active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar ul li .active::before, .sidebar ul li .active::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #f8ac09;
}

.sidebar ul li .active::before {
  top: 0;
  right: 5px;
  left: 10px;
}

.sidebar ul li .active::after {
  bottom: 0;
  right: 5px;
  left: 10px;
}

.sidebar ul li a {
  display: block;
  padding: 10px 10px 10px 15px;
  width: 100%;
}

.sidebar.desktop {
  float: left;
  width: clamp(250px, 20%, 300px);
  position: -webkit-sticky;
  position: sticky;
  margin-right: -100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sidebar.desktop .langues {
  text-align: left;
  margin-left: 15px;
  font-size: 1.5rem;
}

.sidebar.desktop li .active {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.sidebar.desktop li a {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sidebar.desktop li a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 960px) {
  .sidebar.desktop {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sidebar.mobile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 101;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sidebar.mobile ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar.mobile ul li {
  margin: 5px;
  -webkit-transition: margin .3s, font-weight .3s, -webkit-transform .3s;
  transition: margin .3s, font-weight .3s, -webkit-transform .3s;
  transition: transform .3s, margin .3s, font-weight .3s;
  transition: transform .3s, margin .3s, font-weight .3s, -webkit-transform .3s;
}

.sidebar.mobile ul li:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar.mobile ul a {
  -webkit-animation: link .7s forwards;
          animation: link .7s forwards;
}

.sidebar.mobile.fade-out {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger-btn {
  position: fixed;
  z-index: 102;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 960px) {
  .burger-btn {
    display: none;
  }
}

.burger-btn.to-cross .middle {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.burger-btn.to-cross span.top {
  -webkit-animation: topToCross .5s forwards;
          animation: topToCross .5s forwards;
}

.burger-btn.to-cross span.bottom {
  -webkit-animation: bottomToCross .5s forwards;
          animation: bottomToCross .5s forwards;
}

.burger-btn.to-burger .top {
  -webkit-animation: topToBurger .5s forwards;
          animation: topToBurger .5s forwards;
}

.burger-btn.to-burger .bottom {
  -webkit-animation: bottomToBurger .5s forwards;
          animation: bottomToBurger .5s forwards;
}

.burger-btn .top, .burger-btn .middle, .burger-btn .bottom {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e6e4e4;
}

.burger-btn .top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.burger-btn .middle {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.burger-btn .bottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.btn-fade-out {
  top: 20px;
  position: absolute;
  z-index: 102;
  right: 0;
}

@-webkit-keyframes topToCross {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes topToCross {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@-webkit-keyframes bottomToCross {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bottomToCross {
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@-webkit-keyframes topToBurger {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topToBurger {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bottomToBurger {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottomToBurger {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes link {
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@keyframes link {
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@-webkit-keyframes hoverLink {
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@keyframes hoverLink {
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes unHoverLink {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    margin-bottom: 0;
  }
}

@keyframes unHoverLink {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    margin-bottom: 0;
  }
}

main {
  position: relative;
  background: #0c0c0c;
}

/**************************\
                            MAIN SECTION
                    \**************************/
section {
  background: #0c0c0c;
  margin-left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 960px) {
  section {
    margin-left: clamp(250px, 20%, 300px);
  }
}

section h2 {
  color: #f8ac09;
}

section h4 {
  line-height: 2rem;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-text-decoration: underline #f8ac09;
          text-decoration: underline #f8ac09;
}

section li {
  line-height: 1.6rem;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px 3vw;
}

.section__header {
  margin-top: 20px;
  margin-bottom: 70px;
}

@media (min-width: 800px) {
  .section__header {
    margin-bottom: 100px;
  }
}

.section__header h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

.section__header p {
  font-size: 1.8rem;
  font-weight: 400;
}

.section__header .location {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 300;
}

.section__content {
  margin-top: 50px;
}

.section__content p {
  margin-bottom: 25px;
}

.section__footer {
  text-align: center;
  margin: 100px auto 100px auto;
}

.section__footer p {
  font-size: 3rem;
  margin-bottom: 20px;
}

.section__footer a {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  padding: 1em;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #e6e4e4;
  background: #e6e4e4;
  color: #0c0c0c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section__footer a:hover {
  background: transparent;
  color: #e6e4e4;
}

#about .section__header p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.6rem;
}

#about .shape {
  max-width: 600px;
}

#about .shape p {
  text-align: justify;
}

@media (min-width: 1300px) {
  #about .shape p {
    text-align: left;
  }
}

#about .image {
  width: clamp(200px, 50vw, 400px);
  height: clamp(200px, 50vw, 400px);
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  shape-outside: circle();
}

@media (min-width: 1300px) {
  #about .image {
    shape-outside: none;
    max-width: 400px;
    height: 100%;
  }
}

#about .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
  border-radius: 100%;
}

@media (min-width: 1300px) {
  #about .image img {
    border-radius: 0;
  }
}

#about .palmares p {
  margin-bottom: 15px;
}

#about .palmares span {
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
}

#about .palmares ul li {
  margin-left: 40px;
}

#about .palmares ul li:last-child {
  margin-bottom: 20px;
}

@media (min-width: 1300px) {
  #PV {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 45%;
        grid-template-columns: 55% 45%;
        grid-template-areas: "header header" "picture text" "footer footer";
  }
}

#PV .section__header {
  grid-area: header;
}

#PV .left {
  margin-right: 20px;
  grid-area: picture;
}

#PV .mobile__picture {
  margin: 0 auto 20px auto;
  width: 80%;
  height: 300px;
}

@media (min-width: 800px) {
  #PV .mobile__picture {
    display: none;
  }
}

@media (min-width: 1300px) {
  #PV .mobile__picture {
    display: none;
  }
}

#PV .mobile__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#PV .tablet__picture {
  display: none;
  width: 100%;
  max-height: 400px;
}

#PV .tablet__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 800px) {
  #PV .tablet__picture {
    display: block;
  }
}

@media (min-width: 1300px) {
  #PV .tablet__picture {
    display: none;
  }
}

#PV .desktop__picture {
  display: none;
}

@media (min-width: 1300px) {
  #PV .desktop__picture {
    display: block;
    height: 500px;
  }
  #PV .desktop__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 800px) {
  #PV .flex__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #PV .flex__footer .section__footer {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  #PV .flex__footer {
    grid-area: footer;
    display: block;
  }
}

#parc-asterix {
  max-width: 970px;
}

#parc-asterix .card {
  margin-bottom: 20px;
  margin-top: 20px;
}

#parc-asterix .card.left .card__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 15px;
}

#parc-asterix .card.left .card__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 700px) {
  #parc-asterix .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  #parc-asterix .card .card__content {
    margin-right: 15px;
    width: 100%;
  }
  #parc-asterix .card .card__image {
    width: 100%;
    height: 100%;
  }
}

#parc-asterix .card__content .title {
  margin-bottom: 30px;
}

#parc-asterix .card__content .title h3 {
  margin-bottom: 5px;
}

#parc-asterix .card__content .title span {
  font-size: 1.4rem;
}

#parc-asterix .card__content ul {
  margin-bottom: 20px;
}

#parc-asterix .card__image {
  width: 80%;
  height: 300px;
  margin: 0 auto;
}

#parc-asterix .card__image.top img {
  -o-object-position: top;
     object-position: top;
}

#parc-asterix .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#imaginacie ul {
  margin-bottom: 15px;
}

#imaginacie ul li {
  margin-bottom: 5px;
}

#imaginacie .img__container .image:last-child {
  display: none;
}

@media (min-width: 800px) {
  #imaginacie .img__container .image:last-child {
    display: block;
  }
}

#imaginacie .img__container .image:nth-child(2) img {
  -o-object-position: center;
     object-position: center;
}

#imaginacie, #la-perle {
  max-width: 970px;
}

#imaginacie .img__container, #la-perle .img__container {
  margin-bottom: 15px;
}

#imaginacie .img__container .image, #la-perle .img__container .image {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

#imaginacie .img__container .image img, #la-perle .img__container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#imaginacie .mobile__picture, #la-perle .mobile__picture {
  width: 100%;
  height: 300px;
}

#imaginacie .mobile__picture img, #la-perle .mobile__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 800px) {
  #imaginacie .section__content, #la-perle .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #imaginacie .section__content .img__container, #la-perle .section__content .img__container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  #imaginacie .section__content .img__container .image, #la-perle .section__content .img__container .image {
    margin-bottom: 0;
  }
  #imaginacie .section__content .img__container .image:last-child, #la-perle .section__content .img__container .image:last-child {
    grid-column: span 2;
  }
  #imaginacie .section__content .mobile__picture, #la-perle .section__content .mobile__picture {
    display: none;
  }
}

#la-perle .presentation {
  margin-bottom: 30px;
}

#la-perle h4 {
  margin-bottom: 15px;
}

#la-perle ul {
  margin-bottom: 15px;
}

#la-perle ul:first-child li {
  line-height: 1.2em;
}

#la-perle ul:not(:first-child) {
  margin-left: 30px;
}

#la-perle ul:not(:first-child) li {
  margin-bottom: 4px;
}

#la-perle ul:not(:first-child) li::before {
  content: '- ';
}

#la-perle .actes p {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

#la-perle .mobile__picture img {
  -o-object-position: top;
     object-position: top;
}

#la-perle .img__container .image:first-child {
  display: none;
}

@media (min-width: 800px) {
  #la-perle .img__container .image:first-child {
    display: block;
  }
}

#la-perle .img__container .image:nth-child(2) img {
  -o-object-position: center;
     object-position: center;
}

#contact {
  min-height: 100vh;
  overflow: hidden;
}

#contact .container {
  max-width: 970px;
}

@media (min-width: 800px) {
  #contact .section__header {
    margin-bottom: 100px;
  }
  #contact .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact .section__content .description {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #contact .section__content .image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: 0;
            flex-flow: 0;
    max-width: 550px;
  }
}

#contact .text p:nth-child(2) {
  font-weight: 500;
}

#contact .contact-support {
  margin-bottom: 20px;
}

#contact .contact-support ul li {
  line-height: 1.2em;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contact-support ul li a {
  color: #f8ac09;
}

#contact .contact-support ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../icons/mail-outline.svg");
}

#contact .contact-support ul li:nth-child(2)::before {
  background-image: url("../icons/call-outline.svg");
}

#contact .contact-support ul li:nth-child(3)::before {
  background-image: url("../icons/logo-instagram.svg");
}

#contact .location p {
  margin-bottom: 8px;
}

#contact .location p:first-child {
  font-weight: 500;
}

#contact .location p:last-child {
  margin-bottom: 30px;
}

#contact .image {
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
}

#contact .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/********************************\
                            SEPARATOR SECTION
                    \********************************/
.separator {
  width: 100%;
  height: 100vh;
  background: url(../images/trapeze.jpg);
  background-size: cover;
  background-position: center;
  z-index: 100;
  position: relative;
}

@media (min-width: 960px) {
  .separator::after {
    content: '';
    position: absolute;
    bottom: -100px;
    width: clamp(250px, 20%, 300px);
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 0, 0, 0)), to(#200000));
    background: linear-gradient(0deg, rgba(32, 0, 0, 0) 0%, #200000 100%);
  }
  .separator::before {
    content: '';
    position: absolute;
    top: -100px;
    width: clamp(250px, 20%, 300px);
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, from(#200000), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #200000 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.separator.parc-asterix {
  background-image: url("../images/separator_parc-asterix.jpg");
  -webkit-filter: grayscale(0.3) brightness(80%);
          filter: grayscale(0.3) brightness(80%);
}

.separator.imaginacie {
  background-image: url("../images/separator_imaginacie.jpg");
}

.separator.la-perle {
  background-image: url("../images/separator_la-perle.jpg");
}

.separator.contact {
  background-image: url("../images/separator_contact.jpg");
}

.footer {
  position: relative;
  text-align: center;
  color: #e6e4e4;
  background: black;
  z-index: 50;
}

.footer .content {
  padding: 30px 0;
}

.footer .content span {
  color: #f8ac09;
}

.footer .content p {
  margin-top: 10px;
  font-size: 1.5rem;
}

.footer .content .photographes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 616px) {
  .footer .content .photographes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .content .photographes .photographe {
    margin-bottom: 5px;
  }
}

.footer .content .photographes .photographe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 616px) {
  .footer .content .photographes .photographe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .content .photographes .photographe a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../icons/logo-instagram.svg);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 4px;
}
/*# sourceMappingURL=main.css.map */