@import "../vendor/normalize.css/normalize.min-q1t7eUc.css";
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/SegoeUI/light-vWZZWLV.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/SegoeUI/lightitalic-EusBcw_.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/SegoeUI/semilight-boSBH1f.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/SegoeUI/semilightitalic-zI0RiMS.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SegoeUI/regular-Cx1qDfH.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/SegoeUI/italic-RiJ7SMA.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SegoeUI/semibold-8t95ohq.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/SegoeUI/semibolditalic-MoCHsFX.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SegoeUI/bold-6v5KE1x.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/SegoeUI/bolditalic-5CpbsSJ.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/SegoeUI/black-PYXA3zy.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/SegoeUI/blackitalic-mjoxSJA.woff") format("woff");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  line-height: 1.389;
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Segoe UI", "Frutiger", "Dejavu Sans", "Helvetica Neue", "Arial", "sans-serif";
  background-color: #FFFFFF;
  color: #26123D;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.container, .container--xxl, .container--xl, .container--s, .container--xs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1305px;
  position: relative;
}
.container--xs {
  max-width: 975px;
}
.container--s {
  max-width: 1110px;
}
.container--xl {
  max-width: 1525px;
}
.container--xxl {
  max-width: 1860px;
}

.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.text-align--center {
  text-align: center;
}

.title {
  font-size: 2.78rem;
  line-height: 1.2;
  font-weight: 900;
}

.tiret, .tiret--white, .tiret--pink, .tiret--purple, .tiret--blue, .tiret--yellow, .tiret--orange {
  display: inline-block;
  width: 20px;
  height: 7px;
}
.tiret--orange {
  background-color: #FF8E00;
}
.tiret--yellow {
  background-color: #FFC958;
}
.tiret--blue {
  background-color: #21D1F9;
}
.tiret--purple {
  background-color: #DE43BF;
}
.tiret--pink {
  background-color: #FB1783;
}
.tiret--white {
  background-color: #FFFFFF;
}

.bloc, .bloc--orange {
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
}
.bloc--orange {
  background-color: #FF8E00;
}

.font-size--big {
  font-size: 1.39rem;
  line-height: 1.4;
}
.font-size--bigger {
  font-size: 1.67rem;
  line-height: 1.2;
}

.font-weight--bold {
  font-weight: bold;
}
.font-weight--black {
  font-weight: 900;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.line-height--reset {
  line-height: 1;
}

.color--orange {
  color: #FF8E00;
}

.btn {
  text-decoration: none;
  color: #FFFFFF;
  padding: 23px 52px;
  border-radius: 50px;
  background-color: #FF8E00;
  font-weight: bold;
  display: inline-block;
}
.btn:hover {
  background-color: #521E87;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFFFFF;
  width: 100%;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li {
  flex: 0 0 0%;
  height: 85px;
}
header ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 93px;
  min-width: 150px;
  font-size: 0.78rem;
  font-weight: 900;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 8px transparent;
}
header ul a:hover {
  border-bottom-color: #FF8E00;
}
@media (min-width: 1500px) {
  header ul a {
    min-width: 175px;
  }
}

#secteur {
  margin-top: 85px;
  scroll-margin: 85px;
}
#secteur .top {
  position: relative;
  padding-bottom: 95px;
  background-image: url("../images/secteur-X6RlnLK.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#secteur .top .triangle {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 95px;
  background-color: #FFFFFF;
  clip-path: polygon(0% 0%, 50% 95%, 100% 0%, 100% 100%, 0% 100%);
}
#secteur h1 {
  font-size: 2.78rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 95px;
  margin-top: 0;
}
#secteur h1 span {
  font-size: 3.89rem;
  font-weight: 900;
  line-height: 1em;
}
#secteur .content__positions {
  margin-top: 180px;
}
#secteur .content__positions::before {
  content: "";
  display: block;
  width: 230px;
  height: 770px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: -75px;
  left: -115px;
}
#secteur .content__positions h2 {
  max-width: 750px;
}
#secteur .content__positions > p {
  max-width: 450px;
}
#secteur .content__positions > p::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 40px;
  width: 685px;
  height: 710px;
  background-image: url("../images/vivier-OndXYOo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1499px) {
  #secteur .content__positions > p::before {
    max-width: 45%;
  }
}
#secteur .content__positions .tiret--orange {
  margin: 30px 0 85px 0;
}
#secteur .content__positions .bloc--orange {
  max-width: 600px;
  padding: 85px 100px 125px 100px;
}
#secteur .content__positions .bloc--orange::before {
  content: "";
  display: block;
  width: 155px;
  height: 180px;
  margin: auto;
  background-image: url("../images/icon_vivier-SswTKt9.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#secteur .content__sector {
  margin-top: 195px;
  margin-bottom: 225px;
  position: relative;
}
#secteur .content__sector .sector-background {
  position: absolute;
  height: 775px;
  width: 100%;
  top: 80px;
  z-index: -5;
  display: flex;
  flex-direction: column;
}
#secteur .content__sector .sector-background__color {
  background-color: #FFC958;
  flex: 1 0 100%;
  position: relative;
  z-index: 10;
}
#secteur .content__sector .sector-background__triangle {
  height: 95px;
  background-color: #FFC958;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#secteur .content__sector .sector-background__triangle-wrapper {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
}
#secteur .content__sector .bloc--white {
  background-color: #FFFFFF;
  padding: 300px 90px 130px 90px;
  position: relative;
  background-image: url("../images/branche-xhFWRDo.svg");
  background-repeat: no-repeat;
  background-size: 270px;
  background-position: center top 50px;
}
@media (min-width: 1500px) {
  #secteur .content__sector .bloc--white {
    padding-top: 105px;
    background-position: right 60px top 90px;
  }
}
#secteur .content__sector .bloc--white h2 {
  max-width: 700px;
  margin: 0;
}
#secteur .content__sector .bloc--white .tiret--yellow {
  margin: 30px 0 20px 0;
}
#secteur .content__sector .bloc--white p:first-of-type {
  max-width: 650px;
}
#secteur .content__sector .bloc--white ul {
  margin-top: 20px;
  margin-bottom: 65px;
}
#secteur .content__sector .bloc--white ul li {
  font-weight: bold;
  padding: 28px 0 28px 65px;
  background-image: url("../images/icon_check_yellow-Y-9HEUy.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center left;
}
#secteur .content__sector .bloc--white::before {
  content: "";
  display: block;
  width: 340px;
  height: 620px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -40px;
}
#secteur .content__sector .bloc--white::after {
  content: "";
  display: block;
  width: 335px;
  height: 335px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  bottom: -40px;
  left: -40px;
}

#metiers {
  scroll-margin: 115px;
  margin-top: 270px;
}
#metiers .top {
  position: relative;
}
#metiers .top::before {
  content: "";
  width: 435px;
  height: 960px;
  position: absolute;
  top: -50px;
  right: 40px;
  background-image: url("../images/metiers-QADmmzG.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1499px) {
  #metiers .top::before {
    max-width: 24%;
  }
}
#metiers .top h2, #metiers .top p, #metiers .top li {
  max-width: 660px;
}
#metiers .top .tiret--blue {
  margin: 30px 0;
}
#metiers .top p {
  margin-bottom: 55px;
}
#metiers .top ul {
  margin-top: 40px;
  margin-bottom: 230px;
}
#metiers .top ul li {
  padding: 10px 0 15px 65px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center left;
}
#metiers .top ul li:nth-child(1) {
  background-image: url("../images/icon_check_blue-vTTcjle.svg");
}
#metiers .top ul li:nth-child(2) {
  background-image: url("../images/icon_check_green-oBcHx-T.svg");
}
#metiers .top ul li:nth-child(3) {
  background-image: url("../images/icon_check_purple-uJCZHf-.svg");
}
#metiers .top ul li:nth-child(4) {
  background-image: url("../images/icon_check_pink-DLn-hfg.svg");
}
@media (min-width: 1500px) {
  #metiers .top::after {
    content: "";
    display: block;
    width: 230px;
    height: 380px;
    background-color: #521E87;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    bottom: -75px;
    right: -75px;
  }
}
#metiers .job-details {
  position: relative;
}
#metiers .job-details > div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 45px;
  margin-top: 270px;
}
#metiers .job-details .job-container {
  flex: 0 0 880px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
#metiers .job-details .job, #metiers .job-details .job--ef, #metiers .job-details .job--av, #metiers .job-details .job--ap, #metiers .job-details .job--am {
  position: relative;
  flex: 0 0 430px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
#metiers .job-details .job .video, #metiers .job-details .job--ef .video, #metiers .job-details .job--av .video, #metiers .job-details .job--ap .video, #metiers .job-details .job--am .video {
  position: relative;
}
#metiers .job-details .job .video iframe, #metiers .job-details .job--ef .video iframe, #metiers .job-details .job--av .video iframe, #metiers .job-details .job--ap .video iframe, #metiers .job-details .job--am .video iframe, #metiers .job-details .job .video img, #metiers .job-details .job--ef .video img, #metiers .job-details .job--av .video img, #metiers .job-details .job--ap .video img, #metiers .job-details .job--am .video img {
  width: 100%;
  aspect-ratio: 1.25;
  display: block;
}
#metiers .job-details .job .video img, #metiers .job-details .job--ef .video img, #metiers .job-details .job--av .video img, #metiers .job-details .job--ap .video img, #metiers .job-details .job--am .video img {
  object-fit: cover;
  object-position: center top;
}
#metiers .job-details .job .video iframe + img, #metiers .job-details .job--ef .video iframe + img, #metiers .job-details .job--av .video iframe + img, #metiers .job-details .job--ap .video iframe + img, #metiers .job-details .job--am .video iframe + img {
  position: absolute;
  z-index: 2;
  top: 0;
  cursor: pointer;
}
#metiers .job-details .job .video::before, #metiers .job-details .job--ef .video::before, #metiers .job-details .job--av .video::before, #metiers .job-details .job--ap .video::before, #metiers .job-details .job--am .video::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 10;
  top: -25px;
  left: 20px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}
#metiers .job-details .job .video:has(iframe + img):after, #metiers .job-details .job--ef .video:has(iframe + img):after, #metiers .job-details .job--av .video:has(iframe + img):after, #metiers .job-details .job--ap .video:has(iframe + img):after, #metiers .job-details .job--am .video:has(iframe + img):after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  background-image: url("../images/play_video-WUroPO8.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#metiers .job-details .job h3, #metiers .job-details .job--ef h3, #metiers .job-details .job--av h3, #metiers .job-details .job--ap h3, #metiers .job-details .job--am h3 {
  display: inline-block;
  text-align: center;
  margin: 60px auto 30px auto;
  padding: 0 95px;
}
#metiers .job-details .job .description, #metiers .job-details .job--ef .description, #metiers .job-details .job--av .description, #metiers .job-details .job--ap .description, #metiers .job-details .job--am .description, #metiers .job-details .job .target, #metiers .job-details .job--ef .target, #metiers .job-details .job--av .target, #metiers .job-details .job--ap .target, #metiers .job-details .job--am .target, #metiers .job-details .job .code, #metiers .job-details .job--ef .code, #metiers .job-details .job--av .code, #metiers .job-details .job--ap .code, #metiers .job-details .job--am .code {
  padding: 0 35px 0 95px;
  background-repeat: no-repeat;
}
#metiers .job-details .job .description, #metiers .job-details .job--ef .description, #metiers .job-details .job--av .description, #metiers .job-details .job--ap .description, #metiers .job-details .job--am .description {
  background-size: 50px;
  background-position: 23px center;
}
#metiers .job-details .job .target, #metiers .job-details .job--ef .target, #metiers .job-details .job--av .target, #metiers .job-details .job--ap .target, #metiers .job-details .job--am .target {
  margin-top: auto;
  padding-top: 65px;
  padding-bottom: 35px;
  background-size: 60px;
  background-position: 20px 45px;
}
#metiers .job-details .job .target ul, #metiers .job-details .job--ef .target ul, #metiers .job-details .job--av .target ul, #metiers .job-details .job--ap .target ul, #metiers .job-details .job--am .target ul {
  list-style-type: disc;
  list-style-position: inside;
}
#metiers .job-details .job .code, #metiers .job-details .job--ef .code, #metiers .job-details .job--av .code, #metiers .job-details .job--ap .code, #metiers .job-details .job--am .code {
  background-size: 55px;
  background-position: 20px center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 85px;
}
#metiers .job-details .job .btn-container, #metiers .job-details .job--ef .btn-container, #metiers .job-details .job--av .btn-container, #metiers .job-details .job--ap .btn-container, #metiers .job-details .job--am .btn-container {
  margin-bottom: 75px;
}
#metiers .job-details .job--am .video::before {
  background-color: #FB1783;
  background-image: url("../images/icon_biberon--rBurhP.svg");
}
#metiers .job-details .job--am h3 {
  color: #FB1783;
}
#metiers .job-details .job--am .btn {
  background-color: #FB1783;
}
#metiers .job-details .job--am .description {
  background-image: url("../images/icon_geolocalisation_pink-Wu-hLv8.svg");
}
#metiers .job-details .job--am .target {
  background-image: url("../images/icon_cible_pink-U2WfEkk.svg");
}
#metiers .job-details .job--am .code {
  background-image: url("../images/icon_check_pink-DLn-hfg.svg");
}
#metiers .job-details .job--ap .video::before {
  background-color: #DE43BF;
  background-image: url("../images/icon_peluche-VzY_lbt.svg");
}
#metiers .job-details .job--ap h3 {
  color: #DE43BF;
}
#metiers .job-details .job--ap .btn {
  background-color: #DE43BF;
}
#metiers .job-details .job--ap .description {
  background-image: url("../images/icon_geolocalisation_purple-ATaKU6d.svg");
}
#metiers .job-details .job--ap .target {
  background-image: url("../images/icon_cible_purple-Q6G5zte.svg");
}
#metiers .job-details .job--ap .code {
  background-image: url("../images/icon_check_purple-uJCZHf-.svg");
}
#metiers .job-details .job--av .video::before {
  background-color: #21D1F9;
  background-image: url("../images/icon_mains-m_ftZe8.svg");
}
#metiers .job-details .job--av h3 {
  color: #21D1F9;
}
#metiers .job-details .job--av .btn {
  background-color: #21D1F9;
}
#metiers .job-details .job--av .description {
  background-image: url("../images/icon_geolocalisation_blue-Ui-VHCK.svg");
}
#metiers .job-details .job--av .target {
  background-image: url("../images/icon_cible_blue-12iaK-6.svg");
}
#metiers .job-details .job--av .code {
  background-image: url("../images/icon_check_blue-vTTcjle.svg");
}
#metiers .job-details .job--ef .video::before {
  background-color: #9BD92C;
  background-image: url("../images/icon_maison-tFvtGuH.svg");
}
#metiers .job-details .job--ef h3 {
  color: #9BD92C;
}
#metiers .job-details .job--ef .btn {
  background-color: #9BD92C;
}
#metiers .job-details .job--ef .description {
  background-image: url("../images/icon_geolocalisation_green-jyEDwC1.svg");
}
#metiers .job-details .job--ef .target {
  background-image: url("../images/icon_cible_green-m0FrSbP.svg");
}
#metiers .job-details .job--ef .code {
  background-image: url("../images/icon_check_green-oBcHx-T.svg");
}
#metiers .job-details::after {
  content: "";
  display: block;
  width: 100%;
  height: 480px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 170px;
  left: 0;
}
#metiers .identify {
  position: relative;
  margin-top: 190px;
  padding-bottom: 130px;
}
#metiers .identify ul li {
  padding: 15px 0 20px 65px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center left;
}
#metiers .identify__content {
  padding-bottom: 50px;
}
#metiers .identify__content h2 {
  max-width: 900px;
  padding-top: 130px;
  margin-bottom: 35px;
}
#metiers .identify__content .limit-size {
  max-width: 535px;
  margin-top: 55px;
  margin-bottom: 40px;
}
#metiers .identify__content ul li {
  background-image: url("../images/icon_check_orange-eLh640b.svg");
  max-width: 420px;
}
@media (min-width: 1500px) {
  #metiers .identify__content {
    padding-bottom: 115px;
  }
}
#metiers .identify .bloc--orange {
  text-align: left;
  padding: 90px;
  margin-bottom: 115px;
  display: block;
}
#metiers .identify .bloc--orange ul {
  margin-top: 35px;
}
#metiers .identify .bloc--orange li {
  background-image: url("../images/icon_vigilance-p1ip3FN.svg");
  background-position: top 10px left;
}
@media (min-width: 1500px) {
  #metiers .identify .bloc--orange {
    margin-bottom: 0;
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 535px;
  }
}
#metiers .identify .banner {
  background-color: #26123D;
  color: #FFFFFF;
  padding: 140px 0;
}
#metiers .identify .banner .container, #metiers .identify .banner .container--xs, #metiers .identify .banner .container--s, #metiers .identify .banner .container--xl, #metiers .identify .banner .container--xxl {
  display: flex;
  gap: 50px;
  align-items: center;
}
#metiers .identify .banner .container::before, #metiers .identify .banner .container--xs::before, #metiers .identify .banner .container--s::before, #metiers .identify .banner .container--xl::before, #metiers .identify .banner .container--xxl::before {
  content: "";
  width: 190px;
  height: 190px;
  background-color: #FB1783;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-image: url("../images/icon_parcours-SYRK6Gj.svg");
  background-size: 145px;
  background-position: center;
}
#metiers .identify .banner p {
  margin-top: 10px;
  line-height: 1.2;
}
#metiers .identify::before {
  content: "";
  display: block;
  width: calc(50% - 500px);
  height: 100%;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#metiers .orient {
  position: relative;
  margin-top: 250px;
  padding-bottom: 110px;
}
#metiers .orient h2 {
  max-width: 640px;
  margin-bottom: 20px;
}
#metiers .orient ul {
  margin-top: 45px;
}
#metiers .orient ul li {
  padding: 15px 0 20px 65px;
  max-width: 570px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: left 12px;
}
#metiers .orient ul li:nth-child(1) {
  background-image: url("../images/icon_check_blue-vTTcjle.svg");
}
#metiers .orient ul li:nth-child(2) {
  background-image: url("../images/icon_check_green-oBcHx-T.svg");
}
#metiers .orient ul li:nth-child(3) {
  background-image: url("../images/icon_check_purple-uJCZHf-.svg");
}
#metiers .orient ul li:nth-child(4) {
  background-image: url("../images/icon_check_pink-DLn-hfg.svg");
}
#metiers .orient::before {
  content: "";
  width: 430px;
  height: 650px;
  position: absolute;
  top: 0;
  right: 40px;
  background-image: url("../images/orientation-NPMDdvZ.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1499px) {
  #metiers .orient::before {
    max-width: 26%;
    background-position: right -50px center;
  }
}
@media (min-width: 1500px) {
  #metiers .orient::after {
    content: "";
    display: block;
    width: 230px;
    height: 380px;
    background-color: #521E87;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -75px;
  }
}
#metiers .landmark {
  position: relative;
  margin-top: 215px;
  padding-top: 40px;
}
#metiers .landmark .tiret--pink {
  margin-top: 20px;
  margin-bottom: 140px;
}
#metiers .landmark .bloc--pink {
  background-color: #FB1783;
  color: #FFFFFF;
  width: calc(50% + 50px);
  padding-top: 95px;
  padding-bottom: 85px;
  padding-left: 40px;
}
#metiers .landmark .bloc--pink .stats {
  font-size: 3.34rem;
  line-height: 1em;
  font-weight: 900;
}
#metiers .landmark .bloc--pink .tiret--white {
  margin: 30px 0;
}
#metiers .landmark .bloc--pink div {
  max-width: 390px;
}
@media (min-width: 1500px) {
  #metiers .landmark .bloc--pink {
    padding-left: calc(50% - 610px);
  }
}
#metiers .landmark .bloc--green {
  background-color: #9BD92C;
  position: absolute;
  z-index: -1;
  right: 0;
  left: calc(50% - 125px);
  margin-top: -135px;
  padding-left: 150px;
  overflow: hidden;
}
#metiers .landmark .bloc--green img {
  margin-top: 50px;
  margin-bottom: 70px;
  height: 500px;
}
@media (min-width: 1500px) {
  #metiers .landmark .bloc--green {
    padding-left: 200px;
  }
  #metiers .landmark .bloc--green img {
    height: 550px;
  }
}
#metiers .landmark small {
  display: block;
  font-size: 0.78rem;
  margin-top: 30px;
}
#metiers .landmark::before {
  content: "";
  display: block;
  width: calc(50% - 500px);
  height: 500px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#titres {
  position: relative;
}
#titres .top {
  margin-top: 235px;
  margin-bottom: 90px;
}
#titres .top > * {
  max-width: 460px;
}
#titres .top h2 {
  padding-top: 125px;
  margin-bottom: 25px;
}
#titres .top p {
  margin-top: 20px;
}
#titres .top .tiret--orange {
  margin-bottom: 35px;
}
#titres .top::before {
  content: "";
  width: 615px;
  height: 860px;
  position: absolute;
  top: 0;
  right: 40px;
  background-image: url("../images/acces_metiers-hUeWQ8x.webp");
  background-repeat: no-repeat;
  background-size: auto 115%;
  background-position: right -195px top 0;
}
@media (max-width: 1499px) {
  #titres .top::before {
    max-width: 45%;
  }
}
#titres .certifications-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 1499px) {
  #titres .certifications-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    justify-content: start;
  }
}
#titres .certifications-container .certification, #titres .certifications-container .certification--ef, #titres .certifications-container .certification--av, #titres .certifications-container .certification--am {
  flex: 0 0 450px;
  color: #FFFFFF;
  padding: 145px 30px 185px 30px;
  background-image: url("../images/icon_titre-tEpZXEJ.svg");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center 40px;
}
#titres .certifications-container .certification h3, #titres .certifications-container .certification--ef h3, #titres .certifications-container .certification--av h3, #titres .certifications-container .certification--am h3 {
  font-size: 2.22rem;
  line-height: 1.25;
  font-weight: 900;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
#titres .certifications-container .certification div, #titres .certifications-container .certification--ef div, #titres .certifications-container .certification--av div, #titres .certifications-container .certification--am div {
  padding-left: 65px;
  background-image: url("../images/icon_puzzle-1NJKFHC.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left top;
}
#titres .certifications-container .certification--am {
  background-color: #FB1783;
}
#titres .certifications-container .certification--av {
  background-color: #21D1F9;
}
#titres .certifications-container .certification--ef {
  background-color: #9BD92C;
}
@media (max-width: 1499px) {
  #titres .certifications-container .certification, #titres .certifications-container .certification--ef, #titres .certifications-container .certification--av, #titres .certifications-container .certification--am {
    scroll-snap-align: center;
  }
  #titres .certifications-container .certification--am {
    margin-left: 200px;
  }
  #titres .certifications-container .certification--ef {
    margin-right: 200px;
  }
}
#titres .banner--small {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  max-width: 1360px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background-color: #26123D;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 20px;
}
#titres .banner--small::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../images/icon_check_white-OCcOwhF.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#titres .banner {
  background-color: #521E87;
  color: #FFFFFF;
  padding: 140px 0;
  margin-top: -30px;
}
#titres .banner .container--s {
  display: flex;
  gap: 50px;
  align-items: center;
}
#titres .banner .container--s::before {
  content: "";
  width: 190px;
  height: 190px;
  background-color: #26123D;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-image: url("../images/icon_ampoule-SvD1JAl.svg");
  background-size: 130px;
  background-position: center;
}
#titres .banner p {
  margin-top: 10px;
  line-height: 1.2;
}
#titres small {
  display: block;
  font-size: 0.78rem;
  margin-top: 30px;
}
#titres::before {
  content: "";
  display: block;
  width: calc(50% - 500px);
  height: 750px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 405px;
  left: 0;
}

#financement {
  position: relative;
  padding-top: 90px;
  margin-top: 250px;
  margin-bottom: 280px;
}
#financement h2 {
  margin-bottom: 10px;
  max-width: 785px;
}
#financement .bloc--purple {
  background-color: #DE43BF;
  width: calc(50% + 50px);
  padding-top: 95px;
  padding-bottom: 85px;
  padding-left: 40px;
  margin-top: 140px;
}
@media (min-width: 1500px) {
  #financement .bloc--purple {
    padding-left: calc(50% - 610px);
  }
}
#financement .bloc--blue {
  background-color: #21D1F9;
  position: absolute;
  z-index: -1;
  right: 0;
  left: calc(50% - 125px);
  margin-top: 5px;
  padding-left: 255px;
}
#financement .bloc--purple, #financement .bloc--blue {
  color: #FFFFFF;
  font-weight: 900;
  height: 670px;
  padding-top: 215px;
  padding-right: 200px;
}
#financement .bloc--purple > div:first-child, #financement .bloc--blue > div:first-child {
  font-size: 5.56rem;
}
#financement .bloc--purple > div:last-child, #financement .bloc--blue > div:last-child {
  font-size: 2.22rem;
  line-height: 1.5;
}
#financement::before {
  content: "";
  display: block;
  width: calc(50% - 500px);
  height: 500px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#iperia {
  position: relative;
  padding: 30px 30px 0 30px;
}
#iperia .container, #iperia .container--xs, #iperia .container--s, #iperia .container--xl, #iperia .container--xxl {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 40px;
}
#iperia .container img, #iperia .container--xs img, #iperia .container--s img, #iperia .container--xl img, #iperia .container--xxl img {
  width: 275px;
  margin-bottom: 55px;
}
#iperia .container ul, #iperia .container--xs ul, #iperia .container--s ul, #iperia .container--xl ul, #iperia .container--xxl ul {
  padding-left: 20px;
}
#iperia .container ul li, #iperia .container--xs ul li, #iperia .container--s ul li, #iperia .container--xl ul li, #iperia .container--xxl ul li {
  padding: 20px 0 25px 65px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center left;
  background-image: url("../images/icon_check_orange-eLh640b.svg");
}
#iperia .container .limit-size, #iperia .container--xs .limit-size, #iperia .container--s .limit-size, #iperia .container--xl .limit-size, #iperia .container--xxl .limit-size {
  position: relative;
  padding-right: 560px;
  padding-bottom: 35px;
}
#iperia .container .limit-size h2, #iperia .container--xs .limit-size h2, #iperia .container--s .limit-size h2, #iperia .container--xl .limit-size h2, #iperia .container--xxl .limit-size h2 {
  margin: 0 auto 30px auto;
}
#iperia .container .limit-size ul, #iperia .container--xs .limit-size ul, #iperia .container--s .limit-size ul, #iperia .container--xl .limit-size ul, #iperia .container--xxl .limit-size ul {
  margin-top: 40px;
  margin-bottom: 60px;
}
#iperia .container .limit-size p:nth-of-type(1), #iperia .container--xs .limit-size p:nth-of-type(1), #iperia .container--s .limit-size p:nth-of-type(1), #iperia .container--xl .limit-size p:nth-of-type(1), #iperia .container--xxl .limit-size p:nth-of-type(1) {
  margin-top: 40px;
  margin-bottom: 30px;
}
#iperia .container .limit-size::before, #iperia .container--xs .limit-size::before, #iperia .container--s .limit-size::before, #iperia .container--xl .limit-size::before, #iperia .container--xxl .limit-size::before {
  content: "";
  display: block;
  width: 630px;
  height: 640px;
  position: absolute;
  z-index: 5;
  right: -50px;
  top: 85px;
  background-image: url("../images/appui_sectoriel-0aVlYxm.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#iperia .container .limit-size::after, #iperia .container--xs .limit-size::after, #iperia .container--s .limit-size::after, #iperia .container--xl .limit-size::after, #iperia .container--xxl .limit-size::after {
  content: "";
  display: block;
  width: 370px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
}
#iperia .container .dispose, #iperia .container--xs .dispose, #iperia .container--s .dispose, #iperia .container--xl .dispose, #iperia .container--xxl .dispose {
  margin-top: 130px;
}
#iperia .container .dispose ul, #iperia .container--xs .dispose ul, #iperia .container--s .dispose ul, #iperia .container--xl .dispose ul, #iperia .container--xxl .dispose ul {
  margin-top: 30px;
  margin-bottom: 45px;
}
#iperia .container .dispose .add-deco, #iperia .container--xs .dispose .add-deco, #iperia .container--s .dispose .add-deco, #iperia .container--xl .dispose .add-deco, #iperia .container--xxl .dispose .add-deco {
  display: flex;
  gap: 60px;
  margin-top: 80px;
  align-items: center;
}
#iperia .container .dispose .add-deco div > *:nth-child(2), #iperia .container--xs .dispose .add-deco div > *:nth-child(2), #iperia .container--s .dispose .add-deco div > *:nth-child(2), #iperia .container--xl .dispose .add-deco div > *:nth-child(2), #iperia .container--xxl .dispose .add-deco div > *:nth-child(2) {
  margin: 20px 0 35px 0;
}
#iperia .container .dispose .add-deco::before, #iperia .container--xs .dispose .add-deco::before, #iperia .container--s .dispose .add-deco::before, #iperia .container--xl .dispose .add-deco::before, #iperia .container--xxl .dispose .add-deco::before {
  content: "";
  width: 400px;
  height: 540px;
  flex: 0 0 auto;
  background-image: url("../images/personne_interrogation-U2lP7bP.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#iperia .container::after, #iperia .container--xs::after, #iperia .container--s::after, #iperia .container--xl::after, #iperia .container--xxl::after {
  content: "";
  display: block;
  width: 340px;
  height: 340px;
  background-color: #521E87;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  bottom: -55px;
  left: -55px;
}
#iperia .iperia-background {
  position: absolute;
  height: 1535px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  display: flex;
  flex-direction: column;
}
#iperia .iperia-background__color {
  background-color: #521E87;
  flex: 1 0 100%;
  position: relative;
  z-index: 10;
}
#iperia .iperia-background__triangle {
  height: 95px;
  background-color: #521E87;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#iperia .iperia-background__triangle-wrapper {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
}

#supports {
  margin-top: 385px;
  margin-bottom: 325px;
}
#supports .container, #supports .container--xs, #supports .container--s, #supports .container--xl, #supports .container--xxl {
  position: relative;
  padding-top: 100px;
}
#supports .container::before, #supports .container--xs::before, #supports .container--s::before, #supports .container--xl::before, #supports .container--xxl::before {
  content: "";
  width: 830px;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  background-image: url("../images/outils-SuJRFqA.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#supports .container::after, #supports .container--xs::after, #supports .container--s::after, #supports .container--xl::after, #supports .container--xxl::after {
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background-color: #FF8E00;
  background-image: url("../images/icon_outils-1vk2Aed.svg");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
}
@media (min-width: 1500px) {
  #supports .container::after, #supports .container--xs::after, #supports .container--s::after, #supports .container--xl::after, #supports .container--xxl::after {
    right: -30px;
  }
}
#supports .bloc--white {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  width: 570px;
  padding: 70px 130px 120px 0;
}
#supports .bloc--white h2 {
  margin-bottom: 0;
}
#supports .bloc--white .tiret--orange {
  margin: 40px 0 65px 0;
}

footer {
  position: relative;
  padding: 40px 35px 40px 60px;
}
footer .dot {
  margin: 0 15px;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .logos-container {
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
footer .logo--iperia {
  width: 215px;
}
footer .logo--branche {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px 30px 20px 25px;
}
footer .logo--branche img {
  width: 165px;
}
footer::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #521E87;
  opacity: 0.1;
  z-index: -1;
}
@media (min-width: 1500px) {
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .logos-container {
    justify-content: start;
    margin-top: 0;
  }
}

/*# sourceMappingURL=app.output.css.map */
