.cta-toshow-icon {
  display: none;
}

.home-banner-cta:hover .cta-toshow-icon {
  display: block;
}

.home-banner-cta-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.home-banner-cta-sec {
  opacity: 0.6;
}

.home-banner-cta:hover .cta-hidden-icon {
  display: none;
}

a {
  text-decoration: none !important;
}

#breadcrumbs a {
  color: white;
}

#breadcrumbs {
  position: absolute;
  bottom: 42px;
  color: white;
  left: 50px;
}

.home-banner-cta img {
  width: 20px;
}

.home-banner-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  /* padding: 86px; */
  position: relative;
  background-size: 114%;
  background-repeat: no-repeat;
}

.home-banner-title {
  display: flex;
  flex-direction: column;
}

.home-banner-title-strong {
  font-weight: 700;
  color: var(--main-red);
  font-style: italic;
}

.has-global-padding {
  padding: 0 !important;
  margin: 0 !important
}

.home-banner-texts {
  width: 45%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 120px;
  padding-left: 87px;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-banner-texts h1 {
  font-size: 5.5rem;
  margin: 0;
  line-height: 0.9;
  margin-bottom: 36px;
}

.top-bar .home-banner-cta {
  padding: 18px 48px;
}

.home-banner-cta {
  font-size: 20px;
  background-color: var(--main-red);
  padding: 18px 64px;
  border-radius: 54px;
  color: white;
  border: 1px solid var(--main-red);
}

.home-banner-cta:hover {
  background-color: white;
  color: var(--main-red);
  border: 1px solid var(--main-red);
}

.home-banner-title-soft,
.home-banner-title-strong {
  font-weight: 400 !important;
}

.home-banner-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.home-banner-cta {
  text-decoration: none;
  color: white
}

.home-banner-cta:hover {
  color: var(--main-red);
}

.reassurance-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  background: linear-gradient(#618e97f0 0%, #618e97f0 30%, #d1d1d1 100%);
  margin: auto;
  padding: 32px 30px;
  gap: 54px;
  margin-top: 90px;
  border-bottom: 1px solid #d1d1d1;
}

.reassurance-item {
  display: flex;
  align-items: center;
  color: white;
  gap: 9px;
  justify-content: center;
  flex-direction: column;
}

.reassurance-item:nth-child(3),
.reassurance-item:nth-child(4) {
  margin-right: 12px;
}

.reassurance-item img {
  width: 38px;
  height: auto;
}

#banner-side-page .home-banner-title-strong {
  color: white
}

.reassurance-item h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: black;
}

.top-bar {
  top: 24px;
  right: 24px;
  display: flex;
  gap: 24px;
}

/*Nous contacter*/
.contact-us,
.search-bar {
  padding: 10px 30px !important;
  font-size: 18px;
}

.search-bar {
  border: none;
  background-color: white;
  color: black;
  border-radius: 54px;
}

.rs-item {
  width: 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.rs-item img {
  object-fit: cover;
}

.rs-lists {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 24px;
  top: 35%;
  gap: 12px;
  justify-content: center;
  align-items: center;
}


@media (max-width:1024px) {
  .home-banner-cta {
    padding: 24px;
  }

  .not-display-phone {
    display: none;
  }

  .reassurance-lists {
    justify-content: space-evenly;
  }

  .reassurance-item img {
    width: 80px;
    height: 80px;
  }

  .rs-lists {
    display: none;
  }
}


@media (max-width:767px) {
  .home-banner-texts {
    padding-left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    /* margin-bottom: 15px; */
  }

  .home-banner-section {
    background-size: cover;
  }

  .home-banner-texts h1 {
    font-size: 48px !important;
    text-align: center;
  }

  .home-banner-cta {
    font-size: 20px;
    /* width: 250px;
    padding: 24px; */
    text-align: center;
  }

  .reassurance-item img {
    width: 45px;
    height: auto;
  }

  .reassurance-lists {
    padding: 20px;
    margin-top: 22px;
    padding-bottom: 64px;
  }

  .contact-us,
  .search-bar {
    padding: 0 !important;
    padding-left: 16px !important;
    font-size: 18px;
    width: 60%;
    height: 48px;
    border-radius: 50px;
  }

  .contact-us,
  .search-bar>a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rs-lists {
    display: none;
  }

  /* afficher dans le menu */
  .top-bar {
    display: none;
  }
}

@media (max-width:1600px) {
  .home-banner-texts h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .home-banner-texts {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .home-banner-description {
    font-size: 15px;
  }

  .home-banner-cta,
  .home-banner-cta {
    font-size: 14px;
  }

  .home-banner-cta {
    margin-bottom: -8%;
  }

  .home-banner-section {
    margin-bottom: 36px;
  }
}

@media screen and (min-width : 1200px) {
  .home-banner-texts {
    width: 100%;
    padding-right: 45%;
    padding-top: 150px;
  }

  .home-banner-cta-sec {
    opacity: 0.6;
    font-size: 16px !important;
    padding: 14px 32px !important;
  }

  #breadcrumbs {
    bottom: 0;
  }

  .home-banner-section {
    margin-bottom: 0;
  }

  #banner-side-page .home-banner-texts {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }



  #banner-side-page .home-banner-title {
    /* margin-left: 256px; */
    /* margin-top: 64px;
    margin-bottom: 64px;  */
    margin-top: 45px;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
  }

 #banner-side-page .home-banner-logo,
  #banner-side-page .home-banner-cta {
    display: none;
  }

  .home-banner-cta-container {
    flex-direction: row;
  }

  .home-banner-texts h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 3.4rem;
    margin-top: -24px;
  }

  .home-banner-cta {
    margin-bottom: 8%;
  }


}

@media screen and (min-width : 1600px) {


  .home-banner-texts {
    padding-left: 256px;
    padding-right: 58%;
    gap: 48px;
  }

  .home-banner-cta {
    margin-top: 24px;
    margin-bottom: 96px;
  }
}