* {
  margin:0;
  padding:0;
}

body, html {
  height:100%;
}

.about-us {
  min-height:100%;
  margin:0 auto;
  position:relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/fond-about-us.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.who-are-we {
  max-width: 1124px;
  height: auto;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 40px
}

.icone-info {
  width: 29px;
  height: auto;
}

.legal-notice {
  max-width:1280px;
  min-height:100%;
  margin:0 auto;
  position:relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lien-event {
  color: #2A2E43;
}

.background-purple {
  background-color: #665EFF;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 18px;
}

.body-about-us {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.body-legal-notice {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.lien-home {
  color: white;
}

.lien-home-1 {
  margin-bottom: 30px;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.lien-home-1 img {
  margin-right: 10px;
}

.p-about-us-1 {
  line-height: 26px;
  margin-top: 30px;
}

.p-about-us {
  margin-left: 40px;
}

.about-us ul {
  list-style: none;
  line-height: 23px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu {
  float: right;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-menu-2 {
  float: right;
  height: auto;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.nav-menu-2 a {
  text-decoration: none;
  border-top: 2px solid #F7F7FA;
  padding: 20px;
}

.lowercase {
  text-transform: lowercase;
}


.body {
  background-color: #f7f7fa;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-span {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 12px;
  background-color: #665eff;
  color: #fff;
  font-size: 13px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
}

.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.link-block {
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 40px;
  background-color: #F7F7FA;
  height: 70px;
  padding-top: 26px;
}

.link-block-8 {
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 40px;
  background-color: #F7F7FA;
  height: 70px;
  padding-top: 26px;
}

.link-block-offer {
  padding-right: 37px;
  padding-left: 107px;
  padding-top: 20px;
  margin-right: 40px;
  background-color: #5773FF;
  height: 70px;
  padding-top: 20px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url("../images/Icon-gift.png");
  background-repeat: no-repeat;
  background-position: 9% 50%;
}

.offer {
  text-transform: uppercase;
  font-size: 20px;
}

.image {
  padding-right: 20px;
  padding-left: 20px;
}

.image-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-2 {
  padding-left: 40px;
}

.slider {
  position: static;
  width: 100%;
  height: 1000px;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block {
  display: inline-block;
  margin-top: 220px;
  margin-bottom: 0px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2a2e43;
}

.heading {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.text-span-2 {
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  font-weight: 300;
}

.paragraph-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #fff;
  color: #665eff;
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  margin-top: 20px;
}

.icon {
  margin-top: 40px;
}

.icon-2 {
  margin-top: 40px;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 55px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  display: block;
  width: 430px;
  height: 100%;
  margin-top: 50px;
  margin-right: 10px;
  background-color: #fff;
  box-shadow: -3px 3px 17px 0 #aaa;
  overflow: hidden;
  
}

.slide-arrow {
  top: 73%;
  right: 0;
  bottom: 0;
  left: -30;
  margin: auto;
  width: 100%;
  height: 100%;
}

.slide-arrow-right {
  top: 73%;
  right: -34px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  position: static;
  top: -47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 16px;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-5 {
  width: 100%;
  height: 256px;
  background-color: #665eff;
  background-image: url('../images/NewSpaceEurope_Proximum365.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 2px 0px 0px;
  border-color: #f7f7fa;
  background-color: #fff;
}

.div-block-6-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 2px 0px 0px;
  border-color: #f7f7fa;
  background-color: #fff;
}

.div-block-7 {
  width: 100%;
  height: 0px;
  margin-top: 0px;
  padding: 0px 20px 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s, opacity 1.8s linear;
  -moz-transition: all 1s, opacity 1.8s linear;
  -o-transition: all 1s, opacity 1.8s linear;
  transition: all 1s, opacity 1.8s linear;
  
}

.div-block-3:hover .div-block-7 {
  visibility: visible;
  height: 184px;
  margin-top: 0px;
  padding: 0px 20px 20px;
  opacity: 1;
  
}

.nav-box {
  display: flex;
  flex-flow: wrap-reverse;
  align-items: center;
}

.hover-pop-up:hover .pop-up-gift, .hover-pop-up:active .pop-up-gift {
  display: block;
}

.hover-pop-up {
  height: 100%;
}

.btn-block-63-left {
  position: absolute;
  left: 33%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
}



.div-block-3:hover {
  margin-top: -23px;
  cursor: pointer;
}

.div-block-3:hover .div-block-21 {
  display: block;
}

.div-block-3:hover .btn-foundM {
  visibility: visible;
}



.link-2 {
  color: #333;
}

.link-3 {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 60px 10px 20px;
  border-radius: 14px;
  background-color: #e8eaf1;
  background-image: url('../images/Icon-material-more.svg');
  background-position: 91% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-3 {
  color: #fff;
}

.link-4 {
  display: inline-block;
  padding: 10px 34px 10px 20px;
  border-radius: 14px;
  background-color: #665eff;
  background-image: url('../images/Icon-metro-chevron-right.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #665eff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-block {
  background-color: #8a98ba;
  color: #fff;
  font-size: 18px;
}

.div {
  display: block;
  height: auto;
  margin-top: 5px;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.paragraph-4 {
  display: inline-block;
  height: auto;
  margin-bottom: 0px;
  padding: 5px 20px;
  border-radius: 39px;
  background-color: #8a98ba;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.slide-nav {
  padding-bottom: 60px;
}

.section {
  position: relative;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 76%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-5 {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  border-radius: 14px;
  background-color: #e8eaf1;
  background-image: url('../images/Icon-awesome-user.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  display: inline-block;
  padding: 10px 66px 10px 20px;
  border-radius: 14px;
  background-color: #665eff;
  background-image: url('../images/Icon-awesome-video.svg');
  background-position: 81% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-11 {
  display: block;
  height: 256px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  height: auto;
}

.paragraph-5 {
  margin-bottom: 5px;
  color: #00cb5f;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-6 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 5px;
  color: #8a98ba;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-12 {
  margin-right: 10px;
}

.div-block-13 {
  margin-left: 10px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/kivel.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-15 {
  height: 256px;
  background-image: url('../images/NewSpaceEurope_Proximum365_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 40px;
  padding-right: 26px;
}

.uppercase {
  text-transform: uppercase;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 287px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-10 {
  display: block;
  margin-bottom: 0px;
  color: #665eff;
  font-size: 227px;
  font-weight: 700;
}

.div-block-18 {
  height: auto;
  padding-left: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  display: block;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -1px 0 10px 0 #aaa;
}

.text-span-4 {
  font-size: 20px;
  font-weight: 300;
}

.div-block-21 {
  display: none;
  padding-top: 5px;
  padding-right: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-foundM {
  visibility: hidden;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-23 {
  width: auto;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
}

.div-block-231 {
  width: auto;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #4438a2;
}

.paragraph-11 {
  color: #4438a2;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-span-5 {
  white-space: pre;
}

.slide {
  background-color: #665eff;
}

.div-block-24 {
  width: 60px;
  height: 20px;
  background-color: #fff;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-12 {
  color: #e8eaf1;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.div-block-26 {
  width: auto;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #2a2e43;
}

.paragraph-13 {
  font-weight: 700;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28 {
  height: 50%;
  background-image: url('../images/conteneur-content.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-4 {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-31 {
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-32 {
  display: inline-block;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-34 {
  height: 50%;
  background-image: url('../images/Groupe-de-masques-1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-14 {
  line-height: 22px;
  font-weight: 700;
}

.div-block-36 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3acce1;
}

.paragraph-15 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 93%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38 {
  height: 256px;
  background-color: #665eff;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 83%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-40 {
  height: 256px;
  background-color: #3acce1;
}

.image-5 {
  overflow: visible;
}

.div-block-41 {
  height: 256px;
  background-color: #3497fd;
}

.your-matched {
  width: 1790px;
  height: 540px;
  margin-top: -46px;
  margin-right: auto;
  margin-left: auto;
}

.top-5 {
  width: 1790px;
  height: 540px;
  margin: -72px auto 40px;
}

.top-5 .slider-2 {
  padding-top: 60px;
}

.div-block-44 {
  margin-top: 40px;
}

.select-for-you {
  width: 1790px;
  height: 540px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
}

.you-have-scroll {
  width: 1790px;
  margin-top: -48px;
  margin-right: auto;
  margin-left: auto;
}



.div-block-45 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-gift {
  display: none;
  position: absolute;
  left: 2%;
  top: 80%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 475px;
  padding: 20px;
}

.img-pop-up-gift {
  width: 574px;
  max-width: 574px;
  height: auto;
  position: relative;
  left: -58px;
}

.div-pop-up-gift {
  position: absolute;
  top: 17%;
}



.pop-up-title {
  background-color: #F7F7FA;
  font-size: 35px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.noir {
  color: black;
}

.pop-up-title img {
  height: 85px;
  width: auto;
}

.purple {
  color: #665EFF;

}

.btn-gift {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.meetcoin {
  color: #665EFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
}


.div-block-46 {
  margin-left: 20px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 287px;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Groupe-3888.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  position: relative;
  margin-left: 40px;
  color: black;
}

.image-6 {
  position: absolute;
  margin-top: 3px;
  margin-left: -34px;
}

.link-block-4 {
  position: relative;
  margin-left: 40px;
  color: black;
}

.image-7 {
  position: absolute;
  margin-top: 3px;
  margin-left: -32px;
}

.paragraph-16 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  text-decoration: none;
}

.link-block-5 {
  margin-left: 20px;
  text-decoration: none;
  color: black;
}


.image-8 {
  padding-bottom: 20px;
}

.image-9 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  position: static;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 287px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Groupe-3889.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 287px;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Groupe-3890.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 431px;
  height: 287px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Groupe-3891.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-17 {
  font-size: 20px;
}

.paragraph-18 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.link-7 {
  display: block;
  padding: 10px 20px;
  border-radius: 14px;
  background-color: #fff;
  color: #665eff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-51 {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.footer2 {
  position:absolute;
  bottom:0;
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.bold {
  font-weight: bold;
}

.list-about-us {
  list-style: none;
}

.link-8 {
  display: inline-block;
  margin-right: 0px;
  padding: 5px 10px;
  border-right: 0px none #2a2e43;
  color: #2a2e43;
  text-decoration: none;
}

.div-block-52 {
  margin-top: 20px;
}

.div-block-53 {
  height: 256px;
  background-image: url('../images/SPACE4_telecom.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55 {
  margin-right: 10px;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.slide-2 {
  padding-bottom: 20px;
}

.div-block-56 {
  height: 138px;
  background-image: url('../images/NoPath1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-57 {
  width: 100%;
  height: 118px;
  padding-top: 20px;
  padding-left: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #665eff;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-19 {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-58 {
  height: 256px;
  background-image: url('../images/SPACE4_mobility.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-59 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  margin-right: 10px;
}

.div-block-60 {
  height: 256px;
  background-image: url('../images/SPACE4_EARTH.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-61 {
  height: 256px;
  background-image: url('../images/airbus_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-62 {
  height: 256px;
  background-image: url('../images/Blue_Origin-Logo.wine.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-blo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slide-3 {
  padding-bottom: 0px;
}

.slide-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-5 {
  padding-top: 10px;
}

.background-video-2 {
  position: relative;
  height: 1000px;
 /* box-shadow: inset 0 -332px 246px #fff;*/
}

.div-block-63 {
  position: absolute;
  left: -625px;
  top: 44%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: inline-block;
  padding: 10px 40px 40px 60px;
  background-color: #2a2e43;
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-button {
  height: 50px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  right: -25px;
  bottom: calc(100% /2 - 25px);
  font-size: 40px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-right {
  animation-duration: 1s;
  animation-name: slideRight;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: slideRight;
  -webkit-animation-fill-mode: forwards; /* <--- */
}

@keyframes slideRight {
  from {
    left: -625px;
  }

  to {
    left: 0px;
  }
}

.slide-left {
  animation-duration: 1s;
  animation-name: slideLeft;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: slideLeft;
  -webkit-animation-fill-mode: forwards; /* <--- */
}

@keyframes slideLeft {
  from {
    left: 0px;
  }

  to {
    left: -625px;
  }
}

.linear-gradiant {
  position: absolute;
  left: 0%;
  top: 62%;
  right: auto;
  bottom: auto;
  height: 380px;
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
}

.heading-4 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.text-span-6 {
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-20 {
  font-size: 24px;
  font-weight: 300;
}

.paragraph-21 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.slide-scroll {
  display: none;
}

.version_02 {
  display: none;
}

.version_03 {
  display: none;
}

.version_04 {
  display: none;
}

.version_05 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: none;
  }
}

@media screen and (max-width: 1224px) {
  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: none;
  }
}

@media screen and (max-width: 1824px) {

  .div-block-3 {
    width: 289px;
  }

  .div-block-4 {
    justify-content: center;
  }
  
  .div-block-5 {
    height: 171px;
    
  }

  .div-block-16 {
    justify-content: center;
  }
  
  .div-block-6 {
    height: 50px;
  }
  
  .link-3 {
    font-size: 12px;
    padding: 7px 53px 7px 15px;
  }

  .link-4 {
    font-size: 12px;
    padding: 7px 24px 7px 9px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .paragraph-4 {
    font-size: 10px;
  }

  .div-block-21 img {
    height: 20px;
  }
  
    .image-3 {
      height: 119px;
  }

  .paragraph-5 {
    margin-bottom: 0px;
  }

  .paragraph-6 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .paragraph-7 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .paragraph-8 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .link-5 {
    padding: 7px 38px 7px 15px;
    font-size: 12px;
  }

  .link-6 {
    padding: 7px 56px 7px 11px;
    font-size: 12px;
  }

  .div-block-11 {
    height: 171px;
  }

  .div-block-14 {
    height: 171px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-7 p {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-6-1 {
    height: 50px;
  }
  
  .div-block-15 {
    height: 171px;
  }

  .div-block-53 {
    height: 171px;
  }

  .div-block-56 {
    height: 121px;
  }

  .div-block-57 {
    height: 50px;
    padding-top: 7px;
  }

  .div-block-6 p {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-58 {
    height: 171px;
    /*background-image: url(../images/SPACE4_mobility_1.png);*/
  }

  .div-block-60 {
    height: 171px;
    /*background-image: url(../images/SPACE4_EARTH_01.png);*/
  }

  .div-block-61 {
    height: 171px;
  }

  .div-block-62 {
    height: 171px;
  }

  .div-block-17 {
    width: 289px;
    height: 221px;
  }

  .div-block-19 img{
    height: 153px;
  }

  .div-block-40 {
    height: 171px;
  }

  .div-block-38 {
    height: 171px;
  }

  .div-block-41 {
    height: 171px;
  }

  .div-block-6 img {
    height: 32px;
  }

  .div-block-47 {
    height: 193px;
    width: 289px;
  }

  .div-block-48 {
    height: 193px;
    width: 289px;
  }
  .div-block-49 {
    height: 193px;
    width: 289px;
  }
  .div-block-50 {
    height: 193px;
    width: 289px;
  }

  .version_02 {
    display: block;
  }

  .div-block-10._v01 {
    display: none;
  }

  .w-slider-arrow-right {
    right: 1%;
  }

  .heading-3 {
    font-size: 12px;
    line-height: 22px;
  }

  .slider {
    height: 658px;
  }

  .background-video-2 {
    height: 658px;
  }

  .div-block-63 {
    top: 36%;
  }

  .select-for-you {
    height: 413px;
    width: auto;
  }

  .top-5 {
    height: 413px;
    width: auto;
  }

  .you-have-scroll {
    margin-top: -27px;
    width: auto;
  }

  .your-matched {
    height: 413px;
    width: auto;
  }
}

@media screen and (max-width: 1578px) {

  .w-slider-arrow-right {
    right: 2%;
  }

  .version_02 {
    display: none;
  }

  .div-block-10._v01 {
    display: block;
  }
  


}
.link-block-offer {
  margin-left: 0px;
}

@media screen and (max-width: 1240px) {
  .slide-cards {
    width: auto;
  }

  .slide-scroll {
    display: block;
  }

  .select-for-you {
    width: 1000px;
  }

  .top-5 {
    width: 1000px;
  }

  .your-matched {
    width: 1000px;
  }

  .you-have-scroll {
    width: 1000px;
  }

  .w-slider-arrow-right {
    right: 2%;
  }

  .div-block-10._v01 {
    display: none;
  }

  .version_03 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .select-for-you {
    width: 760px;
  }

  .top-5 {
    width: 760px;
  }

  .your-matched {
    width: 760px;
  }

  .you-have-scroll {
    width: 760px;
  }
}

@media screen and (max-width: 991px) {
  .slider {
    height: 825px;
  }

  .background-video-2 {
    height: 635px;
  }

  .div-block-63 {
    top: 77%;
    left: 0%;
    width: 100%;
    opacity: 1;
  }

  .div-block-63 h1 {
    margin-top: 0;
  }

  .slide-button {
    display: none;
  }

  .linear-gradiant {
    top: 60%;
  }

  .div-block-10 {
    position: inherit;
  }

  .select-for-you {
    margin-top: 30px;
  }


  .link-block-3 {
    display: block;
  }

  .link-block-4 {
    display: block;
    margin-left: 0px;
    display: flex;
    align-items: center;
  }

  .link-block-4 p {
    margin-bottom: 0px;
    margin-left: 12px;
  }

  .nav-menu {
    visibility: hidden;
  }

  .nav-menu-2 {
    visibility: inherit;
    height: auto;
  }

  .link-block-offer {
    width: 100%;
    padding-left: 82px;
    background-position: 5% 50%;
  }

  .link-block-offer p {
    margin-left: 77px;
    height: 107px;
  }

  .link-block-3 {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }

  .link-block-3 p {
    margin-bottom: 0px;
    margin-left: 12px;
  }

  .link-block-5 {
    display: flex;
    align-items: center;
  }

  .link-block-5 p {
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .link-block {
    display: flex;
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    height: auto;
  }

  .link-block-8 {
    display: flex;
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    height: auto;
  }

  .link-block p {
    margin-left: 42px;
    margin-bottom: 0px;
  }

  .link-block-8 p {
    margin-left: 100px;
    margin-bottom: 0px;
  }

  .link-block img {
    padding-left: 29px;
  }

  .pop-up-gift {
    top: 96%;
    left: 18%;
  }

  .version_03 {
    display: none;
  }

  .version_04 {
    display: block;
  }
}

@media screen and (max-width: 735px) {
  .div-block-63 h1 {
    line-height: 30px;
  }

  .select-for-you {
    width: auto;
  }

  .top-5 {
    width: auto;
  }

  .your-matched {
    width: auto;
  }

  .you-have-scroll {
    width: auto;
  }

  .w-slider-arrow-right {
    right: 2%;
  }

  .version_04 {
    display: none;
  }

  .version_05 {
    display: block;
  }

  
  .paragraph-15 {
    font-size: 12px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .div-block-30 img {
    height: 50px;
  }

  .heading-2 {
    line-height: 26px;
  }
}

@media screen and (max-width: 420px) {
  

  .select-for-you {
    width: auto;
  }

  .top-5 {
    width: auto;
  }

  .your-matched {
    width: auto;
  }

  .you-have-scroll {
    width: auto;
  }

  .w-slider-arrow-right {
    right: 2%;
  }

  .div-block-46 {
    display: none;
  }

  .slider {
    height: 600px;
  }

  .linear-gradiant {
    display: none;
  }

  .background-video-2 {
    height: 400px;
  }


  .img-pop-up-gift {
    display: none;
  }

  .div-pop-up-gift {
    padding: 20px;
    background-color: white;
    width: 100%;
    border-radius: 8px;
    top: -235%;
  }

  .pop-up-gift {
    top: 43%;
    left: 5%;
    width: 305px;
  }

  .link-block-offer {
    height: 108px;
  }

  #hs-form-iframe-0 {
    width: 280px !important; 
  }

  #pop-up-inscription {
    width: 100%;
  }
 
  .div-block-63 {
    top: 57%;
    margin-top: 20px;
    line-height: 30px;
  }

  .div-block-63 h1 {
    font-size: 25px;
  }

  .div-block-63 p {
    font-size: 20px;
  }
}

@media screen and (max-width: 370px) {
  .div-block-63 h1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 315px) {
  .div-block-63 h1 {
    line-height: 30px;
  }
  .div-block-63 p {
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}