@charset "UTF-8";
.white_text p {
  color: white !important;
}
.nf-form-fields-required {
  display: none;
}
input.nf-element {
  padding: 10px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #0A5D43;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 93, 67, 0.5);
}
@media only screen and (max-width: 768px) {
  div#theme-page {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  body, html {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
  }
}
div#header_wrapper {
  transition: all 0.5s ease-in-out;
  float: none;
  right: 0;
  left: 0;
}
div#header_wrapper.scrolled-class {
  backdrop-filter: blur(2rem);
  border-radius: 20rem;
  background-color: rgba(255, 255, 255, 0.52);
  margin-top: 40px !important;
  padding: 15px 45px;
  max-width: 90%;
  margin: 40px auto !important;
}
@media (max-width: 768px) {
  div#header_wrapper {
    backdrop-filter: blur(2rem);
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, 0.52);
    margin-top: 40px !important;
    padding: 15px 30px;
    max-width: 90%;
    margin: 40px auto !important;
  }
  .ue_inner_menu {
    width: 100vw !important;
    position: absolute;
    top: -40px;
  }
}
.ue_inner_menu.full_please {
  width: 100vw !important;
  position: absolute;
  top: -40px;
}
.container-fluid {
  padding: 0 !important;
  overflow: hidden !important;
}
.plus_projets {
  display: none !important;
}
.single-projets .plus_projets {
  display: block !important;
}
#header_logo.menu_color img {
  filter: invert(1);
}
#header_nousjoindre.menu_color a {
  border: 1px solid white;
  background-color: #2C2C2C;
}
#header_nousjoindre.menu_color a span.elementor-button-text {
  color: white;
}
#header_nousjoindre.menu_color a span.elementor-button-icon svg path {
  color: white;
  fill: white;
}
#header_nousjoindre.menu_color:hover a {
  background: white;
}
#header_nousjoindre.menu_color:hover a span.elementor-button-text {
  color: #2C2C2C;
}
#header_nousjoindre.menu_color:hover a span.elementor-button-icon svg path {
  color: #2C2C2C;
  fill: #2C2C2C;
}
div#jupiterx-primary {
  padding: 0 !important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page {
  display: inline-block;
  /* width: auto; */
}
.text_carousel li.splide__slide {
  text-align: center;
}
.text_carousel_mobile li.splide__slide {
  text-align: center;
}
/*MEGA MENU*/
.ue_inner_menu #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_menu > div > div > div {
  overflow-y: visible !important;
}
.ue_inner_menu .ue_inner_menu-box {
  gap: 11vh;
}
.ue_inner_menu .elementor.elementor-720 {
  width: 70vw !important;
}
.ue_inner_menu ul.elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  flex-direction: row;
}
.ue_inner_menu ul.elementor-icon-list-items.elementor-inline-items li {
  margin-bottom: 0 !important;
}
.ue_inner_menu .ue_inner_menu-box {
  margin-bottom: 0 !important;
}
.ue_inner_menu ul#menu-menu_main {
  margin-bottom: 30vh;
}
.ue_inner_menu .ue_inner_menu-box {
  gap: 11vh;
}
@media (max-height: 800px) and (max-width: 1600px) {
  .ue_inner_menu .ue_inner_menu-box {
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .ue_inner_menu .ue_inner_menu-box {
    gap: 26vh;
  }
}
.ue_inner_menu ul#menu-menu_main li::before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #979797;
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  font-family: "area-normal";
}
.ue_inner_menu ul#menu-menu_main li:hover::before {
  color: white;
}
.ue_inner_menu ul#menu-menu_main li:first-child::before {
  content: "01";
}
.ue_inner_menu ul#menu-menu_main li:nth-child(2)::before {
  content: "02";
}
.ue_inner_menu ul#menu-menu_main li:nth-child(3)::before {
  content: "03";
}
.ue_inner_menu ul#menu-menu_main li:nth-child(4)::before {
  content: "04";
}
.ue_inner_menu ul#menu-menu_main li:nth-child(5)::before {
  content: "05";
}
.ue_inner_menu li.menu-item {
  position: relative;
  padding-left: 10vw !important;
}
/*MEGA MENU*/
.item {
  cursor: pointer;
}
div#float_img {
  height: 300px;
  width: 300px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
div#float_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div#float_img.show {
  opacity: 1;
  display: block;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
header {
  opacity: 1;
  transition: all 1s ease-in-out;
}
header.hide {
  opacity: 0;
  transition: all 1s ease-in-out;
}
#float_img {
  display: none;
  transition: all 1s ease-in-out;
}
.custom_btn_inverse circle:first-child {
  transition: all 0.2s linear;
}
.custom_btn_inverse:hover circle:first-child {
  cx: 50;
  cy: -50;
}
.custom_btn circle:first-child {
  transition: all 0.2s linear;
}
.custom_btn:hover circle:first-child {
  cx: 20px;
  cy: 30px;
}
.custom_btn:hover circle:not(:first-child) {
  stroke: attr(data-color);
}
.custom_btn:hover path {
  z-index: 999 !important;
  fill: black !important;
}
div#big_holder {
  width: 30em;
  overflow: hidden !important;
}
div.big_carousel {
  width: 30em;
  animation-delay: 5s;
  transform-origin: left !important;
  transform: translateX(-100%);
}
div.big_carousel.slide-in {
  animation-delay: 5s;
  transform-origin: left !important;
  animation: slideInLeft 0.5s ease-out forwards;
  width: 30em;
}
div.big_carousel li.splide__slide {
  overflow: hidden;
}
div.big_carousel li.splide__slide.is-active img {
  animation: zoom-in-zoom-out 5.5s linear infinite;
}
div.big_carousel li.splide__slide img {
  height: 25em;
  width: 30em;
  object-fit: cover;
}
div#small_holder {
  overflow: hidden !important;
  width: 12em;
}
div.small_carousel {
  width: 12em;
  animation-delay: 5s;
  transform-origin: left !important;
  transform: translateX(-100%);
}
div.small_carousel.slide-in {
  animation-delay: 5s;
  transform-origin: left !important;
  animation: slideInLeft 0.5s ease-out forwards;
}
div.small_carousel li.splide__slide {
  overflow: hidden;
}
div.small_carousel li.splide__slide.is-active img {
  animation: zoom-in-zoom-out 5.5s linear infinite;
}
div.small_carousel li.splide__slide img {
  height: 12em;
  width: 12em;
  object-fit: cover;
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  100% {
    scale: 120%;
  }
}
.splide__arrows {
  display: none;
}
ul.splide__pagination {
  display: none;
}
/********************************************************* Project Grid *********************************************************/
section.projects_block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 20px;
  justify-content: center;
}
section.projects_block .item {
  width: calc(50% - 20px);
}
section.projects_block .item .wrapper {
  transition: all 0.5s linear;
  overflow: hidden;
}
section.projects_block .item .item_img {
  min-height: 40em;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s linear;
}
section.projects_block .item span.h3_holder {
  overflow: hidden !important;
  display: block;
  height: 40px;
}
section.projects_block .item h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  font-family: "area-normal";
  margin-top: 18px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  section.projects_block .item h3 {
    font-size: 13px;
  }
}
section.projects_block .item h3:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  margin-top: 18px;
  margin-bottom: 8px;
  content: attr(data-hover);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  opacity: 0;
  -webkit-transform: translate3d(0px, 105%, 0px);
  -moz-transform: translate3d(0px, 105%, 0px);
  -ms-transform: translate3d(0px, 105%, 0px);
  transform: translate3d(0px, 105%, 0px);
}
section.projects_block .item:hover .wrapper {
  border-radius: 33px;
}
section.projects_block .item:hover .item_img {
  transform: scale(1.2);
}
section.projects_block .item:hover h3 {
  -webkit-transform: translate3d(0px, -45px, -30px);
  -moz-transform: translate3d(0px, -45px, -30px);
  -ms-transform: translate3d(0px, -45px, -30px);
  transform: translate3d(0px, -45px, -30px);
}
section.projects_block .item:hover h3::before {
  opacity: 1;
}
.splide__slide img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.custom_career_inverse a.elementor-button.elementor-button-link.elementor-size-sm {
  transition: all 0.5s ease-in-out;
}
.custom_career_inverse .elementor-button-content-wrapper {
  overflow: hidden !important;
  height: 35px;
}
.custom_career_inverse .elementor-button-content-wrapper span.elementor-button-text {
  display: block;
  position: relative;
  padding: 0 2px;
  line-height: 1.2em;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom_career_inverse .elementor-button-content-wrapper span.elementor-button-text:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  content: "Envoyer votre CV";
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 1.2em;
  -webkit-transform: translate3d(0px, 105%, 0px);
  -moz-transform: translate3d(0px, 105%, 0px);
  -ms-transform: translate3d(0px, 105%, 0px);
  transform: translate3d(0px, 105%, 0px);
}
.custom_career_inverse:hover a.elementor-button.elementor-button-link.elementor-size-sm {
  background-color: white;
}
.custom_career_inverse:hover svg {
  filter: invert(1);
}
.custom_career_inverse:hover span.elementor-button-text {
  color: black;
  -webkit-transform: translate3d(0px, 0px, -30px);
  -moz-transform: translate3d(0px, 0px, -30px);
  -ms-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, -25px, -30px);
}
.custom_contact a.elementor-button.elementor-button-link.elementor-size-sm {
  transition: all 0.5s ease-in-out;
}
.custom_contact .elementor-button-content-wrapper {
  overflow: hidden !important;
  height: 30px;
}
.custom_contact .elementor-button-content-wrapper span.elementor-button-text {
  display: block;
  position: relative;
  padding: 0 2px;
  line-height: 1.2em;
  margin-top: 7px;
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom_contact .elementor-button-content-wrapper span.elementor-button-text:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  content: "Nous joindre";
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 1.2em;
  -webkit-transform: translate3d(0px, 105%, 0px);
  -moz-transform: translate3d(0px, 105%, 0px);
  -ms-transform: translate3d(0px, 105%, 0px);
  transform: translate3d(0px, 105%, 0px);
}
.custom_contact:hover a.elementor-button.elementor-button-link.elementor-size-sm {
  background-color: black;
}
.custom_contact:hover svg {
  filter: invert(1);
}
.custom_contact:hover span.elementor-button-text {
  color: white;
  -webkit-transform: translate3d(0px, 0px, -30px);
  -moz-transform: translate3d(0px, 0px, -30px);
  -ms-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, -25px, -30px);
}
.custom_acceuil a.elementor-button.elementor-button-link.elementor-size-sm {
  transition: all 0.5s ease-in-out;
}
.custom_acceuil .elementor-button-content-wrapper {
  overflow: hidden !important;
  height: 30px;
}
.custom_acceuil .elementor-button-content-wrapper span.elementor-button-text {
  display: block;
  position: relative;
  padding: 0 2px;
  line-height: 1.2em;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom_acceuil .elementor-button-content-wrapper span.elementor-button-text:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  content: "Retour à l'accueil";
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 1.2em;
  -webkit-transform: translate3d(0px, 105%, 0px);
  -moz-transform: translate3d(0px, 105%, 0px);
  -ms-transform: translate3d(0px, 105%, 0px);
  transform: translate3d(0px, 105%, 0px);
}
.custom_acceuil:hover a.elementor-button.elementor-button-link.elementor-size-sm {
  background-color: black;
}
.custom_acceuil:hover svg {
  filter: invert(1);
}
.custom_acceuil:hover span.elementor-button-text {
  color: white;
  -webkit-transform: translate3d(0px, 0px, -30px);
  -moz-transform: translate3d(0px, 0px, -30px);
  -ms-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, -25px, -30px);
}
.custom_plus a.elementor-button.elementor-button-link.elementor-size-sm {
  transition: all 0.5s ease-in-out;
}
.custom_plus .elementor-button-content-wrapper {
  overflow: hidden !important;
  height: 30px;
}
.custom_plus .elementor-button-content-wrapper span.elementor-button-text {
  display: block;
  position: relative;
  padding: 0 2px;
  line-height: 1.2em;
  margin-top: 7px;
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom_plus .elementor-button-content-wrapper span.elementor-button-text:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  content: "Voir plus de projets";
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 1.2em;
  -webkit-transform: translate3d(0px, 105%, 0px);
  -moz-transform: translate3d(0px, 105%, 0px);
  -ms-transform: translate3d(0px, 105%, 0px);
  transform: translate3d(0px, 105%, 0px);
}
.custom_plus:hover a.elementor-button.elementor-button-link.elementor-size-sm {
  background-color: black;
}
.custom_plus:hover svg {
  filter: invert(1);
}
.custom_plus:hover span.elementor-button-text {
  color: white;
  -webkit-transform: translate3d(0px, 0px, -30px);
  -moz-transform: translate3d(0px, 0px, -30px);
  -ms-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, -25px, -30px);
}
.custom_btn span.elementor-heading-title.elementor-size-default, .custom_btn_inverse span.elementor-heading-title.elementor-size-default {
  overflow: hidden !important;
  display: block;
  height: 35px;
}
.custom_btn .button_txt span span, .custom_btn_inverse .button_txt span span {
  display: block;
  position: relative;
  padding: 0 2px;
  line-height: 1.2em;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.contact_btn {
  overflow: hidden;
  border-radius: 33px;
}
.contact_btn span.overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: attr("data-color");
  border-radius: 33px;
  left: -100px;
  top: 50px;
  transition: all 0.5s linear;
  z-index: -1;
}
.contact_btn span.elementor-button-content-wrapper {
  z-index: 999;
}
.contact_btn:hover span.overlay {
  left: 0;
  top: 0;
}
/* Project Page */
.filtering_section {
  padding: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: scroll;
}
.filtering_section::-webkit-scrollbar {
  display: none;
}
.filtering_section span#uncategorized {
  display: none;
}
.filtering_section h3 {
  font-family: "area-normal";
  font-size: 14px;
  font-weight: 700;
  color: black;
  width: 120px;
  margin-bottom: 0;
}
.filtering_section .filter_tags {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}
.filtering_section .filter_tags span.cat_tags {
  border: 1px solid #d3d3d3;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  min-width: fit-content;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background-color: #FFFFFF;
  font-family: "area-normal", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  fill: #000000;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D9D9D9;
  border-radius: 22px 22px 22px 22px;
  padding: 10px 12px 10px 12px;
}
.filtering_section .filter_tags span.cat_tags:hover {
  background: #E85037;
}
.filtering_section .filter_tags span.cat_tags.active {
  background: #E85037;
  border: 1px solid #E85037;
}
.projects_block .item.hide {
  display: none;
}
@media (max-width: 800px) {
  .filtering_section {
    flex-direction: column;
    padding: 10px;
    align-items: start;
  }
}
/* Project Page */
/*Menu*/
.ue-input-wrapper {
  width: 138px !important;
  background: black;
  border-radius: 111px;
  border: 1px solid black;
}
.ue-input-wrapper .ue_hamburger.uc_animated_hamburger_icon {
  background-color: black !important;
  border: 1px solid black;
}
.ue-input-wrapper input.checkbox-toggle {
  width: 138px !important;
}
.outer-menu.menu-opened .ue-input-wrapper {
  background: #2C2C2C;
  border: 1px solid white;
}
.outer-menu.menu-opened .ue_hamburger.uc_animated_hamburger_icon {
  background-color: #2C2C2C !important;
  border: 1px solid white;
}
.ue_hamburger.uc_animated_hamburger_icon {
  width: 138px !important;
  border-radius: 111px !important;
  align-items: center !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div {
  width: 25px !important;
}
span.menu_word {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "area-normal";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 174%;
  /* 24.36px */
}
.ue_hamburger.uc_animated_hamburger_icon {
  gap: 20px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div {
  top: 5px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div, #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div:before, #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div:after {
  height: 1px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div:after {
  top: 0px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div:before {
  top: -7px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .checkbox-toggle:checked + .ue_hamburger > div {
  top: 1px !important;
}
#uc_fullscreen_navigation_menu_elementor_e88e425 .checkbox-toggle:checked + .ue_hamburger > div:before {
  top: 0px !important;
}
/*Menu*/
/* Nous joindre */
input#nf-field-4 {
  background: url(/wp-content/uploads/2025/10/Frame-200.svg);
  width: 139px;
  height: 139px;
  border: 0;
  color: transparent;
  float: right;
  position: absolute;
  z-index: 99;
  right: -90px;
  top: -40px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
input#nf-field-4:hover {
  background: url(/wp-content/uploads/2025/10/Group-157-1.svg);
}
@media (max-width: 900px) {
  input#nf-field-4 {
    background: url(/wp-content/uploads/2025/10/Frame-200.svg);
    width: 90px;
    height: 90px;
    border: 0;
    background-size: contain;
    color: transparent;
    float: right;
    position: absolute;
    z-index: 99;
    right: -26px;
    top: 11px;
    cursor: pointer;
  }
}
input.ninja-forms-field, textarea {
  border: 0;
  outline: 0;
  border-bottom: 1px solid black;
  padding-left: 0 !important;
  color: #1D1B20;
  font-family: "area-normal";
  font-weight: 500;
}
input.ninja-forms-field::placeholder, textarea::placeholder {
  color: #1D1B20;
  font-family: "area-normal";
  font-weight: 500;
  font-size: 15px;
}
input.ninja-forms-field::focus, textarea::focus {
  border-bottom: 2px solid black !important;
}
.nf-field-element textarea.ninja-forms-field {
  height: 80px;
}
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 0 !important;
  border-bottom: 2px solid red !important;
}
/* Nous joindre */
@media (max-width: 1050px) {
  section.projects_block .item .item_img {
    min-height: 26em !important;
  }
}
@media (max-width: 969px) {
  section.projects_block {
    flex-direction: column;
  }
  section.projects_block .item {
    width: 100%;
  }
  span.menu_word {
    display: none;
  }
  .ue_hamburger.uc_animated_hamburger_icon {
    width: 44px !important;
    height: 44px !important;
  }
  .elementor-153 .elementor-element.elementor-element-e88e425 .checkbox-toggle {
    height: 44px !important;
    width: 44px !important;
  }
  .ue-input-wrapper {
    height: 44px !important;
    width: 44px !important;
  }
  #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_hamburger > div {
    top: 3px !important;
    width: 20px !important;
  }
  section.projects_block .item .item_img {
    min-height: 30em !important;
  }
  .ue_inner_menu .elementor.elementor-720 {
    width: 100% !important;
  }
  .elementor-element.elementor-element-ecef8cd.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 24px 41px !important;
  }
  #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_menu > div > div > div {
    max-width: 100% !important;
  }
  #uc_fullscreen_navigation_menu_elementor_e88e425 .ue_menu > div > div > div:nth-child(2) {
    max-width: 100% !important;
  }
}
