.bg_orange {
  background: #F49619;
}

.bg_rose {
  background: #EA5284;
}

.bg_vert {
  background: #95C11F;
}

.color_orange {
  color: #F49619;
}

.color_rose {
  color: #EA5284;
}

.color_vert {
  color: #95C11F;
}

.metier_filtre {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  top: 0;
}

.accueil_filtre {
  height: 500px;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.header_filtre {
  height: 100%;
  width: 100%;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(42, 70, 137, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@font-face {
  font-family: 'gilroy-bold';
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'gilroy-medium';
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
}

header {
  height: 830px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.header_video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}

.header_logo {
  position: fixed;
  width: 174.31px;
  height: 85px;
  left: 52px;
  top: 45px;
  z-index: 3;
  background-image: url("../images/header/logo-blanc.svg");
  background-size: cover;
}

.header_wrap {
  position: absolute;
  right: 5%;
  top: 30%;
}

.header_caps {
  margin-left: 62%;
  width: 170px;
  height: 29px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

.header_caps_p {
  font-family: 'gilroy-bold';
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: black;
  width: 146px;
  height: 14px;
}

.header_titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 850px;
}

h1 {
  font-family: 'gilroy-bold';
  text-align: right;
  font-size: 100px;
  line-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header_titre_img {
  width: 96.45px;
  height: 130px;
}

.header_lien {
  margin-left: 15%;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 470px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_lien_p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  width: 435px;
  height: 58px;
}

.header_lien_img {
  width: 20px;
  height: 15px;
}

.header_voir {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 80%;
}

.header_voir_a {
  width: 230px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #ffffff;
  text-decoration: none;
}

.header_voir_img {
  width: 15.33px;
  height: 18px;
}

.header_voir_p {
  font-family: 'gilroy-bold';
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#citation {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: black;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
}

.citation_h2 {
  width: 1037px;
  height: 216px;
  font-family: 'gilroy-bold';
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.citation_hr {
  width: 100px;
  height: 0px;
  border: 1px solid #ffffff;
  margin: 25px auto 34px;
}

.citation_p {
  width: 698px;
  height: 26px;
  font-family: 'gilroy-medium';
  font-size: 26px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#accueil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.accueil_fleche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -60px;
}

.accueil_fleche_hr {
  height: 100px;
  border: 1px solid #2A4689;
  margin: 0;
}

.accueil_fleche_img {
  height: 8px;
  position: relative;
  top: -6px;
  left: 0px;
}

.accueil_wrap_hr_1 {
  height: 25px;
  border: 1px solid #2A4689;
  margin: 60px 0px 10px;
}

.header_vague {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 150px;
  pointer-events: none;
}

.header_vague_img {
  width: 100%;
  height: 100%;
}

.accueil_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0px 100px;
  max-width: 1000px;
}

.accueil_wrap_h2_1 {
  width: 435px;
  height: 29px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2A4689;
}

.accueil_wrap_hr_2 {
  width: 50px;
}

.accueil_wrap_p {
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 35px;
}

.accueil_wrap_h2_2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #95C11F;
}

.accueil_wrap_container {
  width: 90%;
  height: 600px;
  max-width: 1650px;
  z-index: 2;
  position: relative;
}

.accueil_wrap_rect {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin: 0;
  padding: 0;
}

.accueil_rect {
  width: 30%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accueil_rect_img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.accueil_rect_1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accueil_rect_2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accueil_rect_3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.accueil_rect_span_1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #95C11F;
}

.accueil_rect_h3 {
  font-family: 'gilroy-bold';
  font-size: 100px;
  line-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #95C11F;
  margin: 0;
}

.accueil_rect_p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ffffff;
}

.accueil_rect_span_2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ffffff;
}

.accueil_rect_infos {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.accueil_rect_infos_1 {
  top: -20px;
}

.accueil_rect_infos_2 {
  top: -43px;
}

.accueil_rect_infos_3 {
  top: 60px;
}

.accueil_rect_span_3 {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: absolute;
  bottom: 60px;
  left: 37%;
}

.accueil_vague {
  position: absolute;
  bottom: 100px;
  z-index: -1;
  min-width: 100%;
}

.accueil_slider {
  display: none;
}

#mission {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F6F6;
  z-index: 1;
  height: 500px;
}

.mission_vague_div {
  pointer-events: none;
  width: 100%;
  height: 839px;
  position: absolute;
  top: -300px;
}

.mission_vague {
  height: 100%;
  width: 100%;
}

.mission_wrap {
  position: relative;
  top: -50px;
  width: 80%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission_wrap_h2 {
  font-family: 'gilroy-medium';
  font-size: 26px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
}

.mission_wrap_hr {
  width: 100px;
  height: 0px;
  border: 1px solid #C9C9C9;
}

.mission_wrap_p {
  font-family: 'gilroy-bold';
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
}

#metier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3656px;
  position: relative;
  background: #F6F6F6;
  overflow: hidden;
}

.metier_mobile {
  display: none;
}

.metier_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
  max-width: 1000px;
  z-index: 1;
}

.metier_header_hr_1 {
  height: 25px;
  border: 1px solid #2A4689;
  width: 0;
}

.metier_header_h2 {
  width: 435px;
  height: 29px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2A4689;
}

.metier_header_hr_2 {
  width: 50px;
}

.metier_header_p {
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 35px;
}

.metier_wrap {
  width: 100%;
  max-width: 1650px;
  z-index: auto;
}

.metier_wrap_container {
  margin: 0;
  padding: 0;
  list-style: none;
}

.metier_wrap_div {
  position: relative;
  height: 800px;
  z-index: 1;
}

.metier_window_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

.metier_article {
  height: 580px;
  width: 80%;
  max-width: 1050px;
  position: absolute;
  cursor: pointer;
}

.metier_article_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -95px;
}

.metier_article_nb {
  font-family: 'gilroy-bold';
  font-size: 40px;
  line-height: 99.96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-transform: uppercase;
  color: #3C3C3C;
  position: absolute;
  top: 35px;
  margin: 0 20px;
}

.metier_article_h3 {
  font-family: 'gilroy-bold';
  font-size: 100px;
  line-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.metier_article_img_rect {
  max-width: 1000px;
  width: 95%;
  height: 500px;
  position: absolute;
}

.metier_article_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.metier_article_rect {
  max-width: 968px;
  width: 90%;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.metier_article_p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
}

.metier_article_plus {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #F6F6F6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 65%;
}

.metier_article_plus:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.metier_article_hr_1 {
  width: 23.5px;
  height: 3px;
  position: absolute;
  border: none;
}

.metier_article_hr_2 {
  width: 3px;
  height: 23.5px;
  position: absolute;
  border: none;
}

.metier_article_left {
  left: 10%;
}

.metier_article_right {
  right: 10%;
}

.metier_article_img_rect_right {
  right: 0;
}

.metier_article_img_rect_left {
  left: 0;
}

.metier_article_rect_right {
  left: 0;
}

.metier_article_rect_left {
  right: 0;
}

.metier_article_plus_left {
  left: -5%;
}

.metier_article_plus_right {
  right: -5%;
}

.metier_article_p_left {
  right: 80px;
  text-align: right;
}

.metier_article_p_right {
  left: 80px;
  text-align: left;
}

.metier_article_h3_left {
  text-align: left;
  margin-left: 150px;
}

.metier_article_h3_right {
  text-align: right;
  margin-right: 150px;
}

.metier_article_nb_left {
  left: 0;
}

.metier_article_nb_right {
  right: 0;
}

.metier_article_infos_left {
  left: 0;
}

.metier_article_infos_right {
  right: 0;
}

.metier_window {
  width: 800px;
  height: 400px;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.metier_window_wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.metier_window_h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.metier_window_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.metier_window_list {
  padding-left: 20px;
}

.metier_window_li,
.metier_window_p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.metier_window_croix {
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 34.5px;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.metier_window_croix:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

#actu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -100px;
  background: #ffffff;
}

.actu_vague {
  pointer-events: none;
  position: absolute;
  top: -330px;
  width: 100%;
  height: 357px;
}

.actu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  z-index: 0;
}

.actu_header_hr {
  height: 25px;
  border: 1px solid #2A4689;
  width: 0;
}

.actu_header_h2 {
  width: 435px;
  height: 29px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2A4689;
}

.actu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actu_wrap_in,
.actu_wrap_fb {
  width: 60px;
  height: 60px;
  border: 3px solid #2A4689;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actu_wrap_in {
  margin: 0px 40px;
}

.actu_wrap_news {
  width: 370px;
  height: 60px;
  border: 3px solid #2A4689;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.actu_wrap_p {
  font-family: 'gilroy-bold';
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2A4689;
}

.div_sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 250px;
  z-index: 2;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  width: 100%;
}

.footer_top_infos {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_vague_blanche_div {
  display: none;
}

.footer_top_p {
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2A4689;
  margin-left: 30px;
}

.footer_top_p a {
  text-decoration: none;
  color: #2A4689;
}

.footer_top_p a:hover {
  text-decoration: underline;
}

.footer_data {
  position: absolute;
  top: -90px;
  right: 30px;
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 260px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_vague_jaune {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.footer_wrap_p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #AD570A;
  margin: 0;
}

.footer_wrap_voir {
  width: 200px;
  height: 60px;
  border: 3px solid #AD570A;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.footer_wrap_voir_p {
  font-family: 'gilroy-bold';
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #AD570A;
}

.footer_bouton {
  position: absolute;
  right: 30px;
  bottom: -240px;
  z-index: 2;
}

.footer_vague_jaune_div {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer_wrap_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_mobile_contact {
  display: none;
}

.footer_to_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -230px;
  left: 30px;
}

@media (max-width: 1400px) {
  .header_titre {
    width: 715px;
  }
  h1 {
    font-size: 80px;
  }
  .citation_h2 {
    width: 767px;
    font-size: 60px;
  }
  .citation_hr {
    margin: 25px auto 40px;
  }
  .citation_p {
    font-size: 20px;
  }
  .accueil_wrap_container {
    height: 620px;
    width: 450px;
    overflow: hidden;
    margin-bottom: 300px;
  }
  .accueil_wrap_rect {
    display: block;
  }
  .accueil_rect_span_3 {
    left: 39%;
  }
  .accueil_rect_infos_1 {
    top: 10px;
  }
  .accueil_rect_infos_2 {
    top: 35px;
  }
  .accueil_rect_infos_3 {
    top: 35px;
  }
  .accueil_rect_1,
  .accueil_rect_2,
  .accueil_rect_3 {
    width: 100%;
    height: 580px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .accueil_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .accueil_slider_circle {
    width: 10px;
    height: 10px;
    border: 2px solid #2A4689;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 5px;
  }
  .accueil_wrap_container .lSAction {
    display: none !important;
  }
  .accueil_wrap_container a {
    border: 2px solid #2A4689;
    z-index: 2 !important;
    background-color: #ffffff !important;
  }
  .accueil_wrap_container li.active a {
    background-color: #2A4689 !important;
  }
  .mission_wrap {
    width: 95%;
    max-width: none;
  }
  .mission_wrap_p {
    font-size: 60px;
  }
  .metier_article_h3 {
    font-size: 60px;
  }
  .metier_article_h3_right {
    margin-right: 100px;
  }
  .metier_article_h3_left {
    margin-left: 100px;
  }
  .metier_article_p {
    font-size: 16px;
    bottom: 10px;
    letter-spacing: 0.15em;
  }
  .metier_article_p_right {
    left: 45px;
  }
  .metier_article_p_left {
    right: 45px;
  }
  .metier_window {
    width: 500px;
    height: 500px;
  }
  .metier_window_p {
    font-size: 16px;
    line-height: 19.5px;
  }
  .metier_window_li {
    font-size: 16px;
    line-height: 19.5px;
  }
  .div_sticky {
    bottom: 180px;
  }
  .footer_wrap_p {
    font-size: 16px;
    text-align: center;
  }
  .footer_wrap_voir {
    height: 40px;
  }
  .footer_transition {
    height: 70px;
  }
  .footer_wrap_infos {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_bouton {
    bottom: -170px;
  }
  .footer_mobile_p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 20px;
  }
  .footer_top_infos {
    width: 80%;
  }
  .footer_to_top {
    bottom: -160px;
    left: 2.5%;
  }
}

@media (max-width: 1000px) {
  .metier_article_h3 {
    font-size: 50px;
  }
  .footer_transition {
    height: 60px;
  }
  .footer_wrap_p {
    font-size: 13px;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .bg_orange {
    background: #f49619;
  }
  .bg_rose {
    background: #ea5284;
  }
  .bg_vert {
    background: #95c11f;
  }
  .metier_filtre {
    height: 50%;
    width: 90%;
  }
  header {
    height: 600px;
  }
  .header_logo {
    width: 102.5px;
    height: 49.5px;
    top: 15px;
    left: 20px;
  }
  .header_titre {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 90%;
    text-align: center;
  }
  .header_lien_img {
    display: none;
  }
  .header_caps {
    margin: 0 auto 20px;
    padding: 0;
  }
  .header_wrap {
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 35%;
  }
  .header_titre_img {
    display: none;
  }
  .header_lien {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: auto;
  }
  .header_lien_p {
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }
  .header_voir {
    top: 70%;
  }
  .header_voir_p {
    display: none;
  }
  .header_voir_a {
    width: 60px;
    height: 60px;
    border-radius: 35px;
  }
  .header_voir_img {
    position: relative;
    left: 3px;
    width: 23px;
    height: 23px;
  }
  .header_vague_img {
    position: relative;
    width: 1500px;
    left: -700px;
  }
  #citation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .citation_h2 {
    width: 300px;
    height: auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 90%;
    margin: 0;
  }
  .citation_hr {
    margin: 50px auto;
  }
  .citation_p {
    width: 319px;
    height: auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: none;
    margin: 0;
  }
  .accueil_wrap {
    width: 90%;
    margin: 50px 0px 20px;
  }
  .accueil_fleche {
    top: -80px;
  }
  .accueil_fleche_hr {
    height: 125px;
  }
  .accueil_wrap_container {
    margin-bottom: 100px;
    z-index: auto;
    max-width: 450px;
    width: 100%;
  }
  .accueil_wrap_rect {
    width: 100%;
    margin-bottom: 140px;
    height: 580px;
    z-index: auto;
  }
  .accueil_wrap_hr_1 {
    margin: 60px 0px 20px;
  }
  .accueil_wrap_h2_1 {
    width: 90%;
    text-align: center;
    margin-bottom: 30px;
  }
  .accueil_slider_circle {
    border: 1px solid #ffffff;
    height: 7px;
    width: 7px;
  }
  .accueil_slider {
    bottom: 15px;
  }
  .accueil_rect_infos_1 {
    top: 0px;
  }
  .accueil_rect_span_1 {
    margin-bottom: 10px;
  }
  .accueil_rect_span_3 {
    z-index: 3;
    bottom: 0;
    left: 10px;
  }
  .accueil_wrap_container a {
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .accueil_wrap_container li.active a {
    background-color: #ffffff !important;
  }
  .accueil_wrap_container .lSPager {
    position: relative;
    bottom: 50px;
  }
  #mission {
    z-index: 2;
  }
  .mission_vague_div {
    overflow: hidden;
  }
  .mission_vague {
    position: relative;
    width: 2000px;
    right: 780px;
  }
  .mission_wrap_p {
    font-size: 40px;
  }
  #metier {
    height: 850px;
  }
  .metier_header {
    width: 90%;
    margin-bottom: 50px;
    height: 300px;
    margin-bottom: 0;
  }
  .metier_header_h2 {
    width: 100%;
  }
  .metier_header_p {
    text-align: justify;
    font-size: 16px;
  }
  .metier_article_h3 {
    position: relative;
    top: 260px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat';
    margin: 0 auto;
  }
  .metier_header_hr_2 {
    display: none;
  }
  .metier_article_p {
    text-align: center;
    width: 90%;
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    height: inherit;
    top: 80px;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .metier_wrap {
    height: 450px;
    position: relative;
  }
  .metier_wrap_div {
    height: 450px;
    position: static;
    width: 100%;
  }
  .metier_article {
    height: 100%;
    width: 100%;
    left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .metier_article_img_rect {
    height: 50%;
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .metier_article_rect {
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50%;
  }
  .metier_article_img {
    width: 90%;
  }
  .metier_article_nb {
    position: absolute;
    font-size: 30px;
    line-height: 99.96%;
    color: #ffffff;
    left: 30px;
    top: 20px;
  }
  .metier_article_infos {
    width: 100%;
    top: 0;
  }
  .metier_article_plus {
    width: 50px;
    height: 50px;
    left: auto;
    right: auto;
    top: 200px;
  }
  .metier_article_hr_1 {
    width: 12px;
    height: 1.5px;
  }
  .metier_article_hr_2 {
    width: 1.5px;
    height: 12px;
  }
  .metier_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 725px;
    z-index: auto;
  }
  .metier_mobile_fleche {
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0px 25px;
    cursor: pointer;
    z-index: 2;
  }
  .metier_mobile_hr {
    width: 16px;
    height: 0px;
    border: 1px solid #2A4689;
  }
  .metier_mobile_img_gauche {
    position: absolute;
    left: 15px;
  }
  .metier_mobile_img_droite {
    position: absolute;
    right: 15px;
  }
  .metier_wrap_div_2 {
    left: 100%;
  }
  .metier_wrap_div_3 {
    left: 200%;
  }
  .metier_wrap_div_4 {
    left: 300%;
  }
  .metier_window {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .metier_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .metier_slider_circle {
    width: 7px;
    height: 7px;
    border: 1px solid #2A4689;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 5px;
  }
  .metier_wrap .lSPager a {
    border: 1px solid #2A4689;
    background-color: #ffffff !important;
    z-index: 2 !important;
  }
  .metier_wrap .lSPager li.active a {
    background-color: #2A4689 !important;
  }
  .metier_wrap .lSPrev,
  .metier_wrap .lSNext {
    opacity: 1 !important;
    top: 96% !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: 50% !important;
    background-color: #ffffff;
    z-index: 2 !important;
  }
  .metier_wrap .lSPrev {
    background-image: url("../images/metier/gauche.svg") !important;
  }
  .metier_wrap .lSNext {
    background-image: url("../images/metier/droit.svg") !important;
  }
  .metier_wrap .lSSlideWrapper {
    overflow: initial !important;
  }
  #actu {
    background: #F6F6F6;
    top: auto;
  }
  .actu_wrap_p {
    display: none;
  }
  .actu_wrap_news {
    width: 60px;
  }
  .actu_vague {
    display: none;
  }
  .actu_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .actu_header_h2 {
    width: 100%;
  }
  .div_sticky {
    bottom: 650px;
  }
  .footer_vague_blanche_div {
    display: block;
    overflow: hidden;
  }
  .footer_top_logo {
    width: 188px;
    height: 93.1px;
  }
  .footer_top {
    margin: auto;
    left: auto;
    background: #F6F6F6;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 200px;
  }
  .footer_vague_blanche_div {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .footer_vague_blanche {
    height: 100%;
    position: relative;
    right: 700px;
    width: 1605px;
  }
  .footer_top_infos {
    z-index: 0;
    position: relative;
    bottom: -40px;
  }
  .footer_vague_jaune {
    height: 100%;
    position: relative;
    right: 427px;
    width: 1605px;
  }
  .footer_vague_jaune_div {
    overflow: hidden;
    height: 30%;
    position: static;
  }
  .footer_wrap {
    height: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_wrap_p {
    font-size: 14px;
    line-height: 17px;
    width: 80%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_transition {
    width: 80%;
    height: auto;
  }
  .footer_wrap_infos {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70%;
    bottom: auto;
    top: -50px;
    position: relative;
    width: 100%;
    background: #FAB600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_wrap_voir {
    height: 60px;
  }
  .footer_data {
    bottom: 75px;
    top: auto;
  }
  .footer_to_top {
    bottom: -580px;
    left: 30px;
  }
  .footer_mobile_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    background: #2A4689;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3;
    text-decoration: none;
  }
  .footer_bouton {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */