/* ---- MENU ----- */

svg > a {
  pointer-events: none !important;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-ExtraLight.eot');
  src: local('Delvona Extra Light'), local('Delvona-ExtraLight'),
    url('Delvona-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('Delvona-ExtraLight.woff2') format('woff2'),
    url('Delvona-ExtraLight.woff') format('woff'),
    url('Delvona-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Black.eot');
  src: local('Delvona Black'), local('Delvona-Black'),
    url('Delvona-Black.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Black.woff2') format('woff2'),
    url('Delvona-Black.woff') format('woff'),
    url('Delvona-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-SemiBold.eot');
  src: local('Delvona Semi Bold'), local('Delvona-SemiBold'),
    url('Delvona-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('Delvona-SemiBold.woff2') format('woff2'),
    url('Delvona-SemiBold.woff') format('woff'),
    url('Delvona-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Medium.eot');
  src: local('Delvona Medium'), local('Delvona-Medium'),
    url('Delvona-Medium.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Medium.woff2') format('woff2'),
    url('Delvona-Medium.woff') format('woff'),
    url('Delvona-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Bold.eot');
  src: local('Delvona Bold'), local('Delvona-Bold'),
    url('Delvona-Bold.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Bold.woff2') format('woff2'),
    url('Delvona-Bold.woff') format('woff'),
    url('Delvona-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-ExtraBold.eot');
  src: local('Delvona Extra Bold'), local('Delvona-ExtraBold'),
    url('Delvona-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('Delvona-ExtraBold.woff2') format('woff2'),
    url('Delvona-ExtraBold.woff') format('woff'),
    url('Delvona-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Light.eot');
  src: local('Delvona Light'), local('Delvona-Light'),
    url('Delvona-Light.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Light.woff2') format('woff2'),
    url('Delvona-Light.woff') format('woff'),
    url('Delvona-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Regular.eot');
  src: local('Delvona Regular'), local('Delvona-Regular'),
    url('Delvona-Regular.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Regular.woff2') format('woff2'),
    url('Delvona-Regular.woff') format('woff'),
    url('Delvona-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Delvona';
  src: url('Delvona-Thin.eot');
  src: local('Delvona Thin'), local('Delvona-Thin'),
    url('Delvona-Thin.eot?#iefix') format('embedded-opentype'),
    url('Delvona-Thin.woff2') format('woff2'),
    url('Delvona-Thin.woff') format('woff'),
    url('Delvona-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.navbar {
  position: fixed;
  top: 20px;
  width: 100vw;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100vw;
  padding: 0px 5vw;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button_menu {
  font-family: 'Montserrat', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 0.8em;
  text-align: center;
  padding: 15px 25px;
}

.button_menu:hover {
  text-shadow: white 0 0 5px;
  transform: translateY(-2px);
  transition: 1s;
}

.logo-monogramme {
  width: 200px;
  height: 77px;
}

.actived {
  border-radius: 34px;
  /*filter: blur(4px);*/
  background: linear-gradient(75deg, #ffa546, #a45521, #25252f 100%);
}

.actived a {
  filter: blur(0px);
}

.back_menu {
  position: fixed;
  top: 0;
  z-index: 95;
  width: 100vw;
  height: 130px;
  left: 0;
  background: linear-gradient(
    180deg,
    rgb(7, 6, 3, 0.9) 0%,
    rgb(7, 6, 3, 0.7) 35%,
    rgba(7, 6, 3, 0.1) 80%,
    rgba(7, 6, 3, 0) 100%
  );
}

.sidenav {
  display: none;
}

img.logo-monogramme.logo_tel {
  display: none;
}
/*
.div_rectangle_sous_menu {
  display: flex;
  align-items: start;
  width : 100vw;
}

.rectangle-2 {
  position: sticky;
  border : 2px solid blue;
  height: 152px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(7, 6, 3) 0%, rgba(7, 6, 3, 0) 100%);

}
$/

/* ---- PAGE 1 ----- */
.page_1 {
  background-color: #fff3db;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

body {
  background-color: #070603;
}

.page_1 .div {
  /*overflow: hidden;*/
}

/* ---- ACCUEIL ----- */

.contenaire_logo_accueil {
  height: 100vh;
  width: 100%;
  display: block;
  display: flex;
  margin: auto;
  z-index: 50;
  background: black;
  background-image: url(images/fond-deg-1.png);
  background-size: 100% 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.logo-complet {
  width: 400px;
  margin: auto;
}

.scroll {
  position: absolute;
  width: 89px;
  top: 80vh;
  margin: auto;
}

.scroll_rond {
  align-items: center;
  text-align: center;
  align-content: center;
  height: 89px;
  border: 1px solid white;
  border-radius: 50px;
}

.scroll_texte {
  font-family: 'Montserrat', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 0.8em;
  padding: 10px;
}

/* ---- QUI SOMMES NOUS ----- */

.QUI_SOMMES_NOUS {
  z-index: 80;
  background-color: #070603;
  display: flex;
  width: 60vw;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 4em;
  padding-top: 20vh;
}

.QUI_TEXT {
  color: #fff3db;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
}

.QUI_TEXT b {
  font-weight: 700;
}

.building {
  height: 70vh;
}

/*.title_colored {
  font-family: "Unbounded", Helvetica;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
  display: inline-block;
background: linear-gradient(to left, rgb(22,65,148), rgb(82,187,181));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/

.title_colored {
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: 0;
  /* line-height: 48px; */
  display: inline-block;
  background: linear-gradient(75deg, #ffb853, #9e4f21);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.idees {
  line-height: 73px;
}

.title_colored b {
  font-weight: 900;
}

.icon_qui {
  display: flex;
  font-weight: 700;
  text-align: center;
  column-gap: 2em;
  margin: auto;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}

.icon_qui .group {
  margin: 40px 0px;
}

.icon_qui .group-2 {
  margin: 40px 0px;
}

.icon_qui .calque {
  height: 44px;
  margin-bottom: 10px;
}

.icon_qui .img {
  height: 104px;
  margin-bottom: 10px;
}

.textes_home {
  color: white;
  margin: auto;
  width: 50vw;
  text-align: center;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  margin-top: 50px;
}

/* --------- ABScore ACCueil ---------- */

.ABScore-accueil {
  text-align: center;
}

img.logo_abscore {
  height: 70px;
}

.enjeux_abscore .title_colored {
  font-size: 35px !important;
}

.innovation_abscore .title_colored {
  font-size: 35px !important;
}

.ABScore-accueil p {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: normal;
}

p.texte-describ_abscore {
  width: 640px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.enjeux_abscore {
  width: 50vw;
  margin: auto;
  margin-bottom: 150px;
  margin-top: 60px;
}

.texte_innovation_abscore p {
  font-size: 1em;
}

.texte_innovation_abscore {
  display: flex;
  width: 80vw;
  margin: auto;
  column-gap: 50px;
}

@media screen and (max-width: 992px) {
  p.texte-describ_abscore {
    width: 80vw;
  }

  .enjeux_abscore {
    width: 60vw;
  }

  .texte_innovation_abscore {
    display: block;
  }

  .texte_innovation_abscore p {
    margin-bottom: 20px;
  }
}

/* --------- ATOUTS ABSCORE ------- */

.atouts_abscore {
  text-align: center;
  margin-top: 20vh;
}

.overlap-wrapper {
  text-align: center;
  position: relative;
  align-items: center;

  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(125deg, #ffa546, #a45521, #25252f 100%) border-box;
  border-radius: 30px;
  border: 2px solid transparent;

  padding: 20px;
  flex: 1;
  align-content: center;
}

.titre_atouts {
  text-align: center;
  padding-top: 20px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 25px;
  display: inline-block;
  background: linear-gradient(75deg, #ffa546, #a45521 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titre_atouts b {
  font-weight: 900;
}

.tableau_atouts {
  width: 80vw;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .tableau_atouts {
    display: block;
  }
}

.div-ecran-accueil {
  text-align: center;
}

img.ecran_accueil {
  width: 70vw;
}

/* CONTACT PAGE */

h1.titre_contact_ {
  padding-top: 60px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 0;
  /* line-height: 48px; */
  display: inline-block;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(176, 211, 223));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.titre_contact_ b {
  font-weight: 900;
}

.contact_fin_de_page {
  background: linear-gradient(#070603, #070603, #094791, #b0d3df, #f3f3f3);
  padding-bottom: 150px;
}

.contact_fin_de_page .formulaire_envoie {
  background: none;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 30px !important;
  padding: 30px !important;
  color: #fff3db !important;
  width: 70vw !important;
  margin: auto !important;
  margin-top: 80px !important;
}

.contact_fin_de_page .formulaire_envoie input {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: black !important;
}

.contact_fin_de_page .formulaire_envoie textarea {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: black !important;
}

/* ------ EXPERTISE ------ */

.expertises {
  margin-bottom: 5vh;
}

.titre_expertises {
  background: linear-gradient(
    180deg,
    rgb(82, 187, 181) 0%,
    rgb(22, 65, 148) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: 'Unbounded', Helvetica;
  font-weight: 900;
  color: transparent;
  font-size: 74px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.texte_expertises {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.div_puce_texte li {
  list-style-type: disc;
  font-family: 'Urbanist', Helvetica;
  color: #fff3db;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
  margin-left: 32px;
  margin-top: 5px;
}

/*----- SLIDE ---- */

.frame-2 {
  display: flex;
  margin-top: 50px;
  width: 100vw;
  align-items: center;
  gap: 100px;
  padding: 0px 10vw 0px 10vw;
  top: 374px;
  left: 242px;
  overflow-x: scroll; /* Permet le défilement horizontal */
  scrollbar-width: none; /* Masque la barre de défilement sur Firefox */
  -ms-overflow-style: none; /* Masque la barre de défilement sur Internet Explorer */
  color: #fff3db;
  align-items: center;
}

.frame-2::-webkit-scrollbar {
  display: none; /* Masque la barre de défilement sur Chrome, Edge et Safari */
}

.frame-2 {
  overflow-x: scroll; /* Permet le défilement horizontal */
  scrollbar-width: none; /* Cache la barre de défilement sur Firefox */
  -ms-overflow-style: none; /* Cache la barre de défilement sur IE */
  /*cursor: grab; /* Curseur grab pour l'effet de glissement */
}

.frame-2:active {
  /* cursor: grabbing; /* Change en "grabbing" pendant le glissement */
}

.frame-2::-webkit-scrollbar {
  display: none; /* Cache la barre de défilement */
}

.titre_slide_acceuil {
  background: linear-gradient(
    180deg,
    rgb(82, 187, 181) 0%,
    rgb(22, 65, 148) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: 'Unbounded', Helvetica;
  font-weight: 900;
  color: transparent;
  font-size: 47px;
  letter-spacing: 0;
  line-height: normal;
}

.titre_slide_petit {
  font-size: 40px;
}

.titre_slide_3 {
  white-space: nowrap;
}

.textes-overlap {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1em;
  letter-spacing: 0;
  line-height: normal;
}

.div_puce_texte {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: 20px;
}

.decouvrir {
  margin-top: 40px;
  padding: 15px 0px;
}

.decouvrir a {
  margin-top: 40px;
  padding: 15px 30px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 700;
  color: #fff3db;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgb(82, 187, 181) 0%,
    rgb(22, 65, 148) 100%
  );
}

/* --- BOUTON SLIDE --- */

.scroll-button-right,
.scroll-button-left {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.scroll-button-right {
  right: 10px; /* Ajustez la distance par rapport au bord droit */
}

.scroll-button-left {
  left: 10px; /* Ajustez la distance par rapport au bord gauche */
  transform: translateY(-50%) scaleX(-1); /* Inverse horizontalement l'image */
}

.hidden {
  display: none;
}

/* ----- RECTANGLE SLIDE ------ */

.vector-2 {
  z-index: 300;
  position: absolute;
  right: 42px;
  height: 50px;
}

.rectangle-8 {
  z-index: 90;
  position: absolute;
  left: 0px;
  width: 241px;
  height: 540px;
  transform: rotate(-180deg);
  background: linear-gradient(90deg, rgba(8, 7, 4, 0) 0%, rgb(8, 7, 4) 100%);
}

.rectangle-9 {
  z-index: 250;
  position: absolute;
  right: 0px;
  width: 241px;
  height: 540px;
  background: linear-gradient(90deg, rgba(8, 7, 4, 0) 0%, rgb(8, 7, 4) 100%);
}

/* ----- AJOUT GRAB ------ */

.frame-2 {
  cursor: grab; /* Curseur par défaut */
}

.frame-2:active {
  cursor: grabbing; /* Curseur lors du clic et glissement */
}

/* ----- NOTRE ADN ------ */

.ADN {
  background: linear-gradient(#070603, #094791, #47adad, #f3f3f3);
  padding-bottom: 28vh;
}

.vector_adn {
  width: 100vw;
  margin-top: 10vh;
}

.texte_adn {
  color: #fff3db !important ;
  width: 50vw;
  padding-left: 15vw;
  margin-top: -200px;
}

.titre_blanc {
  color: white !important ;
  font-family: 'Unbounded', Helvetica;
  font-weight: 600;
  font-size: 60px;
}

.texte_adn p {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: normal;
}

.texte_adn p b {
  font-weight: 900;
}

/* ------- POURQUOI CHOUISIR SST ------- */

.pourquoi_contener {
  width: 100vw;
  background-color: #f3f3f3;
}

.pourquoi {
  z-index: 200;
  background-color: #f3f3f3;
  display: flex;
  width: 60vw;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 4em;
  padding-bottom: 150px;
}

.pourquoi_TEXT {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #2e2e2e;
  font-size: 1.2em;
}

.pourquoi_TEXT b {
  font-weight: 700;
}

.montagne {
  height: 70vh;
}

.title_pourquoi {
  font-family: 'Unbounded', Helvetica;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
  display: inline-block;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(82, 187, 181));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------- FINDER --------*/

.logo_finder_phrase {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db !important;
  font-size: 15px;
  text-align: center;
}

.icon_linkedin {
  height: 18px;
  width: 18px;
}

.finder {
  width: 100vw;
  padding: 0px 5vw;
  /*background: linear-gradient(
    90deg,
    rgb(176, 211, 223) 0%,
    rgb(51, 126, 182) 100%
  );*/
  background: linear-gradient(75deg, #ffa546, #a45521, #25252f 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-signature {
  align-items: center;
  width: 181px;
}

.groupe_texte_finder {
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 5vw;
  justify-content: space-between;
}

.tel {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.phone {
  width: 19px;
}

.mail_content {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.mail {
  width: 18px;
  color: #fff3db;
}

.mail_content svg {
  width: 18px;
  color: #fff3db;
}

.maps {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.maps.maps_contact2 {
  margin-top: 20px;
}

.map-pin {
  width: 18px;
}

b.bold_locaux {
  font-family: Delvona;
  font-weight: 900;
}

.groupe_texte_finder .p {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db !important;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.groupe_texte_finder a {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db !important;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.groupe_texte_finder .text-wrapper-3 {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-avenue-albert {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.contact-bouton {
  /*background: linear-gradient(
    180deg,
    rgb(82, 187, 181) 0%,
    rgb(22, 65, 148) 100%
  );*/
  text-align: center;
  padding: 15px 0px;
  display: flex;
}

.contact-bouton a {
  padding: 15px 30px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 700;
  color: #fff3db;
  border-radius: 30px;
  /*background: linear-gradient(    90deg,    rgb(176, 211, 223) 0%,    rgb(22, 65, 148) 100%  );*/
  background: linear-gradient(75deg, #ffa546, #a45521 100%);
  white-space: nowrap;
}

img.img.logo_finder1 {
  height: 50px;
}

.logo_finder2 {
  height: 40px;
}

.logo_finder {
  display: flex;
  align-items: center;
  column-gap: 22px;
}

.mentions {
  text-align: center;
}

.condition {
  margin-top: 10px;
}

/*------- NUAGE DE MOT ----- TAG CLOUD------- */

#holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh; /* Assurez-vous que la hauteur prend tout l'écran */
  margin-top: 50px;
  margin-bottom: 50px;
}

#holder svg rect {
  fill: #070603 !important ;
}

/*------- PAGE ------- */

h1.titre_page {
  color: #fff3db !important ;
}

.list_rectangle_page {
  display: flex;
  flex-wrap: wrap;
  width: 60vw;
  column-gap: 30px;
  margin: auto;
  margin-top: 70px;
}

.list_rectangle_page p {
  border-color: #fff3db;
  align-items: center;
}

.liste_colonne_gauche {
  display: flex;
  column-gap: 20px;
  justify-content: space-around;
  width: 100%;
}

.rectangle_liste {
  background-color: transparent;
  flex: 1;
  display: flex;
  gap: 10px;
  padding: 20px;
  border-radius: 30px;
  border: 2px solid white;
  height: 100%;
}

.rectangle_liste p {
  margin: auto;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-size: 1.2em;
  color: #fff3db;
  font-size: 1.2em;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 14px;
}

.liste_colonne_gauche a {
  flex: 1;
  margin-top: 30px;
}

.rectangle_liste img {
  width: 20px;
}

/* PAGE CONSEIL */

.rectangle_liste li {
  list-style-type: disc;
  font-family: 'Urbanist', Helvetica;
  color: #fff3db;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: auto;
  margin-left: 32px;
  margin-top: 5px;
}

.content_titre_page  {
  margin-top: 13vh;
}

.content_description {
  display: flex;
  width: 60vw;
  margin: auto;
  column-gap: 50px;
  align-items: center;
}

.description_page {
  margin: auto;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  text-align: left;
}

.description_page p {
  margin-top: 10px;
}

.description_page {
  width: 50%;
  text-align: center;
}

img.logo-cita {
  width: 80%;
  margin-bottom: 40px;
}

.image_description_texte {
  width: 50%;
  height: 100%;
}

.bold_colored {
  font-weight: 900;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(82, 187, 181));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-text-page.content_titre_gauche {
  width: 60vw;
  column-gap: 50px;
  display: flex;
  color: white;
  align-items: center;
  margin: auto;
  padding-top: 0vh;
}

.content-text-page.content_titre_droite {
  width: 60vw;
  column-gap: 50px;
  display: flex;
  color: white;
  align-items: center;
  margin: auto;
}

.content_page_titre_couleur {
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: Delvona;
  font-weight: 800;
  font-size: 41px;
  letter-spacing: 0;
  display: inline-block;
  background: linear-gradient(75deg, #ffa546, #a45521, #25252f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-text-page p {
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
}

.content-text-page p b {
  font-weight: 900;
}

.content-text-page img.vector.vector_adn {
  margin: 0;
}

p.texte_page_rectangle {
  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(125deg, #ffa546, #a45521, #25252f 100%) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 30px;
}

.content_couleur_fond_noir_bleu {
  background: linear-gradient(#070603, #6a3410);
}

.content_couleur_fond_noir_bleu p.texte_page_rectangle.texte_noir {
  background: transparent !important;
  border-radius: 30px;
  border: 2px solid #47adad;
  padding: 30px;
}

.content_couleur_fond_noir_bleu h1 {
  color: white;
}

.fond_bleu_blanc {
  background: linear-gradient(#094791, #47adad, #8ec0c1);
  margin-bottom: 20vh;
}

/*  border change couleur pas dégradé */

#optimiser p.texte_page_rectangle {
  border: 2px solid #ffa546 !important;
  background: none !important;
}

#ajuster p.texte_page_rectangle {
  border: 2px solid white !important ;
  background: none !important;
}

h1.content_page_titre_couleur.ajuster {
  background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fond_blanc {
  background: linear-gradient(#8ec0c1, #f3f3f3);
  z-index: -1;
  position: relative;
}

.fond_blanc p {
  color: #070603;
}

.fond_blanc p.texte_page_rectangle {
  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(to bottom, #ffa546, #145096) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 30px;
}

#preparer .content-text-page.content_titre_droite {
  padding-bottom: 20vh;
  padding-top: 20vh;
  margin-top: -20vh;
}

#optimiser {
  padding-top: 20vh;
}

#optimiser .vector_adn {
  margin-top: 150px;
}

/*  AUTRES PAGES DETAILS  */

/*
.fin_page_recrutement {
  padding-bottom : 30vh;
}

*/

/* PAGE DEVELOPPEMENT */
.vector_developpement {
  margin-top: 20vh !important ;
}

.texte_developpement {
  text-align: center;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  width: 60vw;
  margin: auto;
  padding-bottom: 20px;
  margin-top: 20px;
}

.formation_tableau {
  display: flex;
  width: 75vw;
  margin: auto;
  column-gap: 40px;
  padding-top: 50px;
  align-items: center;
  justify-content: space-between;
}

.tableau_content {
  background-color: #ffffff21;
  border-radius: 25px;
  box-shadow: 0 0 10px #ffffff21;
  padding: 30px;
  width: 30%;
}

.texte_tableau {
  margin-top: 10px;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
}

.content_page_titre_blanc {
  font-family: 'Unbounded', Helvetica;
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  color: white;
}

img.image_qualiopi {
  height: 20vh;
}

p.texte_petit_qualiopi {
  padding-top: 10px;
  font-size: 0.8em;
}

/* -----     END-PAGE ------- */

.vector_end {
  padding-bottom: 15vh;
  margin-top: 0px;
}

/*------ CONTACT ------ */

.top_contact {
  background-image: url(images/fond-deg-1.png);
  background-size: 100% 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 50px;
}

.top_contact h1 {
  color: white;

  font-size: 60px;
  font-family: Delvona;
  font-weight: 200;
}

.top_contact h1 b {
  font-weight: 900;
}

.contact_background {
}

.formulaire_envoie {
  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(125deg, #ffa546, #a45521, #25252f 100%) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 30px;
  color: white;
  width: 100%;
  height: 100%;
}

.form-group {
  display: block;
}

.formulaire_envoie input {
  width: 100%;
  border: none !important;
  background-color: #51514f !important;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.form-group label {
  font-family: 'Unbounded', Helvetica;
  font-weight: 600;
  font-size: 0.8em !important ;
}

.formulaire_envoie textarea {
  width: 100%;
  border: none !important;
  background-color: #51514f !important;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.formulaire_envoie button {
  padding: 15px 30px;
  cursor: pointer !important ;
  font-family: 'Urbanist', Helvetica !important ;
  font-weight: 700;
  color: #fff3db;
  border-radius: 30px;
  border: none;
  background: linear-gradient(75deg, #ffa546, #a45521, #25252f 100%);
}

.contact_content_total {
  margin: auto;
  margin-top: 50px;
  display: flex;
  width: 80vw;
  justify-content: space-between;
  padding-bottom: 20vh;
}

.bloc_contact_gauche {
  width: 45%;
}

.contact_content_total h1 {
  padding-top: 10px;
  font-family: Delvona;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 0;
  /* line-height: 48px; */
  display: inline-block;
  background: linear-gradient(75deg, #ffb853, #9e4f21);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact_content_total p {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 15px;
}

.contact_content_total a {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 15px;
}

.contact_group2 {
  margin-top: 60px;
}

.image_plan {
  width: 90% !important;
  margin-bottom: 20px;
  border-radius: 20px;
  margin-right: 10px !important;
}

/*----- Expert -----*/

.texte_couleur_expert {
  margin: auto;
  margin-top: 50px;
  font-family: Delvona;
  font-weight: 600;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  /*
  background: linear-gradient(to left, rgb(22,65,148), rgb(82,187,181));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
  width: 50vw;
}

.texte_expert {
  margin: auto;
  margin-top: 10px;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  width: 50vw;
}

.expert_gauche {
  display: flex;
  width: 50vw;
  margin: auto;
  align-items: center;
  margin-bottom: 50px;
  column-gap: 30px;
}

.expert_gauche img {
  height: 20vh;
}

.expert_gauche h1 {
  font-family: Delvona;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
  display: inline-block;
  background: linear-gradient(75deg, #ffb853, #9e4f21);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expert_gauche h2 {
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 900;
  color: #fff3db;
  font-size: 1.2em;
}

.expert_gauche p {
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1em;
  margin-top: 10px;
}

.expert_droite {
  flex-direction: row-reverse;
}

.fin_expert {
  background: linear-gradient(#070603, #6a3410);
}

/*.textes_fin_expert_content {
  width : 60vw;
  margin : auto;
  
  padding-bottom : 30vh;
}*/

.textes_fin_expert_content {
  width: 60vw;
  margin: auto;
  padding-bottom: 20vh;
  padding-top: 2vh;
  color: white !important;
}

.textes_fin_expert_content h1 {
  margin-top: 20vh;
  text-align: center;
  text-transform: uppercase;
  color: #fff3db !important;
  margin-bottom: 30px;
  font-family: Delvona;
  font-weight: 900;
  font-size: 60px;
}

.textes_fin_expert_content p {
  margin-top: 50px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  /*color: #2d2d2d;*/
  color: white;
  font-size: 1.2em;
  color: #fff3db !important;
}

.textes_fin_expert_content b {
  font-family: 'Urbanist', Helvetica;
  font-weight: 900;
  /*color: #2d2d2d;*/
  color: white;
  font-size: 1.1em;
  color: #fff3db !important;
}

.textes_fin_expert_content li {
  list-style-type: disc;
  font-family: 'Urbanist', Helvetica;
  color: #fff3db;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 15px;
}

/* -------  ENJEUX PAGE --------- */

h1.titre_page {
  color: #fff3db !important;
  margin-bottom: 30px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 70px;
}

h1.titre_page b {
  font-weight: 900;
}

h1.title_colored.petit {
  font-size: 40px;
}

.content_description {
  margin-top: 20vh;
  margin-bottom: 20vh;
}

.impacts_abs {
  text-align: center;
  width: 80vw;
  margin: auto;
}

.impacts_abs h1 {
  font-size: 45px;
  width: 50vw;
}

.contenaire_impact {
  background-color: #ffffff21;
  border-radius: 25px;
  box-shadow: 0 0 10px #ffffff21;
  padding: 30px;
  width: 30%;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
}

.impact_tabl {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}

.box-number {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Delvona;
  font-weight: 900;
  font-size: 50px;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(176, 211, 223));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.impacts_abs2 {
  margin-top: 150px;
}

.benefice {
  margin: auto;
  text-align: center;
  margin-top: 20vh;
}

.benefice h1 {
  margin-bottom: 80px;
}

img.image_benefice {
  width: 80vw;
}

.div-ecran-enjeux {
  display: flex;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
}

img.ecran_benerficee {
  width: 40vw;
}

@media screen and (max-width: 992px) {
  .impact_tabl {
    display: block;
  }

  .contenaire_impact {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-ecran-enjeux {
    display: block;
    text-align: center;
  }

  img.ecran_benerficee {
    width: 80vw;
  }

  .benefice {
    display: none;
  }
}

/* ------ INNOVATION PAGE --------- */

h1.title_colored.petit.petit_ino {
  font-size: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 80vw;
  margin: auto;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1em;
  margin-bottom: 10vh;
}

.grid-item {
  padding: 37px;
  background-color: #ffffff21;
  border-radius: 25px;
  box-shadow: 0 0 10px #ffffff21;
  font-size: 1.2em;
}

.grid-item h3 {
  font-family: Delvona;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 32px;
  display: inline-block;
  background: linear-gradient(75deg, #ffa546, #a45521 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-item ul {
  padding-left: 1rem;
  list-style: disc;
  margin-top: 20px;
}

.grid-item p {
  padding-top: 20px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0;
  display: inline-block;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(176, 211, 223));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-item li {
  margin-top: 14px;
}

.grid-container > :last-child:nth-child(odd) {
  justify-self: center;
}

/* ------- CHOISIR PAGE ------- */

.container {
  display: flex;
  margin-top: 2rem;
  justify-content: space-evenly;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
}

select,
.solution {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(
    75deg,
    rgb(176, 211, 223) 0%,
    rgb(22, 65, 148) 100%
  );
  border: none;
  border-radius: 20px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
  width: 300px;
  margin-top: 20px;
}

.container label {
  color: white;
  font-size: 1.2em;
}

select#profil {
  background: linear-gradient(
    75deg,
    rgb(176, 211, 223) 0%,
    rgb(22, 65, 148) 100%
  );
}

.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' width='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
}

select:focus {
  outline: none;
}

.solution {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
}

/* TEST */

.select-wrapper {
  position: relative;
  width: 300px;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(to right, #a4c9dd, #1b469d);
  color: white;
  border: none;
  border-radius: 16px;
  padding: 0.75em 2.5em 0.75em 1em;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.4;
}

/* Flèche custom */
.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

/* Supprimer le focus border natif */
.select-wrapper select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

h2.describ_choisir {
  margin: auto;
  color: white;
  font-family: Delvona;
  font-weight: 200;
  font-size: 20px;
  margin-top: 80px;
  width: 67vw;
}

.logo_description_abs {
  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(to bottom, rgb(22, 65, 148), rgb(176, 211, 223)) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 50px;
  width: 80vw;
  margin: auto;
  margin-top: 12vh;
  color: white;
  display: flex;
  column-gap: 40px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  align-items: center;
}

.logo_description_abs h1 {
  padding-top: 3px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0;
  /* line-height: 48px; */
  display: inline-block;
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(176, 211, 223));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image_logo_abs img {
  width: 40vw;
}

.menu_defilant {
  width: 80vw;
  margin: auto;
  margin-top: 30vh;
  text-align: center;
  margin-bottom: 20vh;
}

.menu_defilant h1 {
  font-size: 40px;
  width: 50%;
}

.logo_description_abs a {
  color: white;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .logo_description_abs {
    display: block;
  }

  .image_logo_abs img {
    margin-top: 40px;
  }

  .image_logo_abs img {
    margin-bottom: 40px;
  }

  .image_logo_abs.logo_abscore_entreprise {
    margin-top: -30px;
  }

  .image_logo_abs img {
    width: 100%;
  }

  .menu_defilant h1 {
    width: 80vw;
  }

  .container {
    display: block;
  }

  select,
  .solution {
    width: 100%;
  }

  div#solution {
    margin-top: 30px;
  }
}

/*---- BERENICE - GROUP ------ */

.contenaire_berenice {
  width: 60vw;
  margin: auto;
  text-align: center;
}

h1.titre_berenice {
  margin-top: 30px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 1.8em;
  /*
  background: linear-gradient(to left, rgb(22,65,148), rgb(82,187,181));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  */
  color: white;
}

.contenaire_berenice p {
  margin-top: 30px;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
}

.contenaire_entreprise_berenice {
  display: flex;
  width: 70vw;
  margin: auto;
  text-align: center;
  justify-content: space-between;
  column-gap: 40px;
  margin-bottom: 30vh;
}

.contenaire_entreprise_berenice2 {
  margin-top: -20vh;
}

.contenaire_entreprise_berenice a {
  flex: 1;
}

.contenaire_entreprise_berenice img {
  height: 17vh;
}

img.logo_ailes {
  height: 10vh !important;
  margin-top: 1vh;
  margin-bottom: 6vh;
}

.contenaire_entreprise_berenice p {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1em;
}

.entreprise {
  flex: 1;
}

.entreprise img .calque {
  height: 16.8vh !important;
}

img.logo-SST-Conseil.logo_alliance {
  height: 23vh;
  margin-bottom: -3vh;
  margin-top: -3vh;
}

img.calque.logo_axel {
  height: 21vh;
  margin-bottom: -2vh;
  margin-top: -2vh;
}

/*   PARTENAIRES    */

.cont_partenaires {
  display: block;
  width: 70vw;
  margin: auto;
  text-align: center;
  justify-content: space-between;
  column-gap: 40px;
  margin-bottom: 30vh;
}

.contenaire_entreprise_berenice2.cont_partenaires {
  margin-top: -20vh;
}

.cont_partenaires p {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1em;
}

.partenaire_bloc {
  column-gap: 100px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.partenaire_bloc img {
  width: 310px;
}

/* MENTIONS LEGALE */

.mentions a {
  text-decoration: none;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db !important;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.legal-page {
  color: white;
  font-family: 'Montserrat', Helvetica;
  font-size: 0.9em;
  width: 80vw;
  margin: auto;
  margin-top: 20vh;
  margin-bottom: 20vh;
}

.legal-page a {
  color: white;
}

.legal-page h1 {
  font-size: 1.5em;
  font-family: 'Unbounded', Helvetica;
  text-transform: uppercase;
  font-weight: 900;
}

.legal-page p {
  margin-top: 20px;
}

.legal-page h2 {
  font-size: 1.3em;
  margin-top: 50px;
  font-weight: 600;
}

.legal-page h3 {
  margin-top: 20px;
  font-weight: 600;
}

.legal-page ul {
  margin-top: 10px;
}

/*   FLYER BAS DE PAGE */

.div_flyer_recrutements {
  margin-top: 160px;
}

.div_flyer.div_flyer_recrutements {
  column-gap: 50px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
}

img.flyer_sst_expertises {
  width: 20vw;
  border-radius: 30px;
}

.div_flyer {
  text-align: center;
  margin: auto;
}

.div_bouton_flyer {
  text-align: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 140px;
}

.div_flyer.div_flyer_recrutements {
  column-gap: 50px;
  margin: auto;
  display: flex;
}

a.bouton_flyer_expert {
  color: white;
  font-family: 'Montserrat', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 0.8em;
  text-align: center;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 34px;
  background: linear-gradient(
    75deg,
    rgb(82, 187, 181) 0%,
    rgb(22, 65, 148) 100%
  );
}

/* PAGE SOLUTION  */

.describ_deb_solu {
  color: white;
  margin: auto;
  text-align: center;
  width: 50vw;
  margin-top: 110px;
}

.describ_deb_solu p {
  color: white;
  display: flex;
  column-gap: 40px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  margin-bottom: 110px;
}

.accompagnements_demande {
  margin: auto;
  align-items: center;
  text-align: center;
  color: white;
  column-gap: 40px;
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  width: 80vw;
}

.describ_accompagnement h1 {
  padding-top: 3px;
  font-family: Delvona;
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 48px;
  /* display: inline-block; */
  background: linear-gradient(to left, rgb(22, 65, 148), rgb(176, 211, 223));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.describ_accompagnement {
  margin-bottom: 100px;
}

.accompagnements_demande .title_colored {
  font-size: 50px;
  width: 60%;
  margin-bottom: 70px;
}

.liste_describ_accompagnement {
  text-align: center;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  margin: auto;
  margin-top: 30px;
  display: flex;
}

.liste_describ_accompagnement p {
  background: linear-gradient(#070603, #070603) padding-box,
    linear-gradient(to bottom, rgb(22, 65, 148), rgb(176, 211, 223)) border-box;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 23px;
}

/*   HISTOIRE   */

.titre_a_l_origine {
  text-align: center;
  line-height: 90px;
  margin-bottom: 100px;
}

.deux_perso {
  display: flex;
  width: 60vw;
  margin: auto;
  color: white;
  text-align: center;
}

.perso_histoire p {
  margin-top: 50px;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  font-family: 'Urbanist', Helvetica;
}

.perso_histoire img {
  width: 70%;
}

.perso_histoire b {
  font-family: Delvona;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
  display: inline-block;
  background: linear-gradient(75deg, #ffb853, #9e4f21);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.texte_histoire {
  margin: auto;
  width: 60vw;
  text-align: center;
  margin-top: 150px;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  font-family: 'Urbanist', Helvetica;
}

/*  domaines  */

.mission {
  text-align: center;
  width: 60vw;
  margin: auto;
}

.mission p {
  font-family: 'Urbanist', Helvetica;
  font-weight: 400;
  color: #fff3db;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 50px;
}

.end_mission {
  padding-bottom: 150px;
}

/* ------- 
  _____                                               _                
 |  __ \                                             (_)               
 | |__) |   ___   ___   _ __     ___    _ __    ___   _  __   __   ___ 
 |  _  /   / _ \ / __| | '_ \   / _ \  | '_ \  / __| | | \ \ / /  / _ \
 | | \ \  |  __/ \__ \ | |_) | | (_) | | | | | \__ \ | |  \ V /  |  __/
 |_|  \_\  \___| |___/ | .__/   \___/  |_| |_| |___/ |_|   \_/    \___|
                       | |                                             
                       |_|                                             

▗▄▄▖ ▗▞▀▚▖ ▄▄▄ ▄▄▄▄   ▄▄▄  ▄▄▄▄   ▄▄▄ ▄ ▄   ▄ ▗▞▀▚▖
▐▌ ▐▌▐▛▀▀▘▀▄▄  █   █ █   █ █   █ ▀▄▄  ▄ █   █ ▐▛▀▀▘
▐▛▀▚▖▝▚▄▄▖▄▄▄▀ █▄▄▄▀ ▀▄▄▄▀ █   █ ▄▄▄▀ █  ▀▄▀  ▝▚▄▄▖
▐▌ ▐▌          █                      █            
               ▀                                   
                                           

                                           responsive        
                                                   
------- */

@media screen and (max-width: 992px) {
  .partenaire_bloc {
    display: block;
  }

  .logo_finder_phrase {
    font-family: 'Urbanist', Helvetica;
    font-weight: 400;
    color: #fff3db !important;
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
  }

  .deux_perso {
    display: block;
    margin-top: -45px;
    margin-bottom: -100px;
  }

  .perso_histoire {
    padding-bottom: 90px;
  }

  .navbar {
    display: none;
  }

  .back_menu {
    z-index: 20 !important;
  }

  .sidenav {
    z-index: 100;
    height: 100%;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 250;
    top: 0;
    left: -100vw;
    /*background: linear-gradient(#094791, #47ADAD);*/
    background: linear-gradient(75deg, #070603, #6a3410);
    padding-top: 60px;
    transition: left 0.5s ease;
  }

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

  /* Sidenav menu links */
  .sidenav a {
    padding: 8px 28px 8px 28px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-family: 'Unbounded', Helvetica;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }

  .sidenav a:hover {
    color: white;
  }

  /* Active class */
  .sidenav.active {
    left: 0;
  }

  /* Close btn */
  .sidenav .close {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 40px;
  }

  .burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    z-index: 100;
  }

  a#openBtn {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 200;
  }

  img.logo-monogramme.logo_tel {
    display: block;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 100;
  }

  /* ----- FINDER ---- */

  .finder {
    display: block;
  }
  .groupe_texte_finder {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .logo-signature {
    width: 250px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .contact-bouton a {
    margin: auto;
    margin-bottom: 30px;
  }

  .element-avenue-albert {
    text-align: left !important;
  }

  .groupe_texte_finder .p {
    text-align: left !important;
    margin-top: 10px;
  }

  .tel {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }

  .mail_content {
    column-gap: 10px;
  }

  .logo_finder {
    margin-top: 20px;
  }

  /* ---- ACCUEIL --- */

  img.logo-complet {
    width: 70vw;
    margin-top: -60px;
  }

  .QUI_SOMMES_NOUS {
    display: block;
    width: 80vw;
  }

  img.building {
    width: 100%;
    height: initial;
  }

  h1.title_colored {
    margin-top: 50px;
    margin-bottom: 19px;
    font-size: 2.2em;
    width: 80vw;
  }

  .QUI_TEXT {
    font-size: 1em;
    text-align: center;
  }

  .titre_expertises {
    font-size: 2.2em;
  }

  .texte_expertises {
    font-size: 1em;
    margin: auto;
    padding-top: 20px;
    width: 80vw;
  }

  .rectangle-9 {
    display: none;
  }

  .rectangle-8 {
    display: none;
  }

  img.scroll-button-left.hidden {
    display: none !important;
  }

  img.scroll-button-right {
    display: none !important;
  }

  .frame-2 {
    display: block;
  }

  .overlap-wrapper {
    padding: 30px;
    height: 100% !important;
    margin-bottom: 30px;
  }

  .titre_slide_acceuil {
    font-size: 1.4em;
  }

  .titre_slide_petit {
    font-size: 40px;
    font-size: 1.1em;
  }

  .texte_adn {
    width: 80vw;
    padding: 0;
    margin: auto;
    margin-top: 20px;
  }

  .ADN .vector_adn {
    margin-top: -10px;
  }

  h1.titre_blanc {
    font-size: 3em;
    margin-bottom: 12px;
  }

  .ADN {
    padding-bottom: 10vh;
  }

  .pourquoi {
    display: block;
    width: 80vw;
    height: 100%;
    padding-bottom: 18vh;
  }

  .montagne {
    height: 100% !important;
    width: 100%;
  }

  .title_pourquoi {
    font-size: 2.2em;
    line-height: inherit;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* nuage de mots */

  #holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100%;
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: -1 !important;
  }

  /* --- PAGE ---- */

  .titre_page {
    font-size: 2.6em !important;
    margin-top: 0px;
    width: 80vw;
  }

  .liste_colonne_gauche {
    display: block;
  }

  .list_rectangle_page {
    display: block;
    width: 70vw;
    margin: auto;
    margin-top: 70px;
  }

  .rectangle_liste {
    margin-bottom: 15px;
  }

  .content_description {
    display: block;
    margin-top: 8vh !important;
    width: 75vw;
  }

  .image_description_texte {
    margin-top: 50px;
    width: 100%;
  }

  .description_page {
    width: 100%;
  }

  .content-text-page.content_titre_gauche {
    width: 80vw;
    column-gap: 50px;
    display: flex;
    color: white;
    align-items: center;
    margin: auto;
    padding-top: 8vh;
    flex-wrap: wrap;
  }

  .content_page_titre_couleur {
    line-height: 1.2em;
    font-size: 1.3em;
    margin-bottom: 40px;
  }

  .content-text-page.content_titre_droite {
    width: 80vw;
    column-gap: 50px;
    display: flex;
    color: white;
    align-items: center;
    margin: auto;
    flex-wrap: wrap-reverse;
  }

  .texte_milieu_developpement {
    width: 90vw;
    margin: auto;
  }

  #optimiser {
    padding-top: 15vh;
  }

  div#ajuster {
    padding-top: 5vh;
    padding-bottom: 15vh;
  }

  .texte_milieu_developpement h1.content_page_titre_couleur {
    width: 80vw;
    margin: auto;
    font-size: 2.1em;
  }

  .formation_tableau {
    display: flex;
    width: 75vw;
    margin: auto;
    column-gap: 40px;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content_page_titre_blanc {
    font-size: 1.2em;
  }

  .tableau_content {
    margin-bottom: 25px;
    width: 100%;
  }

  .content-text-page.content_titre_droite {
    width: 70vw;
  }

  .texte_qualiopi {
    font-size: 1em;
    margin-top: 20px;
  }

  #preparer .content-text-page.content_titre_droite {
    padding-bottom: 15vh;
  }

  .contenaire_berenice {
    width: 80vw;
    margin: auto;
    text-align: center;
  }

  img.logo-complet-blanc {
    width: 60%;
  }

  .contenaire_entreprise_berenice {
    flex-wrap: wrap;
    margin-top: -70px;
    margin-bottom: 20vh;
  }

  .entreprise img.logo-complet {
    margin: 0px;
  }

  .contenaire_entreprise_berenice .entreprise {
    margin-top: 80px;
    width: 100%;
  }

  .contenaire_entreprise_berenice img {
    height: 130px;
  }

  .top_contact h1 {
    font-size: 35px;
    width: 80vw;
    margin: auto;
  }

  .contact_content_total {
    padding-bottom: 15vh;
    display: block;
    margin-top: 35px;
  }

  .bloc_contact_gauche {
    width: 63vw;
    margin: auto;
  }

  .contact_group2 {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .vector_end {
    padding-bottom: 10vh;
    margin-top: -30px;
  }

  .image_plan {
    width: 100% !important;
  }

  /* NOS EXPERTS */

  .contenaire_top_expert h1.titre_page {
    font-size: 3em !important;
    margin: auto;
  }

  .texte_couleur_expert {
    width: 85vw;
  }

  .texte_expert {
    width: 80vw;
  }

  .expert_gauche {
    width: 90vw;
  }

  .expert_gauche img {
    height: 18vh;
  }

  .expert_gauche h1 {
    font-size: 1.2em;
  }

  .ralph_h1 h1 {
    font-size: 1em;
  }

  .image_expert.ralph {
    height: 14vh !important;
  }

  .textes_fin_expert_content h1 {
    margin-top: 9vh;
    font-size: 2.2em;
  }

  .textes_fin_expert_content {
    width: 75vw;
    margin: auto;
    padding-bottom: 14vh;
    padding-top: 1vh;
    color: white !important;
  }

  /* --- modif après --- */

  .contenaire_logo_accueil {
    height: 110%;
  }

  .scroll {
    display: none;
  }

  .image_expert.ralph {
    height: 13vh !important;
  }

  .ralph_h1 h1 {
    font-size: 0.9em;
  }

  .stephanie .image_expert {
    height: 17vh !important;
  }

  .stephanie h1 {
    font-size: 1em;
  }

  /* SOLUTIONS  */

  .accompagnements_demande .title_colored {
    font-size: 30px;
    width: 100%;
  }

  .liste_describ_accompagnement {
    display: block;
  }

  .liste_describ_accompagnement p {
    margin-bottom: 20px;
  }

  .describ_accompagnement h1 {
    line-height: 30px;
  }

  .describ_deb_solu h1 {
    font-size: 30px;
    width: 100%;
  }

  .describ_deb_solu {
    width: 70vw;
  }
}

@media screen and (max-width: 350px) {
  .titre_page {
    margin-top: 205px;
  }

  .content_description {
    margin-top: 25vh !important;
  }
}
