.img-text-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 100px 150px;
  gap: 96px;
  background-color: #fafafa;
  max-width: 100% !important;

}

.img-text-img-container {
  position: relative;
}

.img-text-macaron {
  position: absolute;
  width: 142px;
  right: -2%;
  top: -14%;
}

.img-text-img {
      width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-text-titre {
  /*font-size: 2.4rem;
  font-weight: 700;*/

  
}

.img-text-desc p{
  line-height: 1.8;
  font-size: 1.1rem !important;
}


.img-text-desc-bold p {
  font-weight: 700;
}

.img-text-desc-bold p,
.img-text-desc-add p,
.img-text-desc p {
  /* font-size: 22px; */
  /*font-size: 1.1em;
  line-height: 1.6;*/
}

.img-text-desc-add {
  display: none
}

.img-text-button,
.img-text-see-more {
  /* padding: 24px 64px; */
  /*padding: 10px 30px;
  border-radius: 54px;
  font-weight: 700;
  font-size: 18px;*/
  width: fit-content;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  display: flex;
  flex-direction: row;
  color: #fc595e !important;
}

.img-text-button {
  /*background-color: black;
  color: white;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 45%;*/

}

.img-text-button:hover {
  /*background-color: white;
  color: black;*/
}

.img-text-see-more {
  /*background-color: white;
  color: black !important;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none !important;*/
}

.img-text-see-more:hover {
  /*background-color: black;
  color: white !important;*/
}

.img-text-buttons-container {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 32px;
}

.img-text-buttons-container a {
  text-decoration: none;
}

.img-text-texts {
  width: 85%;
}

.blocImageBruno {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


@media (max-width:1600px) {
  
}

@media (min-width: 1200px){
  .img-text-macaron {
  position: absolute;
  width: 142px;
  right: -7%;
  top: -14%;
}
}

@media (max-width:1024px) {
  .img-text-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

}

@media (max-width:769px) {

  .img-text-button,
  .img-text-see-more {
    width: 100% !important;
  }

  .img-text-container {
    gap: 45px;
            align-items: center;
  }

  .img-text-texts {
  width: 96%;
}
}



