@charset "UTF-8";
.move-menu {
  top: 3rem !important;
}

.nav-overflow {
  overflow-x: hidden;
}

.main-opacity {
  filter: brightness(75%);
}

#Nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 15000;
  top: 0;
  position: sticky !important;
  padding: 0 0.8rem;
  background-color: white;
  width: 100%;
  height: calc(2.5rem - 1px);
  border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
  box-shadow: 0px 0px 16px -9px rgba(70, 70, 70, 0.4392156863);
}
#Nav-bar .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Nav-bar .logo-container img {
  width: 10rem;
}
#Nav-bar .ham-menu {
  z-index: 10;
}
#Nav-bar .ham-menu .ham-btn {
  display: none;
  padding: 0.4rem;
}
#Nav-bar .ham-menu .menu-action {
  z-index: 20000;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  transition: all 0.5s linear;
  background-color: white;
  height: 320px;
  width: 18rem;
  top: -100rem;
  color: white;
  box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.2);
}
#Nav-bar .ham-menu .menu-action .actions-pages {
  width: 100%;
  height: 75%;
}
#Nav-bar .ham-menu .menu-action .actions-pages ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  list-style: none;
}
#Nav-bar .ham-menu .menu-action .actions-pages ul a {
  text-decoration: none;
  color: black;
}
#Nav-bar .ham-menu .menu-action .actions-pages ul a li {
  position: relative;
  font-size: 22.5px;
}
#Nav-bar .ham-menu .menu-action .actions-languages {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
#Nav-bar .ham-menu .menu-action .actions-languages .ham-lng-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 1rem;
}
#Nav-bar .ham-menu .menu-action .actions-languages .ham-lng-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
  height: 1rem;
  font-family: "gooddogneww00-regularregular";
  font-size: 22.5px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  color: black;
  list-style: none;
  text-decoration: none;
  padding: 0 2rem;
}
#Nav-bar .ham-menu .menu-action .actions-languages .ham-lng-btns a:nth-child(2) {
  border-right: 1px solid black;
  border-left: 1px solid black;
}
#Nav-bar .actions {
  display: flex;
  align-items: center;
  gap: 2.65rem;
  position: relative;
  width: auto;
}
#Nav-bar .actions .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  gap: 3rem;
}
#Nav-bar .actions .pages .action-buttons {
  position: relative;
  z-index: 10;
  font-weight: 100;
  text-decoration: none;
  color: black;
}
#Nav-bar .actions .languages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 1rem;
}
#Nav-bar .actions .languages a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.3rem;
  height: 1rem;
  font-family: "gooddogneww00-regularregular";
  font-size: medium;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  color: black;
  list-style: none;
  text-decoration: none;
}
#Nav-bar .actions .languages a:nth-child(2) {
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 0 1rem;
}

/*Big smartphones [426px -> 600px]*/
@media only screen and (max-width: 950px) {
  #Nav-bar .ham-menu .ham-btn {
    display: unset;
  }
  #Nav-bar .ham-menu .fa-bars {
    font-size: 1.5rem;
  }
  #Nav-bar .ham-menu .menu-action {
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #Nav-bar .actions {
    display: none;
  }
}
@media only screen and (max-height: 425px) and (max-width: 915px) {
  #Nav-bar .menu-action {
    height: 270px !important;
    width: 16rem !important;
  }
  #Nav-bar .ham-menu .actions-pages ul a li {
    font-size: 18.5px !important;
  }
  #Nav-bar .ham-menu .actions-languages a {
    font-size: 18.5px !important;
  }
}
.selected-btn {
  color: rgb(242, 179, 12) !important;
}

.project-add-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.project-add-text {
  color: white;
  font-size: large;
  bottom: 0;
}

.project-add-line {
  width: 30%;
}

.hover-project-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/imgs/photo2.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body {
  background-color: rgb(36, 36, 36);
}

#Projects-page {
  height: 100%;
  width: 100vw;
  background-color: rgb(36, 36, 36);
}
#Projects-page .fp-tableCell {
  height: calc(100vh - 2.5rem) !important;
}
#Projects-page .go-down1 {
  bottom: 1rem;
}
#Projects-page .s1 {
  height: calc(100vh - 2.5rem) !important;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
}
#Projects-page .s1 .projects {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 2.5rem);
  background-color: rgb(36, 36, 36);
  transition: all 0.5s linear;
  aspect-ratio: 16/9;
  margin: 2px 0;
  border: 2px solid rgb(36, 36, 36);
}
#Projects-page .s1 .projects .projects-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 2px solid rgb(36, 36, 36);
}
#Projects-page .s1 .projects .projects-content:hover {
  cursor: pointer;
}
#Projects-page .s1 .projects .projects-content:hover .project-content-active {
  z-index: 5;
}
#Projects-page .s1 .projects .projects-content:hover .project-content-anim {
  opacity: 1;
  top: 0;
}
#Projects-page .s1 .projects .projects-content:hover::after {
  opacity: 1;
}
#Projects-page .s1 .projects .projects-content .project-content-anim {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: transparent;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 22%;
  opacity: 0;
  color: white;
  transition: all 0.5s ease-in-out;
  margin-top: 0.5rem;
}
#Projects-page .s1 .projects .projects-content .project-content-anim h3 {
  position: relative;
  transition: all 0.6s linear;
  font-size: 23.4px;
  font-family: "karlabold";
}
#Projects-page .s1 .projects .projects-content .project-content-anim h3::after {
  content: "";
  transition: 0.4s;
  background-image: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-size: 100% 100%;
  position: absolute;
  height: 5px;
  opacity: 1;
  bottom: -5px;
  width: 100%;
  left: 0;
}
#Projects-page .s1 .projects .projects-content .project-content-anim img {
  display: none;
}
#Projects-page .s1 .projects .projects-content .project-content-anim p {
  padding-top: 12px;
  transition: all 0.2s linear;
  font-size: 1.25rem;
  font-family: "karlaregular";
}
#Projects-page .s1 .projects .projects-content .project-content-active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#Projects-page .s1 .projects .projects-content .project-content-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
#Projects-page .s1 .projects .projects-content .project-content-active .active-img {
  display: none;
  width: 100%;
  height: 100%;
}
#Projects-page .s1 .projects .gallery-link,
#Projects-page .s1 .projects .more-links {
  max-width: 90%;
  min-width: 20%;
}
#Projects-page .s1 .projects .projects-content-links,
#Projects-page .s1 .projects .projects-content-links-responsive {
  font-family: "gooddogneww00-regularregular";
  background-color: rgb(36, 36, 36);
  color: white;
}
#Projects-page .s1 .projects .projects-content-links a,
#Projects-page .s1 .projects .projects-content-links-responsive a {
  font-family: "gooddogneww00-regularregular";
  background-color: rgb(36, 36, 36);
  text-decoration: none;
  color: white;
}
#Projects-page .s1 .projects .projects-content-links .gallery-link,
#Projects-page .s1 .projects .projects-content-links-responsive .gallery-link {
  position: relative;
  z-index: 3;
  font-size: 22.5px;
  text-align: center;
}
#Projects-page .s1 .projects .projects-content-links .gallery-link::after,
#Projects-page .s1 .projects .projects-content-links-responsive .gallery-link::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/imgs/forms/svg/bouton_jaune.svg);
  background-size: 100% 100%;
  background-position: center;
  padding: 15px 22px;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Projects-page .s1 .projects .projects-content-links .more-links,
#Projects-page .s1 .projects .projects-content-links-responsive .more-links {
  display: flex;
  align-items: center;
  font-family: "gooddogneww00-regularregular";
  background-color: rgb(36, 36, 36);
  font-size: 22.5px;
}
#Projects-page .s1 .projects .projects-content-links .more-links span,
#Projects-page .s1 .projects .projects-content-links-responsive .more-links span {
  margin: 0 0.5rem;
}
#Projects-page .s1 .projects .projects-content-links .more-links span a,
#Projects-page .s1 .projects .projects-content-links-responsive .more-links span a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 0.8rem;
  width: 66px;
  height: 68px;
}
#Projects-page .s1 .projects .projects-content-links .more-links span a::after,
#Projects-page .s1 .projects .projects-content-links-responsive .more-links span a::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/imgs/forms/svg/Pastille jaune.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#Projects-page .s1 .projects .projects-content-links .more-links span a i,
#Projects-page .s1 .projects .projects-content-links-responsive .more-links span a i {
  font-size: 2.5rem;
}
#Projects-page .s1 .projects .projects-content-links-responsive {
  display: none;
  aspect-ratio: unset !important;
}
#Projects-page .clients {
  border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
  background-color: rgb(36, 36, 36);
  height: calc(100vh - 2.5rem);
  width: 100%;
}
#Projects-page .clients .fp-tableCell {
  height: calc(100vh - 2.5rem) !important;
  justify-content: space-evenly;
}
#Projects-page .clients .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
#Projects-page .clients .title h3 {
  position: relative;
  z-index: 1;
  font-family: "futura_passatadisplay";
  font-size: 3.75rem;
  letter-spacing: -1px;
  font-weight: bolder;
}
#Projects-page .clients .title h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: calc(50% + 3px);
  left: 0;
  z-index: -1;
  background-image: url(../../assets/imgs/forms/svg/Trait-jaune1epais.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#Projects-page .clients .title p {
  font-family: "gooddogneww00-regularregular";
  font-size: 2.5rem;
}
#Projects-page .clients .clients-ref {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 44rem;
}
#Projects-page .clients .clients-ref img {
  width: 5rem;
}
#Projects-page .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(36, 36, 36);
  width: 100%;
  height: calc(100vh - 2.5rem);
  color: white;
}
#Projects-page .contact .projects-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20rem;
  max-width: 30%;
}
#Projects-page .contact .projects-contact img {
  width: 70%;
}
#Projects-page .contact .projects-contact .contact-button {
  cursor: pointer;
  position: relative;
  font-family: "gooddogneww00-regularregular";
  color: white;
  background-color: unset !important;
  border: none;
  border-radius: 10px;
  height: 3.5rem;
  width: 10.5rem;
  font-size: large;
  z-index: 2;
}
#Projects-page .contact .projects-contact .contact-button::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/imgs/forms/svg/bouton_jaune.svg");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#Projects-page .contact .projects-contact .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
#Projects-page .contact .projects-contact .social-media a {
  color: rgba(139, 139, 139, 0.514);
  font-size: 2rem;
}
#Projects-page .contact .projects-contact .countries {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60%;
}
#Projects-page .contact .projects-contact .countries div {
  border-left: 1px solid white;
  height: 70%;
}

@media only screen and (min-width: 2250px) {
  #Projects-page .s2 .fp-tableCell {
    padding-bottom: 15rem;
  }
  #Projects-page .s2 .fp-tableCell .clients-ref {
    width: 55rem;
  }
  #Projects-page .s2 .fp-tableCell .clients-ref img {
    width: 7rem;
  }
}
@media only screen and (min-width: 1840px) {
  #Projects-page .s1 .more-links {
    font-size: 30px !important;
  }
  #Projects-page .s1 .more-links span a {
    width: 88px !important;
    height: 86.7px !important;
  }
  #Projects-page .s1 .more-links span a i {
    font-size: 3.3333rem !important;
  }
  #Projects-page .s1 .gallery-link {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 1839px) {
  #Projects-page .s2 .title h3 {
    font-size: 45px;
  }
  #Projects-page .s2 .title h3::before {
    height: 22.5px;
  }
  #Projects-page .s2 .title p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1061px) {
  #Projects-page .clients .fp-tableCell {
    padding-bottom: 5rem;
  }
}
/*Tablets [601px -> 1200px]*/
@media only screen and (max-width: 1059px) and (min-height: 551) {
  #Projects-page .s1 .projects-content-links {
    height: 15vh !important;
  }
  #Projects-page .s1 .projects-content-links-responsive {
    height: 22.5vh !important;
  }
}
@media only screen and (max-width: 1200px) {
  #Projects-page .s1 .gallery-link {
    font-size: 20px !important;
  }
  #Projects-page .s1 .more-links {
    font-size: 20px !important;
  }
  #Projects-page .s1 .more-links span a {
    width: 58.66667px !important;
    height: 57px !important;
  }
  #Projects-page .s1 .more-links span a i {
    font-size: 2.222rem !important;
  }
  #Projects-page .s2 .title h3 {
    font-size: 35px;
  }
  #Projects-page .s2 .title h3::before {
    height: 17.5px;
  }
  #Projects-page .s2 .title p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1059px) {
  #Projects-page .s1 {
    width: 95%;
    padding-left: 5%;
    height: auto !important;
  }
  #Projects-page .s1 .fp-tableCell {
    height: auto !important;
  }
  #Projects-page .s1 .fp-tableCell .projects {
    display: flex !important;
    flex-direction: column;
    max-height: unset;
    margin: 0;
    border: 0px solid rgb(36, 36, 36);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content:first-child {
    margin-top: 1px;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-gal {
    display: none;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content {
    background-image: none !important;
    height: auto;
    aspect-ratio: 16/9;
    border: 2px solid rgb(36, 36, 36);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content:hover .project-content-active {
    filter: brightness(0.45);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-active {
    z-index: 0 !important;
    height: 100%;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-active::after {
    opacity: 0.2;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim {
    top: 0;
    opacity: 1;
    color: white;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim h3 {
    font-size: 23.4px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim p {
    font-size: 20px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive {
    display: flex;
    height: 20vh;
    margin-bottom: 1.3rem;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive .gallery-link {
    font-size: 22.5px;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links {
    font-size: 22.5px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links a {
    width: 66px !important;
    height: 64px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links a i {
    font-size: 2.5rem !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links {
    height: 20vh;
    aspect-ratio: unset !important;
    margin: 1rem 0;
    margin-top: 2rem;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links .more-links {
    font-size: 22.5px !important;
  }
}
@media only screen and (max-height: 700px) {
  #Projects-page .s1 {
    width: 95%;
    padding-left: 5%;
    height: auto !important;
  }
  #Projects-page .s1 .fp-tableCell {
    height: auto !important;
  }
  #Projects-page .s1 .fp-tableCell .projects {
    display: flex !important;
    flex-direction: column;
    max-height: unset;
    margin: 0;
    border: 0px solid rgb(36, 36, 36);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content:first-child {
    margin-top: 1px;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-gal {
    display: none;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content {
    background-image: none !important;
    height: auto;
    aspect-ratio: 16/9;
    border: 2px solid rgb(36, 36, 36);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content:hover .project-content-active {
    filter: brightness(0.45);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-active {
    z-index: 0 !important;
    height: 100%;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-active::after {
    opacity: 0.2;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim {
    top: 0;
    opacity: 1;
    color: white;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim h3 {
    font-size: 23.4px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim p {
    font-size: 20px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive {
    display: flex;
    height: 20vh;
    margin-bottom: 1.3rem;
    min-height: 6.5rem;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive .gallery-link {
    font-size: 22.5px;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links {
    font-size: 22.5px;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links a {
    width: 66px;
    height: 64px;
  }
  #Projects-page .s1 .fp-tableCell .projects .more-links a i {
    font-size: 2.5rem;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links {
    height: 20vh;
    aspect-ratio: unset !important;
    margin: 1rem 0;
    margin-top: 2rem;
    min-height: 6.5rem;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links .more-links {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 800px) {
  #Projects-page .s2 .clients-ref {
    width: 33rem !important;
  }
}
@media only screen and (max-height: 550px) and (max-width: 916px) and (min-width: 400px) {
  #Projects-page .s1 .projects .projects-content-links-responsive {
    height: 34.5vh !important;
  }
  #Projects-page .s1 .projects .projects-content-links {
    height: 34.5vh !important;
  }
  #Projects-page .s2 {
    height: auto !important;
    padding: 2rem 0;
  }
  #Projects-page .s2 .fp-tableCell {
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  #Projects-page .s1 {
    width: 100%;
    padding-left: 0;
  }
  #Projects-page .s1 .fp-tableCell {
    height: auto !important;
  }
  #Projects-page .s1 .fp-tableCell .projects {
    display: flex;
    flex-direction: column;
    background-color: rgb(36, 36, 36);
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content {
    background-image: none !important;
    height: auto;
    aspect-ratio: 16/9;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-anim {
    color: white !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .project-content-active {
    z-index: 5 !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .gallery-link,
#Projects-page .s1 .fp-tableCell .projects .projects-content .more-links {
    font-size: 20px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive {
    padding: 2rem 0;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links .more-links a {
    width: 39.6px !important;
    height: 40.6px !important;
    padding: 0.48rem !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links .more-links a i {
    font-size: 1.5rem !important;
  }
  #Projects-page .s2 .fp-tableCell {
    height: auto !important;
    margin: 3rem 0;
  }
  #Projects-page .s2 .fp-tableCell .title {
    margin-bottom: 3rem;
  }
  #Projects-page .s2 .fp-tableCell .title h3 {
    font-size: 35px;
  }
  #Projects-page .s2 .fp-tableCell .title h3::before {
    height: 16.5px;
  }
  #Projects-page .s2 .fp-tableCell .title p {
    font-size: 24px;
    z-index: 1;
  }
  #Projects-page .s3 .contact-footer .countries div {
    margin: 0 1rem;
  }
}
/*Small smartphones [325px -> 425px]*/
@media only screen and (max-width: 425px) {
  #Projects-page {
    overflow: hidden;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content .projects-content-links,
#Projects-page .s1 .fp-tableCell .projects .projects-content .projects-content-links-responsive {
    font-size: 0.938rem !important;
  }
  #Projects-page .s2 .fp-tableCell {
    height: auto !important;
  }
  #Projects-page .s2 .projects-contact {
    max-width: 90%;
  }
  #Projects-page .s2 .clients-ref {
    width: auto !important;
  }
}
@media only screen and (max-width: 325px) {
  #Projects-page .s1 .fp-tableCell .projects .projects-content .gallery-link,
#Projects-page .s1 .fp-tableCell .projects .projects-content .more-links {
    font-size: 18px !important;
  }
  #Projects-page .s1 .fp-tableCell .projects .projects-content-links-responsive,
#Projects-page .s1 .fp-tableCell .projects .projects-content-links {
    height: 15vh !important;
  }
}
@media only screen and (max-height: 829px) and (min-width: 601px) {
  #Projects-page .s2 {
    min-height: 45rem !important;
    padding: 5rem 0;
    display: flex;
  }
  #Projects-page .s2 .fp-tableCell {
    height: auto !important;
    padding-bottom: 0;
  }
  #Projects-page .s2 .fp-tableCell .title {
    margin-bottom: 3rem;
  }
}
body {
  background-color: rgb(36, 36, 36);
}

.homepage .fp-scrollable {
  width: 100% !important;
}

.section .go-down {
  cursor: pointer;
  left: calc(50% - 17.5px);
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  transform: rotate(90deg);
  transition: 0.5s;
  width: 35px !important;
  height: 23px !important;
}
.section .go-up {
  cursor: pointer;
  left: calc(50% - 17.5px);
  position: absolute;
  top: 1rem;
  z-index: 10;
  transition: 0.5s;
  transform: rotate(270deg);
  width: 35px !important;
  height: 23px !important;
}

@media (min-width: 500px) {
  #Video-homepage {
    height: 100vh;
  }
  #Video-accueil {
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 500px) {
  #Video-accueil {
    min-width: none !important;
    min-height: none !important;
    height: 100%;
    width: 100%;
  }
}
#Video-homepage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
}
#Video-homepage #Video-accueil {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#s1 {
  background-image: url("../../assets/imgs/background_homepage_slide_1.jpg");
  width: 100%;
}

#s2-homepage {
  background-image: url("../../assets/imgs/background_homepage_slide_2.jpg");
  width: 100%;
}

#s3-homepage {
  background-image: url("../../assets/imgs/background_homepage_slide_3.jpg");
  width: 100% !important;
}

.Section-homepage {
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.Section-homepage #Line-s1 {
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 5px;
  width: 350px;
  margin: 30px 0px 30px 0px;
}
.Section-homepage h2 {
  font-family: "futura_passatadisplay";
  font-size: 60px;
  color: white;
  line-height: 50px;
}
.Section-homepage h2 span {
  font-family: "futura_passatadisplay";
}
.Section-homepage .Flex-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Section-homepage .Flex-content h2 {
  line-height: 3rem;
  margin-bottom: -10px;
}
.Section-homepage .form-s {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
}
.Section-homepage .form-s p {
  margin-bottom: 20px;
}
.Section-homepage .form-s button {
  font-family: "gooddogneww00-regularregular";
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  border: none;
  padding: 15px 22px;
  align-items: center;
  cursor: pointer;
}
.Section-homepage .form-s button a {
  color: white;
  font-size: 30px;
  font-family: "gooddogneww00-regularregular";
  text-decoration: none;
}
.Section-homepage #Form-1 {
  background-image: url(../../assets/imgs/forms/svg/fond1.svg);
  background-size: 100% 100%;
  width: 500px;
  padding: 30px 25px;
}
.Section-homepage #Form-2 {
  background-image: url(../../assets/imgs/forms/svg/fond3.svg);
  background-size: 100% 100%;
  width: 500px;
  padding: 30px 25px;
}
.Section-homepage #Form-3 {
  background-image: url(../../assets/imgs/forms/svg/fond1.svg);
  background-size: 100% 100%;
  width: 500px;
  padding: 30px 25px;
}
.Section-homepage .content-right {
  padding-left: 48vw;
}
.Section-homepage #Content-s2 {
  padding-right: 42vw;
  padding-top: 15vh !important;
}

@media (max-width: 540px) {
  #s1 {
    background-position: 15% 50%;
  }
  #s3-homepage {
    background-position: 7% 50%;
  }
  .underline-title-people {
    white-space: nowrap !important;
  }
}
.underline-title-people {
  margin-bottom: 2vh;
  text-align: center;
}

#Page-people #Entete-page-people .underline-title-people {
  font-size: 60px;
  font-family: "futura_passatadisplay" !important;
  position: relative !important;
}
#Page-people #Entete-page-people .underline-title-people::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px) !important;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 1840px) {
  .homepage .Flex-content h2 {
    line-height: 4rem !important;
  }
  .homepage .description_fix_fr {
    width: 55% !important;
  }
}
@media (max-width: 1840px) {
  .display-on-hover {
    font-size: 16px !important;
  }
  .description_fix_fr {
    font-size: 19px !important;
  }
  .descriptions-people h3 {
    font-size: 30px !important;
  }
  .post-page-people {
    font-size: 24px !important;
  }
  #Page-people #Entete-page-people .underline-title-people {
    font-size: 45px !important;
  }
  #Page-people #Entete-page-people .underline-title-people::after {
    height: 22px !important;
  }
  #Page-people #Entete-page-people .underline-title-people p {
    font-size: 21px;
  }
  #Btn-contact-page-people {
    font-size: 22.5px !important;
  }
}
@media (max-width: 1200px) {
  .display-on-hover, .description_fix_fr {
    font-size: 15px !important;
  }
  .descriptions-people h3 {
    font-size: 25px;
  }
  #Btn-contact-page-people {
    font-size: 20px !important;
  }
  #Page-people {
    top: -20px !important;
    position: relative;
  }
}
#Page-people {
  height: auto;
  min-height: 100vh;
  width: 100%;
  background-color: rgb(36, 36, 36);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5rem;
  justify-content: space-evenly;
}
#Page-people #Entete-page-people {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  height: 30%;
}
#Page-people #Entete-page-people .underline-title-people {
  font-family: "futura_passatadisplay";
  position: relative;
  z-index: 2;
}
#Page-people #Entete-page-people .description_fix_fr {
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
#Page-people #Entete-page-people p {
  text-align: center;
  font-size: calc(10px + 0.5vw);
  width: 50%;
}
#Page-people #Entete-page-people h2 {
  font-family: "karlaregular";
  font-size: calc(22px + 2vw);
}
#Page-people #People-2 {
  display: flex;
  justify-content: flex-end;
}
#Page-people #People-2 .descriptions-people {
  text-align: right;
}
#Page-people #People-1,
#Page-people #People-2 {
  display: flex;
  width: 65vw;
  position: relative;
}
#Page-people #People-1 img {
  padding-right: 25px;
}
#Page-people #People-2 img {
  padding-left: 25px;
}
#Page-people .descriptions-people {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#Page-people .descriptions-people .post-page-people {
  font-size: 30px;
  color: rgb(242, 179, 12);
  font-family: "karlabold";
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
}
#Page-people .descriptions-people p {
  font-size: 20px;
  color: white;
  max-width: 45rem;
}
#Page-people .descriptions-people .display-on-hover {
  font-size: 18px;
  display: none;
  padding-top: 18px;
}
#Page-people .descriptions-people h3 {
  font-size: 40px;
  font-family: "gooddogneww00-regularregular";
  color: white;
}
#Page-people .growth-on-hover-people {
  width: calc(150px + 7vw);
  transition: 0.5s;
}
#Page-people #Btn-contact-page-people {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/imgs/forms/svg/bouton_jaune.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 15px 22px;
  color: white;
  font-size: 30px;
  margin-top: 55pxs;
  font-family: "gooddogneww00-regularregular";
  cursor: pointer;
}

@media (min-width: 1248px) {
  #People-1:hover .descriptions-people p,
#People-2:hover .descriptions-people p {
    display: block;
  }
  #People-1:hover .growth-on-hover-people,
#People-2:hover .growth-on-hover-people {
    width: calc(210px + 5vw);
    transition: 0.5s;
  }
}
@media (max-width: 1248px) {
  #People-1,
#People-2 {
    width: 95% !important;
  }
  #People-1 .display-on-hover {
    max-width: 36rem !important;
  }
  .description_fix_fr {
    width: 36rem !important;
    padding: 0px 15px !important;
  }
  #People-2 .display-on-hover {
    max-width: 36rem !important;
  }
  .display-on-hover {
    display: block !important;
  }
  #Entete-page-people p {
    width: 90%;
  }
  .newline-remove-people {
    display: none;
  }
}
@media (min-width: 1251px) {
  .descriptions-people p {
    width: 45vw;
  }
}
@media (max-width: 1200px) {
  #Page-people #Entete-page-people .underline-title-people::after {
    height: 18px !important;
    top: calc(50% + 13px) !important;
  }
  #Page-people #Entete-page-people .underline-title-people {
    font-size: 35px !important;
  }
  .growth-on-hover-people {
    width: 250px;
  }
  .display-on-hover {
    font-size: 16px !important;
  }
  .descriptions-people h3 {
    font-size: 32px !important;
  }
  #Btn-contact-page-people {
    padding: 16px 20px !important;
  }
  #Entete-page-people p {
    font-size: 16px !important;
  }
  .display-on-hover {
    display: block !important;
  }
  .post-page-people {
    font-size: 25px !important;
  }
  .Peoples-hp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #People-1 .display-on-hover {
    padding-right: 20px;
  }
  #People-2 .display-on-hover {
    padding-left: 20px;
  }
  .growth-on-hover-people {
    width: 200px !important;
  }
  #Page-people {
    justify-content: center;
    gap: 20px;
  }
  #Entete-page-people {
    row-gap: 0px;
  }
}
#Btn-contact-page-people {
  margin-top: 12px;
}

@media (max-width: 1200px) {
  .underline-title-people {
    margin-bottom: 20px;
  }
  .description_fix_fr {
    margin-bottom: 20px;
  }
  #People-1 .display-on-hover {
    padding-right: 20px;
  }
  #People-2 .display-on-hover {
    padding-left: 20px;
  }
  .growth-on-hover-people {
    width: 200px !important;
  }
  #Page-people {
    justify-content: center;
    gap: 20px;
  }
  #Entete-page-people {
    row-gap: 0px;
  }
  #People-1,
#People-2 {
    flex-direction: column;
    align-items: center;
  }
  #People-1 .descriptions-people,
#People-2 .descriptions-people {
    align-items: center;
  }
  #People-1 .descriptions-people .post-page-people,
#People-2 .descriptions-people .post-page-people {
    text-align: center;
    text-decoration: none;
  }
  #People-2 {
    flex-direction: column-reverse;
    padding-top: 38px !important;
  }
  #People-2 p,
#People-1 p {
    text-align: left;
    padding: 0px 15px;
  }
  #People-1 img,
#People-2 img {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  #Entete-page-people h2 {
    padding-top: 20px;
  }
}
@media (max-width: 570px) {
  .description_fix_fr {
    width: 95% !important;
    padding: 0px 0px !important;
  }
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(36, 36, 36);
  width: 100%;
  height: calc(100vh - 2.5rem);
  color: white;
}
.contact .projects-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 15rem;
}
.contact .projects-contact button {
  cursor: pointer;
  font-family: "gooddogneww00-regularregular";
  color: white;
  background-color: rgb(242, 179, 12);
  border: none;
  border-radius: 10px;
  height: 2.5rem;
  width: 8.5rem;
  font-size: large;
}
.contact .projects-contact .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.contact .projects-contact .social-media a {
  color: rgba(139, 139, 139, 0.514);
  font-size: 2rem;
}
.contact .projects-contact .countries {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
}
.contact .projects-contact .countries div {
  border-left: 1px solid white;
  height: 70%;
}

@media (max-width: 1840px) {
  .Flex-content h2 {
    font-size: 45px;
    line-height: 3rem;
  }
  .Flex-content .form-s {
    font-size: 16px;
  }
  .Flex-content .form-s button a {
    font-size: 22.5px;
  }
}
@media (max-width: 990px) {
  #s1,
#s3-homepage {
    justify-content: flex-start !important;
    align-items: flex-end !important;
    padding: 0px 0px 15px 15px;
  }
  #s2-homepage {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    padding: 0px 40px 40px 0px;
    width: 100% !important;
  }
  #s2-homepage h2 {
    text-align: right;
  }
  .Section-homepage .content-right,
.Section-homepage #Content-s2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .Section-homepage #Form-1,
.Section-homepage #Form-3 {
    background-image: url(../../assets/imgs/forms/svg/fond1_opacity.svg);
  }
  .Section-homepage #Form-2 {
    background-image: url(../../assets/imgs/forms/svg/fond3_opacity.svg);
  }
  .Section-homepage #Content-s2 {
    align-items: flex-end;
  }
  .Section-homepage #Content-s2 #Form-2 {
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    justify-content: flex-end;
  }
}
@media (max-width: 744px) {
  #Line-s1,
#Line-s2,
#Line-s3 {
    margin: 15px 0px;
  }
}
@media (max-width: 644px) {
  .Section-homepage #Line-s1 {
    margin: 12px 0px 10px 0px !important;
  }
  .Section-homepage h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .Section-homepage p {
    font-size: 14px;
  }
  #s1,
#s3s3-homepage {
    padding: 0px 0px 15px 15px;
  }
  #s2-homepage {
    padding: 0px 0px;
    justify-content: flex-start !important;
  }
  #s2-homepage #Content-s2 {
    align-items: flex-start !important;
    padding: 0px 0px 15px 15px;
  }
  #s2-homepage #Content-s2 h2 {
    text-align: left !important;
  }
  .Flex-content #Line-s1,
.Flex-content #Line-s2,
.Flex-content #Line-s3 {
    margin: 5px 0px 14px 0px;
  }
  .Flex-content button {
    font-size: 17px;
    padding: 10px 16px !important;
  }
  .Flex-content .form-s {
    padding: 15px 15px !important;
  }
  .Flex-content .form-s p {
    margin-bottom: 10px;
  }
}
@media (max-width: 572px) {
  .Flex-content .form-s {
    width: 370px !important;
  }
  .Flex-content .form-s button a {
    font-size: 1.2rem;
  }
}
@media (max-width: 406px) {
  #s1,
#s3-homepage {
    padding: 0px 0px 10px 10px;
  }
  .Flex-content #Line-s1,
.Flex-content #Line-s2,
.Flex-content #Line-s3 {
    width: 200px !important;
  }
  .Flex-content .form-s {
    width: 290px !important;
  }
}
@media (max-height: 540px) {
  .fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
  }
}
@media (max-height: 545px) {
  .forms-opacity {
    fill-opacity: 0.5;
  }
  .Section-homepage {
    height: auto;
  }
}
@media (max-width: 1200px) {
  #s1,
#s2-homepage,
#s3-homepage {
    display: none !important;
  }
  .slide1-mobile .background-img-mobile {
    border-top: 2px solid rgb(36, 36, 36);
    background-image: url("../../assets/imgs/background_homepage_slide_1.jpg");
    background-position: var(--bg-mobile-position1);
  }
  .slide2-mobile .background-img-mobile {
    background-image: url("../../assets/imgs/background_homepage_slide_2.jpg");
    background-position: var(--bg-mobile-position2);
  }
  .slide3-mobile .background-img-mobile {
    background-image: url("../../assets/imgs/background_homepage_slide_3.jpg");
    background-position: var(--bg-mobile-position3);
  }
  .slides-mobile {
    min-height: auto;
  }
  .slides-mobile .background-img-mobile {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    z-index: 1;
    position: relative;
    top: -5px;
    margin-bottom: -10px;
    width: 100%;
  }
  .slides-mobile .background-img-mobile h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    color: white;
    font-family: "futura_passatadisplay";
    padding-bottom: 20px;
    width: 100% !important;
  }
  .slides-mobile .background-img-mobile h2 span {
    font-family: "futura_passatadisplay";
  }
  .slides-mobile .innerContent-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url("../../assets/imgs/forms/svg/fond1.svg");
    background-size: 200% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px 32px;
    top: -10px;
    position: relative;
    font-family: "karlaregular";
    font-size: 15px !important;
    z-index: 15;
  }
  .slides-mobile .innerContent-mobile p {
    width: 100%;
  }
  .slides-mobile .innerContent-mobile button {
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 15px 22px;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 20px;
    cursor: pointer;
  }
  .slides-mobile .innerContent-mobile button a {
    color: white !important;
    font-family: "gooddogneww00-regularregular";
    text-decoration: none;
    font-size: 20px;
  }
  .slide2-mobile {
    position: relative;
    top: -11px;
  }
  .slide3-mobile {
    position: relative;
    top: -20px;
  }
  /* .Section-homepage .suze {
    height: 80vh !important;
  }
  .Section-homepage .suze .fp-tableCell {
    height: 80vh !important;
  } */
}
.page-contact {
  height: -webkit-fill-available !important;
  height: -moz-available !important;
  height: fill !important;
}

@media (min-width: 1201px) {
  .Section-homepage .content-right,
.Section-homepage #Content-s2 {
    margin: 8rem 0;
  }
  .slides-mobile {
    display: none !important;
  }
}
@media only screen and (max-height: 800px) and (min-width: 1201px) {
  .Section-homepage .content-right,
.Section-homepage #Content-s2 {
    margin: 16rem 0;
  }
}
@media (max-height: 829px) {
  #Page-people {
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 1.5rem 0;
  }
}
#fp-nav ul li a span {
  background: rgb(242, 179, 12);
}
#fp-nav ul li .fp-tooltip {
  color: rgb(242, 179, 12);
  font-family: "karlaregular";
}

.identity-nav {
  position: absolute !important;
}

.identity-section .inner-content-span {
  position: relative;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .inner-content-span::after {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.identity-section .s1 {
  background-image: url("../../assets/imgs/background_identity_slide_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.identity-section .s1 .inner-content {
  /* bottom: -3rem !important; */
}
.identity-section .s2 {
  background-image: url("../../assets/imgs/background_identity_slide_2.jpg") !important;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.identity-section .s2 .inner-content {
  bottom: -1rem !important;
}
.identity-section .s3 {
  background-image: url("../../assets/imgs/background_identity_slide_3.jpg") !important;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.identity-section .s3 .inner-content {
  bottom: -3rem !important;
}
.identity-section .s3 .inner-content .inner-content-hover {
  top: -4rem !important;
}
.identity-section .s4 {
  background-image: url("../../assets/imgs/background_identity_slide_4.jpg") !important;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.identity-section .s4 .inner-content {
  bottom: -3rem !important;
  right: 29% !important;
}
.identity-section .s4 .inner-content .inner-content-title {
  color: rgb(145, 175, 211) !important;
}
.identity-section .s4 .inner-content .inner-content-p .inner-content-span::after {
  background: url("../../assets/imgs/forms/svg/Trait bleu.svg") !important;
}
.identity-section .s4 .inner-content .inner-content-hover {
  top: -4rem !important;
}
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span::after {
  background: url("../../assets/imgs/forms/svg/Trait bleu.svg") !important;
}
.identity-section .inner-content-hover-line {
  width: 145px;
  height: 0;
  border: 1px solid black;
  background: black;
  z-index: 2;
  position: relative;
  margin: 2rem 0;
  left: 50%;
  margin-left: -72.5px !important;
}
.identity-section .inner-content-span::after {
  height: 15px !important;
  top: calc(50% + 2px) !important;
}
.identity-section .s1,
.identity-section .s3 {
  height: calc(100vh - 2.5rem) !important;
}
.identity-section .s1 .inner-content,
.identity-section .s3 .inner-content {
  position: relative;
  max-width: 37rem;
  height: auto;
  /* bottom: 5rem; */
  left: 25%;
}
.identity-section .s1 .inner-content:hover .inner-content-title,
.identity-section .s3 .inner-content:hover .inner-content-title {
  position: relative;
  z-index: -10;
}
.identity-section .s1 .inner-content:hover .inner-content-p,
.identity-section .s3 .inner-content:hover .inner-content-p {
  z-index: -10;
}
.identity-section .s1 .inner-content:hover .inner-content-hover,
.identity-section .s3 .inner-content:hover .inner-content-hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.identity-section .s1 .inner-content .inner-content-title,
.identity-section .s3 .inner-content .inner-content-title {
  font-family: "futura_passatadisplay";
  font-size: 45px;
  letter-spacing: 0.05rem !important;
  color: rgb(242, 179, 12);
  letter-spacing: -3px;
}
.identity-section .s1 .inner-content .inner-content-p,
.identity-section .s3 .inner-content .inner-content-p {
  position: relative;
  font-size: 1.875rem;
  font-family: "gooddogneww00-regularregular";
  padding: 1.5rem 2.5rem;
  z-index: 2;
}
.identity-section .s1 .inner-content .inner-content-p::before,
.identity-section .s3 .inner-content .inner-content-p::before {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/fond5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.identity-section .s1 .inner-content .inner-content-hover,
.identity-section .s3 .inner-content .inner-content-hover {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  max-width: 37rem;
  min-width: 32rem;
  padding: 3rem 2.5rem;
  transform: translateY(-50%);
}
.identity-section .s1 .inner-content .inner-content-hover::before,
.identity-section .s3 .inner-content .inner-content-hover::before {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/fond5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2 {
  position: relative;
  z-index: 2;
}
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p {
  font-size: 1.875rem;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span {
  position: relative;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span::after,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span::after {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.identity-section .s1 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2,
.identity-section .s3 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2 {
  font-family: "karlaregular";
  font-size: 16px;
}
.identity-section .s2,
.identity-section .s4 {
  height: calc(100vh - 2.5rem) !important;
}
.identity-section .s2 .inner-content,
.identity-section .s4 .inner-content {
  position: relative;
  max-width: 37rem;
  height: auto;
  bottom: 5rem;
  right: 25%;
}
.identity-section .s2 .inner-content:hover .inner-content-title,
.identity-section .s4 .inner-content:hover .inner-content-title {
  position: relative;
  z-index: -10;
}
.identity-section .s2 .inner-content:hover .inner-content-p,
.identity-section .s4 .inner-content:hover .inner-content-p {
  z-index: -10;
}
.identity-section .s2 .inner-content:hover .inner-content-hover,
.identity-section .s4 .inner-content:hover .inner-content-hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.identity-section .s2 .inner-content .inner-content-title,
.identity-section .s4 .inner-content .inner-content-title {
  font-family: "futura_passatadisplay";
  font-size: 45px;
  letter-spacing: 0.05rem !important;
  color: rgb(131, 186, 137);
  letter-spacing: -3px;
}
.identity-section .s2 .inner-content .inner-content-p,
.identity-section .s4 .inner-content .inner-content-p {
  position: relative;
  font-size: 1.875rem;
  font-family: "gooddogneww00-regularregular";
  padding: 1.5rem 2.5rem;
  z-index: 2;
}
.identity-section .s2 .inner-content .inner-content-p::before,
.identity-section .s4 .inner-content .inner-content-p::before {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/fond5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.identity-section .s2 .inner-content .inner-content-p .inner-content-span,
.identity-section .s4 .inner-content .inner-content-p .inner-content-span {
  position: relative;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .s2 .inner-content .inner-content-p .inner-content-span::after,
.identity-section .s4 .inner-content .inner-content-p .inner-content-span::after {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/Trait_vert.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.identity-section .s2 .inner-content .inner-content-hover,
.identity-section .s4 .inner-content .inner-content-hover {
  display: none;
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: 2;
  padding: 3rem 2.5rem;
  max-width: 37rem;
  min-width: 32rem;
}
.identity-section .s2 .inner-content .inner-content-hover::before,
.identity-section .s4 .inner-content .inner-content-hover::before {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/fond5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2 {
  position: relative;
  z-index: 2;
}
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p {
  font-size: 1.875rem;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span {
  position: relative;
  font-family: "gooddogneww00-regularregular";
}
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span::after,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p .inner-content-span::after {
  content: "";
  position: absolute;
  background: url("../../assets/imgs/forms/svg/Trait_vert.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.identity-section .s2 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2,
.identity-section .s4 .inner-content .inner-content-hover .inner-content-hover-container .inner-content-hover-p2 {
  font-family: "karlaregular";
  font-size: 16px;
}
.identity-section .s5 {
  background-color: rgb(36, 36, 36);
}

@media only screen and (min-width: 1840px) {
  .identity-section .inner-content {
    max-width: 38rem !important;
  }
  .identity-section .inner-content .inner-content-title {
    font-size: 60px !important;
  }
  .identity-section .inner-content .inner-content-span::after {
    height: 20px !important;
  }
  .identity-section .inner-content .inner-content-hover {
    max-width: 38rem !important;
  }
  .identity-section .inner-content .inner-content-p,
.identity-section .inner-content .inner-content-hover-p {
    font-size: 2.5rem !important;
  }
  .identity-section .inner-content .inner-content-hover-p2 {
    font-size: 20px !important;
  }
  .identity-section .s1 .inner-content-hover {
    /* top: -14rem !important; */
  }
  .identity-section .s2 .inner-content {
    bottom: -3rem !important;
  }
  .identity-section .s4 .inner-content {
    max-width: 40rem !important;
  }
  .identity-section .s4 .inner-content-hover {
    max-width: 40rem !important;
  }
  .identity-section .inner-content-span::after {
    height: 20px !important;
  }
}
@media (max-width: 1200px) {
  .identity-section .inner-content-span::after {
    height: 11.6666666667px !important;
  }
  .identity-section .section,
.identity-section .fp-tableCell {
    height: auto !important;
  }
  .identity-section .suze {
    height: calc(100vh - 2.5rem) !important;
  }
  .identity-section .suze .fp-tableCell {
    height: calc(100vh - 2.5rem) !important;
  }
  .identity-section .s1 .inner-content,
.identity-section .s2 .inner-content,
.identity-section .s3 .inner-content,
.identity-section .s4 .inner-content {
    display: none;
  }
  .identity-section .slide1-mobile .background-img-mobile {
    border-top: 4px solid rgb(36, 36, 36);
    background-image: url("../../assets/imgs/background_identity_slide_1.jpg");
    background-position: var(--bg-mobile-position1);
  }
  .identity-section .slide1-mobile .background-img-mobile h2 {
    color: rgb(242, 179, 12) !important;
  }
  .identity-section .slide1-mobile button {
    background-image: url("../../assets/imgs/forms/svg/bouton_jaune.svg");
  }
  .identity-section .slide2-mobile .inner-content-span::after {
    background: url("../../assets/imgs/forms/svg/Trait_vert.svg");
  }
  .identity-section .slide2-mobile .background-img-mobile {
    background-image: url("../../assets/imgs/background_identity_slide_2.jpg");
    background-position: var(--bg-mobile-position2);
  }
  .identity-section .slide2-mobile .background-img-mobile h2 {
    color: rgb(131, 186, 137) !important;
  }
  .identity-section .slide2-mobile button {
    background-image: url(../../assets/imgs/forms/svg/bouton_bleu.svg);
  }
  .identity-section .slide3-mobile .background-img-mobile {
    background-image: url("../../assets/imgs/background_identity_slide_3.jpg");
    background-position: var(--bg-mobile-position3);
  }
  .identity-section .slide3-mobile .background-img-mobile h2 {
    color: rgb(242, 179, 12) !important;
  }
  .identity-section .slide3-mobile button {
    background-image: url(../../assets/imgs/forms/svg/bouton_vert.svg);
  }
  .identity-section .slide4-mobile .inner-content-span::after {
    background: url("../../assets/imgs/forms/svg/Trait bleu.svg") !important;
  }
  .identity-section .slide4-mobile .background-img-mobile {
    background-image: url("../../assets/imgs/background_identity_slide_4.jpg");
    background-position: var(--bg-mobile-position4);
  }
  .identity-section .slide4-mobile .background-img-mobile h2 {
    color: rgb(145, 175, 211) !important;
  }
  .identity-section .slide4-mobile button {
    background-image: url(../../assets/imgs/forms/svg/bouton_vert.svg);
  }
  .identity-section .slides-mobile {
    min-height: auto;
    margin: -1rem 0;
    width: 100%;
  }
  .identity-section .slides-mobile .background-img-mobile {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    z-index: 1;
    position: relative;
    top: 0;
    margin-bottom: -10px;
  }
  .identity-section .slides-mobile .background-img-mobile h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    color: white;
    font-family: "futura_passatadisplay";
    padding-bottom: 20px;
  }
  .identity-section .slides-mobile .background-img-mobile h2 span {
    font-family: "futura_passatadisplay";
  }
  .identity-section .slides-mobile .innerContent-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url("../../assets/imgs/forms/svg/fond1.svg");
    background-size: 200% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px 32px;
    top: -10px;
    position: relative;
    font-family: "karlaregular";
    font-size: 15px !important;
    z-index: 15;
  }
  .identity-section .slides-mobile .innerContent-mobile h2 {
    font-family: "gooddogneww00-regularregular";
    font-size: 25px;
    margin-bottom: 1rem;
    width: 100%;
  }
  .identity-section .slides-mobile .innerContent-mobile button {
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 15px 22px;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 20px;
    cursor: pointer;
  }
  .identity-section .slides-mobile .innerContent-mobile button a {
    color: white !important;
    font-family: "gooddogneww00-regularregular";
    text-decoration: none;
    font-size: 20px;
  }
  .identity-section .slide2-mobile {
    position: relative;
    top: 0;
  }
  .identity-section .slide3-mobile {
    position: relative;
    top: 0;
  }
  .identity-section .slide4-mobile .innerContent-mobile {
    margin-bottom: -0.5rem;
  }
}
@media only screen and (min-height: 500px) and (max-width: 1200px) and (min-width: 800px) {
  .background-img-mobile {
    height: 600px !important;
  }
}
@media only screen and (min-height: 375px) and (max-width: 920px) and (min-width: 670px) {
  .background-img-mobile {
    height: 475px !important;
  }
}
@media only screen and (max-height: 899px) and (min-width: 1840px) {
  .identity-section .s1,
.identity-section .s2,
.identity-section .s3,
.identity-section .s4 {
    min-height: 50rem;
  }
  .identity-section .s1 .inner-content-hover,
.identity-section .s2 .inner-content-hover,
.identity-section .s3 .inner-content-hover,
.identity-section .s4 .inner-content-hover {
    margin: 0rem 0 5rem 0;
  }
}
@media only screen and (max-height: 829px) and (min-width: 1201px) {
  .identity-section .s1,
.identity-section .s2,
.identity-section .s3,
.identity-section .s4 {
    min-height: 50rem;
  }
  .identity-section .s1 .inner-content-hover,
.identity-section .s2 .inner-content-hover,
.identity-section .s3 .inner-content-hover,
.identity-section .s4 .inner-content-hover {
    margin: 0rem 0 5rem 0;
  }
}
/* @media only screen and (max-width: 450px) {
  .identity-section .suze {
    height: 75vh !important;
  }
  .identity-section .suze .fp-tableCell {
    height: 75vh !important;
  }
} */
.rea-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: rgb(36, 36, 36);
}
.rea-section .vp-center {
  overflow: hidden;
}
.rea-section .rea-section-underline {
  text-align: center;
  font-family: "futura_passatadisplay";
  color: white;
  font-size: 35px;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.rea-section .rea-section-underline::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: 0;
  width: 100%;
  height: 16.5px;
  background-image: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.rea-section .vim-launcher {
  z-index: 1000;
}
.rea-section .back-project-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 16;
  width: 1px;
}
.rea-section .back-project-container .back-projects {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  align-items: center;
  color: rgb(242, 179, 12);
  text-decoration: none;
  top: 2.5rem;
  left: 0;
  margin-left: 0;
  padding: 10px;
  width: 14rem;
}
.rea-section .back-project-container .back-projects .back-icon-responsive {
  width: 38px;
  display: unset;
}
.rea-section .back-project-container .back-projects p {
  padding-left: 8px;
  font-size: 14px;
}
.rea-section .arrow-container {
  position: absolute;
  top: -25%;
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.rea-section .arrow-container .link-arrow {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% + 10px);
  z-index: 13;
  height: 1rem;
}
.rea-section .arrow-container .link-arrow .arrow {
  width: 27px;
  height: 17.5px;
}
.rea-section .arrow-container .link-arrow:nth-child(2) {
  left: 0.6%;
}
.rea-section .arrow-container .link-arrow:nth-child(2) .arrow {
  transform: rotate(180deg);
}
.rea-section .arrow-container .link-arrow:nth-child(3) {
  left: 97.6%;
}
.rea-section .rea-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.rea-section .rea-content .rea-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  height: auto;
  margin: 2.5rem 0;
}
.rea-section .rea-content .rea-content-text .rea-content-title-img {
  max-width: 80vw;
  position: relative;
}
.rea-section .rea-content .rea-content-text .rea-content-title-img .rea-title {
  text-align: center;
  font-family: "futura_passatadisplay";
  color: white;
  font-size: 3.75rem;
  z-index: 2;
  position: relative;
}
.rea-section .rea-content .rea-content-text .rea-content-title-img .rea-title-saver {
  position: absolute;
  top: -300rem;
}
.rea-section .rea-content .rea-content-text .rea-content-title-img img {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 30px;
  top: calc(50% + 3px);
}
.rea-section .rea-content .rea-content-text p {
  font-family: "gooddogneww00-regularregular";
  color: white;
  font-size: 25px;
}
.rea-section .rea-content .vim-launcher {
  z-index: 12;
  width: 100%;
  height: 80vh;
  margin-bottom: 1.5rem;
}
.rea-section .arrows-responsive {
  display: none;
}
.rea-section .text-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  width: 100%;
}
.rea-section .text-footer .project-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  width: 100%;
  height: auto;
  padding: 4rem 12rem;
  text-align: justify;
  overflow-x: hidden;
}
.rea-section .text-footer .project-description::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/imgs/forms/svg/fond5.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  width: 120%;
  height: 100%;
}
.rea-section .text-footer .project-description p {
  text-align: left;
  font-family: "karlaregular";
  font-size: 16px;
  z-index: 1;
}
.rea-section .text-footer .project-description .rea-description-button {
  position: relative;
  font-family: "gooddogneww00-regularregular";
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  border: none;
  padding: 15px 22px;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.rea-section .text-footer .project-description .rea-description-button ::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../../assets/imgs/forms/svg/bouton_jaune.svg");
  z-index: -1;
}
.rea-section .text-footer .project-description .rea-description-button a {
  color: white;
  font-size: 30px;
  font-family: "gooddogneww00-regularregular";
  text-decoration: none;
}
.rea-section .text-footer .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70vh;
  min-height: 35rem;
}

@media only screen and (min-width: 1840px) {
  .rea-section .rea-content {
    height: 80%;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .rea-section .rea-content .rea-content-text {
    margin-bottom: 2rem;
  }
  .rea-section .rea-content .rea-content-text .rea-title .rea-section-underline {
    font-size: 60px;
  }
  .rea-section .rea-content .rea-content-text .rea-title .rea-section-underline::after {
    height: 30px;
  }
  .rea-section .rea-content .rea-content-text p {
    font-size: 42.5px;
  }
  .rea-section .text-footer .project-description p {
    font-size: 20px !important;
  }
  .rea-section .text-footer .footer {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 1839px) {
  .rea-section .project-description {
    padding: 3rem 3rem !important;
    gap: 2rem !important;
  }
  .rea-section .rea-description-button a {
    font-size: 22.5px !important;
  }
}
@media only screen and (max-width: 1549px) {
  .rea-section .rea-content .rea-content-text {
    margin-bottom: 1.5rem;
  }
  .rea-section .rea-content .rea-content-text p {
    font-size: 25px;
  }
}
/*Tablets [601px -> 1200px]*/
@media only screen and (max-width: 1200px) {
  .rea-section .back-project-container .back-projects {
    top: 0;
    position: static;
  }
  .rea-section .arrow-container {
    display: none;
  }
  .rea-section .rea-content {
    margin-bottom: 0;
  }
  .rea-section .rea-content .vim-launcher {
    height: 65vw;
    margin-bottom: 0;
  }
  .rea-section .arrows-responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    padding: 0 9px;
    margin-top: -3rem;
  }
  .rea-section .arrows-responsive .link-arrow-repsonsive {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
  }
  .rea-section .arrows-responsive .link-arrow-repsonsive .arrow {
    width: 27px;
    height: 17px;
  }
  .rea-section .arrows-responsive .link-arrow-repsonsive:nth-child(1) {
    transform: rotate(180deg);
  }
  .rea-section .text-footer {
    justify-content: space-between;
  }
  .rea-section .text-footer .project-description {
    padding: 38px 32px;
    gap: 1.5rem;
  }
  .rea-section .text-footer .project-description p {
    font-size: 0.938rem;
  }
  .rea-section .text-footer .project-description .rea-description-button a {
    font-size: 20px !important;
  }
  .rea-section .text-footer .contact-footer {
    max-width: 50%;
  }
  .rea-section .text-footer .contact-footer .contact-footer-content .social-media {
    width: 30%;
  }
  .rea-section .text-footer .contact-footer .contact-footer-content .countries {
    width: 20%;
  }
}
@media only screen and (max-height: 900px) and (max-width: 1300px) and (min-width: 1250px) {
  .rea-section .rea-content {
    height: 100vh;
  }
  .rea-section .text-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .rea-section .arrows-responsive {
    margin-top: -2.5rem;
  }
}
@media only screen and (max-height: 550px) and (min-width: 665px) and (max-width: 1000px) {
  .rea-section .absolute-elems .back-projects {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .rea-section .arrows-responsive {
    margin-top: -2rem;
  }
}
/*Big smartphones [426px -> 600px]*/
@media only screen and (max-width: 600px) {
  .rea-section {
    height: auto;
    overflow: hidden;
  }
  .rea-section .rea-section-underline::after {
    height: 16.5px;
  }
  .rea-section .arrows-responsive {
    margin-top: 0;
  }
  .rea-section .rea-content {
    margin-top: 1rem;
  }
  .rea-section .rea-content .rea-content-text {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img {
    max-width: 80vw;
    position: relative;
    width: 110%;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img .rea-title {
    font-size: 35px !important;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img img {
    position: absolute;
    bottom: 0rem !important;
    top: unset !important;
    width: 100%;
    height: 16.5px;
  }
  .rea-section .rea-content .rea-content-text p {
    z-index: 1;
    font-size: 25px;
    width: 120%;
    text-align: center;
  }
  .rea-section .rea-content .vim-launcher {
    width: 100%;
    height: 65vw;
  }
  .rea-section .text-footer .project-description {
    padding: 3rem 1.5rem !important;
    height: auto;
  }

  .rea-section .text-footer .project-description p {
    height: 100%;
    font-size: 15px;
  }
  .rea-section .footer .contact-footer {
    max-width: 100% !important;
  }
  .rea-section .footer .contact-footer .contact-footer-content {
    height: 70vh !important;
    padding: 3rem 0;
  }
  .rea-section .footer .contact-footer .contact-footer-content img {
    width: 70% !important;
  }
  .rea-section .footer .contact-footer .contact-footer-content button {
    width: 10rem;
  }
  .rea-section .footer .contact-footer .contact-footer-content .social-media {
    width: 60% !important;
  }
  .rea-section .footer .contact-footer .countries {
    width: 50% !important;
  }
}
@media only screen and (max-height: 550px) and (max-width: 916px) and (min-width: 400px) {
  .rea-section .rea-content {
    height: 100% !important;
    margin-bottom: -3rem;
    margin-top: 1rem;
  }
  .rea-section .rea-content .rea-content-text {
    margin-bottom: 0;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img .rea-title {
    font-size: 35px;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img img {
    height: 16.5px;
  }
  .rea-section .rea-content .rea-content-text p {
    font-size: 24px;
  }
  .rea-section .arrows-responsive {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .rea-section .text-footer .project-description p {
    font-size: 20px;
  }
  .rea-section .text-footer .footer {
    height: calc(100vh - 2.5rem) !important;
  }
}
@media only screen and (max-height: 350px) and (max-width: 600px) {
  .rea-section .rea-content {
    margin-top: 1rem !important;
  }
  .rea-section .rea-content .vim-launcher {
    height: 100vh !important;
  }
  .rea-section .arrows-responsive {
    margin-top: 4rem;
  }
  .rea-section .text-footer {
    margin-top: 1rem;
  }
}
/*Small smartphones [325px -> 425px]*/
@media only screen and (max-width: 375px) {
  .rea-section .rea-content {
    margin-top: 1rem;
  }
  .rea-section .rea-content .rea-content-text {
    margin-bottom: 0;
  }
  .rea-section .rea-content .rea-content-text .rea-content-title-img {
    max-width: 80vw;
    position: relative;
  }
  .rea-section .footer .contact-footer {
    max-width: 100% !important;
  }
  .rea-section .footer .contact-footer .contact-footer-content {
    height: 70vh !important;
    padding: 3rem 0;
  }
  .rea-section .footer .contact-footer .contact-footer-content img {
    width: 70% !important;
  }
  .rea-section .footer .contact-footer .contact-footer-content button {
    width: 10rem;
  }
  .rea-section .footer .contact-footer .contact-footer-content .social-media {
    width: 60% !important;
  }
  .rea-section .footer .contact-footer .countries {
    width: 50% !important;
  }
  .rea-section .footer .contact-footer .countries p {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 320px) {
  .rea-section {
    height: auto;
  }
  .rea-section .rea-content {
    margin-top: 1rem;
  }
}
@media only screen and (max-height: 1000px) and (min-height: 800px) and (max-width: 600px) {
  .rea-section .arrows-responsive {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .rea-section .footer {
    height: 90vh !important;
  }
}
@media only screen and (max-width: 450px) {
  .rea-section .footer {
    height: 75vh !important;
  }
}
@media only screen and (max-width: 600px) {
  #Services-section-1,
#Services-section-2 {
    border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
  }
}
#Services-section-1,
#Services-section-2,
#Services-section-3 {
  display: block;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#Services-section-1 {
  background-image: url("../../assets/imgs/background_img_service_.jpg");
  display: flex;
  color: white;
}
#Services-section-1 h1 {
  font-family: "futura_passatadisplay";
  font-size: 60px;
}
#Services-section-1 h2 {
  line-height: 40px;
}
#Services-section-1 #Flex-content-section-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
}
#Services-section-1 #Parent-content-s1 {
  display: flex;
  align-items: center;
}
#Services-section-1 #Parent-content-s1 #Services-title-s1 {
  display: flex;
  align-items: center;
  padding-right: 6vw;
}
#Services-section-1 #Parent-content-s1 #Services-title-s1 h1 {
  padding-bottom: 30px;
  white-space: nowrap;
}
#Services-section-1 #Parent-content-s1 #Services-title-s1 #Subtitle-h1-services {
  position: relative;
  z-index: 0;
  font-family: "futura_passatadisplay";
}
#Services-section-1 #Parent-content-s1 #Services-title-s1 #Subtitle-h1-services::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/imgs/forms/svg/Trait-jaune1epais.svg);
  background-position: center;
  background-size: 100% 100%;
  height: 30px;
  min-height: 17px;
  top: calc(50% + 3px);
  z-index: -1;
  width: 100%;
}
#Services-section-1 #Parent-content-s1 #Services-description-s1 {
  border-left: 5px solid white;
  padding-left: 3vw;
}
#Services-section-1 #Parent-content-s1 #Services-description-s1 h2 {
  font-family: "futura_passatadisplay";
  font-size: 2.5rem;
}
#Services-section-1 #Parent-content-s1 #Services-description-s1 h2 span {
  color: rgb(242, 179, 12);
  font-family: "futura_passatadisplay";
}
#Services-section-1 #Parent-content-s1 #Services-description-s1 :not(:last-child) {
  padding-bottom: 5vh;
}

@media (max-width: 1200px) {
  #Services-section-1 #Parent-content-s1 {
    flex-direction: column !important;
  }
  #Services-section-1 #Parent-content-s1 #Services-description-s1 {
    padding: 0px 10px;
    border-left: 0px;
    padding-top: 20px;
  }
  #Services-section-1 #Parent-content-s1 #Services-description-s1 h2 {
    font-size: calc(20px + 1vw);
    text-align: center;
  }
  #Services-section-1 #Parent-content-s1 #Services-title-s1 {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  #Services-section-1 #Services-title-s1 h1 {
    font-size: 35px !important;
  }
  #Services-section-1 #Services-title-s1 #Subtitle-h1-services::before {
    top: calc(50% + 3px) !important;
    height: 1px !important;
  }
  #Services-section-1 h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #Services-section-2 .content-cols {
    padding: 15px 0px 15px 0px !important;
  }
  #Services-section-2 h1 {
    font-size: 35px !important;
  }
  #Services-section-2 h2 {
    font-size: 24px !important;
  }
  #Services-section-2 .lines-container h2 {
    font-size: 20px !important;
    padding-bottom: 4px;
  }
  #Services-section-2 #Title-page-services {
    text-align: center;
  }
  #Services-section-2 #Title-page-services h1::before {
    top: calc(50% + 2px) !important;
    height: 17px !important;
  }
  #Services-section-3 h2 {
    font-size: 35px !important;
  }
  #Services-section-3 h2::before {
    top: calc(50% + 2px) !important;
    height: 17px !important;
  }
  #Services-section-3 p {
    font-size: 24px !important;
  }
  #Services-section-3 .title-number {
    font-size: 55px !important;
  }
  #Services-section-3 .cols-section-3 {
    padding: 0px 10px !important;
  }
  #Services-section-3 .content-cols {
    min-width: 0px !important;
    margin-bottom: 10px;
  }
  #Services-section-3 .solo-title-section-3 {
    line-height: 22px !important;
  }
}
.service-s2 {
  height: auto !important;
}
.service-s2 .fp-tableCell {
  height: auto !important;
}
.service-s2 .fp-tableCell .fp-scrollable {
  width: 100% !important;
}
.service-s2 .fp-tableCell #Services-section-2 {
  background-image: url("../../assets/imgs/background_img_service_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
  width: 100%;
  color: white;
  height: auto;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 100vw !important;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services div {
  padding-bottom: 25px;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services p {
  font-size: 20px;
  font-family: "karlaregular";
  width: 22vw;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services #Title-page-services {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services #Title-page-services h1 {
  font-size: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "futura_passatadisplay";
  z-index: 0;
  position: relative;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services #Title-page-services h1::before {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait-jaune1epais.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  top: calc(50% + 3px);
  z-index: -1;
  height: 30px;
  width: 100%;
}
.service-s2 .fp-tableCell #Services-section-2 #cols-services #Title-page-services h2 {
  width: auto;
  font-size: 40px;
  font-family: "gooddogneww00-regularregular";
  text-align: center !important;
}
.service-s2 .fp-tableCell #Line-1-services,
.service-s2 .fp-tableCell #Line-2-services,
.service-s2 .fp-tableCell #Line-3-services {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container,
.service-s2 .fp-tableCell #Line-2-services .lines-container,
.service-s2 .fp-tableCell #Line-3-services .lines-container {
  display: flex;
  width: 100% !important;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 {
  display: block;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 30px;
  width: 23vw;
  padding-right: 1vw;
  z-index: 0;
  font-family: "karlabold" !important;
  position: relative;
  width: 26vw;
  text-align: center;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 span,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 span,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 span {
  font-family: "karlabold" !important;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service {
  position: relative;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service::after,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service::after,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service::after {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait-jaune1epais.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  top: calc(50% + 2px);
  height: 15px;
  z-index: -1;
  width: 100%;
  left: 0;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service-1,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service-1,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service-1 {
  position: relative;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service-1::after,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service-1::after,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service-1::after {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait-jaune1epais.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: calc(50% + 2px);
  z-index: -1;
  height: 15px;
  width: 100%;
  left: 0;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service-2,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service-2,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service-2 {
  position: relative;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .yellow-subtitle-service-2::after,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .yellow-subtitle-service-2::after,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .yellow-subtitle-service-2::after {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait-jaune1epais.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: calc(50% + 2px);
  z-index: -1;
  height: 15px;
  width: 100%;
  left: 0;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .green-subtitle-service,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .green-subtitle-service,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .green-subtitle-service {
  position: relative;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .green-subtitle-service::after,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .green-subtitle-service::after,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .green-subtitle-service::after {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait_vert.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  top: calc(50% + 2px);
  height: 15px;
  z-index: -1;
  width: 100%;
  left: 0;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .blue-subtitle-service,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .blue-subtitle-service,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .blue-subtitle-service {
  position: relative;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .blue-subtitle-service::after,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .blue-subtitle-service::after,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .blue-subtitle-service::after {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait bleu.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  top: calc(50% + 2px);
  height: 15px;
  width: 100%;
  left: 0;
}
.service-s2 .fp-tableCell #Line-1-services .lines-container h2 .posrel-title,
.service-s2 .fp-tableCell #Line-2-services .lines-container h2 .posrel-title,
.service-s2 .fp-tableCell #Line-3-services .lines-container h2 .posrel-title {
  position: relative;
}

@media (min-width: 1080px) {
  #Line-1-services,
#Line-2-services,
#Line-3-services {
    padding-right: 15vh;
  }
}
@media (max-width: 1199px) {
  #Line-1-services,
#Line-2-services,
#Line-3-services {
    padding-right: 50px;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly !important;
  }
  #Line-1-services .lines-container,
#Line-2-services .lines-container,
#Line-3-services .lines-container {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
  }
  #Line-1-services h2,
#Line-2-services h2,
#Line-3-services h2 {
    width: 55% !important;
    padding-right: 40px !important;
  }
  #Line-1-services p,
#Line-2-services p,
#Line-3-services p {
    width: 320px !important;
    overflow: visible;
  }
  .service-s2 #Services-section-2 #cols-services #Title-page-services h1 {
    margin-top: 20px !important;
  }
}
@media (max-width: 720px) {
  #Line-1-services,
#Line-2-services,
#Line-3-services {
    padding-right: 0px !important;
  }
  #Line-1-services h2,
#Line-2-services h2,
#Line-3-services h2 {
    width: 100% !important;
    padding-right: 0px !important;
    justify-content: center !important;
  }
  #Line-1-services .lines-container,
#Line-2-services .lines-container,
#Line-3-services .lines-container {
    flex-direction: column;
    align-items: center;
  }
  #Line-1-services .lines-container p,
#Line-2-services .lines-container p,
#Line-3-services .lines-container p {
    text-align: center;
  }
  .posrel-title {
    width: unset;
  }
  #cols-services {
    padding: 30px 0 !important;
  }
}
@media (max-width: 400px) {
  .lines-container {
    width: 100% !important;
  }
  .lines-container h2 {
    width: 100vw !important;
  }
}
.service-s3 {
  height: auto !important;
}
.service-s3 .fp-tableCell {
  height: auto !important;
}
.service-s3 .fp-tableCell .fp-scrollable {
  height: auto !important;
}
.service-s3 #Services-section-3 {
  background-image: url("../../assets/imgs/background_img_service_3.jpg");
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
}
.service-s3 #Services-section-3 .fp-scrollable {
  width: 100%;
}
.service-s3 #Services-section-3 #Title-section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.5vh;
}
.service-s3 #Services-section-3 #Title-section-3 p {
  font-family: "gooddogneww00-regularregular";
  font-size: 40px;
  color: white;
  text-align: center;
}
.service-s3 #Services-section-3 #Title-section-3 h2 {
  font-family: "futura_passatadisplay";
  font-size: 60px;
  color: white;
  display: flex;
  flex-direction: column;
  z-index: 0;
  position: relative;
}
.service-s3 #Services-section-3 #Title-section-3 h2::before {
  content: "";
  background-image: url("../../assets/imgs/forms/svg/Trait-jaune1epais.svg");
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  top: calc(50% + 3px);
  z-index: -1;
  height: 30px;
  width: 100%;
}
.service-s3 #Services-section-3 #Parents-cols-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5%;
}
.service-s3 #Services-section-3 .cols-section-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.service-s3 #Services-section-3 .cols-section-3 .content-cols {
  background-image: url("../../assets/imgs/forms/svg/fond1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 35px 15px 40px;
  min-width: 470px;
  font-size: 16px;
  font-family: "karlaregular";
  font-weight: 100;
}
.service-s3 #Services-section-3 .cols-section-3 .content-cols ul li::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/imgs/forms/svg/Pastille jaune.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  padding-right: 28px;
  height: 13px;
  width: 13px;
  margin-left: -20px;
  margin-top: 2px;
}
.service-s3 #Services-section-3 .cols-section-3 .content-cols ul li {
  list-style-type: none;
  position: relative;
}
.service-s3 #Services-section-3 .cols-section-3 .content-cols li:not(:last-child) {
  margin-bottom: 16px;
}
.service-s3 #Services-section-3 .cols-section-3 #content-cols-1 ul li::before {
  background-image: url("../../assets/imgs/forms/svg/Pastille jaune.svg");
}
.service-s3 #Services-section-3 .cols-section-3 #content-cols-2 ul li::before {
  background-image: url("../../assets/imgs/forms/svg/Pastille bleue.svg");
}
.service-s3 #Services-section-3 .cols-section-3 #content-cols-3 ul li::before {
  background-image: url("../../assets/imgs/forms/svg/Pastille verte.svg");
}
.service-s3 #Services-section-3 .cols-section-3 .titles-col {
  display: flex;
  align-items: center;
  background-image: url("../../assets/imgs/forms/svg/Forme fond de texte gris 2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  margin-bottom: 16px;
}
.service-s3 #Services-section-3 .cols-section-3 .titles-col .title-number {
  font-family: "gooddogneww00-regularregular";
  font-size: 85px;
  padding-left: 30px;
}
.service-s3 #Services-section-3 .cols-section-3 .titles-col p {
  color: white;
}
.service-s3 #Services-section-3 .cols-section-3 .titles-col .solo-title-section-3 {
  display: flex;
  font-size: 30px;
  padding-left: 20px;
  font-family: "karlabold";
}

@media (min-width: 156px) {
  .cols-section-3 {
    width: 470px !important;
  }
}
@media (max-width: 1567px) {
  #Parents-cols-services {
    gap: 2% !important;
  }
  .cols-section-3 {
    width: 380px !important;
    max-width: 380px !important;
  }
  .titles-col {
    width: 380px !important;
  }
  .content-cols {
    width: 380px !important;
    min-width: 380px !important;
  }
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(36, 36, 36);
  width: 100%;
  height: calc(100vh - 2.5rem);
  color: white;
}
.contact .projects-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20rem;
  max-width: 30%;
}
.contact .projects-contact img {
  width: 70%;
}
.contact .projects-contact button {
  cursor: pointer;
  font-family: "gooddogneww00-regularregular";
  color: white;
  background-color: rgb(242, 179, 12);
  border: none;
  border-radius: 10px;
  height: 2.5rem;
  width: 8.5rem;
  font-size: large;
}
.contact .projects-contact .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.contact .projects-contact .social-media a {
  color: rgba(139, 139, 139, 0.514);
  font-size: 2rem;
}
.contact .projects-contact .countries {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60%;
}
.contact .projects-contact .countries div {
  border-left: 1px solid white;
  height: 70%;
}

@media (max-width: 1150px) {
  #Services-section-3 {
    justify-content: unset;
  }
  #Services-section-3 #Title-section-3 {
    padding: 20px 0px;
  }
  #Services-section-3 #Parents-cols-services {
    flex-wrap: wrap;
    gap: 50px 50px;
  }
  #Services-section-3 #Parents-cols-services .cols-section-3 {
    width: 32%;
    width: 500px;
  }
  #Services-section-3 #Parents-cols-services .cols-section-3 .content-cols {
    font-size: 16px;
    margin-top: 0px;
  }
  #Services-section-3 #Parents-cols-services .cols-section-3 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1050px) {
  #Services-section-3 #Parents-cols-services {
    gap: 20px 0px;
  }
  #Services-section-3 #Parents-cols-services .title-number {
    font-size: 65px;
  }
  #Services-section-3 #Parents-cols-services .cols-section-3 {
    width: 750px;
  }
}
.fp-scrollable,
.fp-tableCell {
  width: 100% !important;
}

@media (min-width: 1840px) {
  .content-cols ul li::before {
    margin-top: 5px !important;
  }
  .content-cols ul li,
.content-cols ul span {
    font-size: 20px !important;
  }
}
@media (max-width: 1839px) {
  .content-cols ul li::before {
    margin-top: 2px !important;
  }
  .title-size {
    font-size: 45px !important;
  }
  .title-size::before {
    height: 22px !important;
  }
  .title-size #Subtitle-h1-services::before {
    height: 22px !important;
  }
  #Services-section-1 h2 {
    line-height: 28px !important;
  }
  #Title-pages-services h2 {
    font-size: 32px !important;
  }
  .lines-container h2 {
    font-size: 24px !important;
  }
  .lines-container h2 span {
    font-size: 24px !important;
  }
  .lines-container p {
    font-size: 16px !important;
  }
  .yellow-subtitle-service::after,
.yellow-subtitle-service-1::after,
.yellow-subtitle-service-2::after,
.green-subtitle-service::after,
.blue-subtitle-service::after {
    height: 12px !important;
  }
  .subtitle-size {
    font-size: 30px !important;
  }
  .solo-title-section-3 {
    font-size: 24px !important;
  }
  .title-number {
    font-size: 75px !important;
  }
  #Services-description-s1 h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 1200px) {
  .content-cols ul li::before {
    margin-top: 2px !important;
  }
  .title-size {
    font-size: 35px !important;
  }
  .title-size::before {
    height: 17px !important;
  }
  .title-size #Subtitle-h1-services::before {
    height: 17px !important;
  }
  #Services-section-1 h2 {
    line-height: 30px !important;
  }
  #Services-section-1 #Flex-content-section-1 {
    padding-bottom: 2.5rem;
  }
  #Parent-content-s1 {
    padding-top: 2.5rem;
  }
  #Title-page-services h2 {
    font-size: 26px !important;
  }
  .content-cols {
    font-size: 15px !important;
  }
  #Parents-cols-services {
    align-items: center;
    flex-direction: column;
  }
  .subtitle-size {
    font-size: 25px !important;
  }
  .titles-col {
    height: 70px !important;
  }
  .solo-title-section-3 {
    font-size: 21px !important;
  }
  .title-number {
    font-size: 60px !important;
  }
}
@media (max-width: 600px) {
  #Services-section-1 {
    min-height: calc(100vh - 2.5rem);
  }
  #Services-section-2 #cols-services p {
    font-size: 15px !important;
  }
  .titles-col {
    margin-bottom: 8px !important;
  }
  #Services-section-3 .cols-section-3 {
    padding-bottom: 20px !important;
  }
  .titles-col {
    width: 100% !important;
  }
  .content-cols {
    min-width: unset !important;
    width: 100% !important;
  }
  .cols-section-3 {
    max-width: 380px !important;
    min-width: none;
    width: 95% !important;
  }
}
@media only screen and (max-height: 829px) {
  #cols-services {
    padding-top: 30px;
  }
}
@media (max-width: 915px) {
  .section .go-down,
.section .go-up {
    display: none;
  }
}
@media (max-height: 601px) {
  .section .go-down,
.section .go-up {
    display: none;
  }
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
}

#Phone-number-pc-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s1-contact {
  height: auto !important;
  position: relative;
  overflow: hidden;
  width: 100vw !important;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7215686275);
}
.s1-contact .go-down {
  /* bottom: 1.25rem !important; */
}
.s1-contact .fp-tableCell {
  height: auto !important;
}
.s1-contact .fp-tableCell .fp-scrollable {
  width: 100% !important;
}
.s1-contact .video-page-contact {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.s1-contact #Page-contact-pc {
  height: auto;
  min-height: calc(100vh - 2.5rem);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.s1-contact #Page-contact-pc h1,
.s1-contact #Page-contact-pc h2,
.s1-contact #Page-contact-pc label,
.s1-contact #Page-contact-pc button {
  color: white;
}
.s1-contact #Page-contact-pc input,
.s1-contact #Page-contact-pc textarea {
  color: white;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.s1-contact #Page-contact-pc input[type=text],
.s1-contact #Page-contact-pc input[type=email],
.s1-contact #Page-contact-pc textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.s1-contact #Page-contact-pc h1 {
  font-family: "futura_passatadisplay";
  font-size: 60px;
  position: relative;
  z-index: 0;
}
.s1-contact #Page-contact-pc h1::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/imgs/forms/svg/Trait-jaune1epais.svg);
  background-position: center;
  background-size: 100% 100%;
  height: 30px;
  bottom: 11px;
  z-index: -1;
  width: 100%;
}
.s1-contact #Page-contact-pc h2 {
  padding-bottom: 3%;
  font-size: calc(20px + 0.3vw);
  position: relative;
  z-index: 0;
}
.s1-contact #Page-contact-pc label {
  font-size: calc(12px + 0.5vw);
  color: rgb(242, 179, 12);
  text-align: left;
}

#Contact-form-pc {
  width: 40%;
  min-width: 500px !important;
  max-width: 850px;
  height: auto;
  background-image: url("../../assets/imgs/forms/svg/newfondcontact.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 10px 0px 0px;
  margin-bottom: 60px;
}
#Contact-form-pc input,
#Contact-form-pc textarea {
  border: none;
  border-bottom: 1px solid white;
  background-color: rgba(0, 0, 0, 0);
}
#Contact-form-pc input {
  border-bottom: 1px solid white;
}
#Contact-form-pc textarea {
  border: 1px solid white;
}
#Contact-form-pc h2 {
  padding-top: 20px;
}
#Contact-form-pc #Message-form-pc label {
  padding-bottom: calc(1.4vh + 16px);
}
#Contact-form-pc #Info-form-pc :not(:last-child) {
  padding-bottom: 1.4vh;
}
#Contact-form-pc label {
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}
#Contact-form-pc label input {
  width: 76%;
  position: relative !important;
  top: -4px !important;
}
#Contact-form-pc #Message-form-pc textarea {
  width: 84%;
  height: 14vh;
  min-height: 100px;
}
#Contact-form-pc form button {
  font-size: 30px;
  background-image: url(../../assets/imgs/forms/svg/bouton_jaune.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px 20px 30px 20px;
  padding: 15px 22px;
  font-family: "gooddogneww00-regularregular";
  cursor: pointer;
}

@media (max-width: 600px) {
  #Page-contact-pc h1 {
    font-size: 35px !important;
  }
  #Page-contact-pc h1::before {
    height: 17px !important;
    top: calc(50% + 3px);
  }
}
@media (max-width: 530px) {
  #Contact-form-pc {
    width: 98% !important;
    min-width: 320px !important;
  }
  #Contact-form-pc label {
    padding: 0 3%;
  }
  #Contact-form-pc label input {
    width: 78%;
  }
  #Contact-form-pc textarea {
    width: 94% !important;
  }
}
#Page-contact-2-pc {
  height: auto;
  min-height: 30rem;
  background-color: rgb(36, 36, 36);
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#Page-contact-2-pc #Section-1-pc-2 h2 {
  font-family: "futura_passatadisplay";
  font-size: 60px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
#Page-contact-2-pc #Section-1-pc-2 h2::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/imgs/forms/svg/Trait-jaune1epais.svg);
  background-position: center;
  background-size: 100% 100%;
  height: 30px;
  bottom: 11px;
  z-index: -1;
  width: 100%;
}
#Page-contact-2-pc .pictos-c {
  margin-right: 20px;
}
#Page-contact-2-pc .pictos-c-icon {
  position: relative;
  top: 2px !important;
}
#Page-contact-2-pc .fa-brands,
#Page-contact-2-pc .fa-solid {
  font-size: 32px;
}
#Page-contact-2-pc #Section-2-pc-2 {
  display: flex;
}
#Page-contact-2-pc #Section-2-pc-2 #Mailto-pc {
  color: white;
  font-size: 20px;
}
#Page-contact-2-pc #Section-2-pc-2 .logo-contact {
  padding-right: 20px;
  width: calc(150px + 4vw);
  border-right: 3px solid white;
}
#Page-contact-2-pc #Section-2-pc-2 #Info-pc-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
#Page-contact-2-pc #Section-2-pc-2 #Info-pc-2 p {
  font-size: 20px;
}
#Page-contact-2-pc #Section-2-pc-2 .fa-solid {
  padding-right: 20px;
}
#Page-contact-2-pc #Section-2-pc-2 #Info-mail-pc-2,
#Page-contact-2-pc #Section-2-pc-2 #Info-phone-pc-2 {
  display: flex;
  align-items: center;
}
#Page-contact-2-pc #Section-2-pc-2 #Info-mail-pc-2 {
  margin-bottom: 1rem;
}
#Page-contact-2-pc .social-media {
  display: flex;
  gap: 2.3rem;
}
#Page-contact-2-pc .social-media a {
  transition: all 0.25s ease-in-out;
}
#Page-contact-2-pc .social-media a:hover .footer-icon {
  filter: brightness(1);
}
#Page-contact-2-pc .social-media a .footer-icon {
  transition: all 0.25s ease-in-out;
  filter: brightness(0.4);
}
#Page-contact-2-pc .social-media img {
  width: 4rem;
}
#Page-contact-2-pc .social-media .env-icon-container {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
#Page-contact-2-pc .social-media .env-icon-container .env-icon {
  width: 3.2rem;
}

@media (max-width: 1840px) {
  #Page-contact-2-pc h2 {
    font-size: 45px !important;
  }
  #Page-contact-2-pc h2::before {
    height: 22.5px !important;
    top: calc(50% + 3px);
  }
  #Page-contact-pc h1 {
    font-size: 45px !important;
  }
  #Page-contact-pc h1::before {
    height: 22.5px !important;
    top: calc(50% + 3px);
  }
  form button {
    font-size: 22px !important;
  }
}
@media (max-width: 1200px) {
  #Page-contact-2-pc h2 {
    font-size: 35px !important;
  }
  #Page-contact-2-pc h2::before {
    height: 17px !important;
    top: calc(50% + 3px);
  }
  #Page-contact-pc h1 {
    font-size: 35px !important;
  }
  #Page-contact-pc h1::before {
    height: 17px !important;
    top: calc(50% + 3px);
  }
  #Page-contact-pc {
    margin-top: 2rem !important;
  }
  form button {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .contact-footer-part {
    display: flex !important;
    height: 80vh !important;
  }
  .contact-footer-part .fp-tableCell {
    height: auto !important;
  }
  .contact-footer-part #Page-contact-2-pc {
    height: auto !important;
  }
  .contact-footer-part #Page-contact-2-pc #Page-contact-pc h1 {
    font-size: 35px !important;
  }
  .contact-footer-part #Page-contact-2-pc #Page-contact-pc h1::before {
    height: 17px !important;
    top: calc(50% + 3px);
  }
  .contact-footer-part #Page-contact-2-pc #Section-1-pc-2 {
    text-align: center;
  }
  .contact-footer-part #Page-contact-2-pc #Section-2-pc-2 {
    flex-direction: column !important;
  }
  .contact-footer-part #Page-contact-2-pc #Section-2-pc-2 #Image-pc2 {
    text-align: center;
  }
  .contact-footer-part #Page-contact-2-pc #Section-2-pc-2 img {
    padding-right: 0px;
    border-right: 0px !important;
  }
  .contact-footer-part #Page-contact-2-pc #Section-2-pc-2 #Info-pc-2 {
    text-align: center;
    padding-left: 0px;
    border-top: 0px solid white !important;
  }
  .contact-footer-part #Page-contact-2-pc #Section-2-pc-2 #Info-pc-2 #Phone-number-pc-2 {
    text-align: left;
  }
  .contact-footer-part .logo-contact {
    margin-bottom: 3rem;
  }
}
@media (max-width: 375px) {
  #Page-contact-2-pc #Info-pc-2 p {
    font-size: 17px;
  }
}
.phoneNumber a {
  color: white !important;
  text-decoration: none !important;
}

.phoneNumber {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 450px) {
  #Page-contact-2-pc #Section-2-pc-2 #Mailto-pc {
    font-size: 17px !important;
  }
  a[href^=tel] {
    font-size: 15px !important;
  }
}
@media only screen and (max-height: 829px) and (min-width: 601px) {
  .s1-contact #Page-contact-pc {
    margin-bottom: 2rem;
    min-height: 50rem;
  }
}
.suze {
  border-top: 1px solid rgba(70, 70, 70, 0.7215686275);
  min-height: 35rem;
}
.suze .fp-tableCell {
  min-height: 35rem;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
  gap: 3rem;
}
.contact-footer .fp-tableCell {
  min-height: 35rem;
}
.contact-footer .footer-logo {
  width: 23rem;
}
.contact-footer .contact-button {
  cursor: pointer;
  position: relative;
  font-family: "gooddogneww00-regularregular";
  color: white;
  background-color: unset !important;
  border: none;
  padding: 12px 19px;
  font-size: 22.5px;
  z-index: 2;
}
.contact-footer .contact-button::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/imgs/forms/svg/bouton_jaune.svg");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-footer .social-media {
  display: flex;
  gap: 2.3rem;
}
.contact-footer .social-media a {
  transition: all 0.25s ease-in-out;
}
.contact-footer .social-media a:hover .footer-icon {
  filter: brightness(1);
}
.contact-footer .social-media a .footer-icon {
  transition: all 0.25s ease-in-out;
  filter: brightness(0.4);
}
.contact-footer .social-media img {
  width: 4rem;
}
.contact-footer .social-media .env-icon-container {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.contact-footer .social-media .env-icon-container .env-icon {
  width: 3.2rem;
}
.contact-footer .countries {
  display: flex;
  gap: 1rem;
  font-size: 22px;
}
.contact-footer .countries p {
  color: white;
}
.contact-footer .countries div {
  border: 1px solid white;
}

@media only screen and (max-height: 829px) and (max-width: 2500px) {
  .suze {
    height: calc(100vh - 2.5rem) !important;
  }
  .suze .fp-tableCell {
    height: calc(100vh - 2.5rem) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-footer .contact-button {
    font-size: 20px !important;
  }
}
@media only screen and (max-height: 550px) and (max-width: 916px) {
  .suze {
    height: calc(100vh - 2.5rem) !important;
  }
  .suze .fp-tableCell {
    height: calc(100vh - 2.5rem) !important;
  }
  .contact-footer {
    gap: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .social-media {
    gap: 1.8rem !important;
  }
}
@media only screen and (min-height: 750px) and (max-width: 500px) and (min-width: 376px) {
  .suze {
    /* height: 700px !important; */
  }
  .suze .fp-tableCell {
    /* height: 700px !important; */
  }
}
@media only screen and (max-width: 450px) {
  /* .suze {
    height: 75vh !important;
  }
  .suze .fp-tableCell {
    height: 75vh !important;
  } */
  .social-media img {
    width: 3rem !important;
  }
  .social-media .env-icon-container .env-icon {
    width: 2.3rem !important;
  }
  .contact-footer .footer-logo {
    width: 20rem;
  }
  .contact-footer .countries p {
    font-size: 17px;
  }
}
@media only screen and (max-height: 400px) and (max-width: 670px) {
  .contact-footer .footer-logo {
    width: 20rem;
  }
  .contact-footer .social-media img {
    width: 3rem;
  }
  .contact-footer .social-media .env-icon-container .env-icon {
    width: 2.3rem;
  }
  .contact-footer .countries p {
    font-size: 17px;
  }
}
.active-link {
  color: rgb(242, 179, 12);
}

.cms-side-menu {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 20vw;
  left: 0;
  top: 0;
  background-color: white;
}
.cms-side-menu .cms-action-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  height: auto;
  list-style-type: none;
}
.cms-side-menu .cms-action-menu a {
  text-decoration: none;
  color: black;
}
.cms-side-menu .cms-action-menu a li {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif !important;
}
.cms-side-menu .cms-action-menu .rea-ham-menu p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif !important;
  cursor: pointer;
}
.cms-side-menu .cms-action-menu .rea-ham-menu p i {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.cms-side-menu .cms-action-menu .rea-ham-menu .ham-rea {
  display: none;
  position: absolute;
  background-color: white;
  padding: 1rem;
  list-style: none;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 1px 5px 15px rgba(169, 169, 169, 0.413);
}
.cms-side-menu .cms-action-menu .rea-ham-menu:hover i {
  transform: none;
}
.cms-side-menu .cms-action-menu .rea-ham-menu:hover .ham-rea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: block;
  width: 10rem;
}
.cms-side-menu .cms-action-menu .rea-ham-menu:hover .ham-rea a li {
  margin: 1rem 0;
}

#cms-homepage {
  position: relative;
  display: flex;
}
#cms-homepage .cms-main-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: auto;
  background-color: gainsboro;
  padding: 5rem 0;
}
#cms-homepage .cms-main-container .cms-homepage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
#cms-homepage .cms-main-container .cms-homepage .homepage-video {
  padding: 3rem 0;
}
#cms-homepage .cms-main-container .cms-homepage .homepage-video p {
  font-size: 20px;
}
#cms-homepage .cms-main-container .cms-homepage .homepage-video form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.inputFlex {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}

.slide-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  height: auto;
  align-items: center;
  justify-content: center;
}

.hompage-slides {
  height: auto;
  border: 1px solid #242424;
  border-radius: 20px;
  padding: 1rem;
  width: 25rem;
  display: flex;
  flex-direction: column;
}
.hompage-slides form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.hompage-slides form input {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
}
.hompage-slides form textarea {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.5rem;
  line-height: 30px;
}

.input-class {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
}

.cms-homepage-submit {
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 15rem;
  height: 2.5rem;
  padding: 0 0.5rem;
}
.cms-homepage-submit:hover {
  background-color: rgb(242, 179, 12);
  color: white;
}

.cms-people-container {
  height: auto;
  width: 100%;
}

.cms-homepage-people-title {
  margin: 6rem 0 3rem 0;
}

.people-fix-last-slide {
  margin-top: 2rem;
}

.language_en {
  background-color: white;
  margin-top: 0.5rem;
}
.language_en input .slide-content {
  border: 1px solid black !important;
}
.language_en textarea, .language_en input {
  border: 1px solid black !important;
}

.language_fr {
  background-color: #0080ff;
}

.language_es {
  background-color: #fabd00;
}

#cms-identity {
  display: flex;
  height: auto;
}
#cms-identity .cms-identity-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80vw;
  background-color: gainsboro;
  height: auto;
  padding: 4rem 0;
}
#cms-identity .cms-identity-main .slide-forms-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form {
  width: auto;
  margin: 1rem 2rem;
  border: 1px solid rgb(36, 36, 36);
  padding: 1rem;
  border-radius: 20px;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires {
  width: 100%;
  border: 2px solid rgba(176, 176, 176, 0.437);
  border-radius: 20px;
  padding: 1rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_fr,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_en,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_es {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid rgba(176, 176, 176, 0.437);
  border-radius: 20px;
  width: 100%;
  padding: 0 0.5rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_fr .sommaire_flags,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_en .sommaire_flags,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_es .sommaire_flags {
  font-size: 1.5rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_fr input,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_en input,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .sommaires .sommaire_es input {
  width: 100% !important;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language_en {
  background-color: white;
  margin-top: 0.5rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language_en input,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language_en .slide-content {
  border: 1px solid rgba(198, 198, 198, 0.456) !important;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language_fr {
  background-color: #0080ff;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language_es {
  background-color: #fabd00;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 1rem;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .language #slide_bg {
  padding: 1rem 0;
  border-radius: 0;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form input,
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form textarea {
  width: 23rem;
  height: 2.5rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  margin: 10px 0px;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form textarea {
  height: 25rem !important;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .sub-btn {
  padding: 0;
  margin: 0;
  width: 100%;
}
#cms-identity .cms-identity-main .slide-forms-container .slides-form .main-form .sub-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(242, 179, 12);
  color: white;
}

.slide-content {
  width: 15rem;
  height: 20rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}

#cms-contact-footer {
  display: flex;
}
#cms-contact-footer .cms-contact-footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80vw;
  min-height: 100vh;
  background-color: gainsboro;
  padding: 5rem 0;
}
#cms-contact-footer .cms-contact-footer-main .identity-docu {
  position: absolute;
  top: 3rem;
  left: 20rem;
}
#cms-contact-footer .cms-contact-footer-main .identity-docu:hover .identity-docu-hover {
  display: flex;
}
#cms-contact-footer .cms-contact-footer-main .identity-docu .identity-docu-hover {
  display: none;
  width: 35rem;
  height: auto;
  background: white;
  padding: 2rem;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
#cms-contact-footer .cms-contact-footer-main .identity-docu .identity-docu-help i {
  font-size: 2rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .button-footer {
  display: flex;
  flex-direction: column;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form input {
  width: 15rem;
  height: 2.5rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .social-links ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  max-width: 32rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .social-links ol .social-links-container {
  display: flex;
  flex-direction: column;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .social-links ol .social-links-container li {
  display: flex;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .countries {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .countries label {
  margin-top: 2rem;
  margin-bottom: -1rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .countries .form-coutries {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(160, 160, 160, 0.543);
  border-radius: 20px;
  padding: 1rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .countries .form-coutries input {
  margin: 0;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .sub-btn {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
#cms-contact-footer .cms-contact-footer-main .footer-form form .sub-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(242, 179, 12);
  color: white;
}

#container-login-page {
  background-color: rgb(36, 36, 36);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container-login-page .children-login-page {
  color: grey;
}
#container-login-page .children-login-page form {
  display: flex;
  flex-direction: column;
}
#container-login-page .children-login-page form :not(:last-child) {
  margin-bottom: 16px;
}
#container-login-page .children-login-page form input {
  border-radius: 10px;
  background-color: white;
  border: none;
  padding: 8px 10px;
}
#container-login-page .children-login-page form .submitButtonLogin {
  cursor: pointer;
}
#container-login-page .children-login-page form .submitButtonLogin:hover {
  transition: all 0.25s ease-in-out;
  color: white;
  background-color: rgb(242, 179, 12);
}
#container-login-page .children-login-page a {
  text-decoration: none;
}
#container-login-page .children-login-page a p {
  transition: all 0.3s ease-in-out;
  color: rgb(181, 181, 181);
  transform: skewX(-20deg);
}
#container-login-page .children-login-page a p:hover {
  transition: all 0.3s ease-in-out;
  color: rgb(242, 179, 12);
  transform: skewX(0deg);
}

.container-page-contact {
  display: flex;
}
.container-page-contact .main-container-page-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  height: auto;
  min-height: 100vh;
  background-color: gainsboro;
}
.container-page-contact .main-container-page-contact .cms-contact-form {
  border: 1px solid black;
  padding: 15px;
  border-radius: 20px;
  height: auto;
}
.container-page-contact .main-container-page-contact .cms-contact-form form {
  display: flex;
  flex-direction: column;
}

#cms-projects {
  display: flex;
  height: auto;
}
#cms-projects .cms-projects-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80vw;
  background-color: gainsboro;
  height: auto;
  padding: 4rem 0;
}
#cms-projects .cms-projects-main .identity-docu {
  position: absolute;
  top: 3rem;
  left: 20rem;
}
#cms-projects .cms-projects-main .identity-docu:hover .identity-docu-hover {
  display: flex;
}
#cms-projects .cms-projects-main .identity-docu .identity-docu-help i {
  font-size: 2rem;
}
#cms-projects .cms-projects-main .identity-docu .identity-docu-hover {
  display: none;
  width: 35rem;
  height: auto;
  background: white;
  padding: 2rem;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
#cms-projects .cms-projects-main .slide-forms-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
#cms-projects .cms-projects-main .slide-forms-container input,
#cms-projects .cms-projects-main .slide-forms-container .projects-inputs-textarea {
  width: 100%;
  height: 2.5rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
#cms-projects .cms-projects-main .slide-forms-container .projects-inputs-textarea {
  height: 20rem;
}
#cms-projects .cms-projects-main .slide-forms-container .file-input {
  padding: 1rem 0;
  border-radius: 0;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form {
  width: 25rem;
  margin: 1rem 2rem;
  border: 2px solid rgb(36, 36, 36);
  border-radius: 20px;
  padding: 1rem;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language_en {
  background-color: white;
  margin-top: 0.5rem;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language_en input,
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language_en .projects-inputs-textarea {
  border: 1px solid rgba(198, 198, 198, 0.456) !important;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language_fr {
  background-color: #0080ff;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language_es {
  background-color: #fabd00;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 1rem;
  width: 100%;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .language .slide-content {
  width: 15rem;
  height: 20rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .sub-btn {
  padding: 0;
  margin: 0;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form .sub-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(242, 179, 12);
  color: white;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .main-form-client {
  display: flex;
  align-items: center;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .clients-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .clients-grid-container .main-form-client {
  margin-bottom: 5.5rem;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .clients-grid-container .main-form-client .client-ref {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .clients-grid-container .main-form-client .client-ref img {
  width: 25%;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .sub-btn {
  padding: 0;
  margin: 0;
}
#cms-projects .cms-projects-main .slide-forms-container .slides-form .sub-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(242, 179, 12);
  color: white;
}
#cms-projects .cms-projects-main .client-ref-cms {
  width: 90%;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container {
  width: 100%;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container .clients-grid-container {
  gap: 1rem;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container .client-ref-titles-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: auto;
  border: 1px solid;
  color: black;
  border-radius: 20px;
  padding: 1rem;
  margin: 1rem;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container .client-ref-titles-container p {
  font-size: 40px;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container .client-ref-titles-container .client-label-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cms-projects .cms-projects-main .client-ref-cms .client-ref-cms-main-container .client-ref-titles-container .client-label-input-container input {
  margin: 0;
}

.slide1-cms-service {
  border: 1px solid black;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.slide1-cms-service .div-buttons input {
  margin: 50px;
}
.slide1-cms-service .submitBtnServices {
  padding: 10px 20px;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  margin: 10px;
}
.slide1-cms-service .flex-lines-services {
  display: flex;
  width: 65vw;
  justify-content: space-evenly;
}
.slide1-cms-service .flex-lines-services div {
  display: flex;
  flex-direction: column;
}
.slide1-cms-service .flex-input-service {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.slide1-cms-service #title-services-info {
  display: flex;
  position: relative;
}
.slide1-cms-service #title-services-info p {
  width: 240px;
  position: absolute;
  background-color: white;
  display: none;
  padding: 12px;
}
.slide1-cms-service #title-services-info i:hover #docu-page-services {
  display: block;
}
.slide1-cms-service .display-forms-services {
  color: red;
  flex-direction: column-reverse;
}
.slide1-cms-service form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide1-cms-service form .sub-btn-service {
  padding: 10px 20px;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  margin: 0px;
}
.slide1-cms-service form .inputs-lines-services {
  width: 550px;
  height: auto;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}
.slide1-cms-service form .identity-inputs {
  width: 15rem;
  height: 2.5rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}
.slide1-cms-service form .slide-content-service {
  height: auto;
  width: auto;
}

.slide2-cms-service {
  width: 820px;
}

.main-section-gallery {
  overflow-y: hidden;
  width: 100%;
  max-width: 100vw;
  height: auto;
}
.main-section-gallery .s1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
}
.main-section-gallery .s1 .gallery-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  border-top: 1px solid rgb(36, 36, 36);
}
.main-section-gallery .s1 .gallery-grid .grid1 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 33%;
  height: auto !important;
}
.main-section-gallery .s1 .gallery-grid .grid2 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 33%;
  height: auto !important;
}
.main-section-gallery .s1 .gallery-grid .grid3 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 33%;
  height: auto !important;
}
.main-section-gallery .s1 .gallery-grid .elem {
  position: relative;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgb(36, 36, 36);
}
.main-section-gallery .s1 .gallery-grid .elem:hover .elem-content {
  top: calc(50% - 24px);
  color: white;
}
.main-section-gallery .s1 .gallery-grid .elem:hover .elem-content-country::before {
  opacity: 1 !important;
  transition: 0.5s;
}
.main-section-gallery .s1 .gallery-grid .elem:hover::after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 0;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60%;
  color: transparent;
  transition: all 0.4s ease-in-out;
  width: 100%;
  font-size: 20px;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content .elem-content-country {
  position: relative;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content .elem-content-country::before {
  content: "";
  transition: 0.4s;
  background-image: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-size: 100% 100%;
  position: absolute;
  height: 5px;
  opacity: 0;
  bottom: -5px;
  width: 100%;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content h3 {
  font-family: "karlabold";
  z-index: 100;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content img {
  margin-bottom: 0.5rem;
}
.main-section-gallery .s1 .gallery-grid .elem .elem-content p {
  padding-top: 10px;
  z-index: 100;
}
.main-section-gallery .s1 .mobile-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  margin-top: 2px;
}
.main-section-gallery .s1 .mobile-grid .elem {
  position: relative;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgb(36, 36, 36);
}
.main-section-gallery .s1 .mobile-grid .elem:hover .elem-content {
  top: calc(50% - 24px);
  color: white;
}
.main-section-gallery .s1 .mobile-grid .elem:hover .elem-content-country::before {
  opacity: 1 !important;
  transition: 0.5s;
}
.main-section-gallery .s1 .mobile-grid .elem:hover::after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 0;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content {
  top: calc(50% - 24px) !important;
  color: white !important;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content .elem-content-country::before {
  opacity: 1 !important;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60%;
  color: transparent;
  transition: all 0.4s ease-in-out;
  width: 100%;
  font-size: 20px;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content .elem-content-country {
  position: relative;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content .elem-content-country::before {
  content: "";
  transition: 0.4s;
  background-image: url("../../assets/imgs/forms/svg/Trait jaune.svg");
  background-size: 100% 100%;
  position: absolute;
  height: 5px;
  opacity: 0;
  bottom: -5px;
  width: 100%;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content h3 {
  font-family: "karlabold";
  z-index: 100;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content img {
  margin-bottom: 0.5rem;
}
.main-section-gallery .s1 .mobile-grid .elem .elem-content p {
  padding-top: 10px;
  z-index: 100;
}
.main-section-gallery .s2 {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .mobile-grid {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .rea-section .text-footer .project-description::before {
    width: var(--reaDescrWidth) !important;
    background-image: url(../../assets/imgs/forms/svg/fond1.svg);
  }
  .gallery-grid {
    display: none !important;
  }
}
#element-content-1,
#element-mobile-1 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-1.jpg);
  aspect-ratio: 3/2;
}

#element-content-2,
#element-mobile-4 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-2.jpg);
  aspect-ratio: 2/3;
}

#element-content-3,
#element-mobile-5 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-3.jpg);
  aspect-ratio: 3/2;
}

#element-content-4,
#element-mobile-2 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-4.jpg);
  aspect-ratio: 2/3;
}

#element-content-5,
#element-mobile-6 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-5.jpg);
  aspect-ratio: 3/2;
}

#element-content-6,
#element-mobile-7 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-6.jpg);
  aspect-ratio: 3/2;
}

#element-content-7,
#element-mobile-3 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-7.jpg);
  aspect-ratio: 3/2;
}

#element-content-8,
#element-mobile-8 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-8.jpg);
  aspect-ratio: 3/2;
}

#element-content-9,
#element-mobile-9 {
  background-image: url(../../assets/imgs/galleries/background-galleries/bg-proj-9.jpg);
  aspect-ratio: 2/3;
}

@media (max-width: 1750px) {
  .gallery-grid {
    width: 90% !important;
  }
}
@media (max-width: 1050px) {
  .gallery-grid {
    flex-direction: column;
    align-items: center !important;
    width: 90% !important;
  }
  .gallery-grid .grid1,
.gallery-grid .grid2,
.gallery-grid .grid3 {
    width: 100% !important;
  }
  .gallery-grid .elem-content {
    top: calc(50% - 24px) !important;
    color: white !important;
  }
  .gallery-grid .elem-content .elem-content-country::before {
    opacity: 1 !important;
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    width: 100% !important;
  }
  .gallery-grid .grid1,
.gallery-grid .grid2,
.gallery-grid .grid3 {
    width: 100% !important;
  }
  .gallery-grid .grid1 {
    margin-top: 2px;
  }
}
@media (max-width: 600px) {
  .footer-gallery {
    border-top: 1px solid rgba(70, 70, 70, 0.7215686275) !important;
  }
}
@media (min-width: 600px) {
  .footer-gallery {
    border-top: 0px solid black !important;
  }
}
.footer-gallery {
  height: 70vh !important;
}

@media only screen and (max-height: 550px) and (max-width: 916px) and (min-width: 400px) {
  .footer-gallery {
    height: calc(100vh - 2.5rem);
  }
}
@media only screen and (max-width: 1200px) {
  .footer-gallery {
    height: 90vh !important;
  }
}
@media only screen and (max-width: 450px) {
  .footer-gallery {
    height: 75vh !important;
  }
}
.swiper {
  height: calc(100vh - 2.5rem);
}

.swiper-button-prev, .swiper-button-next {
  background-image: url("../../assets/imgs/forms/Flèche jaune.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.back-to-gallery {
  position: absolute;
  color: rgb(242, 179, 12);
  padding: 10px;
  z-index: 5;
  cursor: pointer;
}
.back-to-gallery p {
  padding-left: 8px;
  font-size: 15px;
}
.back-to-gallery .back-gallery-flex {
  display: flex;
  align-items: center;
  color: rgb(242, 179, 12);
  text-decoration: none;
}

.desc-galleries, .desc-galleries-mobile {
  background-image: url("../../assets/imgs/forms/svg/fond1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 30px;
  width: 320px;
  font-size: 14px;
  bottom: 15px;
  right: 15px;
  display: none;
}
.desc-galleries .separation-desc-galleries, .desc-galleries-mobile .separation-desc-galleries {
  background-color: black;
  height: 2px;
  width: 70px;
  margin: 20px auto;
}

.desc-galleries {
  position: absolute !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.container-img-slide:hover .desc-galleries {
  display: block;
}

.swiper-button-prev {
  transform: rotate(180deg) !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.container-img-slide {
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.container-img-slide img {
  max-width: 100%;
  max-height: calc(100vh - 2.5rem);
  opacity: 1;
}

.desc-galleries-mobile {
  display: none !important;
}

@media (max-width: 1025px) {
  .desc-galleries {
    display: none !important;
  }
  .margin-landscape {
    margin-top: 57px !important;
  }
  .desc-galleries-mobile {
    display: block !important;
    right: 0;
    position: relative;
    bottom: 7px;
    z-index: 1;
    background-size: 200% 100%;
    width: 100%;
  }
  #footer-gall {
    height: 70vh !important;
  }
  .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
  }
  .container-img-slide {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
@media (max-width: 500px) {
  .swiper-button-prev, .swiper-button-next {
    top: 325px !important;
  }
}
#footer-gall {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 70vh;
}

@media only screen and (max-height: 550px) and (max-width: 916px) and (min-width: 400px) {
  #footer-gall {
    height: calc(100vh - 2.5rem);
  }
}
.text_manager {
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  height: 4rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.text_manager .text_manager--action-container {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 0.5rem;
  height: 100%;
}
.text_manager .text_manager--action-container .text_manager--action-container--li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  border-radius: 50px;
  padding: 1rem;
  border: 1px solid rgba(171, 171, 171, 0.44);
}
.text_manager .text_manager--action-container .text_manager--underline {
  position: relative;
}

.meta_manager_title {
  display: flex;
  justify-content: center;
  width: 68%;
  padding: 1rem 0;
  background-color: rgb(192, 192, 192);
  border: 1px solid lightgrey;
  border-radius: 20px;
  cursor: pointer;
}
.meta_manager_title i {
  transition: 0.5s all ease-in-out;
  margin-left: 1rem;
  transform: rotate(180deg);
}

.meta_manager {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  border: 2px solid rgb(199, 199, 199);
  border-radius: 20px;
  padding: 1rem;
}
.meta_manager input,
.meta_manager textarea {
  width: 10rem;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 1rem;
}
.meta_manager .meta_title--fr input, .meta_manager .meta_title--es input, .meta_manager .meta_title--en input {
  width: 18rem !important;
}
.meta_manager .meta_description form,
.meta_manager .meta_title form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.meta_manager .meta_description form div,
.meta_manager .meta_title form div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(199, 199, 199);
  border-radius: 20px;
  padding: 1rem;
}
.meta_manager .meta_description form label,
.meta_manager .meta_title form label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.meta_manager .meta_description form .meta--flags,
.meta_manager .meta_title form .meta--flags {
  font-size: 1.5rem;
}
.meta_manager .meta_description form {
  flex-direction: row;
  flex-wrap: wrap;
  width: 40rem;
}
.meta_manager .meta_description form textarea {
  height: 15rem;
}
.meta_manager .meta_manager--submit {
  transition: 0.3s all ease-in-out;
}
.meta_manager .meta_manager--submit:hover {
  background-color: rgb(242, 179, 12);
  color: white;
}

#cms-navigation {
  position: relative;
  width: 100vw;
  height: auto;
  display: flex;
}
#cms-navigation .cms-navigation-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  height: auto;
  min-height: 100vh;
  background-color: gainsboro;
  padding: 4rem 0;
}
#cms-navigation .cms-navigation-main .main-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
#cms-navigation .cms-navigation-main .main-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cms-navigation .cms-navigation-main .main-form form .nav-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
  border: 1px solid rgba(149, 149, 149, 0.418);
  border-radius: 20px;
  padding: 1rem 0;
}
#cms-navigation .cms-navigation-main .main-form form .nav-cards .pages-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
#cms-navigation .cms-navigation-main .main-form form .nav-cards .pages-nav div {
  margin-bottom: 3rem;
}
#cms-navigation input {
  width: 10rem;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 20px;
  margin: 0 1rem;
}
#cms-navigation .nav-logo-input {
  width: auto;
}
#cms-navigation .sub-btn {
  transition: 0.3s all ease-in-out;
}
#cms-navigation .sub-btn:hover {
  background-color: rgb(242, 179, 12);
  color: white;
}

.galleries form {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  padding: 15px;
  border-radius: 20px;
  gap: 7px;
  margin-bottom: 10px;
}

#galleries-manager input {
  width: 100px;
}

.thumbnails {
  border: 1px solid black;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.thumbnails form input {
  height: 50px;
}
.thumbnails form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rea-cms-main {
  display: flex;
  width: 100vw;
  height: auto;
  background: gainsboro;
}
.rea-cms-main .rea-meta {
  width: 80vw;
  padding: 5rem;
}

.sommaire_manager_title {
  display: flex;
  justify-content: center;
  width: 68%;
  padding: 1rem 0;
  background-color: rgb(192, 192, 192);
  border: 1px solid lightgrey;
  border-radius: 20px;
  cursor: pointer;
}
.sommaire_manager_title i {
  transition: 0.5s all ease-in-out;
  margin-left: 1rem;
  transform: rotate(180deg);
}

.sommaire_manager {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  border: 2px solid rgb(199, 199, 199);
  border-radius: 20px;
  padding: 1rem;
}
.sommaire_manager input,
.sommaire_manager textarea {
  width: 10rem;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 1rem;
}
.sommaire_manager form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sommaire_manager form .sommaire_form_main_container {
  display: flex;
  align-items: center;
  gap: 5rem;
  border: 2px solid lightgrey;
  border-radius: 20px;
  padding: 1rem;
}
.sommaire_manager form .sommaire_form_main_container .sommaire_container {
  display: flex;
  flex-direction: column;
}
.sommaire_manager .sommaire_manager--submit {
  transition: 0.3s all ease-in-out;
}
.sommaire_manager .sommaire_manager--submit:hover {
  background-color: rgb(242, 179, 12);
  color: white;
}

.cms-docu {
  position: absolute;
  height: 100%;
  top: 1rem;
  left: 2%;
}
.cms-docu:hover .cms-docu-hover {
  display: flex;
}
.cms-docu .cms-docu-hover {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  display: none;
  width: 35rem;
  height: auto;
  background: white;
  padding: 2rem;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
.cms-docu .cms-docu-help {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.cms-docu .cms-docu-help i {
  font-size: 2rem;
}

.rea_button_cms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 1rem 4rem;
  margin-top: 2rem;
}
.rea_button_cms input,
.rea_button_cms .projects-inputs-textarea {
  width: 100%;
  height: 2.5rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.rea_button_cms .rea_button_form_container {
  border: 1px solid black;
  border-radius: 20px;
  padding: 1rem;
}
.rea_button_cms .sub-btn {
  padding: 0;
  margin: 0;
}
.rea_button_cms .sub-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(242, 179, 12);
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "karlaregular";
}

.bold {
  font-weight: bold;
}

:root {
  --zIndex: -1000;
  --opacity: 0;
  --windowHeight: 0px;
  --reaDescrWidth: 120%;
}

#fullPage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.555);
  z-index: var(--zIndex);
  opacity: var(--opacity);
}

.slides-mobile {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .go-down,
.go-up {
    display: none;
  }
}
@media only screen and (max-height: 829px) {
  .go-down,
.go-up {
    display: none;
  }
}
@media only screen and (max-height: 899px) and (min-width: 1840px) {
  .go-down,
.go-up {
    display: none;
  }
}
.strong_karla {
  font-family: "karlabold" !important;
}

.italic_karla {
  font-family: "karlaitalic" !important;
}

.st_it_karla {
  font-family: "karlabolditalic" !important;
}

.trait-jaune::after {
  background: url("../../assets/imgs/forms/svg/Trait jaune.svg") !important;
}

.trait-bleu::after {
  background: url("../../assets/imgs/forms/svg/Trait bleu.svg") !important;
}

.trait-vert::after {
  background: url("../../assets/imgs/forms/svg/Trait_vert.svg") !important;
}

.f_jaune {
  color: rgb(242, 179, 12) !important;
}

.f_vert {
  color: rgb(131, 186, 137) !important;
}

.f_bleu {
  color: rgb(145, 175, 211) !important;
}

.section,
.fp-tableCell,
.fp-scroller {
  height: calc(100vh - 2.5rem);
}/*# sourceMappingURL=style.css.map */