#accroche-slider-control {
  display: none;
}

.accroche-container {
  padding: 0 !important;
  margin: 0;
  min-height: 768px;
  background-color: var(--pes-blue);
  color: white;
  position: relative;
  margin-bottom: 3%;
  overflow: visible;
}

#accroche-wrapper {
  height: 100%;
  width: 100%;
  /*height: 768px;*/
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}

.accroche-main-title-wrapper {
  display: flex;
  width: 75%;
  height: 100%;
  align-items: flex-end;
}

.title {
  display: flex;
  width: 19%;
  align-items: center;
  min-width: 243px;
  height: 47%;
}

.accroche-title {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -0.03em;
  text-align: right;
  margin: 0;
  padding: 0;
  font-weight: 700;
  width: 89%;
}

.accroche-title::after {
  content: "";
  height: 32px;
  width: 208px;
  display: inline-block;
  margin-right: -15%;
  margin-bottom: 3rem;
  background: url("../src/underlines.png") right no-repeat;
  background-size: 100% 100%;
  margin-left: 1.2em
}

.accroche-subtitle {
  display: flex;
  align-items: flex-end;
  width: 25%;
  justify-content: flex-end;
  flex-direction: row;
  min-width: 357px;
  height: 91%;
  padding-bottom: 0.8em;
}

.accroche-separator {
  border-left: 1px solid #fff;
  height: 47%;
  margin-right: 1em;
}

.accroche-text {
  padding-bottom: 1em;
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  width: 335px;
  font-weight: 100;
}

.accroche-text-underline {
  background:linear-gradient(180deg, transparent 60%, #0050FF 60%);
}

.accroche-button-wrapper {
  display: flex;
  flex-direction: row;
  height: 31%;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}

.accroche-logo-prefet {
  z-index: 11;
  position: absolute;
  right: 12%;
  top: 91.5%;
}

.accroche-res-soc {
  z-index: 10;
  position: absolute;
  background-image: url("../src/bg_sn.png");
  height: 269px;
  width: 91px;
  top: 33%;
  right: 0;
  padding-right: 0.5rem;
}

.accroche-social {
  width: auto;
  top: 35%;
  display: block;
  position: relative;
  left: 60%;
  padding: 10%;
}

.accroche-decorations {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

.accroche-btn-container {
  display: flex;
}

.accroche-btn {
  background-color: var(--pes-green);
  color: black;
  text-decoration: none;
  padding: 0.3em 3.8em;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.accroche-btn:hover {
  color: white !important;
  background-color: var(--pes-purple);
  text-decoration: white underline;
}

@media screen and (max-width: 992px) {
  #accroche-wrapper {
    justify-content: center;
    margin-top: 5.5em;
    height: 90%;
  }

  .accroche-main-title-wrapper {
    flex-direction: column;
    align-items: center;
    height: 51%;
  }

  .title {
    width: 65%;
    justify-content: center;
    align-content: center;
    min-width: 350px;
  }

  .accroche-separator {
    border-top: 1px solid #fff;
    border-left: 0;
    height: 0;
    margin-right: 0;
    width: 75%;
    margin-bottom: 1em;
  }

  .accroche-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px !important;
    line-height: 54px !important;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 245px;
    height: 200px;
  }

  .accroche-title::after {
    float: none;
    margin-right: 0.2em;
    margin-left: 0;
  }

  .accroche-subtitle {
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: none;
    padding-bottom: 0;
    padding-top: 2.8em
  }

  .accroche-text {
    padding-top: 0;
    text-align: center;
  }

  .accroche-button-wrapper {
    height: 10%;
    align-self: center;
  }

  .accroche-container {
    margin-bottom: 5%;
  }

  .accroche-logo-prefet {
    left: 50%;
    width: 350px;
    margin-left: -175px;
  }
}

@media screen and (max-width: 600px){
  .accroche-above {
    top: 10%;
  }

  .accroche-btn {
    padding: 0.3em 2.5em;
  }

  .accroche-title {
    width: 70% !important;
    padding: 0%;
  }

  .accroche-title::after {
    background-size: 100% auto;
  }

  .accroche-text {
    font-size: 22px;
    font-weight: 100;
  }
}

@media screen and (max-width: 360px) {
  .accroche-above {
    top: 5%;
  }

  .accroche-main-title-wrapper {
    height: 43%;
  }
}
