@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
.is-xxs, .is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 320px) {
  .is-xxs {
    display: block;
  }
}

@media only screen and (min-width: 570px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 740px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xxs, .only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .only-xxs {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 570px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 571px) and (max-width: 740px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 741px) and (max-width: 1100px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1301px) {
  .only-xl {
    display: block;
  }
}

*:focus {
  outline: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

.pointer {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

.alert {
  line-height: 1.8rem;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container .swiper-slide .swiper-button-white {
  transition: 0.5s ease;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-container .swiper-slide .swiper-button-white:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.container-fluid {
  padding: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

#loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
#loader .loading {
  height: 20vw;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  #loader .loading {
    width: 50vw;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  #loader .loading {
    width: 90vw;
  }
}

.fade-in {
  opacity: 0;
}

.slide-up-fade-in {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}

.slide-right-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
}

.slide-left-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
}

html, body {
  width: 100vw;
  color: #000000;
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
@media only screen and (max-width: 1100px) {
  html, body {
    scroll-padding-top: 140px;
  }
}
@media only screen and (max-width: 1100px) {
  html, body {
    overflow-x: hidden;
  }
}
html ::-moz-selection, body ::-moz-selection {
  background: #0A2D37;
}
html ::selection, body ::selection {
  background: #0A2D37;
}
html ::-moz-selection, body ::-moz-selection {
  background: #0A2D37;
}
html a, body a {
  color: #0A2D37;
  font-weight: normal;
}
html a:hover, body a:hover {
  color: #04181d;
}
html img, body img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  overflow-x: hidden;
  position: absolute;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
  font-family: "Outfit";
  font-weight: bold;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 740px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

h2 {
  color: #0A2D37;
  font-size: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 740px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  color: #C1BABA;
  font-size: 24px;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 740px) {
  h4 {
    font-size: 16px;
  }
}

p, a, ul, h4 {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1100px) {
  p, a, ul, h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 740px) {
  p, a, ul, h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

p, ul {
  margin-bottom: 20px;
}

ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}
ul li {
  margin-bottom: 20px;
}
ul li::marker {
  font-size: 14px;
}

hr {
  border-top: 1px solid #0A2D37;
}

.active {
  font-weight: bolder !important;
  color: #04181d !important;
}
.active span {
  font-weight: bolder !important;
  color: #04181d !important;
}

.hover {
  color: #0A2D37 !important;
}

.cky-consent-container a, .cky-modal a {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container p, .cky-modal p {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container .cky-empty-cookies-text, .cky-modal .cky-empty-cookies-text {
  font-size: 16px;
}

.img, img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro p {
  text-align: justify;
  width: 70%;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1100px) {
  .intro p {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}

nav {
  z-index: 900;
  position: fixed;
  height: 120px;
  width: 100vw;
  margin: 0;
  padding: 0px 160px;
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: top 0.5s ease;
  color: #0A2D37;
}
@media only screen and (max-width: 1100px) {
  nav {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 740px) {
  nav {
    padding: 0px 20px;
  }
}
nav .container-fluid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container-fluid .logo {
  height: 80px;
  width: auto;
  float: left;
  box-shadow: none;
  border-radius: unset;
}
@media only screen and (max-width: 740px) {
  nav .container-fluid .logo {
    height: 60px;
  }
}
nav .container-fluid button {
  box-shadow: none;
}
nav .container-fluid .links {
  flex-direction: row-reverse;
}
nav .container-fluid .links .content {
  display: flex;
  margin-bottom: 0;
  font-size: 20px;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  list-style: none;
}
nav .container-fluid .links .content li {
  margin-right: 50px;
  margin-bottom: 0px;
}
nav .container-fluid .links .content li:first-child {
  margin-left: 0;
}
nav .container-fluid .links .content li:last-child {
  margin-right: 0;
}
nav .container-fluid .links .content li a {
  cursor: pointer;
  font-weight: bold;
}
nav .container-fluid .links .content li a:hover {
  color: #E84F42;
}
nav .container-fluid .links .content li .lang-switcher a {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 1100px) {
  nav .container-fluid .links {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100vw;
    background: #ffffff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    text-align: center;
    padding: 0px 50px;
  }
  nav .container-fluid .links .content {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px;
  }
  nav .container-fluid .links .content li {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  nav .container-fluid .links .content li a {
    display: block;
    margin: 20px 0px;
    font-size: 20px;
  }
  nav .container-fluid .links .content li .lang-switcher {
    display: flex;
    margin: 20px 0px;
  }
  nav .container-fluid .links .content li .lang-switcher a {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 740px) {
  nav .container-fluid .links {
    top: 110px;
    padding: 0px 10px;
  }
  nav .container-fluid .links .content {
    padding: 10px;
  }
  nav .container-fluid .links .content li a {
    margin: 15px 0px;
  }
  nav .container-fluid .links .content li a .lang-switcher {
    margin: 15px 0px;
  }
}
nav .container-fluid .navbar-toggler {
  padding: 0;
}
nav .container-fluid .navbar-toggler:hover {
  background-color: transparent;
}
nav .container-fluid .navbar-toggler .animated-burger {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .container-fluid .navbar-toggler .animated-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #0A2D37;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(1) {
  top: 0px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(2), nav .container-fluid .navbar-toggler .animated-burger span:nth-child(3) {
  top: 10px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(4) {
  top: 20px;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

main {
  padding: 200px 0px;
}
@media only screen and (max-width: 1100px) {
  main {
    padding: 100px 0px;
  }
}
main section {
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1100px) {
  main section {
    margin-bottom: 100px;
  }
}
main section:last-child {
  margin-bottom: 0;
}

header {
  position: relative;
  z-index: -20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  header {
    height: 50vh;
  }
}
header > h1 {
  z-index: 20;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  width: 30vw;
  padding: 50px;
}
@media only screen and (max-width: 1100px) {
  header > h1 {
    width: 50vw;
    padding: 15px;
  }
}
@media only screen and (max-width: 740px) {
  header > h1 {
    width: 100vw;
    padding: 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
header .triangle {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 600px 0 0 600px;
  border-color: transparent transparent transparent #0A2D37;
  transform: rotate(0deg);
  opacity: 0.8;
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  header .triangle {
    border-width: 350px 0 0 350px;
  }
}
@media only screen and (max-width: 740px) {
  header .triangle {
    border-width: 200px 0 0 200px;
  }
}
header .slider {
  position: fixed;
  top: 100px;
  left: 0;
  height: 80vh;
  width: 100%;
  filter: brightness(90%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  header .slider {
    top: 60px;
    height: 50vh;
  }
}
@media only screen and (max-width: 740px) {
  header .slider {
    filter: brightness(70%);
  }
  header .slider .swiper {
    height: 100%;
    width: auto;
  }
  header .slider .swiper img {
    height: 100%;
    width: auto;
  }
}

.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #E84F42;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.link::after {
  content: "";
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000000;
  transform: rotate(0deg);
}
.link:hover {
  color: #0A2D37 !important;
}
.link:hover::after {
  border-color: transparent transparent transparent #0A2D37 !important;
}

main {
  background-color: #ffffff;
}
main #about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
main #about .img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 50px);
}
main #about .img img {
  aspect-ratio: 3/2;
  max-height: 460px;
}
@media only screen and (max-width: 1100px) {
  main #about .img {
    position: relative;
    width: calc(100vw - 30px);
    margin: 0px 15px;
  }
}
main #about .texts {
  margin-left: calc(50% + 50px);
  width: calc(50% - 50px);
}
main #about .texts p {
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  main #about .texts {
    width: 100%;
    margin: 0;
  }
}
main #services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
main #services .service_card {
  width: calc(33.33% - 40px);
  margin: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  main #services .service_card {
    width: 100%;
    margin: 20px 0px;
  }
}
main #services .service_card img {
  width: 33.33%;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  main #services .service_card img {
    width: 20%;
  }
}
@media only screen and (max-width: 740px) {
  main #services .service_card img {
    width: 33.33%;
  }
}
main #services .service_card h2 {
  width: 100%;
  text-align: center;
}
main #services .service_card p, main #services .service_card li {
  text-align: justify;
}
main #services h3 {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  main #services h3 {
    margin-top: 0px;
  }
}
main #partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
main #partners > h2 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1100px) {
  main #partners > h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
  }
}
main #partners .partner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 300px;
}
@media only screen and (max-width: 1100px) {
  main #partners .partner {
    margin-bottom: 100px;
  }
}
main #partners .partner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 50px);
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  main #partners .partner .img {
    position: relative;
    width: calc(100vw - 30px);
    margin: 0px 15px;
  }
}
main #partners .partner .img .triangle {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 300px 0 0 300px;
  transform: rotate(0deg);
  opacity: 0.8;
}
@media only screen and (max-width: 1100px) {
  main #partners .partner .img .triangle {
    border-width: 200px 0 0 200px;
  }
}
@media only screen and (max-width: 740px) {
  main #partners .partner .img .triangle {
    border-width: 100px 0 0 100px;
  }
}
main #partners .partner .img img {
  aspect-ratio: 3/2;
  max-height: 460px;
}
main #partners .partner .texts {
  margin-left: calc(50% + 50px);
  width: calc(50% - 50px);
}
main #partners .partner .texts p {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1100px) {
  main #partners .partner .texts {
    width: 100%;
    margin: 0;
  }
  main #partners .partner .texts p {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
  }
}
main #partners .partner:nth-child(odd) .img {
  left: initial;
  right: 0;
}
main #partners .partner:nth-child(odd) .img .triangle {
  left: initial;
  right: 0;
  transform: rotate(-90deg);
}
main #partners .partner:nth-child(odd) .texts {
  margin-left: initial;
  margin-right: calc(50% + 50px);
}
main #partners .partner.founder {
  margin-bottom: 0px;
}
main #partners .partner.founder .texts p {
  text-align: justify;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1100px) {
  main #partners .partner.founder .texts p {
    font-size: 16px;
    line-height: 20px;
  }
}
main #partners .partner.founder .texts img {
  max-width: 140px;
  float: right;
}
main #contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  main #contact {
    margin-bottom: 0px;
  }
}
main #contact .contact {
  position: relative;
  width: 100vw;
}
main #contact .contact span {
  margin-right: calc(50% + 50px);
  width: calc(50% - 50px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main #contact .contact span p, main #contact .contact span a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  main #contact .contact span {
    margin: 0px;
    width: 100%;
  }
  main #contact .contact span p, main #contact .contact span a {
    font-size: 20px;
    line-height: 26px;
  }
}
main #contact .contact a:hover {
  color: #E84F42;
}
main #contact .contact #map {
  position: absolute;
  top: 100px;
  right: 0;
  width: calc(50vw - 50px);
  height: auto;
  max-height: 460px;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 1100px) {
  main #contact .contact #map {
    position: relative;
    top: 0;
    width: calc(100vw - 30px);
    margin: 30px 15px 0px 15px;
  }
}
main #contact .contact #map .marker {
  background-image: url("../images/anagram-marker.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
main #contact .contact #map a {
  font-size: 0.7rem;
  font-weight: initial;
}

@media only screen and (max-width: 1100px) {
  .perso header {
    height: 90vh;
  }
}
.perso header .infos {
  z-index: 20;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  bottom: 50px;
  left: 80px;
  color: #ffffff;
  width: 20vw;
}
.perso header .infos h1, .perso header .infos h2, .perso header .infos p, .perso header .infos a {
  color: #ffffff;
  margin-bottom: 10px;
}
.perso header .infos h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}
.perso header .infos h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.perso header .infos p {
  font-size: 20px;
  line-height: 26px;
}
.perso header .infos a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .perso header .infos {
    width: 100vw;
    padding: 30px;
    bottom: 0px;
    left: 0px;
  }
  .perso header .infos h1, .perso header .infos h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .perso header .infos p, .perso header .infos a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 740px) {
  .perso header .infos {
    padding: 15px;
  }
  .perso header .infos h1, .perso header .infos h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .perso header .infos p, .perso header .infos a {
    font-size: 16px;
    line-height: 20px;
  }
}
.perso header img {
  position: fixed;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .perso header img {
    height: 90vh;
  }
}
.perso #listings {
  position: relative;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .perso #listings {
    margin-bottom: 30px;
  }
}
.perso #listings .sticky {
  position: sticky;
  top: 200px;
  margin-bottom: 400px;
}
@media only screen and (max-width: 1100px) {
  .perso #listings .sticky {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    top: 0px;
    margin-bottom: 0px;
  }
}
.perso #listings .sticky img {
  float: right;
  width: calc(50vw - 50px);
  aspect-ratio: 3/2;
  max-height: 460px;
}
@media only screen and (max-width: 1100px) {
  .perso #listings .sticky img {
    width: calc(100vw - 30px);
    margin: 0px 15px 30px 15px;
  }
}
.perso #listings .list {
  width: calc(50% - 50px);
  margin-right: calc(50% + 50px);
  margin-bottom: 200px;
}
@media only screen and (max-width: 1100px) {
  .perso #listings .list {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.perso #CV .CV {
  display: flex;
  flex-wrap: wrap;
}
.perso #CV .CV .arrow {
  position: relative;
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .perso #CV .CV .arrow {
    display: none;
  }
}
.perso #CV .CV .arrow .triangle {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  transform: rotate(-90deg);
}
.perso #CV .CV .arrow .line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -1px;
}
.perso #CV .CV .experiences {
  padding: 40px 0px 10px 0px;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1100px) {
  .perso #CV .CV .experiences {
    width: 100%;
  }
}
.perso #CV .CV .experiences span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.perso #CV .CV .experiences span h4 {
  width: calc(20% - 10px);
  margin-right: 10px;
}
.perso #CV .CV .experiences span p {
  width: calc(80% - 10px);
  margin-left: 10px;
  padding-top: 1px;
}

footer {
  width: 100vw;
  padding: 100px 0px;
  background: #0A2D37;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  footer {
    padding: 30px 0px;
    flex-direction: column;
  }
}
footer a, footer p {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  footer a, footer p {
    margin-bottom: 30px;
  }
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .infos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 100px;
}
footer .infos .name {
  font-size: 30px;
  margin-bottom: 20px;
}
footer .infos a:last-child, footer .infos p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  footer .infos {
    margin-bottom: 30px;
  }
}
footer .addresses {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  footer .addresses {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
footer .addresses .address {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  footer .addresses .address {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .addresses .address h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .addresses .address > span {
  margin: 10px 0px 20px 0px;
}
footer .copyrights {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .copyrights a, footer .copyrights p {
  margin: 0px 10px;
  font-size: 12px;
}

#basic a {
  text-decoration: underline;
  font-weight: bold;
}
#basic h2, #basic h3, #basic h4 {
  margin: 60px 0px 20px 0px;
}

.error {
  height: 100vh;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}