@charset "UTF-8";
@font-face {
  font-family: 'the_bold_fontbold';
  src: url("../fonts/theboldfont-webfont.woff2") format("woff2"), url("../fonts/theboldfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticabold';
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"), url("../fonts/helvetica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaregular';
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"), url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  -webkit-transition: opacity .05s, color .05s;
  transition: opacity .05s, color .05s;
}

*:hover {
  text-decoration: none !important;
  -webkit-transition: opacity .05s, color .05s;
  transition: opacity .05s, color .05s;
}

.no-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

#cookiesBar {
  z-index: 1000000000000000000;
  position: relative;
  padding: 20px;
  background-color: #7f7eb6;
  font-family: 'helvetica';
}

#cookiesBar button {
  margin-bottom: 0 !important;
}

#cookiesBar button:hover {
  background-color: #fff;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-family: 'the_bold_fontbold';
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button p {
  margin: 0;
}

button span {
  margin-left: 5px;
}

button:focus {
  outline: none;
  background-color: transparent;
  color: #000;
  border-color: black;
}

button:hover {
  background-color: transparent;
  color: #000;
  border-color: black;
}

h1, h2 {
  padding-left: 0;
  font-family: 'helveticabold';
}

body {
  width: 100%;
  background-color: #000;
  font-family: 'helveticaregular', sans-serif;
  overflow-x: hidden;
}

#editions_menu {
  position: fixed;
  top: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1000;
}

#editions_menu .choix_menu {
  position: absolute;
  color: transparent;
  font-family: 'the_bold_fontbold';
  font-size: 15vh;
  white-space: nowrap;
  -webkit-text-stroke: 2px #7f7eb6;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

#editions_menu .visible {
  opacity: .75;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

#editions_menu .choix-1 {
  -webkit-transform: translateY(-7.5rem);
          transform: translateY(-7.5rem);
}

#editions_menu .choix-3 {
  -webkit-transform: translateY(7.5rem);
          transform: translateY(7.5rem);
}

#editions_menu img {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  margin: auto;
  padding: 20px;
  opacity: .5;
  z-index: 10000;
}

#editions_menu .cross {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 120px;
  right: 120px;
  width: 60px;
  height: 60px;
  padding: 10px;
  overflow: hidden;
}

#editions_menu .cross .transition {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-transform: scaleX(1) rotate(0);
          transform: scaleX(1) rotate(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#editions_menu .cross .cross-x {
  stroke: #fb36f9;
  stroke-linecap: round;
  stroke-width: 5;
}

#editions_menu .cross:hover .transition {
  -webkit-transform: scaleX(-1) rotate(0);
          transform: scaleX(-1) rotate(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#editions_menu .cross:hover .cross-x {
  stroke: #1bff4c;
}

#editions_menu .cross:focus .transition {
  opacity: .5;
}

#editions_menu .cross:focus .cross-x {
  stroke: #1bff4c;
}

#editions_menu ul {
  position: absolute;
  padding: 0;
  margin: 0;
}

#editions_menu li {
  cursor: crosshair;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#editions_menu li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FB36F9;
  font-family: 'the_bold_fontbold';
  font-size: 5rem;
  text-align: center;
}

#editions_menu li a:hover {
  color: #1bff4c;
}

#editions_menu h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #1bff4c;
  font-family: 'the_bold_fontbold';
  font-size: 2.5rem;
  font-variant: small-caps;
  opacity: .5;
  -webkit-transform: rotate(-90deg) translateY(-80px) translateX(50%);
          transform: rotate(-90deg) translateY(-80px) translateX(50%);
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header img {
  cursor: pointer;
  height: 80px;
  margin: auto 0;
  padding: 20px 0;
  z-index: 10000;
}

header img:hover {
  opacity: .5;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto 0;
  padding: 0;
  font-family: 'the_bold_fontbold';
}

header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header ul li a {
  margin: auto 0;
  color: #FB36F9;
  font-size: 20px;
  text-align: right;
  -webkit-transition: color .1s;
  transition: color .1s;
}

header ul li a:hover {
  color: #1BFF4C;
  text-decoration: none;
  -webkit-transition: color .1s;
  transition: color .1s;
}

header ul li #btn_blog {
  margin-right: 20px;
}

#parallax-container {
  max-width: 100vw;
}

#parallax {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow: hidden !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#parallax * {
  position: absolute;
}

#parallax #stars {
  top: 50%;
  min-width: 200%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#parallax #stars-2 {
  bottom: 50%;
  min-width: 120%;
  min-height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(-0.75) translateY(-50%);
          transform: scale(-0.75) translateY(-50%);
}

#parallax #rocket {
  top: 50%;
  left: 0;
  height: 15vh;
  max-width: 40vw;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

#parallax #satellite {
  top: 25%;
  right: 0;
  height: 10vh;
  max-width: 20vw;
  opacity: 0;
}

#parallax #planet-purple {
  top: 35%;
  right: 0;
  height: 20vh;
  max-width: 30vw;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  opacity: 0;
}

#parallax #planet-cyan {
  top: 10%;
  right: 50%;
  height: 5vh;
  max-width: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

#parallax #planet-blue {
  bottom: 0;
  right: 0;
  height: 75vh;
  max-width: 100vw;
  -webkit-transform: translateY(50%) translateX(100%);
          transform: translateY(50%) translateX(100%);
  opacity: 0;
}

#parallax #planet-logo {
  top: 25%;
  right: 0;
  height: 50vh;
  max-width: 75vw;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

#parallax #parallax-text {
  bottom: 40px;
  right: 0;
  color: transparent;
  font-family: 'the_bold_fontbold';
  font-size: 15vh;
  white-space: nowrap;
  -webkit-text-stroke: 2px #7f7eb6;
  -webkit-transform: translateY(-20%) translateX(100%);
          transform: translateY(-20%) translateX(100%);
  opacity: 0;
}

#parallax #skip_animation {
  z-index: 100000000;
  position: absolute;
  left: 50vw;
  bottom: 7.5%;
  padding: 15px;
  color: #FB36F9;
  font-family: 'the_bold_fontbold';
  font-size: 20px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: color .1s;
  transition: color .1s;
}

#parallax #skip_animation:hover {
  color: #1bff4c;
  -webkit-transition: color .1s;
  transition: color .1s;
}

#homepage {
  z-index: 5;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#homepage #section-1 {
  padding: 120px 0 0 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(33%, transparent)), -webkit-gradient(linear, left top, right top, from(#bcbbff), to(#b3fffe));
  background-image: linear-gradient(0deg, #f2f2f2 0%, transparent 33%), linear-gradient(90deg, #bcbbff, #b3fffe);
}

#homepage #section-1 .container {
  padding: 0;
}

#homepage #section-1 hr {
  background-color: #000;
  height: 1px;
  border: none;
}

#homepage #section-1 .left {
  margin: 240px 0 360px 0;
  padding: 0;
}

#homepage #section-1 .left h3 {
  margin-bottom: 30px;
  color: #fff;
  font-family: 'the_bold_fontbold';
}

#homepage #section-1 .left .logo-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

#homepage #section-1 .left .logo-black img {
  width: 400px;
  margin: auto;
  padding: 0 20px;
}

#homepage #section-1 .left .logo-black hr {
  position: absolute;
  margin: 0 auto;
}

#homepage #section-1 .left .logo-black .hr-1 {
  top: 10%;
}

#homepage #section-1 .left .logo-black .hr-2 {
  bottom: 10%;
}

#homepage #section-1 .left .reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  padding: 10px;
}

#homepage #section-1 .left .reseaux a {
  padding: 10px;
}

#homepage #section-1 .left .reseaux a img {
  width: 40px;
  height: 40px;
  -webkit-filter: contrast(2);
          filter: contrast(2);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#homepage #section-1 .left .reseaux a:hover img {
  -webkit-filter: contrast(1);
          filter: contrast(1);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#homepage #section-1 #video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage #section-1 #video video {
  width: 100%;
  height: auto;
  max-width: 720px;
  max-height: 720px;
  margin: 0 auto 360px auto;
}

#homepage #section-1 #video video:focus {
  border: none;
  outline: none;
}

#homepage #section-1 .right {
  margin: 0 0 600px auto;
  padding: 0;
}

#homepage #section-2 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: -240px auto 0 auto;
  padding: 120px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#homepage #section-2 h1 {
  margin-bottom: 240px;
  padding: 0 10% 0 100px;
  background: -webkit-linear-gradient(135deg, #fb36f9, #c56bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.5rem;
}

#homepage #section-2 button {
  margin: auto auto 20px auto;
}

#homepage #section-2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  margin: 0 auto;
  padding-bottom: 0 !important;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

#homepage #section-2 form * {
  min-width: 0;
}

#homepage #section-2 form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px 40px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#homepage #section-2 form fieldset .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage #section-2 form fieldset .form-group .half-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#homepage #section-2 form fieldset .form-group .half-group label {
  margin: auto 10% auto 0;
}

#homepage #section-2 form fieldset .form-group .half_1 {
  padding-right: 40px;
}

#homepage #section-2 form fieldset .form-group .half_2 {
  overflow-x: hidden;
}

#homepage #section-2 form fieldset .form-group label {
  margin: auto 5% auto 0;
  font-family: 'the_bold_fontbold';
}

#homepage #section-2 form fieldset .form-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
  font-weight: bolder;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#homepage #section-2 form fieldset .form-group input:focus {
  background-color: #f2f2f2;
  border-bottom-color: transparent;
  outline: none;
}

#homepage #section-2 form fieldset button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-height: 44px;
  margin-top: 40px;
}

#homepage #section-2 form fieldset button:hover {
  color: #fff;
  background-image: linear-gradient(-135deg, #fb36f9, #c56bef);
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#homepage #section-2 form #error_message {
  min-height: 24px !important;
  color: #c56bef;
  font-weight: bolder;
}

#homepage #section-2 form #error_message p {
  margin: 0;
}

#homepage #section-2 form #error_message .animated {
  -webkit-animation: scaleIn .05s ease-in-out;
          animation: scaleIn .05s ease-in-out;
}

#homepage #section-2 .form_transition {
  -webkit-animation: formTransition .1s ease-in-out;
          animation: formTransition .1s ease-in-out;
}

#homepage #section-3 {
  padding: 120px 0 0 0;
  background-color: #f2f2f2;
}

#homepage #section-3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 100px;
}

#homepage #section-3 .top h1 {
  font-size: 3.5rem;
}

#homepage #section-3 .top #rose-des-vents {
  width: 200px;
  height: 200px;
}

#homepage #section-3 #map {
  width: 100%;
  height: 700px;
  max-height: 100vh;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#homepage #section-3 #map iframe {
  width: 100%;
  height: 100%;
}

#homepage #section-3 #bottom {
  padding: 100px 100px 200px 100px;
}

#homepage #section-3 #bottom div {
  padding: 0;
}

#homepage #section-3 #bottom h1 {
  font-size: 7.5rem;
  margin: 0;
}

#homepage #section-3 #bottom h2 {
  font-size: 2.5rem;
  font-family: 'the_bold_fontbold';
  font-variant: small-caps;
}

#homepage #section-3 #bottom .bottom-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage #section-3 #bottom .p-top {
  margin: 60px 0 180px 0;
}

#homepage #section-3 #bottom .bottom-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage #section-3 #bottom .bottom-bottom p {
  margin-top: auto;
}

#homepage #section-3 #bottom .bottom-bottom p span::after {
  content: '◄';
}

#homepage #le-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin-bottom: 240px;
  padding: 240px 100px 0 100px;
}

#homepage #le-blog h2 {
  margin-left: auto;
  color: #1bff4c;
  font-family: 'the_bold_fontbold';
  font-variant: small-caps;
  font-size: 3.5rem;
}

#homepage #le-blog hr {
  width: 100%;
  min-height: 4px;
  background-color: #1bff4c;
  border: none;
}

#homepage #le-blog .date {
  margin: 0;
  color: #fff;
  font-family: 'the_bold_fontbold';
  font-variant: small-caps;
}

#homepage #le-blog .article {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 600px auto 0 auto;
  opacity: 0;
}

#homepage #le-blog .article h1 {
  width: 50%;
  margin-bottom: 0;
}

#homepage #le-blog .scroll-trigger {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}

#homepage #le-blog .titre {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 3.5rem;
  background: -webkit-linear-gradient(0deg, #fb36f9, #c56bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#homepage #le-blog .titre:hover {
  background: -webkit-linear-gradient(0deg, #1BFF4C, #1BFF4C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#homepage #le-blog .titre_fond {
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 50vw;
  max-height: 0;
  color: transparent;
  font-family: 'the_bold_fontbold';
  font-size: 15vh;
  white-space: nowrap;
  -webkit-text-stroke: 2px #7f7eb6;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#homepage #le-blog .visible {
  max-height: 9999px !important;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

#homepage #le-blog .details {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 240px;
}

#homepage #le-blog .details .image-article {
  position: relative;
  width: 360px;
  height: 360px;
  overflow: hidden;
}

#homepage #le-blog .details .image-article .photo-article {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

#homepage #le-blog .details .image-article .article-1 {
  background-image: url("../img/articles/img-art-1.webp");
}

#homepage #le-blog .details .image-article .article-2 {
  background-image: url("../img/articles/img-art-2.webp");
}

#homepage #le-blog .details .image-article .article-3 {
  background-image: url("../img/articles/img-art-3.webp");
}

#homepage #le-blog .details .image-article a {
  cursor: crosshair;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'the_bold_fontbold';
  background-image: linear-gradient(45deg, #bcbbff, rgba(179, 255, 254, 0.75)), linear-gradient(#000, #000);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

#homepage #le-blog .details .image-article a p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: scale .25s;
  transition: scale .25s;
}

#homepage #le-blog .details .image-article a:hover {
  opacity: 1 !important;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

#homepage #le-blog .details .image-article a:hover p {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale .25s;
  transition: scale .25s;
}

#homepage #le-blog .details .image-article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#homepage #le-blog .details .right {
  width: 360px;
}

#homepage #le-blog .details .right strong {
  color: #c56bef;
  margin-bottom: 20px;
  font-weight: bolder;
}

#homepage #le-blog .details .right p {
  color: #bcbbff;
}

#photo-article {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100vh;
  min-height: 200px;
  background-position: center center;
  background-size: cover;
}

#photo-article .container {
  margin-top: auto;
  padding: 0;
}

#photo-article .infos-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 40px 0;
  padding: 0;
}

#photo-article .infos-article #date {
  min-width: 100px;
  margin: auto 0 8px 0;
  color: #fff;
  font-family: 'the_bold_fontbold';
  font-variant: small-caps;
}

#photo-article .infos-article #titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#photo-article .infos-article #titre hr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 2px;
  margin-bottom: 80px;
  background-color: #fb36f9;
  border: none;
}

#photo-article .infos-article #titre h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 10;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fb36f9;
  font-size: 3.5rem;
}

.article-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000)), url("../img/articles/img-art-1.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #000), url("../img/articles/img-art-1.webp");
}

.corps-article-1 .texte-2, .corps-article-1 .texte-5, .corps-article-1 .texte-6 {
  margin-left: auto;
}

.article-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000)), url("../img/articles/img-art-2.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #000), url("../img/articles/img-art-2.webp");
}

.corps-article-2 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corps-article-2 .image img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: -200px auto 200px auto;
}

.corps-article-2 .texte-3, .corps-article-2 .texte-5 {
  margin-left: auto;
}

.article-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000)), url("../img/articles/img-art-3.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #000), url("../img/articles/img-art-3.webp");
}

.corps-article-3 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corps-article-3 .image img {
  width: 100%;
  height: auto;
  margin: -200px auto 200px auto;
}

.corps-article-3 .texte-3 {
  margin-left: auto;
}

.corps-article-3 .texte-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -200px 0 200px 0 !important;
}

.corps-article-3 .texte-5 p {
  margin: 0 auto;
  color: #1bff4c !important;
}

#corps-article {
  margin-top: 400px;
}

#corps-article .paragraphe {
  margin-bottom: 400px;
}

#corps-article h2 {
  margin-bottom: 20px;
  color: #c56bef;
  font-size: 20px;
}

#corps-article p, #corps-article ul {
  color: #bcbbff;
}

#corps-article p {
  margin-bottom: 20px;
}

#corps-article ul {
  padding: 0;
}

#corps-article button {
  margin: 200px auto;
  color: #1bff4c;
  border-color: #fb36f9;
  -webkit-transition: color .2s, border-color .2s;
  transition: color .2s, border-color .2s;
}

#corps-article button:hover {
  color: #fb36f9;
  border-color: transparent;
  -webkit-transition: color .2s, border-color .2s;
  transition: color .2s, border-color .2s;
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes formTransition {
  from {
    -webkit-transform: scaleY(0) translateY(-12px);
            transform: scaleY(0) translateY(-12px);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1) translateY(-12px);
            transform: scaleY(1) translateY(-12px);
    opacity: 1;
  }
}

@keyframes formTransition {
  from {
    -webkit-transform: scaleY(0) translateY(-12px);
            transform: scaleY(0) translateY(-12px);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1) translateY(-12px);
            transform: scaleY(1) translateY(-12px);
    opacity: 1;
  }
}

@media (max-width: 1999px) {
  form {
    padding: 20px 5% !important;
  }
}

@media (max-width: 991px) {
  form .form-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .form-line .half-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  form .form-line .half_1 {
    padding: 0 !important;
  }
  form .form-line .half_2 {
    margin-top: 20px;
  }
  form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .form-group input {
    margin-right: 0 !important;
  }
  #section-2 {
    padding: 120px 0 !important;
  }
  #section-2 h1 {
    margin-bottom: 120px !important;
    padding-left: 10vw !important;
    font-size: 10vw !important;
  }
  #section-3 {
    padding: 0 !important;
  }
  #section-3 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 120px 0 60px !important;
  }
  #section-3 .top h1 {
    margin-bottom: 0 !important;
  }
  #section-3 .top img {
    margin: 0 auto 40px auto;
  }
  #le-blog {
    padding: 80px 10vw 0 10vw !important;
    margin-bottom: 10vw !important;
  }
  #le-blog .article {
    width: 100% !important;
  }
  #le-blog .visible {
    display: none;
  }
  #le-blog .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px !important;
  }
  #le-blog .details .image-article {
    width: 80vw !important;
    max-width: 800px;
    height: 80vw !important;
    max-height: 800px;
    margin-bottom: 60px;
  }
  #le-blog .details .image-article a {
    max-width: 100% !important;
  }
  #le-blog .details .image-article a img {
    max-width: 100% !important;
    height: auto !important;
  }
  #le-blog .details .right {
    width: 100% !important;
  }
  #page-article .infos-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 10vw;
  }
  #page-article .infos-article #date {
    margin-top: 20px;
  }
  #page-article .infos-article hr {
    margin-bottom: 20px !important;
  }
  #page-article .infos-article h1 {
    font-size: 10vw !important;
  }
  #corps-article {
    padding: 10vw;
  }
  #corps-article .image img {
    margin-top: 0 !important;
  }
  .corps-article-3 .texte-5 {
    margin-top: 0 !important;
  }
  .paragraphe {
    margin-bottom: 200px !important;
    padding: 0;
  }
  button {
    margin: 0 auto 10vw auto !important;
  }
}

@media (max-width: 767px) {
  #editions_menu .visible {
    display: none;
  }
  #editions_menu li a {
    font-size: 10vw;
  }
  #editions_menu h3 {
    bottom: 20px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
    font-size: 5vw !important;
  }
  #editions_menu .cross {
    top: 10px;
    right: 20px;
  }
  #section-1 {
    padding-top: 80px !important;
  }
  #section-1 hr {
    width: calc(75vw / 2) !important;
  }
  #section-1 .left {
    margin: 200px 0 200px 0 !important;
    padding: 0 10vw 0 10vw !important;
  }
  #section-1 .left h3 {
    font-size: 5vw;
  }
  #section-1 .left .logo-black img {
    width: 75vw !important;
  }
  #section-1 .left .logo-black hr {
    width: 75vw !important;
  }
  #section-1 #video {
    padding: 0 10vw 0 10vw !important;
  }
  #section-1 video {
    margin-bottom: 200px !important;
  }
  #section-1 .right {
    margin-bottom: 480px !important;
    padding: 0 10vw 0 10vw !important;
  }
  form {
    padding: 10vw 10vw 0 10vw !important;
  }
  #section-3 .top h1 {
    margin-bottom: 120px !important;
    padding-left: 10vw !important;
    font-size: 10vw !important;
  }
  #section-3 #bottom {
    padding: 0 !important;
  }
  #section-3 .bottom-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10vw 10vw 0 10vw !important;
  }
  #section-3 .bottom-top .adresse-1 {
    margin-bottom: 40px;
  }
  #section-3 .p-top {
    margin-bottom: 120px !important;
    padding: 0 10vw !important;
  }
  #section-3 .bottom-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10vw 0 10vw !important;
  }
  #section-3 .p-bottom {
    margin-bottom: 120px !important;
    padding: 10vw 0 0 0 !important;
  }
  #section-3 .p-bottom span::after {
    content: '▲' !important;
  }
  #le-blog {
    padding: 20vw 10vw 0 10vw !important;
  }
  #le-blog h1 {
    width: 100% !important;
  }
  #le-blog h1 a {
    margin-bottom: 0 !important;
    font-size: 10vw !important;
  }
}

@media (max-width: 576px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: 20px 20px;
  }
  header img {
    width: 20vw;
    height: 40px;
    width: auto;
    padding: 0;
  }
  header ul {
    margin: 0;
  }
  header ul a {
    font-size: 16px !important;
  }
  #editions_menu img {
    top: 20px;
    left: 20px;
    width: auto;
    height: 40px;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */