/*COVER*/

.cover {
  background: linear-gradient(
    262deg,
    rgba(180, 61, 146, 0.2) 4%,
    rgba(9, 206, 183, 0.2) 88.57%
  );
  height: 535px;
  overflow: hidden;
}

.content_cover {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 160px;
  align-items: center;
}

.text_cover {
  margin: 0 0 0 100px;
  width: 500px;
}

.cover h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 104%;
  background: linear-gradient(96deg, #9344d2 0%, #e2333a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}

.cover p {
  line-height: 140%;
}

.img_cover {
  position: relative;
  top: -10px;
}

@media (max-width: 1440px) {
  .text_cover {
    margin: 0 0 0 60px;
  }
}

@media (max-width: 1300px) {
  .img_cover {
    width: 400px;
    top: auto;
    position: static;
  }

  .cover {
    gap: 7%;
    height: auto;
  }

  .cover h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 20px;
  }
}

@media (max-width: 880px) {
  .cover {
    gap: 25px;
  }

  .text_cover {
    margin: 0 0 0 40px;
  }

  .cover h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .img_cover {
    width: 330px;
  }
}

@media (max-width: 630px) {
  .cover {
    display: block;
    padding: 25px;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
  }

  .text_cover {
    margin: 0;
    width: auto;
  }

  .cover h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 20px;
  }

  .img_cover {
    width: 230px;
    position: absolute;
    right: -30px;
    bottom: -50px;
  }

  .cover p {
    width: 65%;
  }
}

/*PART AGENCY*/

.block_studio {
  display: flex;
  align-items: center;
  gap: 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  width: 120%;
  position: relative;
  left: -135px;
}

@media (max-width: 1300px) {
  .block_studio {
    gap: 25px;
    font-size: 18px;
    left: -105px;
  }

  .triangle {
    width: 190px;
  }
}

@media (max-width: 880px) {
  .block_studio {
    left: 0;
    width: 100%;
    font-size: 16px;
  }

  .triangle {
    width: 100px;
  }
}

@media (max-width: 630px) {
  .block_studio {
    font-size: 14px;
    gap: 15px;
  }

  .triangle {
    width: 65px;
  }
}

/*PART TEAM*/

.part_team {
  padding: 0 100px;
  text-align: center;
  max-width: 1230px;
  margin: 0 auto;
}

.block_team {
  background: linear-gradient(103deg, #9344d2 5.52%, #e2333a 96.7%);
  color: white;
  padding: 55px 60px 70px;
}

.text_team {
  padding-bottom: 30px;
}

@media (max-width: 1440px) {
  .part_team {
    padding: 0 60px;
  }
}

@media (max-width: 1300px) {
  .block_team {
    padding: 45px 50px 60px;
  }
}

@media (max-width: 1050px) {
  .img_team {
    width: 650px;
  }
}

@media (max-width: 880px) {
  .part_team {
    padding: 20px 40px;
  }

  .block_team {
    padding: 30px 30px 45px;
  }

  .img_team {
    max-width: 100%;
  }

  .text_team br {
    display: none;
  }
}

@media (max-width: 630px) {
  .part_team {
    padding: 30px 0 20px;
  }
}

/*PART ACCOMPANIEMENT*/

.part_accompaniement {
  text-align: center;
  padding: 70px 0;
}

.part_accompaniement h2 {
  padding-bottom: 30px;
}

.part_accompaniement br {
  display: none;
}

.block_accompaniement {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 50px 50px;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  background-image: url('../img/home/shadow.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: 20px;
  text-decoration: none;
}

.block_accompaniement .icon_accompaniement {
  margin-bottom: 35px;
}

.block_accompaniement_1 {
  color: #9344d2;
}

.block_accompaniement_2 {
  color: #b43d92;
}

.block_accompaniement_3 {
  color: #d23867;
}

.block_accompaniement_4 {
  color: #e2333a;
}

.part_advice,
.part_creation,
.part_technical,
.part_piloting {
  padding: 20px 100px 150px;
  background-image: url('../img/home/background_advice.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.part_creation {
  padding: 0 100px 70px;
  background-image: url('../img/home/background_creation.svg');
  background-position: right bottom;
}

.part_technical {
  background-image: url('../img/home/background_technical.svg');
  padding: 30px 100px 100px;
}

.part_piloting {
  padding: 0 100px 130px;
  background-image: url('../img/home/background_piloting.svg');
  background-position: right bottom;
  position: relative;
  z-index: 10;
}

.part_creation .title_part,
.part_piloting .title_part {
  margin-left: 57.2%;
}

.subpart_accompaniement {
  display: flex;
  gap: 100px;
  max-width: 1260px;
  margin: 0 auto;
}

.part_creation .subpart_accompaniement,
.part_piloting .subpart_accompaniement {
  gap: 75px;
}

.col_img_accompaniement {
  width: 650px;
}

.col_text_accompaniement p {
  padding-bottom: 30px;
}

.list_accompaniement {
  text-align: right;
  background: linear-gradient(122deg, #9344d2 17.66%, #e2333a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 170%;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 30px;
}

.part_creation .list_accompaniement,
.part_piloting .list_accompaniement {
  text-align: left;
}

.img_accompaniement {
  background-image: url('../img/home/img_advice.png');
  height: 435px;
  position: relative;
}

.img_accompaniement_mob {
  display: none;
}

.part_creation .img_accompaniement {
  background-image: url('../img/home/img_creation.png');
}

.part_technical .img_accompaniement {
  background-image: url('../img/home/img_technical.png');
}

.part_piloting .img_accompaniement {
  background-image: url('../img/home/img_piloting.png');
}

.triangle_medium {
  position: absolute;
  left: -70px;
  top: 110px;
}

.citation {
  display: flex;
  padding-top: 95px;
  gap: 30px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  font-size: 30px;
  max-width: 575px;
}

.quote_left {
  align-self: start;
}

.quote_right {
  align-self: end;
  transform: rotate(180deg);
  position: relative;
  left: -40px;
}

.triangle_trans {
  position: absolute;
  right: 0;
  bottom: -115px;
}

.subtitle_citation {
  color: #000;
  width: 410px;
  border-left: solid 11px #b43d92;
  padding: 20px 25px 25px;
  margin: 90px 0 0 100px;
}

.subtitle_technical {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}

.subtitle_piloting {
  border-bottom: solid 26px #da9ec9;
  display: inline-block;
  margin: 40px 0 0 100px;
}

.subtitle_piloting div {
  position: relative;
  top: 20px;
}

@media (max-width: 1500px) {
  .part_advice {
    padding: 20px 0 150px 100px;
  }

  .part_creation {
    padding: 0 100px 70px 0;
  }

  .part_technical {
    padding: 30px 0 100px 100px;
  }

  .part_piloting {
    padding: 0 130px 130px 0;
  }

  .subpart_accompaniement {
    max-width: 100%;
  }

  .part_creation .title_part,
  .part_piloting .title_part {
    margin-left: 725px;
  }
}

@media (max-width: 1440px) {
  .part_advice {
    padding: 20px 0 90px 60px;
  }

  .part_creation,
  .part_piloting {
    padding: 0 60px 70px 0;
  }

  .part_technical {
    padding: 20px 0 100px 60px;
  }

  .subtitle_citation {
    margin: 90px 0 0 60px;
  }

  .subtitle_piloting {
    margin: 40px 0 0 60px;
  }
}

@media (max-width: 1300px) {
  .block_accompaniement {
    font-size: 35px;
    padding: 0 40px 40px;
  }

  .part_advice {
    background-size: 290px;
  }

  .title_part .icon_accompaniement {
    height: 40px;
  }

  .col_img_accompaniement {
    width: 520px;
  }

  .img_accompaniement {
    background-position: center;
    height: 335px;
    background-size: 520px auto;
  }

  .list_accompaniement {
    font-size: 19px;
  }

  .citation {
    font-size: 26px;
  }

  .subpart_accompaniement {
    gap: 70px;
  }

  .triangle_medium {
    width: 140px;
    left: -40px;
    top: 90px;
  }

  .col_text_accompaniement p {
    padding-bottom: 25px;
  }

  .part_creation .title_part,
  .part_piloting .title_part {
    margin-left: 580px;
  }

  .triangle_trans {
    width: 140px;
    bottom: -80px;
  }

  .subtitle_citation {
    margin: 60px 0 0 60px;
  }

  .part_creation .subpart_accompaniement,
  .part_piloting .subpart_accompaniement {
    gap: 60px;
  }

  .subtitle_citation {
    width: 300px;
  }

  .triangle_small {
    width: 70px;
  }

  .subtitle_piloting {
    margin: 30px 0 0 60px;
  }
}

@media (max-width: 1050px) {
  .part_accompaniement {
    padding: 50px 0;
  }

  .block_accompaniement {
    font-size: 32px;
    padding: 0 25px 40px;
  }

  .col_img_accompaniement {
    width: 390px;
  }

  .citation {
    font-size: 23px;
    gap: 20px;
  }

  .quote {
    width: 35px;
  }

  .part_creation .title_part,
  .part_piloting .title_part {
    margin-left: 445px;
  }

  .subtitle_piloting {
    width: 280px;
  }

  .subtitle_piloting br {
    display: none;
  }
}

@media (max-width: 880px) {
  .part_accompaniement h2 {
    padding-bottom: 20px;
  }

  .arrow {
    width: 30px;
  }

  .block_accompaniement {
    font-size: 26px;
    padding: 0 15px 40px;
    margin-top: 0;
  }

  .block_accompaniement .icon_accompaniement {
    margin-bottom: 15px;
    width: 55px;
  }

  .part_advice,
  .part_creation,
  .part_technical,
  .part_piloting {
    padding: 20px 40px 40px 40px;
    background-image: none;
    clear: both;
  }

  .title_part .icon_accompaniement {
    height: 35px;
  }

  .subpart_accompaniement {
    display: block;
  }

  .list_accompaniement {
    font-size: 17px;
    text-align: left;
    padding: 0 0 30px;
  }

  .col_img_accompaniement {
    width: auto;
  }

  .img_accompaniement {
    float: right;
    width: 50%;
    height: 250px;
    background-size: 400px auto;
  }

  .citation {
    font-size: 21px;
    gap: 15px;
    width: 45%;
    padding-top: 50px;
  }

  .triangle_medium {
    width: 100px;
    top: 70px;
    left: -20px;
  }

  .part_creation .title_part,
  .part_technical .title_part,
  .part_piloting .title_part {
    margin-left: 0;
    margin-top: 40px;
  }

  .subtitle_citation {
    width: 40%;
    margin: 0 30px 0 0;
    padding: 10px 0 10px 20px;
    border-left: solid 8px #b43d92;
    position: relative;
    top: 40px;
  }

  .triangle_trans {
    width: 100px;
    bottom: -58px;
  }

  .triangle_small {
    width: 50px;
  }

  .part_technical {
    clear: both;
  }

  .subtitle_technical {
    margin: 0;
    position: relative;
    top: 50px;
    width: 45%;
  }

  .subtitle_piloting {
    margin: 40px 0 0 0;
    border-bottom: solid 20px #da9ec9;
    width: 250px;
  }
}

@media (max-width: 630px) {
  .part_accompaniement {
    padding: 35px 0 45px;
  }

  .arrow {
    width: 27px;
  }

  .block_accompaniement {
    width: 130px;
    margin-bottom: 20px;
    font-size: 24px;
    padding: 0 15px 30px;
  }

  .part_accompaniement br {
    display: block;
  }

  .part_advice,
  .part_creation,
  .part_technical,
  .part_piloting {
    padding: 0 25px;
  }

  .title_part .icon_accompaniement {
    height: 30px;
  }

  .list_accompaniement {
    font-size: 15px;
    padding: 0 0 15px;
  }

  .img_accompaniement {
    float: none;
    width: 100%;
    background-size: 100% auto;
    height: 220px;
    display: none;
  }

  .subpart_accompaniement .subtitle_big {
        font-size: 19px;
    }

  .img_accompaniement_mob {
    display: block;
    margin-top: 25px;
  }

  .col_text_accompaniement p {
    padding-bottom: 20px;
  }

  .citation {
    width: auto;
    font-size: 19px;
    padding-top:  0;
  }

  .quote {
    width: 25px;
  }

  .quote_right {
    left: 0;
  }

  .triangle_medium {
    width: 65px;
    left: -13px;
  }

  .triangle_trans {
    width: 65px;
    bottom: -38px;
  }

  .part_creation .title_part,
  .part_technical .title_part,
  .part_piloting .title_part {
    margin-top: 50px;
  }

  .subtitle_citation {
    width: auto;
    margin: 0;
    padding: 0 0 0 20px;
    top: 0;
  }

  .subtitle_technical {
    width: auto;
    top: 0;
    margin-top: 0;
  }

  .subtitle_piloting {
   width: 310px;
        margin: 0;
        border-bottom: solid 14px #da9ec9;
        position: relative;
        top: -15px;
        padding-bottom: 5px;
  }

  .part_piloting .img_accompaniement_mob {
    margin-top: 20px;
  }

  .subtitle_piloting div {
    top: 15px;
  }
}

@media (max-width: 450px) {
  .img_accompaniement {
    background-size: 390px auto;
  }
}

/*PART PARNER*/

.part_partner {
  padding: 70px 100px 70px;
  margin-top: 50px;
  background-color: #f0d8e9;
  position: relative;
}

.background_partner {
  position: absolute;
  width: 100%;
  left: 0;
  top: -300px;
  z-index: 0;
}

.content_partner {
  z-index: 10;
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
}

.part_partner .title_part,
.part_brand .title_part {
  font-size: 75px;
  line-height: 120%;
  margin: 0 0 40px;
  max-width: 100%;
}

.part_partner h3 {
  display: inline-block;
  padding: 60px 0 40px;
}

.border {
  height: 5px;
  width: 100%;
  background: linear-gradient(103deg, #9344d2 5.52%, #e2333a 96.7%);
  margin-top: 15px;
}

.list_logos {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1790px) {
  .background_partner {
    top: -250px;
  }
}

@media (max-width: 1500px) {
  .background_partner {
    top: -190px;
  }
}

@media (max-width: 1440px) {
  .part_partner {
    padding: 70px 60px 70px;
    margin-top: 0;
  }

  .list_logos {
    gap: 60px;
  }
}

@media (max-width: 1300px) {
  .list_logos {
    gap: 30px;
  }

  .logo_partner {
    width: 200px;
  }

  .part_partner .title_part,
  .part_brand .title_part {
    font-size: 60px;
  }
}

@media (max-width: 1050px) {
  .logo_partner {
    width: 150px;
  }

  .background_partner {
    top: -130px;
  }
}

@media (max-width: 880px) {
  .part_partner {
    padding: 70px 40px 35px;
  }

  .part_partner .title_part,
  .part_brand .title_part {
    font-size: 50px;
    line-height: 50px;
  }

  .list_logos {
    display: block;
  }

  .list_logos {
    text-align: center;
  }

  .list_logos div {
    display: inline-block;
    margin: 10px 15px;
  }

  .part_partner h3 {
    padding: 15px 0 20px;
  }
}

@media (max-width: 630px) {
  .part_partner {
    padding: 80px 25px 35px;
    margin: 10px 0 0;
  }

  .part_partner .title_part,
  .part_brand .title_part {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 20px;
  }

  .part_partner h3 {
    padding: 5px 0 15px;
  }

  .border {
    margin-top: 10px;
  }

  .logo_partner {
    width: 130px;
  }

  .background_partner {
    top: 0px;
  }
}

/*PART SOLUTIONS*/

.part_solutions {
  padding: 60px 0 70px;
  text-align: center;
}

.part_solutions h3 {
  padding: 0 40px 35px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}

@media (max-width: 1300px) {
  .logo_solution {
    height: 65px;
  }
}

@media (max-width: 880px) {
  .part_solutions {
    padding: 40px 0 45px;
  }

  .part_solutions h3 {
    padding: 0 40px 25px;
  }
}

@media (max-width: 630px) {
  .part_solutions {
    padding: 40px 0;
  }

  .part_solutions h3 {
    padding: 0 25px 20px;
  }
}

/*PART BRAND*/

.part_brand {
  padding: 70px 0;
  text-align: center;
  background-image: url('../img/home/background_brand.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.part_brand p {
  max-width: 860px;
  display: inline-block;
  margin: 0 30px 50px;
}

.part_brand .cta {
  margin-top: 50px;
}

.swiper-container-uses {
  max-width: 1360px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 55px;
}

.swiper-container-uses .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  margin: 0 5px !important;
}

.swiper-container-uses .swiper-pagination-bullet-active {
  background-color: #b43d92;
}

@media (max-width: 1440px) {
  .part_brand {
    background-size: auto;
  }

  .swiper-container-uses {
    max-width: 1220px;
  }
}

@media (max-width: 1300px) {
  .swiper-container-uses {
    max-width: 1080px;
  }
}

@media (max-width: 1100px) {
  .swiper-container-uses {
    max-width: 880px;
    padding-bottom: 20px;
  }

  .swiper-container-uses .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

@media (max-width: 1050px) {
  .part_brand {
    padding: 60px 0;
  }

  .part_brand .cta {
    margin-top: 20px;
  }

  .swiper-container-uses {
    max-width: 560px;
  }
}

@media (max-width: 630px) {
  .part_brand {
    padding: 45px 25px;
  }

  .part_brand p {
    margin: 0 25px 25px;
  }

  .part_brand .cta {
    margin-top: 0px;
  }
}

/*PART CONTACT*/

.part_contact {
  background-image: url('../img/home/background_contact.png');
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 0 90px 0 520px;
  height: 474px;
  display: flex;
  align-items: center;
}

.part_contact .subtitle_light {
  font-weight: 300;
}

.part_contact p {
  padding: 35px 0 45px;
  line-height: 155%;
  max-width: 900px;
}

.cta_email {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 34px;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .part_contact {
    padding: 0 60px 0 520px;
  }

  .part_contact p br {
    display: none;
  }
}

@media (max-width: 1050px) {
  .part_contact {
    font-size: 18px;
    padding: 0 40px 0 340px;
    height: 430px;
    background-size: auto 100%;
    background-position: top left -30px;
  }

  .cta_email {
    font-size: 27px;
    gap: 13px;
  }

  .icon_contact {
    height: 25px;
  }

 
}

@media (max-width: 890px) {
  .part_contact {
    font-size: 16px;
    padding: 0 40px 0 240px;
    height: 360px;
    background-position: top left -50px;
  }

  .cta_email {
    font-size: 19px;
  }

  .icon_contact {
    height: 18px;
  }

  .part_contact p {
    padding: 25px 0 30px;
  }
}

@media (max-width: 630px) {
  .part_contact {
    display: block;
    padding: 25px 25px 250px;
    height: auto;
    font-size: 14px;
    background-image: url('../img/home/background_contact_mob.png');
    background-size: 630px auto;
    background-position: center bottom;
  }

  .part_contact p {
    padding: 20px 0 25px;
  }
}
