/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */

/* Protection globale contre le débordement d'images causé par Slick */
body img {
  max-width: 100%;
  height: auto;
}

body .slick-slider img:not(.opportunities-highlight-section .opportunities-slider img) {
  max-width: 100% !important;
  height: auto !important;
}
.mainTitleBlock {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.mainTitleBlock.big {
  font-size: 32px;
  max-width: 580px;
}

.backgroundHomeNotConnected {
  background: url("../img/home-background-2.jpg") left 35% no-repeat #F2F2F2;
  background-size: 100% auto;
  text-align: center;
}

.backgroundHomeNotConnected h1 {
  max-width: 650px;
  margin: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 49px;
  text-align: center;
  text-shadow: 0 0 14px #272829;
}

.backgroundHomeNotConnected h1 .mobile {
  display: none;
}

.backgroundHomeNotConnected h1 .desktop {
  display: inline-block;
}

.backgroundHomeNotConnected .containerInputs {
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
}

.backgroundHomeNotConnected .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.backgroundHomeNotConnected .form-group i {
  font-size: 16px;
  vertical-align: middle;
}

.backgroundHomeNotConnected .bootstrap-select.searchType {
  width: 280px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCountry {
  width: 192px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchSector {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCategory {
  width: 150px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w215 {
  width: 215px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w195 {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w150 {
  width: 150px !important;
}

.backgroundHomeNotConnected .dropdown-toggle, .backgroundHomeNotConnected .bootstrap-select .dropdown-toggle:focus {
  height: 30px !important;
  line-height: 30px !important;
  border: none !important;
  border-right: solid 1px #CBD0D6 !important;
  border-radius: 0 !important;
  outline: none !important;
  background-color: #fff !important;
}

.backgroundHomeNotConnected .bootstrap-select.last .dropdown-toggle {
  border: none !important;
}

.backgroundHomeNotConnected .btnMobile {
  display: none;
  min-width: 200px;
}

.backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
  padding-left: 4rem !important;
}

.listFindPeopleHome {
  padding: 0;
  list-style: none;
  color: #3b3838;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
}

.listFindPeopleHome i {
  margin-right: 10px;
}

.containerBubbles {
  text-align: center;
  padding-top: 45px;
}

.containerBubbles > .col-3 {
  height: 0;
  padding-bottom: 25%;
}

.containerBubbles .bubble {
  position: relative;
  display: inline-block;
  height: 0;
  width: 95%;
  padding-bottom: 95%;
  border: solid 2px #559DD3;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.containerBubbles .bubble:hover, .containerBubbles .bubble.forceHover {
  -webkit-box-shadow: 10px 10px 42px -17px #559DD3;
  box-shadow: 10px 10px 42px -17px #559DD3;
}

.containerBubbles .bubble:hover .layer, .containerBubbles .bubble.forceHover .layer {
  opacity: 1;
}

.containerBubbles .bubble:hover .description, .containerBubbles .bubble.forceHover .description {
  bottom: 0;
}

.containerBubbles .bubble .backgroundImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: center #fff;
  background-size: auto 100%;
}

.containerBubbles .bubble .country {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  background-color: white;
  padding: 4px;
}

.containerBubbles .bubble .layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(85, 157, 211, 0.7);
  background: linear-gradient(45deg, rgba(85, 157, 211, 0.7) 0%, rgba(34, 104, 158, 0.9) 100%);
}

.containerBubbles .bubble .description {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  background-color: transparent;
}

.containerBubbles .bubble .description > div {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.containerBubbles .bubble .description strong {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}

.containerBubbles .bubble .description span {
  font-size: 11px;
}

.floatAnim {
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
          animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.containerImgDevicesHome img {
  display: block;
  margin: 0 auto 15px;
  width: 80%;
  max-width: 480px;
}

.containerImgDevicesHome h5 {
  color: #7A7F84;
  font-family: Nunito;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.aboutHome p {
  font-size: 18px;
  line-height: 1.8;
}

.howItWorksHome .searchSentence {
  max-width: 200px;
  width: 200px;
  height: 200px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
}

.howItWorksHome .searchSentence.one {
  background-color: #559DD3;
  padding-top: 55px;
  border-bottom-right-radius: 0;
}

.howItWorksHome .searchSentence.two {
  background-color: #22689E;
  padding-top: 70px;
  border-top-right-radius: 0;
}

.howItWorksHome .step {
  text-align: center;
  color: #272829;
}

.howItWorksHome .step i {
  font-size: 60px;
}

.howItWorksHome .step h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.howItWorksHome .step p {
  font-size: 18px;
  line-height: 28px;
}

.howItWorksHome .mobileContent {
  display: none;
}

.containerAdvantagesHome .picture {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.containerAdvantagesHome ul {
  padding: 0;
  font-size: 18px;
  list-style: none;
  line-height: 38px;
  color: #030405;
  font-weight: bold;
}

.containerAdvantagesHome ul i {
  font-size: 22px;
  vertical-align: middle;
}

.containerOneMemberHome h5 {
  color: #272829;
  font-size: 16px;
  line-height: 28px;
}

.containerOneMemberHome h4 {
  color: #7A7F84;
  font-size: 18px;
  line-height: 28px;
}

.containerOneMemberHome h3 {
  color: #22689E;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.logoPartnerHome {
  max-width: 250px;
}

.containerJoinUsHome {
  background: linear-gradient(225deg, #22689E 0%, #559DD3 100%);
  color: #ffffff;
}

.containerJoinUsHome p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.containerJoinUsHome .btn {
  margin-top: 35px;
}

/* /////////////////////////
    SECTORS HIGHLIGHT SECTION
////////////////////////// */
.sectors-highlight-section {
  background-color: #F9F9F9;
}

.sectors-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 20px 0;
}

@media (min-width: 769px) and (max-width: 1400px) {
  .sectors-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

.sector-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.sector-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: rgba(85, 157, 211, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.sector-card:hover .sector-icon-wrapper {
  background-color: rgba(85, 157, 211, 0.2);
}

.sector-icon-wrapper i {
  font-size: 32px;
  color: #559DD3;
}

.sector-title {
  font-size: 20px;
  font-weight: 700;
  color: #5B5E61;
  margin-bottom: 12px;
  margin-top: 0;
}

.sector-text {
  font-size: 14px;
  line-height: 1.6;
  color: #7A7D80;
  margin-bottom: 0;
}

/* Responsive sectors */
@media screen and (max-width: 992px) {
  .sectors-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .sectors-highlight-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sector-card {
    padding: 25px 15px;
  }

  .sector-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .sector-icon-wrapper i {
    font-size: 28px;
  }
}

/* ======================================
   SECTION OPPORTUNITÉS RÉCENTES
   ====================================== */
.opportunities-highlight-section {
  background-color: #F8F9FA;
}

/* Layout avec image à gauche et cartes à droite */
.opportunities-highlight-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 100px;
  align-items: flex-start;
}

.opportunities-highlight-image {
  width: 100%;
}

.opportunities-highlight-image img {
  width: 100%;
  height: auto;
  display: block;
}

.opportunities-highlight-cards {
  min-width: 0;
  position: relative;
  overflow: visible;
}

/* Slider CSS natif avec scroll-snap au lieu de Slick */
.oppo-slider-unique-container {
  position: relative;
  width: 100%;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 60px 5px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}

.oppo-slider-unique-container::-webkit-scrollbar {
  display: none;
}

.oppo-slider-unique-container > div {
  flex: 0 0 100%;
  scroll-snap-align: start;
  max-width: 100%;
  min-width: 100%;
}

.oppo-slider-unique-container .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* Images dans les cartes */
.oppo-slider-unique-container .card img:not(.unified-card-flag) {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Flèches du slider - positionnées autour de la zone des cartes */
.oppo-slider-arrows-unique {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
  height: 0;
}

.oppo-arrow-prev-unique,
.oppo-arrow-next-unique {
  pointer-events: all;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translateY(-50%);
}

.oppo-arrow-prev-unique:focus,
.oppo-arrow-next-unique:focus {
  outline: none;
  border: none;
}

.oppo-arrow-prev-unique i,
.oppo-arrow-next-unique i {
  font-size: 32px;
  color: #559DD3;
  font-weight: bold;
  transition: all 0.3s ease;
}

.oppo-arrow-prev-unique:hover i,
.oppo-arrow-next-unique:hover i {
  color: #4a8bc2;
  transform: scale(1.2);
}

.oppo-arrow-prev-unique {
  left: -75px;
}

.oppo-arrow-next-unique {
  right: -75px;
}

/* ======================================
   RESPONSIVE OPPORTUNITÉS
   ====================================== */

/* Tablettes et écrans moyens */
@media (max-width: 991px) {
  .opportunities-highlight-content {
    grid-template-columns: 1fr;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .opportunities-highlight-image {
    max-width: 280px;
    margin: 0 auto;
    order: 1;
  }

  .opportunities-highlight-cards {
    order: 2;
  }

  .oppo-slider-unique-container > div {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .oppo-arrow-prev-unique {
    left: -35px;
  }

  .oppo-arrow-next-unique {
    right: -35px;
  }

  .oppo-arrow-prev-unique i,
  .oppo-arrow-next-unique i {
    font-size: 28px;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .opportunities-highlight-content {
    gap: 30px;
  }

  .opportunities-highlight-image {
    max-width: 220px;
  }

  .oppo-slider-unique-container > div {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .oppo-arrow-prev-unique {
    left: -30px;
  }

  .oppo-arrow-next-unique {
    right: -30px;
  }

  .oppo-arrow-prev-unique i,
  .oppo-arrow-next-unique i {
    font-size: 28px;
  }
}

/* Petits mobiles */
@media (max-width: 500px) {
  .oppo-slider-unique-container {
    margin-left: 5px;
  }
}

/* Points de navigation du slider - nouvelles classes uniques */
.oppo-slider-unique-container .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.oppo-slider-unique-container .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.oppo-slider-unique-container .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
}

.oppo-slider-unique-container .slick-dots li button:before {
  display: none;
}

.oppo-slider-unique-container .slick-dots li.slick-active button {
  background-color: #5CACDB;
}

/* Styles des cartes d'opportunités sur la page d'accueil */
.opportunities-highlight-section .opportunity-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.opportunities-highlight-section .opportunity-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.opportunities-highlight-section .opportunity-badge-offer {
  background-color: #28a745;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.opportunities-highlight-section .opportunity-badge-search {
  background-color: #17a2b8;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Badges d'état (expiré, expire bientôt) */
.opportunities-highlight-section .badge.bg-danger {
  color: white !important;
  background-color: #dc3545 !important;
}

.opportunities-highlight-section .opportunity-title {
  color: #212529;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.opportunities-highlight-section .opportunity-company {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.opportunities-highlight-section .opportunity-company i {
  color: #5CACDB;
}

.opportunities-highlight-section .opportunity-description {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.5;
}

.opportunities-highlight-section .opportunity-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.opportunities-highlight-section .taxonomy-tag {
  background-color: #FDEFE7;
  color: #495057;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
}

.opportunities-highlight-section .taxonomy-tag-more {
  color: #6c757d;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
}

.opportunities-highlight-section .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #6c757d;
}

.opportunities-highlight-section .meta-item i {
  color: #adb5bd;
  width: 16px;
  text-align: center;
}

.opportunities-highlight-section .meta-attachment {
  color: #5CACDB;
  font-weight: 600;
}

.opportunities-highlight-section .meta-attachment i {
  color: #5CACDB;
}

.opportunities-highlight-section .opportunity-btn-view {
  background-color: #5CACDB;
  border-color: #5CACDB;
  color: white;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.opportunities-highlight-section .opportunity-btn-view:hover {
  background-color: #4a9bc7;
  border-color: #4a9bc7;
  color: white;
}

/* Espace pour les dots */
.opportunities-highlight-section {
  padding-bottom: 80px !important;
}

/* Responsive pour opportunités */
@media screen and (max-width: 992px) {
  .opportunities-highlight-content {
    flex-direction: column;
    gap: 30px;
  }

  .opportunities-highlight-image {
    flex: 0 0 auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .opportunities-highlight-cards {
    margin-left: 0;
  }

  .opportunities-highlight-cards .arrows i {
    font-size: 32px;
  }

  .opportunities-highlight-cards .arrows i.prev {
    left: -40px;
  }

  .opportunities-highlight-cards .arrows i.next {
    right: -40px;
  }
}

@media screen and (max-width: 576px) {
  .opportunities-highlight-image {
    max-width: 250px;
  }

  .opportunities-highlight-section .opportunity-card {
    font-size: 0.9rem;
  }

  .opportunities-highlight-section .opportunity-title {
    font-size: 1rem;
  }

  .opportunities-highlight-cards .arrows i {
    font-size: 28px;
  }

  .opportunities-highlight-cards .arrows i.prev {
    left: -35px;
  }

  .opportunities-highlight-cards .arrows i.next {
    right: -35px;
  }
}

@media screen and (max-width: 1600px) {
    .opportunities-highlight-content {
        grid-template-columns: 270px 1fr;
        gap: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .oppo-slider-unique-container > div {
        flex: 0 0 100%;
        scroll-snap-align: start;
        max-width: 100%;
        min-width: 100%;
    }
}

/* Responsive */
@media screen and (max-width: 1220px) {
  .containerAllMembersHome {
    padding: 0 !important;
  }
  .containerOneMemberHome .bubbleCompanyPicture {
    width: 100px;
    height: 100px;
  }
  .containerOneMemberHome h5 {
    line-height: 15px;
  }
  .containerOneMemberHome h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .containerOneMemberHome h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .backgroundHomeNotConnected > .col.py-4 {
    padding: 0 5% !important;
  }
  .backgroundHomeNotConnected h1 {
    font-size: 30px;
  }
  .backgroundHomeNotConnected form {
    display: none;
  }
  .backgroundHomeNotConnected .btnMobile {
    display: inline-block;
  }
  .backgroundHomeNotConnected + .lightGreyBackground .mainTitleBlock {
    display: none;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding: 0 !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 3rem !important;
  }
  .listFindPeopleHome {
    padding-left: 15%;
  }
  .containerImgDevicesHome {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 35px;
  }
  .howItWorksHome > .row {
    padding: 0 1% !important;
  }
  .howItWorksHome .step {
    padding: 0 3% !important;
  }
  .logoPartnerHome {
    max-width: 22%;
  }
}

@media screen and (max-width: 1100px) {
  .containerOneMemberHome:nth-child(even) {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .backgroundHomeNotConnected {
    background-position: left 25%;
  }
  .backgroundHomeNotConnected h1 .desktop {
    padding: 0 !important;
    margin: 0 !important;
  }
  .listFindPeopleHome {
    padding-left: 5%;
    font-size: 15px;
  }
  .aboutHome {
    display: none;
  }
  .howItWorksHome {
    padding: 30px 0 !important;
    background-color: #fff !important;
    text-align: center;
  }
  .howItWorksHome .mainTitleBlock {
    margin-bottom: 30px !important;
  }
  .howItWorksHome > .row {
    display: none;
  }
  .howItWorksHome .mobileContent {
    display: block;
  }
  .howItWorksHome .mobileContent .step {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 4% 10px 0 !important;
  }
  .containerAdvantagesHome {
    background-color: #F9F9F9;
  }
  .containerAdvantagesHome > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0;
  }
  .containerAdvantagesHome > .col-6:first-child {
    display: none;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock {
    text-align: center;
    text-transform: capitalize;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock span {
    display: none;
  }
  .containerAdvantagesHome + .row {
    background-color: #fff !important;
  }
  .containerAdvantagesHome + .row + .row {
    display: none;
  }
  .containerOneMemberHome:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .containerBubbles {
    display: none;
  }
  .containerBubbles .bubble {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (min-width: 800px) {
  .containerBubbles .bubble {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 675px) {
  .mainTitleBlock.removeSpanMobile span {
    display: none;
  }
  .listFindPeopleHome {
    padding-left: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  .backgroundHomeNotConnected + .lightGreyBackground {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .backgroundHomeNotConnected {
    padding: 30px 0 !important;
  }
  .backgroundHomeNotConnected h1 {
    margin: 0 5% 40px !important;
    font-size: 23px;
    line-height: 30px;
  }
  .backgroundHomeNotConnected h1 span.desktop {
    display: none;
  }
  .backgroundHomeNotConnected h1 span.mobile {
    display: inline-block;
  }
  .containerJoinUsHome p {
    font-size: 19px;
  }
}

@media screen and (max-width: 450px) {
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 5% !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 .listFindPeopleHome {
    font-size: 14px;
  }
  .backgroundHomeNotConnected {
    background-position: top left;
    background-size: auto 100%;
    min-height: 300px;
  }
}
/*# sourceMappingURL=page_home.css.map */
