html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.wrapper { container-type: inline-size; }

@container (min-width: 480px) {
  .card { padding: var(--space-3); }
}
@container (min-width: 960px) {
  .grid { grid-template-columns: 1fr 1fr; gap: var(--space-4); }
}
/*
#intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 95%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease;
  flex-direction: column;
  text-align: center;
}

#intro-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

.intro-text h1.big {
  font-size: 6rem;
  margin: 0.6em 0;
  font-family: "Rubik Glitch", Helvetica;
}

.intro-text h1.big2 {
  font-size: 4rem;
  opacity: 60%;
  margin: 0.6em 0;
  font-family: 'Exo2', sans-serif;
}

.intro-text p.small {
  font-size: 2rem;
  margin: 0.8em 0;
  font-family: "Rubik Glitch", Helvetica;
}

.name-wrapper {
  display: inline-block;
  text-align: center;
}

.loading-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  overflow: hidden;
  margin: 0.5em auto 0 auto;
}

.loading-bar .progress {
  height: 100%;
  width: 0;
  background-color: white;
}
*/


.element.element-px {
  display: flex;
  flex-direction: column;
  min-width: 310px;
  max-width: 399px;
  height: 4620px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.owl-carousel .owl-dot {
  background: gray!important; /* Changez la couleur de fond */
  width: 17px; /* Changez la largeur des points */
  height: 17px; /* Changez la hauteur des points */
  margin: 5px; /* Ajustez l'espacement */
  border-radius: 50%; /* Points ronds */
  opacity: 0.35; /* Assurez-vous qu'ils sont complètement visibles */
  transition: background 0.3s; /* Animation lors du survol */
}

.owl-carousel .owl-dot.active {
  background: white; /* Couleur différente pour le point actif */
  opacity: 0.8;
}

.owl-carousel .owl-dot:hover {
  background: gray; /* Couleur lors du survol */
  opacity: 0.6;
}

.youtubechannel {
  font-family: "Roboto", Helvetica;
  font-size: 12px;
  margin-top: 10px;
  color: #D3D3D3;
  opacity: 50%;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.element .fond-noir-blanc {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .frame {
  display: flex;
  top: 0px;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  padding-right: 40px;
  position: fixed;
  align-self: stretch;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 3;
}

.element .div {
  display: flex;
  width: 176px;
  align-items: center;
  gap: 7px;
  position: relative;
}

.element .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .vector {
  position: relative;
  width: 18px;
  height: 18px;
}

.element .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-right: -26px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .img {
  position: relative;
  width: 63px;
}

.element .fond-noir-blanc-2 {
  z-index: 1;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 62px);
  top: 62px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group {
  position: absolute;
  width: 156px;
  height: 16px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-3 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 60px 30px 0px;
  padding-top: 0px;
  margin-top: -90px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  clear: both;
}

.element .frame-3 {
  display: flex;
  flex-direction: column;
  height: 940px;
  align-items: center;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  height: 23px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-wrapper {
  display: flex;
  flex-direction: column;
  height: 307px;
  align-items: center;
  justify-content: center;
  gap: 51px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .je-m-appelle-damien-wrapper {
  display: flex;
  height: 301px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .je-m-appelle-damien {
  position: relative;
  width: 224px;
  height: 288px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.element .b-w-version {
  position: relative;
  width: 170px;
  height: 230px;
  object-fit: cover;
  margin-top: 80px;
}

.element .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .download-CV {
  display: flex;
  width: 132px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #cacaca66;
  box-shadow: 3px 3px 5px #00000066;
  opacity: 0.35;
}


.element .download-CV:hover {
  display: flex;
  width: 132px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #C7C7C7;
  box-shadow: 2px 2px 4px #00000066;
  opacity: 0.40;
}

.element .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  margin-bottom: -5px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .qualits {
  display: flex;
  flex-direction: column;
  height: 122px;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}

.element .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  z-index: 2;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-7 {
  position: relative;
  width: fit-content;
  z-index: 1;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-8 {
  position: relative;
  width: fit-content;
  z-index: 0;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-9 {
  position: absolute;
  width: 249px;
  top: -1px;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.element .group-wrapper {
  display: flex;
  flex-direction: column;
  width: 645px;
  height: 1240px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -197.5px;
  margin-right: -197.5px;
}

.element .div-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1236.46px;
}

.element .frame-6 {
  display: flex;
  width: 645px;
  height: 1236px;
  align-items: flex-start;
  justify-content: center;
  gap: 121px;
  position: relative;
}

.element .frame-7 {
  display: flex;
  flex-direction: column;
  width: 648px;
  height: 710px;
  align-items: center;
  position: relative;
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.element .frame-8 {
  display: flex;
  flex-direction: column;
  width: 646px;
  height: 1303px;
  align-items: center;
  justify-content: center;
  gap: 45px;
  position: relative;
  margin-bottom: -593px;
}

.element .marketing-wrapper {
  display: flex;
  width: 236px;
  height: 359px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 184px 33px 95px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .marketing {
  display: flex;
  flex-direction: column;
  width: 249px;
  height: 383px;
  align-items: center;
  gap: 38px;
  position: relative;
  margin-top: -151.5px;
  margin-bottom: -151.5px;
  margin-left: -39.5px;
  margin-right: -33px;
}

.element .layer {
  position: relative;
  width: 82px;
  height: 82px;
}

.element .frame-9 {
  display: flex;
  flex-direction: column;
  width: 181px;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .p {
  position: relative;
  width: 166px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .multimedia-wrapper {
  display: flex;
  width: 236px;
  height: 359px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 102px 41px 76px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .multimedia {
  display: flex;
  flex-direction: column;
  width: 249px;
  height: 321px;
  align-items: center;
  gap: 57px;
  position: relative;
  margin-top: -70px;
  margin-bottom: -70px;
  margin-left: -47.5px;
  margin-right: -41px;
}

.element .layer-2 {
  position: relative;
  width: 82px;
  height: 71px;
}

.element .frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-11 {
  position: relative;
  width: 176px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .IT-wrapper {
  display: flex;
  width: 236px;
  height: 359px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 64px 40px 62px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .IT {
  display: inline-flex;
  flex-direction: column;
  height: 391px;
  align-items: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -158px;
}

.element .layer-3 {
  position: relative;
  width: 82px;
  height: 59px;
}

.element .frame-11 {
  display: inline-flex;
  flex-direction: column;
  height: 249px;
  align-items: center;
  gap: 30px;
  position: relative;
}

.element .text-wrapper-12 {
  position: relative;
  width: 154px;
  height: 169px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .experiences {
  height: 469px;
  gap: 28px;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

.element .text-wrapper-13 {
  position: relative;
  width: 234px;
  height: 43px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .div-2 {
  width: 199px;
  gap: 25px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.element .logo-CPNV {
  position: relative;
  width: 83px;
  height: 44px;
  object-fit: cover;
}

.element .text-wrapper-14 {
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  color: #000000;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .merck {
  display: flex;
  flex-direction: column;
  width: 182px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.element .merck-2 {
  position: relative;
  width: 94px;
  height: 53px;
  object-fit: cover;
}

.element .breitling {
  position: relative;
  width: 100px;
  height: 55px;
  object-fit: cover;
}

.element .bigleap_img {
  position: relative;
  width: 100px;
  height: 55px;
  object-fit: cover;
}

.element .bigleap {
  width: 199px;
  gap: 25px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.element .frame-12 {
  display: flex;
  flex-direction: column;
  width: 236px;
  align-items: center;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 57px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-16 {
  display: flex;
  flex-direction: column;
  width: 261px;
  height: 165px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 86px 99px 86px 89px;
  position: relative;
  margin-top: -2px;
  margin-left: -12.5px;
  margin-right: -12.5px;
  background-color: #cfcfcf26;
  border: 2px solid;
  border-color: #b5b5b566;
  box-shadow: 1px 1px 10px #00000026;
}

.element .frame-17 {
  display: flex;
  width: 124px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -50px;
  margin-left: -27.5px;
  margin-right: -23.5px;
}

.element .vector-2 {
  position: relative;
  width: 21px;
  height: 22px;
}

.element .text-wrapper-16 {
  width: 97px;
  margin-right: -4px;
  font-family: "Roboto", Helvetica;
  color: #6a6a6a;
  text-align: justify;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-18 {
  display: flex;
  width: 198px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -46px;
  margin-left: -64.5px;
  margin-right: -60.5px;
}

.element .layer-4 {
  position: relative;
  width: 27px;
  height: 19px;
}

.element .text-wrapper-17 {
  position: relative;
  width: 212px;
  margin-right: -53px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
}

.element .frame-19 {
  display: flex;
  flex-direction: column;
  width: 235px;
  align-items: flex-start;
  gap: 21px;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-overlay {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 27px;
  padding: 21px 31px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .overlap-group-wrapper {
  position: relative;
  width: 16.09px;
  height: 19.81px;
  margin-top: -10.9px;
  margin-bottom: -10.9px;
}

.element .overlap-group {
  position: relative;
  width: 16px;
  height: 20px;
}

.element .ellipse {
  position: absolute;
  width: 16px;
  height: 14px;
  top: 6px;
  left: 0;
}

.element .ellipse-2 {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 0;
  left: 4px;
  background-color: #d9d9d9;
  border-radius: 4.33px;
}

.element .nom-prnom {
  position: relative;
  width: 103px;
  height: 13px;
  margin-top: -8.5px;
  margin-bottom: -6.5px;
  background-color: transparent;
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  padding: 0;
}

.element .frame-20 {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 37px;
  padding: 21px 29px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -11.5px;
  margin-bottom: -9.5px;
  opacity: 0.4;
  font-family: "Roboto", Helvetica;
  font-weight: 800;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .e-mail {
  position: relative;
  width: 100%;
  margin-top: -9px;
  margin-bottom: -7px;
  background-color: transparent;
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin-left: -12px;
}

.element .frame-21 {
  display: flex;
  height: 130px;
  align-items: flex-start;
  gap: 30px;
  padding: 14px 21px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .frame-22 {
  display: inline-flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.element .group-2 {
  position: relative;
  width: 27.5px;
  height: 23.69px;
}

.element .overlap-group-2 {
  position: relative;
  width: 26px;
  height: 21px;
  left: 2px;
}

.element .polygon {
  position: absolute;
  width: 11px;
  height: 9px;
  top: 12px;
  left: 0;
}

.element .ellipse-3 {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 0;
  left: 2px;
  background-color: #cecece;
  border-radius: 11.88px/9.12px;
  /*border: 1.75px solid rgba(0, 0, 0, 0.4);*/
}

/*
.element .votre-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  border: 0;
  background: none;
  width: 93px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: -10px;
}
*/

.votre-message {
  width: 200%;
  min-height: 80px;
  resize: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Roboto", Helvetica;
  font-size: 12px;
  font-weight: 300;
  /*color: #757575;*/
  line-height: 1.4;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  padding: 0;
  box-sizing: border-box;
  margin-left: -8px;
  margin-top: 1px;
}


.element .frame-23 {
  display: flex;
  width: 133px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #d9d9d9cc;
  border-radius: 10px;
  box-shadow: 0px 2px 5px #00000026;
  border: 0;
}

.element .frame-23:hover {
  display: flex;
  width: 133px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #d4d4d4;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #00000026;
  cursor: pointer;
}

.element .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.5;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-24 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-20 {
  position: relative;
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .layer-5 {
  position: relative;
  width: 25px;
  height: 25px;
}

.element .layer-5:hover {
  content: url('/images/Linkedin.png');
}

.element .group-3 {
  z-index: 2;
  position: absolute;
  width: 350px;
  height: 497px;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element #group-4 {
  width: 400px;
}

.element #group-5 {
  width: 450px;
}

.element .overlap {
  position: absolute;
  width: 261px;
  height: 314px;
  top: 0;
  left: 0;
}

.element .hopital-du-valais {
  opacity: 60%;
  width: 90%!important;
}

.element .hopital-du-valais-3 {
  opacity: 60%;
  width: 90%!important;
}

.element .branding {
  opacity: 60%;
}

.element .identitevisuelle {
  opacity: 60%;
}

/*
.element .hopital-du-valais {
  position: absolute;
  width: 256px;
  height: 314px;
  opacity: 60%;
  top: 0;
  left: 3px;
  object-fit: cover;
}

.element .branding {
  position: absolute;
  width: 256px;
  height: 314px;
  opacity: 60%;
  top: 0;
  left: 3px;
  object-fit: cover;
}

.element .identitevisuelle {
  position: absolute;
  width: 256px;
  height: 314px;
  opacity: 60%;
  top: 0;
  left: 3px;
  object-fit: cover;
}

.element .fruitybeats {
  position: absolute;
  width: 256px;
  height: 314px;
  opacity: 60%;
  top: 0;
  left: 3px;
  object-fit: cover;
}*/

.element .fruitybeats {
  opacity: 90%;
  width: 80%;
  height: 190px;
}

.element .fruitybeats-2 {
  opacity: 90%;
  width: 70%;
  height: 190px;
}

.element .fruitybeats-3 {
  opacity: 90%;
  width: 80%;
  height: 220px;
}

.element .fruitybeats-4 {
  opacity: 90%;
  width: 80%;
  height: 220px;
}

.element .video {
  opacity: 90%;
  width: 80%;
  height: 190px;
}

.element .video-2 {
  opacity: 90%;
  width: 70%;
  height: 190px;
}

.element .video-3 {
  opacity: 90%;
  width: 80%;
  height: 220px;
}

.element .video-4 {
  opacity: 90%;
  width: 80%;
  height: 220px;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.item-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 330px;
}

.item-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 290px;
  width: 450px;
}

.owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Assurez-vous que la hauteur est définie si vous voulez centrer verticalement */
}

.element .WEB-APP-MOBILES {
  position: absolute;
  width: 350px;
  top: 175px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .WEB-APP-MOBILES-2 {
  position: absolute;
  width: 350px;
  top: 185px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .WEB-APP-MOBILES-3 {
  position: absolute;
  width: 400px;
  top: 530px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .WEB-APP-MOBILES-4 {
  position: absolute;
  width: 450px;
  top: 510px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_branding {
  position: absolute;
  width: 350px;
  top: 138px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_branding-2 {
  position: absolute;
  width: 350px;
  top: 155px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_branding-3 {
  position: absolute;
  width: 400px;
  top: 485px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_branding-4 {
  position: absolute;
  width: 450px;
  top: 465px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_identitevisuelle {
  position: absolute;
  width: 350px;
  top: 120px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_identitevisuelle-2 {
  position: absolute;
  width: 350px;
  top: 145px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_identitevisuelle-3 {
  position: absolute;
  width: 400px;
  top: 470px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_identitevisuelle-4 {
  position: absolute;
  width: 450px;
  top: 450px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .text_fruitybeats {
  position: absolute;
  width: 350px;
  top: 220px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_fruitybeats-2 {
  position: absolute;
  width: 350px;
  top: 240px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_fruitybeats-3 {
  position: absolute;
  width: 400px;
  top: 590px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_fruitybeats-4 {
  position: absolute;
  width: 450px;
  top: 550px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_spotify {
  position: absolute;
  width: 350px;
  top: 200px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_spotify-2 {
  position: absolute;
  width: 350px;
  top: 240px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_spotify-3 {
  position: absolute;
  width: 400px;
  top: 575px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_spotify-4 {
  position: absolute;
  width: 450px;
  top: 600px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_video {
  position: absolute;
  width: 350px;
  top: 220px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_video-2 {
  position: absolute;
  width: 350px;
  top: 240px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_video-3 {
  position: absolute;
  width: 400px;
  top: 590px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .text_video-4 {
  position: absolute;
  width: 450px;
  top: 550px;
  left: 0;
  font-family: "Rubik Glitch", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.element .boutons-projets {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 383px;
  left: 97px;
}


.element .ellipse-4 {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #b8b8b8b2;
  border-radius: 7px;
}

.element .ellipse-5 {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #b8b8b84c;
  border-radius: 7px;
}

.element.element-px-2 {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  max-width: 575px;
  height: 5035px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-25 {
  display: flex;
  top: 0px;
  height: 62px;
  justify-content: space-around;
  gap: 91px;
  padding: 14px 35px;
  padding-right: 50px;
  align-self: stretch;
  width: 100%;
  background-color: #e9e9e9;
  align-items: center;
  position: fixed;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 3;
}

.element .frame-26 {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

.element .frame-27 {
  display: flex;
  width: 176px;
  align-items: center;
  gap: 11px;
  position: relative;
}

.element .text-wrapper-21 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .vector-3 {
  width: 22px;
  position: relative;
  height: 22px;
}

.element .text-wrapper-22 {
  position: relative;
  width: fit-content;
  margin-right: -54px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.element .fond-noir-blanc-3 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0px;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .group-4 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-23 {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-28 {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 70px 40px 0px;
  padding-top: 0px;
  margin-top: -80px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  clear: both;
}

.element .frame-29 {
  display: flex;
  flex-direction: column;
  height: 942px;
  align-items: center;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  height: 0px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .je-m-appelle-damien-2 {
  position: relative;
  width: 288px;
  height: 301px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .b-w-nd-version {
  position: relative;
  width: 200px;
  height: 298px;
  object-fit: cover;
  margin-top: 130px;
}

.element .frame-30 {
  display: flex;
  flex-direction: column;
  height: 179px;
  align-items: center;
  gap: 67px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -15px;
}

.element .download-CV-2 {
  display: flex;
  width: 153px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #cacaca66;
  box-shadow: 3px 3px 5px #00000066;
  opacity: 0.35;
}

.element .download-CV-2:hover {
  display: flex;
  width: 153px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #C7C7C7;
  box-shadow: 2px 2px 4px #00000066;
  opacity: 0.40;
}

.element .text-wrapper-25 {
  position: relative;
  width: fit-content;
  margin-top: -5px;
  margin-bottom: -3px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-31 {
  display: flex;
  flex-direction: column;
  width: 260px;
  gap: 25px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.element .frame-32 {
  display: flex;
  gap: 45px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.element .frame-33 {
  display: flex;
  width: 260px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.element .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-34 {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.element .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .qualits-2 {
  position: absolute;
  width: 260px;
  height: 212px;
  top: 231px;
  left: 0;
}

.element .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  height: 31.16px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-36 {
  display: flex;
  flex-direction: column;
  width: 645px;
  height: 1463px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin-left: -162.5px;
  margin-right: -162.5px;
}

.element .group-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1466.88px;
  margin-top: -1.94px;
  margin-bottom: -1.94px;
}

.element .frame-37 {
  display: flex;
  width: 645px;
  height: 1467px;
  align-items: flex-start;
  justify-content: center;
  gap: 121px;
  position: relative;
}

.element .frame-38 {
  display: flex;
  flex-direction: column;
  width: 646px;
  height: 1473px;
  align-items: center;
  justify-content: center;
  gap: 62px;
  position: relative;
  margin-bottom: -763px;
}

.element .frame-39 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 156px 33px 95px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .marketing-2 {
  display: flex;
  flex-direction: column;
  width: 249px;
  height: 383px;
  align-items: center;
  gap: 38px;
  position: relative;
  margin-top: -95px;
  margin-bottom: -95px;
  margin-left: -12px;
  margin-right: -12px;
}

.element .layer-6 {
  position: relative;
  width: 88px;
  height: 88px;
}

.element .text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-30 {
  position: relative;
  width: 199px;
  margin-left: -9px;
  margin-right: -9px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-40 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 169px 41px 76px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .multimedia-2 {
  display: flex;
  flex-direction: column;
  width: 293px;
  height: 424px;
  align-items: center;
  gap: 57px;
  position: relative;
  margin-top: -112.5px;
  margin-bottom: -112.5px;
  margin-left: -42px;
  margin-right: -41px;
}

.element .layer-7 {
  position: relative;
  width: 84px;
  height: 73px;
}

.element .text-wrapper-31 {
  position: relative;
  width: 201px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-41 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 64px 40px 62px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .IT-2 {
  display: inline-flex;
  flex-direction: column;
  height: 391px;
  align-items: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -73px;
}

.element .layer-8 {
  position: relative;
  width: 98px;
  height: 70px;
}

.element .text-wrapper-32 {
  position: relative;
  width: 193px;
  height: 169px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .experiences-2 {
  display: flex;
  flex-direction: column;
  height: 480px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-33 {
  position: relative;
  width: 234px;
  height: 43px;
  margin-top: -1.5px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-34 {
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  color: #000000;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

.element .breitling-2 {
  display: flex;
  flex-direction: column;
  width: 199px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -0.5px;
}

.element .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-35 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-43 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-44 {
  display: flex;
  flex-direction: column;
  height: 237px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 86px 99px 86px 89px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
  background-color: #cfcfcf26;
  border: 2px solid;
  border-color: #b5b5b566;
  box-shadow: 1px 1px 10px #00000026;
}

.element .frame-45 {
  display: flex;
  width: 124px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -14px;
}

.element .text-wrapper-36 {
  width: 125px;
  margin-right: -32px;
  font-family: "Roboto", Helvetica;
  color: #6a6a6a;
  font-size: 12px;
  text-align: justify;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-46 {
  display: flex;
  width: 198px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -10px;
  margin-left: -33px;
  margin-right: -29px;
}

.element .layer-9 {
  position: relative;
  width: 28px;
  height: 19px;
}

.element .text-wrapper-37 {
  position: relative;
  width: 212px;
  margin-right: -54px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
}

.element .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-overlay-2 {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 27px;
  padding: 21px 31px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .group-6 {
  position: relative;
  width: 16.09px;
  height: 19.81px;
  margin-top: -8.9px;
  margin-bottom: -8.9px;
}

.element .input {
  position: relative;
  width: 100%;
  height: 13px;
  margin-top: -5.5px;
  margin-bottom: -4.5px;
  background-color: transparent;
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  padding: 0;
  text-indent: 0;
  padding-left: 0;
  margin-left: -5px;
}

.element input::placeholder {
  color: #757575;
  transition: opacity 0.2s ease;
}

.element input:focus {
  outline: none;
}

.element input:focus::placeholder,
.element input:not(:placeholder-shown)::placeholder {
  opacity: 0;
}

.element .frame-48 {
  height: 44px;
  align-items: center;
  gap: 37px;
  padding: 21px 29px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .text-wrapper-38 {
  position: relative;
  width: fit-content;
  margin-top: -9.5px;
  margin-bottom: -5px;
  opacity: 0.4;
  font-family: "Roboto", Helvetica;
  font-weight: 800;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .e-mail-2 {
  position: relative;
  width: 100%;
  margin-top: -6px;
  margin-bottom: -5px;
  background-color: transparent;
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin-left: -12px;
}

.element .group-7 {
  z-index: 2;
  position: absolute;
  width: 315px;
  height: 397px;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.element .hopital-du-valais-2 {
  opacity: 60%;
  width: 70%!important;
}

.element .branding-2 {
  opacity: 60%;
  width: 80%!important;
}

.element .branding-3 {
  opacity: 60%;
}

.element .branding-4 {
  opacity: 60%;
}

.element .identitevisuelle-2 {
  opacity: 60%;
  width: 80%!important;
}

.element .identitevisuelle-3 {
  opacity: 60%;
}

.element .identitevisuelle-4 {
  opacity: 60%;
}

.element .cover {
  opacity: 60%;
}

.element .cover-2 {
  opacity: 60%;
}

.element .cover-3 {
  opacity: 60%;
}

.element .cover-4 {
  opacity: 60%;
}

.element.element-px-3 {
  display: flex;
  flex-direction: column;
  min-width: 576px;
  max-width: 899px;
  height: 5060px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-49 {
  display: flex;
  top: 0px;
  height: 62px;
  align-items: center;
  justify-content: space-around;
  gap: 237px;
  padding: 14px 50px;
  position: fixed;
  align-self: stretch;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 3;
}

.element .frame-50 {
  display: flex;
  width: 176px;
  align-items: center;
  gap: 15px;
  position: relative;
}

.element .text-wrapper-39 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-40 {
  position: relative;
  width: fit-content;
  margin-right: -92px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-51 {
  display: flex;
  width: 63px;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  cursor: pointer;
}

.element .text-wrapper-41 {
  position: relative;
  width: fit-content;
  margin-left: -33px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-52 {
  position: relative;
  width: 35px;
  height: 33.45px;
}

.element .fond-noir-blanc-4 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .component {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  top: 62px;
  height: calc(100vh - 62px);
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-8 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 50px;
  right: 60px;
}

.element .group-9 {
  position: absolute;
  width: 427px;
  height: 516px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .boutons-projets-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 498px;
  left: 165px;
}

.element .ellipse-6 {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #b8b8b8b2;
  border-radius: 9px;
}

.element .ellipse-7 {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #b8b8b84c;
  border-radius: 9px;
}

.element .overlap-group-3 {
  position: absolute;
  width: 425px;
  height: 405px;
  top: 0;
  left: 0;
}



.element .frame-53 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  padding: 110px 60px 0px;
  padding-top: 0px;
  margin-top: -60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  clear: both;
}

.element .frame-54 {
  display: flex;
  flex-direction: column;
  height: 911px;
  align-items: center;
  gap: 67px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-55 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 51px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-56 {
  display: flex;
  height: 221px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .je-m-appelle-damien-3 {
  position: relative;
  width: 387px;
  height: 288px;
  margin-top: -1px;
  margin-bottom: -66px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .b-w-version-2 {
  position: relative;
  width: 262px;
  height: 332px;
  object-fit: cover;
  margin-top: 80px;
}

.element .frame-57 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .qualits-3 {
  display: flex;
  width: 474px;
  height: 16px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-left: -9px;
  margin-right: -9px;
}

.element .text-wrapper-42 {
  position: relative;
  width: fit-content;
  margin-top: -5px;
  z-index: 2;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-43 {
  position: relative;
  width: fit-content;
  margin-top: -5px;
  z-index: 1;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-44 {
  position: relative;
  width: fit-content;
  margin-top: -5px;
  z-index: 0;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-58 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 71px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-59 {
  display: inline-flex;
  flex-direction: column;
  height: 1460px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -94.5px;
  margin-right: -94.5px;
}

.element .group-10 {
  position: relative;
  width: 645px;
  height: 1466.57px;
  margin-top: -3.29px;
  margin-bottom: -3.29px;
}

.element .frame-60 {
  display: flex;
  width: 320px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 156px 33px 95px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .marketing-3 {
  display: flex;
  flex-direction: column;
  width: 249px;
  height: 383px;
  align-items: center;
  gap: 38px;
  position: relative;
  margin-top: -95px;
  margin-bottom: -95px;
}

.element .frame-61 {
  display: flex;
  width: 320px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 169px 41px 76px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .multimedia-3 {
  display: flex;
  flex-direction: column;
  width: 293px;
  height: 424px;
  align-items: center;
  gap: 57px;
  position: relative;
  margin-top: -112.5px;
  margin-bottom: -112.5px;
  margin-left: -27.5px;
  margin-right: -27.5px;
}

.element .frame-62 {
  display: flex;
  width: 320px;
  height: 444px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 64px 40px 62px;
  position: relative;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .experiences-3 {
  display: flex;
  flex-direction: column;
  height: 429px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-45 {
  position: relative;
  width: 234px;
  height: 43px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-63 {
  display: flex;
  flex-direction: column;
  width: 456px;
  align-items: center;
  gap: 70px;
  padding: 0px 50px;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-64 {
  display: flex;
  width: 198px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -10px;
  margin-left: -15px;
  margin-right: -11px;
}

.element.element-px-4 {
  display: flex;
  flex-direction: column;
  min-width: 900px;
  max-width: 1244px;
  height: 4110px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-65 {
  display: flex;
  top: 0px;
  flex-direction: column;
  height: 65px;
  align-items: center;
  gap: 10px;
  padding: 9px 77px;
  position: fixed;
  align-self: stretch;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 4;
}

.element .frame-66 {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-67 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.element .vector-4 {
  position: relative;
  width: 24px;
  height: 25px;
}

.element .text-wrapper-46 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-68 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-69 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
  position: relative;
  flex: 0 0 auto;
  z-index: 4;
}

.element .text-wrapper-47 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .fond-noir-blanc-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  top: 1080px;
  left: 0;
}

.element .fond-noir-blanc-5 {
  z-index: 0;
  position: sticky;
  width: 100%;
  top: 0;
  height: 1080px;
  object-fit: cover;
  filter: brightness(0.99) contrast(0.95);
  background: linear-gradient(180deg, #F7F7F7, #ECECEC);
}

.element .component-2 {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 65px);
  top: 65px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-11 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .group-12 {
  position: absolute;
  width: 531px;
  height: 542px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .boutons-projets-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 524px;
  left: 217px;
}

.element .overlap-group-4 {
  position: absolute;
  width: 529px;
  height: 447px;
  top: 0;
  left: 0;
}

.element .hopital-du-valais-4 {
  opacity: 60%;
  width: 90%!important;
}

.element .frame-70 {
  display: flex;
  flex-direction: column;
  height: 1015px;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  clear: both;
}

.element .frame-71 {
  display: flex;
  flex-direction: column;
  height: 3026px;
  align-items: center;
  gap: 100px;
  padding: 111px 100px 0px;
  padding-top: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -2011px;
}

.element .frame-72 {
  display: flex;
  flex-direction: column;
  height: 913px;
  align-items: center;
  gap: 67px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-48 {
  position: relative;
  align-self: stretch;
  height: 5px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-73 {
  display: flex;
  height: 189px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .je-m-appelle-damien-4 {
  position: relative;
  width: 474px;
  height: 288px;
  margin-top: -1px;
  margin-bottom: -98px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .b-w-version-3 {
  position: relative;
  width: 288.06px;
  height: 366px;
  object-fit: cover;
  margin-top: 80px;
}

.element .qualits-4 {
  display: flex;
  height: 16px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-49 {
  position: relative;
  align-self: stretch;
  height: 31.16px;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-74 {
  display: flex;
  flex-direction: column;
  width: 645px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.element .group-13 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 513.84px;
}

.element .frame-75 {
  display: flex;
  width: 645px;
  height: 514px;
  align-items: flex-start;
  justify-content: center;
  gap: 121px;
  position: relative;
}

.element .frame-76 {
  display: flex;
  flex-wrap: wrap;
  width: 648px;
  height: 710px;
  align-items: flex-start;
  justify-content: center;
  gap: 0px 103px;
  position: relative;
  margin-bottom: -196.16px;
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.element .frame-77 {
  display: flex;
  flex-wrap: wrap;
  width: 646px;
  height: 934px;
  align-items: center;
  gap: 62px 62px;
  position: relative;
  margin-bottom: -224px;
}

.element .frame-78 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 156px 33px 95px;
  position: relative;
  margin-top: -8px;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .frame-79 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 169px 41px 76px;
  position: relative;
  margin-top: -8px;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .frame-80 {
  display: flex;
  width: 291px;
  height: 444px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 64px 40px 62px;
  position: relative;
  margin-bottom: -8px;
  background-color: #e2e2e299;
  border-radius: 30px;
  overflow: hidden;
}

.element .experiences-4 {
  display: flex;
  flex-direction: column;
  height: 386px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0px 0px 0px 380px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-50 {
  position: relative;
  width: 234px;
  height: 43px;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-81 {
  display: flex;
  flex-direction: column;
  width: 700px;
  align-items: center;
  gap: 70px;
  padding: 0px 80px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -52px;
}

.element .text-wrapper-51 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-82 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 57px;
  padding: 0px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-83 {
  display: flex;
  width: 198px;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -10px;
}

.element .frame-84 {
  display: flex;
  flex-direction: column;
  width: 442px;
  align-items: flex-start;
  gap: 38px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
}

.element.element-px-5 {
  display: flex;
  flex-direction: column;
  min-width: 1245px;
  max-width: 1597px;
  height: 3800px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-85 {
  display: flex;
  top: 0px;
  flex-direction: column;
  height: 65px;
  align-items: center;
  gap: 10px;
  padding: 9px 77px;
  position: fixed;
  align-self: stretch;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 4;
}

.element .frame-86 {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
}


.element .frame-85 {
  height: 65px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 10px;
  padding: 10px 0px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: fixed;
  background-color: rgba(233, 233, 233, 0.55);
  z-index: 3;
}

.element .frame-86 {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 105px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}



.element .fond-noir-blanc-6 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .component-3 {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 65px);
  top: 65px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-14 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .group-15 {
  position: absolute;
  width: 523px;
  height: 551px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .boutons-projets-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 533px;
  left: 212px;
}

.element .overlap-group-5 {
  position: absolute;
  width: 521px;
  height: 447px;
  top: 0;
  left: 0;
}

.element .hopital-du-valais-5 {
  opacity: 60%;
}


.element .frame-87 {
  flex-direction: column;
  width: 1245px;
  align-items: center;
  justify-content: center;
  gap: 127px;
  padding: 150px 150px 0px;
  padding-top: 0px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element .frame-88 {
  flex-direction: column;
  height: 507px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.element .qui-je-suis {
  display: flex;
  flex-wrap: wrap;
  height: 303px;
  align-items: center;
  gap: 101px 101px;
  width: 100%;
  position: relative;
  align-self: stretch;
}

.element .texte {
  display: flex;
  flex-direction: column;
  height: 422px;
  align-items: flex-start;
  justify-content: center;
  gap: 45px;
  padding: 0px 40px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -59.5px;
  margin-bottom: -59.5px;
}

.element .text-wrapper-52 {
  height: 43px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  align-self: stretch;
}

.element .frame-89 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 51px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-90 {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .je-m-appelle-damien-5 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .download-CV-3 {
  display: flex;
  width: 148px;
  height: 37px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #cacaca66;
  box-shadow: 3px 3px 5px #00000066;
  opacity: 0.35;
}

.element .download-CV-3:hover {
  display: flex;
  width: 148px;
  height: 37px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  position: relative;
  background-color: #C7C7C7;
  box-shadow: 2px 2px 4px #00000066;
  opacity: 0.40;
}

.element .text-wrapper-53 {
  position: relative;
  width: fit-content;
  margin-top: -5.5px;
  margin-bottom: -3.5px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .b-w-version-4 {
  position: relative;
  width: 289px;
  height: 366px;
  margin-top: -31.5px;
  margin-bottom: -31.5px;
  object-fit: cover;
}

.element .qualits-5 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: 169px;
}

.element .text-wrapper-54 {
  position: relative;
  width: fit-content;
  z-index: 2;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-55 {
  position: relative;
  width: fit-content;
  z-index: 1;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-56 {
  position: relative;
  width: fit-content;
  z-index: 0;
  opacity: 0.3;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #585858e6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.element .group-16 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1056px;
  margin-right: -2px;
}

.element .frame-91 {
  display: flex;
  flex-wrap: wrap;
  width: 945px;
  align-items: flex-start;
  justify-content: center;
  gap: 121px 121px;
  position: absolute;
  top: 67px;
  left: 0;
}

.element .frame-92 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 42px 103px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .frame-93 {
  display: flex;
  width: 1258px;
  height: 518px;
  align-items: center;
  justify-content: center;
  gap: 62px;
  position: relative;
  margin-left: -156.5px;
  margin-right: -156.5px;
}

.element .experiences-5 {
  display: inline-flex;
  flex-direction: column;
  height: 429px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-57 {
  position: absolute;
  width: 377px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-94 {
  flex-direction: column;
  align-items: center;
  gap: 70px;
  padding: 0px 200px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element .frame-95 {
  display: flex;
  flex-direction: column;
  width: 446px;
  height: 237px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 86px 99px 86px 89px;
  position: relative;
  margin-top: -2px;
  background-color: #cfcfcf26;
  border: 2px solid;
  border-color: #b5b5b566;
  box-shadow: 1px 1px 10px #00000026;
}

.element .frame-96 {
  display: flex;
  flex-direction: column;
  width: 442px;
  align-items: flex-start;
  gap: 38px;
  position: relative;
  flex: 0 0 auto;
}

.element.element-px-6 {
  display: flex;
  flex-direction: column;
  min-width: 1598px;
  max-width: 1725px;
  height: 3780px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-97 {
  height: 62px;
  top: 0px;
  gap: 10px;
  padding: 8px 134px;
  background-color: rgba(233, 233, 233, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  align-self: stretch;
  width: 100%;
  z-index: 4;
}

.element .fond-noir-blanc-7 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .component-4 {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 62px);
  top: 62px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-17 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .group-18 {
  position: absolute;
  width: 523px;
  height: 551px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .frame-98 {
  gap: 120px;
  padding: 150px 200px 0px;
  padding-top: 0px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-99 {
  display: flex;
  flex-direction: column;
  height: 506px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .group-19 {
  position: relative;
  width: 1202px;
  height: 1056px;
  margin-left: -1px;
  margin-right: -3px;
}

.element .frame-100 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  align-items: flex-start;
  justify-content: center;
  gap: 121px 121px;
  position: absolute;
  top: 67px;
  left: 0;
}

.element .frame-101 {
  display: flex;
  width: 1258px;
  height: 518px;
  align-items: center;
  justify-content: center;
  gap: 62px;
  position: relative;
  margin-left: -29px;
  margin-right: -29px;
}

.element .text-wrapper-58 {
  position: absolute;
  width: 508px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-102 {
  display: flex;
  flex-direction: column;
  width: 634px;
  align-items: center;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-103 {
  display: flex;
  flex-direction: column;
  width: 445px;
  height: 237px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 86px 99px 86px 89px;
  position: relative;
  margin-top: -2px;
  background-color: #cfcfcf26;
  border: 2px solid;
  border-color: #b5b5b566;
  box-shadow: 1px 1px 10px #00000026;
}

.element.element-px-7 {
  display: flex;
  flex-direction: column;
  min-width: 1726px;
  max-width: 1759px;
  height: 3226px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-104 {
  flex-direction: column;
  top: 0px;
  width: 1726px;
  height: 60px;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 145px;
  background-color: rgba(233, 233, 233, 0.55);
  display: flex;
  position: fixed;
  z-index: 4;
}

.element .fond-noir-blanc-8 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .component-5 {
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 62px);
  top: 62px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-5.png);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
}

.element .group-20 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-59 {
  position: absolute;
  width: 244px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.element .group-21 {
  position: absolute;
  width: 523px;
  height: 551px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .frame-105 {
  flex-direction: column;
  height: 2109px;
  align-items: center;
  gap: 115px;
  padding: 100px 200px 0px;
  padding-top: 0px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.element .frame-106 {
  display: flex;
  flex-direction: column;
  height: 552px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .group-22 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 585px;
  margin-right: -2px;
}

.element .frame-107 {
  display: flex;
  width: 1326px;
  align-items: flex-start;
  gap: 121px;
  position: absolute;
  top: 67px;
  left: 0;
}

.element .frame-108 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .frame-109 {
  display: flex;
  width: 1258px;
  height: 518px;
  align-items: center;
  gap: 62px;
  position: relative;
}

.element .experiences-6 {
  display: inline-flex;
  flex-direction: column;
  height: 518px;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -166px;
}

.element .text-wrapper-60 {
  position: relative;
  width: 234px;
  height: 43px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.element .CPNV {
  display: flex;
  flex-direction: column;
  width: 199px;
  align-items: flex-end;
  justify-content: center;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
}

.element .merck-3 {
  display: flex;
  flex-direction: column;
  width: 182px;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.element .breitling-3 {
  display: flex;
  flex-direction: column;
  width: 199px;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
  position: relative;
  flex: 0 0 auto;
}

.element .bigleap-3 {
  display: flex;
  flex-direction: column;
  width: 199px;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
  position: relative;
  flex: 0 0 auto;
}

.element .logo-breitling {
  position: relative;
  width: 98px;
  height: 45.37px;
  object-fit: cover;
}

.element .text-wrapper-61 {
  position: absolute;
  width: 590px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-110 {
  flex-direction: column;
  height: 644px;
  align-items: center;
  gap: 12px;
  padding: 0px 150px;
  align-self: stretch;
  width: 100%;
  margin-bottom: -2px;
  display: flex;
  position: relative;
}

.element .frame-111 {
  display: flex;
  flex-direction: column;
  height: 569px;
  align-items: flex-start;
  gap: 105px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .text-wrapper-62 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .frame-112 {
  height: 431px;
  align-items: center;
  justify-content: center;
  gap: 55px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.element .frame-113 {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 53px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.element .frame-114 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-115 {
  flex-direction: column;
  width: 462px;
  height: 237px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 86px 89px;
  margin-left: -2px;
  background-color: #cfcfcf26;
  border: 2px solid;
  border-color: #b5b5b566;
  box-shadow: 1px 1px 10px #00000026;
  display: flex;
  position: relative;
}

.element .frame-116 {
  flex-direction: column;
  width: 442px;
  height: 318px;
  align-items: center;
  justify-content: center;
  gap: 45px;
  display: flex;
  position: relative;
}

.element .frame-overlay-wrapper {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.element .frame-overlay-3 {
  height: 44px;
  gap: 27px;
  padding: 21px 31px;
  flex: 1;
  flex-grow: 1;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
  display: flex;
  align-items: center;
  position: relative;
}

.element .frame-117 {
  height: 44px;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.element .frame-118 {
  height: 44px;
  align-items: center;
  gap: 37px;
  padding: 21px 29px;
  flex: 1;
  flex-grow: 1;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
  display: flex;
  position: relative;
}

.element .frame-119 {
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element .frame-120 {
  height: 140px;
  align-items: flex-start;
  gap: 30px;
  padding: 14px 21px 17px;
  flex: 1;
  flex-grow: 1;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
  display: flex;
  position: relative;
}

.element .frame-121 {
  height: 51px;
  align-items: center;
  gap: 927px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.element.element-px-8 {
  display: flex;
  flex-direction: column;
  min-width: 1759px;
  max-width: 1919px;
  height: 3232px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .fond-noir-blanc-9 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.99) contrast(0.95);
}

.element .frame-122 {
  height: 62px;
  top: 0px;
  gap: 10px;
  padding: 8px 149px;
  background-color: rgba(233, 233, 233, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 4;
  align-self: stretch;
  width: 100%;
}

.element .group-23 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .boutons-projets-6 {
  top: 806px;
  left: 831px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
}

.element .component-6 {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 62px);
  top: 62px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-6.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-24 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-63 {
  width: 249px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.element .group-25 {
  position: absolute;
  width: 523px;
  height: 551px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .frame-123 {
  gap: 110px;
  padding: 100px 190px 0px;
  padding-top: 0px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-124 {
  display: flex;
  width: 1379px;
  align-items: flex-start;
  gap: 121px;
  position: absolute;
  top: 67px;
  left: 0;
}

.element .experiences-7 {
  display: inline-flex;
  flex-direction: column;
  height: 518px;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -113px;
}

.element .logo-breitling-2 {
  position: relative;
  width: 100px;
  height: 47px;
  object-fit: cover;
}

.element .text-wrapper-64 {
  position: absolute;
  width: 615px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-125 {
  display: flex;
  flex-direction: column;
  height: 644px;
  align-items: center;
  gap: 12px;
  padding: 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-126 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-overlay-4 {
  width: 520px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.element .frame-127 {
  width: 520px;
  height: 44px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.element .frame-128 {
  width: 520px;
  align-items: flex-start;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element.element-px-9 {
  display: flex;
  flex-direction: column;
  min-width: 1920px;
  height: 3210px;
  align-items: center;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #000000;
}

.element .frame-129 {
  height: 62px;
  top: 0px;
  gap: 10px;
  padding: 8px 162px;
  background-color: rgba(233, 233, 233, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 4;
  align-self: stretch;
  width: 100%;
}

.element .fond-noir-blanc-10 {
  position: sticky;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.element .group-26 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-65 {
  text-align: right;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .boutons-projets-7 {
  position: absolute;
  width: 96px;
  height: 18px;
  top: 806px;
  left: 912px;
}

.element .component-7 {
  z-index: 2;
  position: absolute;
  align-self: stretch;
  width: 100%;
  height: calc(100vh - 62px);
  top: 62px;
  background-image: url(https://c.animaapp.com/eZi9Uaoq/img/fond-noir-blanc-vectoriel-12-7.png);
  background-size: cover;
  background-position: 50% 50%;
}

.element .group-27 {
  position: absolute;
  width: 178px;
  height: 19px;
  bottom: 40px;
  right: 70px;
}

.element .text-wrapper-66 {
  width: 271px;
  text-align: justify;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element .group-28 {
  position: absolute;
  width: 523px;
  height: 551px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element .frame-130 {
  gap: 100px;
  padding: 120px 240px 0px;
  padding-top: 0px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-131 {
  display: flex;
  width: 1440px;
  align-items: flex-start;
  gap: 121px;
  position: absolute;
  top: 67px;
  left: 0;
}

.element .experiences-8 {
  display: inline-flex;
  flex-direction: column;
  height: 518px;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -52px;
}

.element .logo-breitling-3 {
  position: relative;
  width: 101px;
  height: 47px;
  object-fit: cover;
}

.element .text-wrapper-67 {
  position: absolute;
  width: 649px;
  top: 0;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-132 {
  display: flex;
  flex-direction: column;
  height: 644px;
  align-items: center;
  gap: 12px;
  padding: 0px 140px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-133 {
  height: 431px;
  justify-content: center;
  gap: 55px 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-134 {
  justify-content: space-between;
  gap: 0px 130px;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .frame-overlay-5 {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.element .frame-overlay-6 {
  display: flex;
  width: 520px;
  height: 44px;
  gap: 27px;
  padding: 21px 31px;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
  align-items: center;
  position: relative;
}

.element .frame-135 {
  display: inline-flex;
  height: 44px;
  align-items: flex-start;
  position: relative;
}

.element .frame-136 {
  display: flex;
  width: 520px;
  height: 44px;
  align-items: center;
  gap: 37px;
  padding: 21px 29px;
  position: relative;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .frame-137 {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.element .frame-138 {
  display: flex;
  width: 520px;
  height: 140px;
  align-items: flex-start;
  gap: 30px;
  padding: 14px 21px 17px;
  position: relative;
  background-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: #9d9d9d80;
}

.element .overlap-group-6 {
  position: relative;
  height: 25px;
}

.element .vector-5 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}

.element .vector-6 {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 6px;
  left: 7px;
}

.element .vector-7 {
  position: absolute;
  width: 2px;
  height: 8px;
  top: 10px;
  left: 7px;
}

.element .vector-8 {
  position: absolute;
  width: 7px;
  height: 8px;
  top: 10px;
  left: 11px;
}

@media (max-width: 399px) {
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 899px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1244px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 1245px) and (max-width: 1597px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 1598px) and (max-width: 1725px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 1726px) and (max-width: 1758px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 1759px) and (max-width: 1919px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-9 {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .element.element-px {
    display: none !important;
  }
  .element.element-px-2 {
    display: none !important;
  }
  .element.element-px-3 {
    display: none !important;
  }
  .element.element-px-4 {
    display: none !important;
  }
  .element.element-px-5 {
    display: none !important;
  }
  .element.element-px-6 {
    display: none !important;
  }
  .element.element-px-7 {
    display: none !important;
  }
  .element.element-px-8 {
    display: none !important;
  }
}

.dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #c4c4c4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 211px;
  opacity: 85%;
  z-index: 4;
}

.dropdown-menu a {
  color: black;
  padding: 11px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.dropdown-menu2 {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #c4c4c4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 210px;
  opacity: 85%;
  z-index: 4;
}

.dropdown-menu2 a {
  color: black;
  padding: 11px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdown-menu2 a:hover {
  background-color: #f1f1f1;
}

@media (min-height: 300px) {
  .element .component-2 {
    height: 22%;
  }
  .element .fond-noir-blanc-5 {
    top: 1080px;
    background: none;
  }
  .element .frame-72 {
    margin-top: -20px;
  }
}

@media (min-height: 700px) {
  .element .component-2 {
    height: 24%;
  }
  .element .fond-noir-blanc-5 {
    top: 1080px;
    background: none;
  }
  .element .frame-72 {
    margin-top: 20px;
  }
}
