/**
* Style de notre block
*/
.competence {
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 650px) {
  .competence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1100px) {
  .competence.container {
    margin-top: unset;
  }
}

@media screen and (min-width: 1738px) {
  .competence {
    overflow-x: unset;
  }
}

.competence__container-texte {
  position: relative;
  padding: 3rem 1.5rem 0 1.5rem;
  margin: auto;
}

@media screen and (min-width: 650px) {
  .competence__container-texte {
    width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .competence__container-texte {
    max-width: 524px;
  }
}

.competence__container-texte h2 {
  color: #171717;
  font-weight: 400;
}

.competence__container-texte h2 em{
  font-style: italic;
}

.competence__container-texte h2 strong{
  font-weight: 600;
}

.competence__container-texte p {
  color: #171717;
  margin: 1.5rem 0 0 0;
  text-align: justify;
}

@media screen and (min-width: 1100px) {
  .competence__container-texte p {
    margin: 1.5rem 0 0 0;
  }
}

.competence__container-texte::before {
  content: url(../images/losange-background_1.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .competence__container-texte::before {
    content: '';
    background-image: url(../images/losange-background_desktop.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 517px;
    height: 518px;
    top: -34px;
    right: -145px;
  }
}

.competence__container-texte.commitment::before {
  content: "";
  background-image: url(../images/losange-backgroundcommitment.svg);
  width: 258.5px;
  height: 259px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -63px;
}
@media screen and (min-width: 1100px) {
  .competence__container-texte.commitment::before {
    background-image: url(../images/losange-backgroundcommitment.svg);
    width: 517px;
    height: 518px;
    right: unset;
    transform: translateX(40%);
  }
}

@media screen and (min-width: 1440px) {
  .competence__container-texte::before {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 517px;
    height: 518px;
    top: -96px;
    right: -255px;
  }
}

.competence__container-texte .slider-btn__competence {
  position: relative;
  border: 1px solid #6C3E33;
  border-radius: 48px;
  font-family: "barlow", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  color: #6C3E33;
  width: max-content;
  margin: 1.5rem 0 3rem 0;
}

.competence__container-texte .slider-btn__competence a {
  padding: 1rem 3.5rem 1rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.competence__container-texte .slider-btn__competence::after {
  content: url("../images/icon/arrow_right-up_brown700.svg");
  position: absolute;
  width: 24px;
  top: 17px;
  right: 21px;
}

/* .competence__container-texte .slider-btn__competence:hover {
  background-color: #F8DEBF;
} */

.competence__container-image {
  position: relative;
}

@media screen and (min-width: 650px) {
  .competence__container-image {
    width: 50%;
  }
}

.competence__container-image img {
  width: 100%;
}

.competence__container-image::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at -14% 53%, transparent 23%, white 68%);
}

.competence__container-image.commitment::before {
  background: radial-gradient(ellipse at 0 0, transparent 49%, white 77%);
}