.body-octobre-rose {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 42px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}



.or-bloc-1 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.or-div-txt-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.rubanpng {
  object-fit: contain;
}

.h1-or-titre {
  color: #d02c7c;
  letter-spacing: .16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 145%;
  text-decoration: none;
}

.or-bloc-2 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.or-div-txt-1-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

.h2-or-subtilte {
  color: #171717;
  text-align: center;
  letter-spacing: .16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.or-paragraphe-2 {
  color: #171717;
  letter-spacing: .16px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  text-decoration: none;
}

.div-cta-price {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.price {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.or-button {
  grid-row-gap: 8px;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
    color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all ease-in 0.5s;
}

.or-button:hover {
  background-color: #ffffff;
  border: 1px solid #171717;
    color: #171717;
  text-decoration: none;
}




.or-div-txt-1-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 457px;
  padding: 32px 48px;
  text-decoration: none;
  display: flex;
}

.or-paragraphe-0 {
  color: #000;
  letter-spacing: .16px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  text-decoration: none;
}

.or-paragraphe-1 {
  color: #d02c7c;
  letter-spacing: .16px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  text-decoration: none;
}

.or-paragraphe-3 {
  color: #d02c7c;
  letter-spacing: .16px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.price-0 {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.price-1 {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

@media screen and (max-width: 1048px) {
  .body-octobre-rose {
    padding-left: 20px;
    padding-right: 20px;
    gap: 32px;
  }

  .or-bloc-1 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .or-div-txt-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px 40px;
  }

  .rubanpng {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    overflow: visible;
  }

  .or-bloc-2 {
    flex-flow: column;
  }

  .or-div-txt-1-2, .or-div-txt-1-3 {
    padding: 24px 40px;
    width: 100%;
  }

  .or-div-reverse{
  flex-direction: column-reverse;
}
}

@media screen and (max-width: 767px) {
  .body-octobre-rose {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .body-octobre-rose {
    padding: 10px;
  }

  .or-div-txt-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .or-bloc-2 {
    height: auto;
  }

  .or-div-txt-1-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .or-paragraphe-2 {
    height: auto;
  }

  .or-div-txt-1-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}


