* {
  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: #206224;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 14px;
}

.body-about-us {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.body-legal-notice {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.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;
}



.body {
  background-color: #f7f7fa;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-span {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 12px;
  background-color: #206224;
  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: #F77600;
  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;
}

.white-gradiant {
  /*background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 70%, rgba(255,255,255,0));*/
  height: 200px;
  margin-top: -111px;
}

.image-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-2 {
  padding-left: 40px;
}

.slider {
  position: static;
  width: 100%;
  height: 480px;
  -o-object-fit: fill;
  object-fit: fill;
  background-color: transparent;
}

.slider .w-slider-mask {
  height: auto;
}

.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: #206224;
  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: auto;
  height: auto;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: -3px 3px 17px 0 #aaa;
  overflow: hidden;
  transition: all 0.5s;
}

.div-block-3_02 {
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: -3px 3px 17px 0 #aaa;
  overflow: hidden;
  transition: all 0.5s;
}


.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%;
}

.slide-arrow img {
  rotate: 180deg;
}

.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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*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;
  color: #2A2E43;
}

.div-block-5 {
  width: 100%;
  height: 179px;
  background-image: url('../images/mais.png');
  background-repeat: no-repeat;
}

.div-block-5.projetsFinances {
  background-image: url('../images/projetsFinances.svg');
}
.div-block-5.offresDemplois {
  background-image: url('../images/offres-demplois.svg');
}

.div-block-5.aeronautique {
  background-image: url('../images/aeronautique.svg');
}

.div-block-5.lesFormations {
  background-image: url('../images/lesFormations.svg');
}

.div-block-5.semis {
  background-image: url('../images/decouvrirLesLabelisation.svg');
}


.div-block-5.signes {
  background-image: url('../images/ClubExpertsDesherbage.png');
}

.div-block-5.small {
  height: 140px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.div-block-13-small {
  height: 87px;
  margin-right: 20px;
}

.div-block-13.small {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 70%;
  padding-top: 20px;
}

.lien-langues {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 6%;
  z-index: 5;
}

.lowercase {
  text-transform: lowercase;
}

.div-block-5.en {
  background-image: url('../images/RdvCarnot_Vimeet365_EN.png');
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  padding-right: 10px;
  padding-left: 10px;
  -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._club {
  justify-content: center;
}

.div-block-6-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  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: 144px;
  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;
}

.w-slider-arrow-right {
  visibility: hidden;
  pointer-events: none;
}



.div-block-3:hover {
  margin-top: -23px;
  cursor: pointer;
}

.div-block-3._10:hover {
  margin-top: 0px;
  cursor: auto;
}

/*.div-block-3:hover .div-block-21 {
  display: block;
}*/

.div-block-3:hover .btn-foundM {
  visibility: visible;
  width: auto;
}

.div-block-3:hover .none {
  display: none;
}



.link-2 {
  color: #333;
}

.link-3 {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 60px 10px 20px;
  border-radius: 8px;
  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: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-3 {
  color: #fff;
}

.link-4 {
  display: inline-block;
  padding: 10px 34px 10px 20px;
  border-radius: 8px;
  background-color: #60AA12;
  background-image: url('../images/Icon-metro-chevron-right.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-4.Replay {
  background-color: #353A50;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #206224;
  font-size: 14px;
  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: 14px;
}

.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: rgba(32,98,36,0.28);
  font-family: Poppins, sans-serif;
  color: #2A2E43;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.slide-nav {
  padding-bottom: 60px;
}

.section {
  position: relative;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 100%;
  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: 8px;
  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: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  display: inline-block;
  padding: 10px 66px 10px 20px;
  border-radius: 8px;
  background-color: #60AA12;
  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: 14px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-11 {
  display: block;
  height: 179px;
  -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: 14px;
  font-weight: 700;
}

.paragraph-6 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 5px;
  color: #8a98ba;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-12 {
  margin-right: 10px;
}

.div-block-13 {
  margin-left: 10px;
  /*width: 50%;*/
}

.div-block-13-small._02 {
  height: 100px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 179px;
  -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/rendement.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-14._10 {
  background-image: url('../images/betteraviers.png');
}

.div-block-14.champsRencontre {
  background-image: url('../images/rencontres2023.png');
}

.div-block-14.recolteCereales {
  background-image: url('../images/recoltesCereales.png');
}

.div-block-14.cultureMais2 {
  background-image: url('../images/cultureMAis2.png');
}

.div-block-14.ouiAuMais {
  background-image: url('../images/ouiAuMAis.png');
}

.div-block-14.interrang {
  background-image: url('../images/interRang.png');
}

.div-block-14.troupeau {
  background-image: url('../images/nourrirMonTroupeau.png');
}

.div-block-14.bonnevariete {
  background-image: url('../images/bonneVariete.png');
}

.div-block-14.numerique {
  background-image: url('../images/numeriqueServiceAgri.png');
}

.div-block-14.climate {
  background-image: url('../images/climateFildView.png');
}

.div-block-14.climate2 {
  background-image: url('../images/climateFildView2.png');
}

.div-block-14.dspr {
  background-image: url('../images/dspr.png');
}

.div-block-14.carbonechiffre {
  background-image: url('../images/carboneChiffres.png');
}

.div-block-14.planPollinisateur {
  background-image: url('../images/planPollinisateur.png');
}

.div-block-14.salonAgri {
  background-image: url('../images/salonAgri.png');
}

.div-block-14.abeille {
  background-image: url('../images/abeillesBourdons.png');
}

.div-block-14.meligethes {
  background-image: url('../images/meligethes.png');
}

.div-block-5.clubagri {
  background-image: url('../images/Agriculteur.png');
}

.div-block-14.labelAlimentaire {
  background-image: url('../images/labelAlimentaire.png');
}

.div-block-14.mathilde {
  background-image: url('../images/mathilde.png');
}

.div-block-14.carboneepisode {
  background-image: url('../images/carboneEpisode1.png');
}

.div-block-14.ploa {
  background-image: url('../images/ploa.png');
}

.div-block-14.certiphyto {
  background-image: url('../images/certiphyto.png');
}

.div-block-14.reglemantaireChiffres {
  background-image: url('../images/reglemantaireChiffres.png');
}

.div-block-14.stop {
  background-image: url('../images/stopIdeesRecues.png');
}

.div-block-14.dkm {
  background-image: url('../images/dkm.png');
}

.div-block-5.clubfv {
  background-image: url('../images/CLUBFV_24_04png.png');
}

.div-block-14.chiffressemaine {
  background-image: url('../images/chiffresSemaine.png');
}

.div-block-14.ift {
  background-image: url('../images/ift.png');
}

.div-block-14.sonata {
  background-image: url('../images/sonata.png');
}

.div-block-14.vigne {
  background-image: url('../images/innovAgri.png');
}

.div-block-14.colzas {
  background-image: url('../images/asdAlliance.svg');
}

.div-block-14.mission {
  background-image: url('../images/mission-australie.svg');
}

.div-block-14.psw {
  background-image: url('../images/psw.svg');
}

.div-block-14.fsd {
  background-image: url('../images/french-space-days.svg');
}

.div-block-14.edt {
  background-image: url('../images/entretiens-de-toulouse.svg');
}

.div-block-14.laviation {
  background-image: url('../images/laviation.svg');
}

.div-block-14.climat {
  background-image: url('../images/astechNewsletter.svg');
}

.paragraph-9 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #2A2E43;
  margin-bottom: 10px;
}

.div-block-15 {
  height: 179px;
  background-image: url('../images/bosch_logo.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-151 {
  height: 179px;
  background-image: url('../images/ArianeGroup_Logo_2017.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.div-block-151.bioenergies {
  background-image: url('../images/default_global-bioenergies-s-a_1550045350.svg');
}

.div-block-151.comepa {
  background-image: url('../images/comepa.svg');
}

.div-block-151.jpb {
  background-image: url('../images/Logo-JPB.svg');
}

.div-block-151.lubodry {
  background-image: url('../images/lubodry_logo_2015_sticky1.svg');
}

.div-block-151.sirius {
  background-image: url('../images/sirius.svg');
}

.div-block-151.servicenow {
  background-image: url('../images/servicenow.png');
}

.div-block-151.ab{
  background-image: url('../images/ab.png');
}

.div-block-151.maxisoufre {
  height: 179px;
  background-image: url('../images/csm_MAXISOUFRE_860b570504.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.div-block-152 {
  height: 179px;
  background-image: url('../images/inno-domaine.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-153 {
  height: 179px;
  background-image: url('../images/saint-gobain.png');
  background-position: center center;
  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: 50px;
  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: 365px;
  height: 243px;
  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: #206224;
  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: 49%;
  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;
}

.div-block-201 {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  width: 0%;
}

.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: #206224;
}

.paragraph-11 {
  color: #206224;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-span-5 {
  white-space: pre;
}

/*.slide {
  background-color: #2A2E43;
}*/

.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: 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;
}

.div-block-25._10 {
  justify-content: 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: #206224;
}

.paragraph-13 {
  font-weight: 700;
  font-size: 14px;
  color: #2A2E43;
}

.green {
  color: #00CA00;
  font-size: 13px;
}

.grey {
  color: #8A98BA;
  font-size: 13px;
}

.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;
  text-align: center;
}

.div-block-28 {
  height: 50%;
  background-image: url('../images/cultureChamps.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-28.eau {
  background-image: url('../images/preservation.png');
}

.div-block-28.decarbone {
  background-image: url('../images/culturesQuotidien.png');
}

.div-block-28.agri2 {
  background-image: url('../images/Agriculteur.png');
  height: 28%;
}

.div-block-31.agri2 {
  padding-top: 13px;
}

.div-block-28._03 {
  height: 50%;
  background-image: url('../images/franceAgritwittos.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-28._05 {
  height: 50%;
  background-image: url('../images/commentPilote.png');
  background-position: center center;
  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;
  -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: 40px;
  padding-left: 10px;
  text-align: center;
}

.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/ansys-thumb-OFF.png');
  background-position: center center;
  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: #F7B900;
}

.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: 179px;
  background-color: #206224;
}

.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: 179px;
  background-color: #2A2E43;
}

.image-5 {
  overflow: visible;
}

.div-block-41 {
  height: 179px;
  background-color: #206224;
}

.your-matched {
  max-width: 1867px;
  height: 412px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
}

.top-5 {
  max-width: 1867px;
  height: 540px;
  margin: -72px auto 40px;
}

.top-5 .slider-2 {
  padding-top: 60px;
}

.div-block-44 {
  margin-top: 40px;
}

.select-for-you {
  max-width: 1867px;
  height: 412px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
}

.you-have-scroll {
  max-width: 1867px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  height: 412px;
}



.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: #206224;

}

.btn-gift {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.meetcoin {
  color: #206224;
  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: 365px;
  height: 243px;
  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/inscrivez-vous1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.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: 365px;
  height: 243px;
  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/inscrivez-vous2.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  height: 243px;
  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/inscrivez-vous3.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.div-block-49._04{
  background-image: url('../images/inscrivez-vous4.jpg');
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  height: 243px;
  -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/inscrivez-vous5.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.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: 8px;
  background-color: #fff;
  color: #206224;
  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: 70px;
  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: 179px;
  background-image: url('../images/TECHInnov21.png');
  background-position: center center;
  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;
}

.slider-2-1 {
  height: 100%;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
  /*padding-left: 40px;
  padding-right: 16px;*/
}

.mask-1 {
  width: 365px;
  overflow: visible;
}

.slide-2 {
  padding-bottom: 20px;
}

.div-block-56 {
  height: 138px;
  background-image: url('../images/NoPath1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-57 {
  width: 100%;
  height: 114px;
  padding-top: 20px;
  padding-left: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #206224;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-19 {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-58 {
  height: 179px;
  background-image: url('../images/ViVHealthtech_365.png');
  background-position: center center;
  background-size: auto;
}

.div-block-58._en {
  background-image: url(../images/Logo_VIVHealthTech_English1.png);
}

.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: 179px;
  background-image: url('../images/SPACE4_EARTH.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-61 {
  height: 179px;
  background-image: url('../images/airbus_1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-62 {
  height: 179px;
  background-image: url('../images/Blue_Origin-Logo.wine.png');
  background-position: center center;
  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;
}

.slide-5-1 {
  padding-top: 10px;
  width: 365px;
  margin-right: 10px;
}

.background-video-2 {
  position: relative;
  height: 480px;
 /* box-shadow: inset 0 -332px 246px #fff;*/
}

.div-block-63 {
  position: absolute;
  left: -670px;
  /* top: 52%; */
  top: 26%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: inline-block;
  /* padding: 10px 40px 40px 60px; */
  padding: 20px 40px 20px 40px;
  margin-right: 40px;
  background-color: #000000;
  opacity: 0.73;
  -o-object-fit: fill;
  object-fit: fill;
  max-width: 700px;
}

.div-block-63 .paragraph-21 {
  font-family: 'Poppins Light', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.div-block-63.en {
  left: -677px;
}

.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: #2A2E43;
  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; /* <--- */
}

.slide-right.en {
  animation-name: slideRightEN;
  -webkit-animation-name: slideRightEN;
}

@keyframes slideRightEN {
  from {
    left: -677px;
  }

  to {
    left: 0px;
  }
}

@keyframes slideRight {
  from {
    left: -670px;
  }

  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; /* <--- */
}

.slide-left.en {
  animation-name: slideLeftEN;
  -webkit-animation-name: slideLeftEN;
}

@keyframes slideLeft {
  from {
    left: 0px;
  }

  to {
    left: -670px;
  }
}

@keyframes slideLeftEN {
  from {
    left: 0px;
  }

  to {
    left: -677px;
  }
}

.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) 70%, 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;
}

/*.div-block-10._v01 {
  display: none;
}*/

/*.version_02 {
  display: block;
}

.version_03 {
  display: none;
}

.version_04 {
  display: none;
}

.version_05 {
  display: none;
}*/


.navbar-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
}

.navbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-nav-brand:first-child {
  margin-right: 20px;
}

.vert {
  color: #206224;
}

.vert-fonce {
  color: #2A2E43;
}

/* .img-header {
  opacity: 0.5;
  margin-top: -150px;
} */

.background-video-2 video {
  bottom: auto;
  top: auto;
  height: auto;
  object-fit: contain;
}

.modalSignUp._1 a {
  color: #2A2E43;
}

.paragraph-22 {
  color: #2A2E43;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 14px;
  margin-top: 0px;
}

.div-block-5._2 {
  background-image: url('../images/meetcoins-start.png');
}

.div-block-meetcoin {
  text-align: center;
  padding-top: 10px;
}

.price-meetcoins-euros {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 47px;
  margin-bottom: 0;
  margin-top: 10px;
}

.price-meetcoins-euros span {
  font-family: 'Poppins Medium', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}

.price-timing {
  font-family: 'Poppins Medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.div-block-28._2 {
  background-image: url('../images/cultureChamps.png');
}

.div-block-20._avantage {
  background-image: url('../images/meetcoins-avantage-small.png');
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 960px) and (max-width: 1599px) {

  .background-video-2 {
    height: auto;
  }

  .white-gradiant {
    display: none;
  }

  .div-block-63 {
    top: 14%;
  }
  
  .navbar-container {
    height: 57px;
  }

  .navbar-left img {
    height: 66px;
  }

  .nav-menu {
    font-size: 11px;
  }

  .link-block-2 {
    padding-left: 30px;
  }

  .Search-Close {
    height: 57px;
  }

  .awesome-user {
    height: 28px;
  }

  .slider {
    height: auto;
  }

  .select-for-you {
    height: 350px;
  }

  .select-for-you.first {
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .mask-1 {
    width: 274px;
  }

  .slide-5-1 {
    width: 274px;
  }

  .div-block-17 {
    width: 272px;
    height: 182px;
  }

  .div-block-19 img {
    height: 138px;
  }

  .div-block-5.small {
    height: 105px;
  }

  .div-block-13-small._02 {
    height: 69px;
  }

  .div-block-26 {
    height: 15px;
  }

  .paragraph-13, .paragraph-7, .green, .grey, .paragraph-12, .paragraph-6 {
    font-size: 11px;
  }
  
  .paragraph-6 {
    line-height: 13px;
    background-image: none;
    
  }
  
  .paragraph-4 {
    font-size: 10px;
    padding: 3px 15px;
  }

  .link-3 {
    font-size: 12px;
    padding: 7px 15px 7px 15px;
    background-image: none;
}

  .link-4 {
    font-size: 11px;
    padding: 3px 10px 3px 9px;
    background-image: none;
  }

  .div-block-14 {
    height: 128px;
  }

  .div-block-6 {
    height: 46px;
  }

  .you-have-scroll {
    height: 350px;
  }
}



@media screen and (max-width: 1910px) {
  .select-for-you {
    width: 95%;
  }
  
  .top-5 {
    width: 95%;
  }
  
  .your-matched {
    width: 95%;
  }
  
  .you-have-scroll {
    width: 95%;
  }

  .w-slider-arrow-right {
    visibility: visible;
    pointer-events: visible;
  }
}

@media only screen and (min-width: 1824px) and (max-width: 1600px) {
  .div-block-13-small {
    height: 79px;
  }

  .div-block-13-small._02 {
    height: 81px;
  }

  .white-gradiant {
    margin-top: -148px;
  }

  .div-block-151.maxisoufre {
    height: 170px;
  }

  /*.div-block-10._v01 {
    display: none;
  }*/

  

  .div-block-4 {
    justify-content: center;
  }

  .div-block-16 {
    justify-content: center;
  }
  
  .div-block-5 {
    height: 171px;
    
  }

  .div-block-151 {
    height: 171px;
    
  }

  .div-block-152 {
    height: 171px;
    
  }
  

  .div-block-153 {
    height: 171px;
    
  }

  .div-block-6 {
    height: 50px;
  }

  /*.div-block-30 img {
    height: 111px;
  }*/

  .paragraph-14 {
    font-size: 14px;
    line-height: 14px;
  }

  .paragraph-15 {
    font-size: 17px;
  }

  .link-7 {
    padding: 7px 15px;
    font-size: 14px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 14px;
  }
  
  .link-3 {
    font-size: 12px;
    padding: 7px 15px 7px 15px;
    background-image: none;
  }

  .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;
    text-align: center;
  }

 

  .paragraph-7 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .paragraph-8 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .link-5 {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
    background-image: none;
  }

  .link-6 {
    padding: 7px 11px 7px 11px;
    font-size: 12px;
    background-image: none;
  }

  .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/Logo_VIVHealthTech_French.png);
  }

  .div-block-58._en {
    background-image: url(../images/Logo_VIVHealthTech_English.png);
  }

  /*.div-block-60 {
    height: 171px;
  }

  .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: 32%; */
    top: 23%;
  }

  /*.select-for-you {
    height: 413px;
  }

  .top-5 {
    height: 413px;
  }

  .you-have-scroll {
    margin-top: -27px;
  }

  .your-matched {
    height: 413px;
  }*/

  .linear-gradiant {
    background: linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
  }
}

/* @media screen and (max-width: 1600px) {
  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: none;
  }
} */

@media screen and (max-width: 1578px) {

  .w-slider-arrow-right {
    right: 2%;
  }

  /*.version_02 {
    display: block;
  }*/

  /*.div-block-10._v01 {
    display: none;
  }*/
}

/*@media screen and (max-width: 1224px) {
  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: none;
  }
}
.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;
  }

  .version_02 {
    display: none;
  }*/

  

  /*.slide-button {
    display: none;
  }*/

  /*.slider {
    height: 594px;
  }*/

  /*.white-gradiant {
    display: none;
  }*/

  /*.background-video-2 {
    height: auto;
    background-color: #60AA12;
  }*/

  .div-block-63 .paragraph-21 {
    font-size: 14px;
    line-height: 20px;
  }

}

@media screen and (max-width: 991px) {
  .select-for-you {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top-5 {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .your-matched {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .you-have-scroll {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }

  /*.version_03 {
    display: none;
  }

  .version_04 {
      display: block;
  }*/

  
}

@media screen and (max-width: 991px) {
  /*.slider {
    height: 825px;
  }

  .background-video-2 {
    height: 635px;
  }*/

  .div-block-63 {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    max-width: 100%;
  }

  .background-video-2 {
    height: auto;
    /*background-image: url('../images/agriculture-header.png');
    background-size: cover;*/
  }

  /*.background-video-2 video {
    display: none;
  }*/

  .slider {
    height: auto;
  }

  .div-block-63.en {
    top: 68%;
    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;
  }*/

  /* .img-header {
    display: none;
  } */

  .linear-gradiant {
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  }

  
}

@media screen and (max-width: 959px) {

  .white-gradiant {
    display: none;
  }

  .div-block-63 {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    background-color: #60AA12;
  }

  .slide-button {
    display: none;
  }

  .background-video-2 {
    height: auto;
    /*background-color: #60AA12;*/
  }
}

@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) {
  
  .div-block-63.en {
    left: auto;
    top: 59%;
  }

  .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: auto;
  }


  .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%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-63 h1 {
    font-size: 20px;
  }

  .div-block-63 .paragraph-21 {
    font-size: 14px;
    line-height: 20px;
  }

  .select-for-you {
    height: 350px;
  }

  .select-for-you.first {
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .mask-1 {
    width: 274px;
  }

  .slide-5-1 {
    width: 274px;
  }

  .div-block-17 {
    width: 272px;
    height: 182px;
  }

  .div-block-19 img {
    height: 138px;
  }

  .div-block-5.small {
    height: 105px;
  }

  .div-block-13-small._02 {
    height: 69px;
  }

  .div-block-26 {
    height: 15px;
  }

  .paragraph-13, .paragraph-7, .green, .grey, .paragraph-12, .paragraph-6 {
    font-size: 11px;
  }
  
  .paragraph-6 {
    line-height: 13px;
    background-image: none;
    
  }
  
  .paragraph-4 {
    font-size: 10px;
    padding: 3px 15px;
  }

  .link-3 {
    font-size: 12px;
    padding: 7px 15px 7px 15px;
    background-image: none;
}

  .link-4 {
    font-size: 11px;
    padding: 3px 10px 3px 9px;
    background-image: none;
  }

  .div-block-14 {
    height: 128px;
  }

  .div-block-6 {
    height: 46px;
  }

  .you-have-scroll {
    height: 350px;
  }
}

@media screen and (max-width: 407px) {
  .div-block-63 h1 {
    line-height: 20px;
  }
}

@media screen and (max-width: 340px) {
  .div-block-63 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 300px) {
  .div-block-63 {
    padding-right: 10px;
  }
}

@font-face {
  font-family: 'Poppins Thin Italic';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Thin';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins SemiBold Italic';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Italic';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins ExtraLight';
  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 ExtraLight Italic';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Medium Italic';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Light Italic';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins ExtraBold Italic';
  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 ExtraBold';
  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 Black Italic';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Black';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}