@font-face {
  font-family: "SweetApricot";
  src: url("fonts/SweetApricot/SweetApricot.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/AvenirLTProLight.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/AvenirLTProBook.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/AvenirLTProMedium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir/AvenirLTProHeavy.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Kangee";
  src: url("fonts/Kangee/Kangge_bis.ttf") format("truetype");
  font-weight: 400;
}
html {
  margin: 0 !important;
  overflow-x: hidden;
}
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: 0.3s all ease;
}
.loader svg {
  width: 50%;
  height: 50%;
}
.loaderinvisible {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
body {
  margin: 0 !important;
}
img {
  image-rendering: auto;
}
.site-main {
  min-height: 100vh;
}
.imgcropCtn {
  position: relative;
  overflow: hidden;
}
.imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.boutondevis {
  z-index: 3;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  bottom: 16px;
  right: 16px;
  width: 100%;
  height: auto;
}
.boutondevis .container-myprod {
  display: flex;
  width: 100%;
  max-width: unset;
  justify-content: flex-end;
}
.container-myprod {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
.expertises ul li,
.bloc-orga-eu ul li {
  position: relative;
  padding: 0 0 16px 16px;
  color: #0A0A0A;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
.expertises ul li::before,
.bloc-orga-eu ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 8px;
  background-image: url("https://www.arindis.com/wp-content/uploads/2026/03/CheckArindis.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: transparent;
}
.text-image ul li {
  position: relative;
  padding: 0 0 16px 16px;
  color: #0A0A0A;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
.text-image ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 8px;
  background-image: url("https://www.arindis.com/wp-content/uploads/2026/03/CheckArindis.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: transparent;
}
h1 {
  color: #0A0A0A;
  font-family: "Kangee", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
h2 {
  color: #0A0A0A;
  font-family: "Kangee", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
h3 {
  color: #0A0A0A;
  font-family: "Kangee", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 0 16px;
}
a {
  color: #0A0A0A;
  font-family: "Kangee", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 8px;
  transition: 0.3s all ease;
}
a:hover {
  transition: 0.3s all ease;
}
h1 strong,
h2 strong {
  font-family: "Kangee", sans-serif;
}
strong,
b {
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
}
p {
  color: #0A0A0A;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.6;
  margin: 0 0 8px;
}
p a {
  font-family: "Gilroy", sans-serif;
  text-decoration: underline 1px solid #0A0A0A !important;
  transition: 0.3s all ease;
}
p a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cta-text-contenu a {
  text-decoration: none;
}
.exergue-com {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Gilroy", sans-serif;
  background-color: #008FC9;
  border-radius: 50px;
  text-decoration: none;
}
.exergue-event {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Gilroy", sans-serif;
  background-color: #90BF24;
  border-radius: 50px;
  text-decoration: none;
}
.btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  line-height: 1;
  gap: 16px;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  color: #F2F2F2;
  background: var(--Linear-bleu-vert,linear-gradient(90deg,#008FC9 0%,#90BF24 100%));
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: background-color .3s ease, color .3s ease;
  overflow: hidden;
}
.btn svg {
  display: none;
}
.btn span.lienContent {
  z-index: 1;
  position: relative;
}
.btn::after {
  z-index: 0;
  content: "";
  inset: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 100%;
  background-color: #004B69;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.8s all ease;
}
.btn:hover {
  background-color: #fff;
  color: white;
  transition: 0.8s all ease !important;
}
.btn:hover::after {
  width: 500px;
  height: 500px;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.8s all ease;
}
.btn-bord-white {
  color: #F2F2F2;
  background-color: transparent;
  border: 1px solid #F2F2F2;
}
.btn-bord-white:hover {
  color: #004b69;
  background-color: #fff;
  border: 1px solid transparent;
}
.btn-sombre::after {
  background-color: #004B69;
}
.btn-sombre:hover {
  color: white;
  background-color: #004B69;
}
.btn-primary {
  position: relative;
  border: 1px solid #008FC9;
  color: #008FC9;
  transition: 0.3s all ease;
}
.btn-primary:hover {
  color: #f2f2f2;
  background-color: #008FC9;
  transition: 0.3s all ease;
}
.btn-secondary {
  position: relative;
  border: 1px solid #90BF24;
  color: #90BF24;
  transition: 0.3s all ease;
}
.btn-secondary:hover {
  color: #f2f2f2;
  background-color: #90BF24;
  transition: 0.3s all ease;
}
.btn-tertiary {
  position: relative;
  border: 1px solid #004B69;
  color: #004B69;
  transition: 0.3s all ease;
}
.btn-tertiary:hover {
  color: #f2f2f2;
  background-color: #004B69;
  transition: 0.3s all ease;
}
.btn-black::after {
  background-color: #000;
}
.btn-black:hover span {
  color: #fff !important;
}
.btn-white {
  color: #008FC9;
  background-color: white;
  border: 1px solid transparent;
}
.btn-white:hover {
  color: #fff;
  background-color: black;
}
.btn-header {
  font-family: "Gilroy", sans-serif;
  font-size: 3rem;
  padding: 12px 0;
  margin: 0;
  border: unset;
  background-color: transparent;
}
.btn-header svg {
  display: block;
}
.btn-header:hover {
  color: #004B69;
  background-color: transparent;
}
.btn-header::before {
  content: unset;
}
.btn-header::after {
  content: unset;
}
.btn-header .blue-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .blue-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-header .orange-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .orange-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-noAnimation path {
  opacity: 0;
}
.btn-black {
  color: white;
  border: 1px solid transparent;
  background-color: black;
}
.btn-black:hover {
  color: black;
  border: 1px solid transparent;
  background-color: white;
}
.btn-bord {
  position: relative;
  color: #0A0A0A;
  background: transparent;
  padding: 2px;
  margin: 0;
  display: inline-block;
}
.btn-bord::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--Linear-bleu-vert,linear-gradient(90deg,#008FC9 0%,#90BF24 100%));
}
.btn-bord span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 16px 24px;
  background: white;
}
.btn-bord::after {
  background: var(--Linear-bleu-vert,linear-gradient(90deg,#008FC9 0%,#90BF24 100%));
}
.btn-bord:hover span {
  color: white;
  background: transparent;
}
.blue-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.orange-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#wpadminbar {
  display: none;
}
header.site-header {
  opacity: 1;
  width: 100%;
  transition: 0.3s all ease;
}
header.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  padding: 32px 0;
  max-width: 1366px;
  transition: 0.3s all ease;
}
header.site-header .logo {
  display: none;
  align-items: center;
  max-width: 275px;
  margin: 0;
  transition: 0.3s all ease;
}
header.site-header .rs {
  order: 3;
}
header.site-header .rs .wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header.site-header .rs .wrapper a {
  color: white;
}
header.site-header .burger-menu {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  width: 35px;
  height: 12px;
  align-items: center;
  justify-content: space-between;
}
header.site-header .burger-menu span {
  display: block;
  width: 100%;
  opacity: 1;
  height: 2px;
  margin-right: auto;
  background-color: #f2f2f2;
  color: #f2f2f2;
  transition: 0.3s all ease;
}
header.site-header .burger-menu:hover span {
  width: 100%;
  transition: 0.3s all ease;
}
header.site-header .menu-container {
  z-index: 9996;
  display: flex;
  align-items: center;
}
header.site-header .menu-container p {
  content: "Menu";
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  padding: 0 0 0 14px;
  margin: 0;
  color: #f2f2f2;
  font-family: "Kangee", sans-serif;
  text-transform: unset;
  transition: 0.3s all ease;
}
header.nav-colored {
  background-color: #004B69;
  transition: 0.3s all ease;
}
header.nav-colored .logo {
  display: block;
  max-width: 175px;
}
header.nav-colored .wrapper {
  transition: 0.3s all ease;
}
header.nav-colored .logo-site {
  transition: 0.3s all ease;
}
.menu-hamburger-direct .burger-menu {
  display: flex;
}
.menu-hamburger-direct nav.main-navigation {
  z-index: 9999;
  position: fixed;
  background: #0a0a0a7b;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
  position: relative;
  width: 50%;
  max-width: 530px;
  background-color: #FAFAFA;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger {
  z-index: 9999;
  position: absolute;
  top: 36px;
  right: 36px;
  width: 28px;
  height: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span {
  width: 100%;
  opacity: 1;
  height: 2px;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:first-child {
  position: relative;
  top: 50%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:nth-child(2) {
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:last-child {
  position: relative;
  top: -40%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10%;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  padding: 0 0 0 3vw;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover:before {
  opacity: 1;
  width: 10vw;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover ul.sub-menu {
  width: 300px;
  pointer-events: all;
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #90BF24;
  pointer-events: none;
  height: 2px;
  width: 0vw;
  top: 24%;
  left: -8vw;
  border-radius: 12px;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Kangee", sans-serif;
  margin: 0;
  line-height: 1;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li.current-menu-item a {
  color: #90BF24;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  color: #90BF24;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu {
  box-shadow: unset;
  opacity: 0;
  width: 300px;
  float: none;
  position: absolute;
  pointer-events: none;
  top: -5px;
  left: 100%;
  z-index: 9;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 0 0 30px;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
  width: auto;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li::before {
  content: unset;
}
.menu-hamburger-direct .activeMenuBurger span {
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:first-child {
  position: relative;
  top: 50%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:nth-child(2) {
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:last-child {
  position: relative;
  top: -40%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger p {
  opacity: 0;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.activeMenuMyProd {
  pointer-events: all;
}
.menu-hamburger-direct .logo-center .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-center .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-center .btn {
  order: 3;
}
.menu-hamburger-direct .logo-center .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-gauche .logo-site {
  order: 1;
}
.menu-hamburger-direct .logo-gauche .menu-container {
  order: 2;
}
.menu-hamburger-direct .logo-gauche .btn {
  display: none;
}
.menu-hamburger-direct .logo-gauche .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-droite .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-droite .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-droite .btn {
  display: none;
}
.menu-hamburger-direct .logo-droite .main-navigation {
  order: 4;
}
.menu-complet .burger-menu {
  display: none !important;
}
.menu-complet .logo-center .logo-site {
  order: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-complet .logo-center .menu-container {
  order: 0;
}
.menu-complet .logo-center .btn {
  display: none;
}
.menu-complet .logo-center .main-navigation {
  order: 1;
}
.menu-complet .logo-gauche .logo-site {
  order: 1;
}
.menu-complet .logo-gauche .menu-container {
  order: 0;
}
.menu-complet .logo-gauche .doubleContainer {
  order: 2;
  display: flex;
  gap: 16px;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-end;
}
.menu-complet .logo-gauche .main-navigation {
  position: initial;
  order: 1;
  width: auto;
}
.menu-complet .logo-gauche .main-navigation li {
  position: initial;
  margin: 0 16px;
}
.menu-complet .logo-gauche .main-navigation li a {
  z-index: 2;
  position: relative;
  color: var(--Base-black,#fff);
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a:hover {
  color: #F2F2F2;
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a:hover::after {
  width: 32px;
  border-radius: 100px;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.current-item {
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.current-item > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  border-radius: 100px;
  height: 3px;
  background: #C8C8C8;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche div.other-part {
  order: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.menu-complet .logo-gauche div.other-part .btn {
  margin: 0;
}
.menu-complet .logo-gauche .btn {
  order: 5;
}
.menu-complet .logo-droite .logo-site {
  order: 2;
}
.menu-complet .logo-droite .menu-container {
  order: 0;
}
.menu-complet .logo-droite .btn {
  display: none;
}
.menu-complet .logo-droite #site-navigation {
  order: 1;
  margin: 0 5% 0 0;
}
.menu-static {
  position: relative;
}
.menu-fixe {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
}
.main-navigation-right-part .wrapper {
  position: relative;
  display: flex;
  margin-left: -20%;
}
.main-navigation-right-part .wrapper .imgcropCtn {
  width: 100%;
  height: 100%;
}
.main-navigation-right-part .wrapper:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 10%;
  right: 14%;
  width: 200px;
  height: 200px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuJaune.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part .wrapper::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 5%;
  right: 55%;
  width: 150px;
  height: 150px;
  background-image: url(https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuBleu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part__first {
  z-index: 5;
  position: relative;
  top: -50px;
  left: 5%;
  display: flex;
  text-decoration: none;
  width: 47%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctableu.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__first .imgcrop {
  object-position: top left;
}
.main-navigation-right-part__second {
  z-index: 5;
  position: relative;
  bottom: -135px;
  right: 5%;
  display: flex;
  text-decoration: none;
  width: 53%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctajaunebis.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__second .imgcrop {
  object-position: bottom right;
}
.logo-site img {
  transition: 0.3s all ease;
}
.logo-site img:hover {
  transform: scale(0.95);
  transition: 0.3s all ease;
}
.main-navigation li a {
  transition: 0.3s all ease;
}
.main-navigation li a:hover {
  color: #90BF24;
  transition: 0.3s all ease;
}
.page-id-2950 header.site-header .wrapper {
  background: #0a0a0a64;
}
.single-recrutement header {
  background-color: #004b69;
}
.actualites {
  max-width: 900px;
  width: 90%;
  margin: 200px auto 120px auto;
}
.actualites .container-myprod {
  width: 100%;
  max-width: 100%;
}
.actualites .cta-text {
  padding: 0;
}
.actualites ul {
  margin: 12px 0;
}
.actualites ul li {
  position: relative;
  padding: 0 0 16px 16px;
  color: #0A0A0A;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
.actualites ul li strong {
  text-transform: uppercase;
}
.actualites ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 8px;
  background-image: url("https://www.arindis.com/wp-content/uploads/2026/03/CheckArindis.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: transparent;
}
.actualites a {
  color: #004B69;
  text-decoration: underline #004B69;
}
.actualites .btn,
.actualites .wp-block-button__link {
  font-size: 1.6rem;
  color: white;
  background: #004B69;
  border: 1px solid transparent;
  text-decoration: none;
}
.actualites .btn:hover,
.actualites .wp-block-button__link:hover {
  color: #004B69;
  border: 1px solid #004B69;
  background: white;
}
footer {
  position: relative;
  background: #ffffff;
  overflow-x: hidden;
}
footer::before {
  content: "";
  aspect-ratio: 18.008658008658;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("https://www.arindis.com/wp-content/uploads/2026/03/TopFooterArindis.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  padding: 10vw 0 32px;
}
footer .wrapper a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
footer .wrapper .first-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 80px 0;
}
footer .wrapper .first-row > p {
  width: auto;
  color: #0A0A0A;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
footer .wrapper .first-row .line {
  flex: 1 1 0;
  width: auto;
  height: 1px;
  background: #FFF9ED;
}
footer .wrapper .first-row .partenaire-row .wrapper-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
footer .wrapper .first-row .partenaire-row .wrapper-row a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 9px;
  background: #FFF;
  margin: 0;
}
footer .wrapper .second-row {
  display: grid;
  width: 100%;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  column-gap: 16px;
  padding: 0 0 64px 0;
}
footer .wrapper .second-row p,
footer .wrapper .second-row a {
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
  color: #0A0A0A;
}
footer .wrapper .second-row .first-menu a ,
footer .wrapper .second-row .second-menu a ,
footer .wrapper .second-row .third-menu a ,
footer .wrapper .second-row .fourth-menu a  {
  display: block;
  font-family: Gilroy;
  font-weight: 100 !important;
  color: #0A0A0A;
  text-decoration: underline 1px solid #0A0A0A;
}
footer .wrapper .second-row .first-menu > p,
footer .wrapper .second-row .second-menu > p,
footer .wrapper .second-row .third-menu > p,
footer .wrapper .second-row .fourth-menu > p {
  color: var(--Base-black,#004B69);
  font-family: "Gilroy";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
footer .wrapper .second-row .first-menu .logo {
  width: auto;
  height: auto;
  max-width: 300px;
}
footer .wrapper .second-row ul {
  list-style: none;
  padding: 0;
}
footer .wrapper .second-row ul li {
  margin: 0 0 4px 0;
}
footer .wrapper .second-row ul li a {
  font-weight: 100;
}
footer .wrapper .second-row ul li .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
footer .wrapper .other-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 64px 0;
}
footer .wrapper .other-row .logos-importants .wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
footer .wrapper .other-row .logos-importants img {
  height: 65px;
  width: auto;
}
footer .wrapper .special-row .wrapper-row {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
footer .wrapper .special-row .wrapper-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
footer .wrapper .third-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0 0;
}
footer .wrapper .third-row a:first-child {
  font-size: 1.6rem;
  font-family: "Gilroy", sans-serif;
  color: #0A0A0A;
}
footer .wrapper .third-row a:first-child:hover {
  color: #008FC9;
}
footer .wrapper .third-row p {
  color: #0A0A0A;
  text-align: center;
  margin: 0;
}
footer .wrapper .third-row img {
  width: 150px;
  height: auto;
}
footer .wrapper .second-row nav .menu-menu-1-container ul.menu li:hover a {
  color: #90BF24;
  transition: 0.3s all ease;
}
.mb-0 {
  padding-bottom: 0;
}
.mb-20 {
  padding-bottom: 20px;
}
.mb-40 {
  padding-bottom: 40px;
}
.mb-60 {
  padding-bottom: 60px;
}
.mb-80 {
  padding-bottom: 80px;
}
.mb-100 {
  padding-bottom: 100px;
}
.mb-120 {
  padding-bottom: 120px;
}
.mb-140 {
  padding-bottom: 140px;
}
.mb-160 {
  padding-bottom: 160px;
}
.mb-180 {
  padding-bottom: 180px;
}
.mb-200 {
  padding-bottom: 200px;
}
.mh-0 {
  padding-top: 0;
}
.mh-20 {
  padding-top: 20px;
}
.mh-40 {
  padding-top: 40px;
}
.mh-60 {
  padding-top: 60px;
}
.mh-80 {
  padding-top: 80px;
}
.mh-100 {
  padding-top: 100px;
}
.mh-120 {
  padding-top: 120px;
}
.mh-140 {
  padding-top: 140px;
}
.mh-160 {
  padding-top: 160px;
}
.mh-180 {
  padding-top: 180px;
}
.mh-200 {
  padding-top: 200px;
}
.wp-block-embed iframe {
  margin: 80px auto;
  max-width: 100%;
  display: block;
}
iframe {
  border: 0;
}
@media (max-width: 1024px) {
  .site-main {
    overflow-x: hidden;
  }
  .doubleContainer {
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu-complet .logo-gauche nav.main-navigation li.menu-item-has-children .sub-menu {
    align-items: center;
    justify-content: center;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li ul.activeSubMenu,
  .menu-complet nav.main-navigation .menu-menu-1-anglais-container ul li ul.activeSubMenu {
    opacity: 1;
    transition: 0.3s all ease !important;
  }
  header.site-header .wrapper {
    justify-content: space-between !important;
    align-items: center !important;
  }
  .menu-complet .logo-gauche .btn {
    display: none;
  }
  header.site-header.menu-complet .burger-menu {
    z-index: 10000;
    cursor: pointer;
    flex-direction: column;
    position: relative;
    display: flex !important;
    width: 56px;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 200px;
    background: var(--Linear-bleu-vert,linear-gradient(90deg,#008FC9 0%,#90BF24 100%));
  }
  .menu-complet .logo-gauche div.main-navigation {
    width: 100%;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item-has-children::after {
    filter: invert(1);
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item-has-children {
    position: initial;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper {
    position: fixed;
    top: -33px !important;
    left: -5.8% !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #FAEDCF;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease !important;
    box-sizing: border-box;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper.activeSubMenu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu {
    position: relative;
    width: 90%;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu li a {
    color: black;
    width: 100%;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu li {
    width: 100%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper > .menu-item-special {
    display: none;
  }
  .menu-complet nav.main-navigation {
    z-index: 9999;
    position: fixed !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #004B69;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container {
    width: 100%;
    height: 100%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li {
    margin: 4px 12px;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li a {
    color: white;
    font-size: 2.4rem;
  }
  .menu-complet .logo-gauche .main-navigation {
    margin: 0;
  }
  .menu-complet .activeMenuMyProd {
    opacity: 1;
    pointer-events: all !important;
  }
  header .wrapper .activeMenuBurger span {
    background-color: white !important;
  }
  .mobile-menu {
    order: 2;
    display: flex !important;
  }
  .activeMenuBurger span {
    transition: 0.3s all ease;
  }
  .activeMenuBurger span:first-child {
    position: relative;
    top: 13%;
    rotate: 45deg;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
  }
  .activeMenuBurger span:nth-child(2) {
    position: relative;
    opacity: 1 !important;
    transform-origin: 50% 50%;
    transition: 0.3s all ease;
  }
  .activeMenuBurger span:last-child {
    position: relative;
    top: -15%;
    rotate: 135deg;
    transform-origin: 50% 50%;
    transition: 0.3s all ease;
  }
}
@media (max-width: 992px) {
  .menu-complet .logo-gauche div.other-part {
    display: none;
  }
  footer .wrapper .other-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  footer .wrapper .third-row {
    flex-direction: column;
    gap: 16px;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 60%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    width: 40%;
  }
  .main-navigation-right-part__second {
    bottom: -100px;
  }
  .main-navigation-right-part .wrapper:before {
    top: 0;
  }
  .main-navigation-right-part .wrapper::after {
    bottom: 15%;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(2,1fr);
    row-gap: 36px;
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .wrapper .special-row .wrapper-row {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 100%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    display: none;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul {
    opacity: 0;
    transition: 0.3s all ease;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.activeSubMenu {
    position: absolute;
    opacity: 1;
    display: flex !important;
    right: -53vw !important;
    left: unset;
    pointer-events: all;
    bottom: unset;
    top: 0;
    width: 48vw !important;
    z-index: 9999;
    justify-content: center;
    transition: 0.3s all ease !important;
  }
}
@media (max-width: 767px) {
  header.site-header .logo-site {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100px;
  }
  header.site-header .logo-site svg {
    width: 100%;
    height: auto;
  }
  header.site-header .wrapper .btn-header {
    font-size: 2rem;
  }
  footer .wrapper .second-row {
    flex-wrap: wrap;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu {
    display: none;
  }
  header.site-header .rs {
    display: none;
  }
  footer .wrapper .second-row {
    grid-template-columns: repeat(1,1fr);
    row-gap: 32px;
  }
}
@media (max-width: 600px) {
  header.site-header .wrapper {
    justify-content: space-evenly;
  }
  header.site-header .wrapper .btn-header {
    display: none;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 9px;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 2.2rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 1.8rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
    top: 16%;
  }
}
.megaSubMenu.mega-secteur-like {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 240px;
  padding: 154px 0 32px 0;
  background-color: #004b69;
}
.megaSubMenu.mega-secteur-like .container-myprod {
  z-index: 2;
  position: relative;
}
.megaSubMenu-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(0,0,0,0.03);
}
.megaSubMenu-heading {
  color: #0A0A0A;
  font-family: "Kangee", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 0 16px;
  color: white;
}
.megaSubMenu-image .js-mega-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}
.megaSubMenu-image .js-mega-image.is-active {
  opacity: 1;
}
.megaSubMenu-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0 16px 0 0;
}
.megaSubMenu-nav ul {
  float: unset !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: initial !important;
  box-shadow: unset !important;
}
.megaSubMenu-nav ul li {
  width: 100%;
}
.megaSubMenu-nav ul li:hover a::after {
  bottom: 2px !important;
}
.megaSubMenu-nav ul li.current-item a::after {
  bottom: 2px !important;
}
.megaSubMenu-nav ul li a {
  color: var(--White-3,#FFF) !important;
  width: 100%;
  font-family: "Gilroy" !important;
  font-size: 3rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  transition: 0.3s all ease !important;
}
.megaSubMenu-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megaSubMenu-nav-btn {
  appearance: none;
  border: none;
  background: transparent;
  padding: 6px 0;
  width: 100%;
  text-align: left;
  opacity: 0.35;
  cursor: pointer;
  transition: opacity .2s ease, color .2s ease;
}
.megaSubMenu-nav-btn.is-active {
  opacity: 1;
}
.megaSubMenu-content {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 32px;
}
.megaSubMenu-content h3 {
  color: #F2F2F2;
}
.megaSubMenu-content p.megaSubMenu-text {
  color: #F2F2F2;
}
.megaSubMenu-content .btn {
  position: relative;
  text-decoration: unset;
}
.megaSubMenu-content .btn::after {
  z-index: 0 !important;
  content: "" !important;
  inset: -1px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0% !important;
  height: 0% !important;
  border-radius: 100% !important;
  background-color: #000 !important;
  transform: translateX(-50%) translateY(-50%) !important;
  transition: 0.8s all ease !important;
}
.megaSubMenu-content .btn span {
  font-weight: 700;
}
.megaSubMenu-content .btn:hover {
  background-color: #000 !important;
  color: white !important;
  transition: 0.8s all ease !important;
}
.megaSubMenu-content .btn:hover::after {
  width: 500px !important;
  height: 500px !important;
  transform: translateX(-50%) translateY(-50%) !important;
  transition: 0.8s all ease !important;
}
.megaSubMenu-text {
  margin: 8px 0 16px;
}
#primary-menu > li > .megaSubMenu.mega-secteur-like {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .2s ease;
}
#primary-menu > li.is-mega-open > .megaSubMenu.mega-secteur-like {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#primary-menu > li > .megaSubMenu.mega-secteur-like {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50px) scale(1);
  filter: blur(6px);
  transition: opacity .25s cubic-bezier(.22,.61,.36,1), transform .35s cubic-bezier(.22,.61,.36,1), filter .35s cubic-bezier(.22,.61,.36,1), visibility 0s linear .35s;
  will-change: opacity, transform;
}
#primary-menu > li.is-mega-open > .megaSubMenu.mega-secteur-like {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: opacity .25s cubic-bezier(.22,.61,.36,1), transform .35s cubic-bezier(.22,.61,.36,1), filter .35s cubic-bezier(.22,.61,.36,1), visibility 0s;
}
#masthead.is-mega-active #primary-menu > li > a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  #primary-menu > li > .megaSubMenu.mega-secteur-like {
    z-index: 99;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    min-height: 0 !important;
    padding: 16px 0 0 0 !important;
    background: black !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    pointer-events: auto !important;
    display: none;
  }
  #primary-menu > li.is-mega-open > .megaSubMenu.mega-secteur-like {
    display: flex;
  }
  .megaSubMenu.mega-secteur-like .row.container-myprod {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    row-gap: 16px;
  }
  .megaSubMenu.mega-secteur-like .row.container-myprod .col-lg-3,
  .megaSubMenu.mega-secteur-like .row.container-myprod .col-lg-4 {
    display: none;
  }
  .megaSubMenu-content h3 {
    font-size: 3.2rem !important;
  }
  .megaSubMenu-content p {
    font-size: 1.8rem !important;
  }
  .megaSubMenu-content a.btn {
    display: flex !important;
    font-size: 1.6rem !important;
  }
  .megaSubMenu-text {
    margin: 0 0 24px;
  }
  .megaSubMenu.mega-secteur-like .megaSubMenu-nav ul li a {
    font-size: 2rem !important;
    opacity: 1 !important;
  }
  .megaSubMenu-content {
    padding: 16px;
    border-radius: 16px;
  }
  #primary-menu > li {
    display: flex;
    align-items: center;
  }
  #primary-menu > li > .js-mega-toggle {
    position: initial;
    right: 0;
    top: 2px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #primary-menu > li > .js-mega-toggle::before,
  #primary-menu > li > .js-mega-toggle::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: transform .2s ease, opacity .2s ease;
  }
  #primary-menu > li > .js-mega-toggle::after {
    transform: rotate(90deg);
  }
  #primary-menu > li.is-mega-open > .js-mega-toggle::after {
    transform: rotate(0deg);
    opacity: 0;
  }
  #masthead.is-mega-active #primary-menu > li > a {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .megaSubMenu.mega-secteur-like .js-mega-back-btn {
    font-family: "Gilroy" !important;
    color: #F2F2F2 !important;
    opacity: 1 !important;
    font-size: 2rem !important;
    padding: 10px 0 !important;
    transition: 0.3s all ease;
  }
  .megaSubMenu.mega-secteur-like .js-mega-back-btn:hover {
    opacity: 0.6;
    transition: 0.3s all ease;
  }
}
.myprod-breadcrumb {
  width: 90%;
  max-width: 1366px;
  margin: 20px auto 30px;
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.myprod-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.myprod-breadcrumb ol li a {
  font-family: "Gilroy", sans-serif !important;
  font-size: 1.6rem;
}
.myprod-breadcrumb li {
  display: inline-flex;
  font-family: "Gilroy", sans-serif;
  align-items: center;
  color: #6b7280;
}
.myprod-breadcrumb li + li::before {
  content: "›";
  margin-right: 8px;
  color: #9ca3af;
  font-weight: 600;
}
.myprod-breadcrumb a {
  font-family: "Gilroy", sans-serif;
  color: #111827;
  text-decoration: none;
  margin: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.myprod-breadcrumb a:hover {
  color: #004b68;
  opacity: 0.9;
}
.myprod-breadcrumb [aria-current="page"] span {
  color: #004b68;
  font-weight: 600;
}
tbody td,
tbody th {
  font-family: "Gilroy", sans-serif !important;
}
thead .dt-column-title {
  font-family: "Gilroy", sans-serif !important;
}
.parent-pageid-4190 header,
.page-id-4190 header,
.page-id-3619 header,
.page-id-3799 header,
.page-id-1269 header,
.page-id-4669 header {
  background-color: #004B69;
}
.parent-pageid-4190 .wp-block-image,
.page-id-4190 .wp-block-image,
.page-id-3619 .wp-block-image,
.page-id-3799 .wp-block-image,
.page-id-1269 .wp-block-image,
.page-id-4669 .wp-block-image {
  z-index: 1;
  position: relative;
}
.parent-pageid-4190 .dt-container,
.page-id-4190 .dt-container,
.page-id-3619 .dt-container,
.page-id-3799 .dt-container,
.page-id-1269 .dt-container,
.page-id-4669 .dt-container {
  z-index: 2;
  position: relative;
  display: block;
  width: 90%;
  max-width: 1366px;
  margin: 0 auto 100px auto;
}
.parent-pageid-4190 .tp-filters,
.page-id-4190 .tp-filters,
.page-id-3619 .tp-filters,
.page-id-3799 .tp-filters,
.page-id-1269 .tp-filters,
.page-id-4669 .tp-filters {
  display: flex;
  flex: 1 1 100%;
  width: auto;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: 12px;
  align-items: flex-end;
}
.parent-pageid-4190 .tp-filter-group,
.page-id-4190 .tp-filter-group,
.page-id-3619 .tp-filter-group,
.page-id-3799 .tp-filter-group,
.page-id-1269 .tp-filter-group,
.page-id-4669 .tp-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.parent-pageid-4190 .tp-filter-label,
.page-id-4190 .tp-filter-label,
.page-id-3619 .tp-filter-label,
.page-id-3799 .tp-filter-label,
.page-id-1269 .tp-filter-label,
.page-id-4669 .tp-filter-label {
  font-size: 12px;
  opacity: .75;
}
.parent-pageid-4190 .tp-filter-select,
.page-id-4190 .tp-filter-select,
.page-id-3619 .tp-filter-select,
.page-id-3799 .tp-filter-select,
.page-id-1269 .tp-filter-select,
.page-id-4669 .tp-filter-select {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-width: 160px;
}
.parent-pageid-4190 .tp-filter-reset,
.page-id-4190 .tp-filter-reset,
.page-id-3619 .tp-filter-reset,
.page-id-3799 .tp-filter-reset,
.page-id-1269 .tp-filter-reset,
.page-id-4669 .tp-filter-reset {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.parent-pageid-4190 .dt-container .dt-layout-cell.dt-layout-end,
.page-id-4190 .dt-container .dt-layout-cell.dt-layout-end,
.page-id-3619 .dt-container .dt-layout-cell.dt-layout-end,
.page-id-3799 .dt-container .dt-layout-cell.dt-layout-end,
.page-id-1269 .dt-container .dt-layout-cell.dt-layout-end,
.page-id-4669 .dt-container .dt-layout-cell.dt-layout-end {
  width: 100%;
  margin-left: unset;
  margin-right: auto;
}
.parent-pageid-4190 .dt-container .dt-input,
.page-id-4190 .dt-container .dt-input,
.page-id-3619 .dt-container .dt-input,
.page-id-3799 .dt-container .dt-input,
.page-id-1269 .dt-container .dt-input,
.page-id-4669 .dt-container .dt-input {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.parent-pageid-4190 .dt-search label,
.page-id-4190 .dt-search label,
.page-id-3619 .dt-search label,
.page-id-3799 .dt-search label,
.page-id-1269 .dt-search label,
.page-id-4669 .dt-search label {
  font-family: "Gilroy";
}
.accordeon {
  background-color: white;
}
.accordeon h2 strong {
  position: relative;
  color: #E3A51A;
}
.accordeon h2 strong:before {
  z-index: -1;
  content: "";
  position: absolute;
  right: -50%;
  bottom: -85%;
  width: 260px;
  height: auto;
  aspect-ratio: 7.6;
  background-image: url(https://www.toopre.fr/wp-content/uploads/2024/06/sublineleft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.accordeon .btn {
  margin: 0 auto;
}
.accordeon-container {
  margin: 0 auto;
}
.accordeon-titre {
  margin: 0 0 48px 0;
}
.accordeon-titre * {
  margin: 0;
  color: var(--Base-black,#0A0A0A);
  text-align: center;
  font-family: "Avenir";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
}
.accordeon-titre em {
  color: var(--Charte-orange-1,#E3A51A);
  text-align: center;
  font-family: "Avenir";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.accordeon-liste h3 i {
  color: #E3A51A;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste .ui-accordion-header-active i {
  color: #E3A51A;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste .ui-accordion-header-active span {
  color: #E3A51A;
  border-bottom: unset;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste {
  padding: 32px;
}
.accordeon-liste h3 {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 32px;
  margin: 0;
  border-radius: 20px 20px 0 0;
  background: var(--Charte-orange-3,#FAEDCF);
  transition: 0.3s all ease-in-out;
}
.accordeon-liste .ui-accordion-header-collapsed {
  border-radius: 20px;
  margin-bottom: 32px;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste h3::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("https://lightgreen-herring-314510.hostingersite.com/wp-content/uploads/2025/11/chevron-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste h3 span {
  font-family: 'Avenir';
  font-weight: 700;
}
.accordeon-liste h3 span.ui-accordion-header-icon {
  display: none;
}
.accordeon-liste h3.ui-accordion-header-active::after {
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.accordeon-liste h3:hover span {
  color: #E3A51A;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste h3 span,
.accordeon-liste p {
  color: black;
}
.accordeon-liste div {
  padding: 32px;
  background: var(--Charte-orange-3,#FAEDCF);
  border-radius: 0 0 20px 20px;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste h3.ui-accordion-header-active + div + h3 {
  margin-top: 32px;
  margin-bottom: 32px;
  transition: 0.3s all ease-in-out;
}
.accordeon-liste div > .btn {
  margin: 24px auto;
  padding: 12px 28px;
}
.accordeon-listeliens {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .accordeon h2 strong:before {
    display: none;
  }
  .accordeon-titre * {
    font-size: 2.4rem;
  }
  .accordeon-liste {
    padding: 16px 0;
  }
  .accordeon-liste h3 span {
    padding: 0 5% 0 0;
  }
}
.btn-mobile {
  display: none;
}
.page-id-3324 .btn {
  color: white;
  background-color: #7B8F76;
}
.page-id-3324 .btn:hover {
  color: #7B8F76;
  background-color: white;
}
.page-id-3324 .pretitre,
.page-id-3324 .pretitle p,
.page-id-3324 .pretitre p {
  color: #7B8F76 !important;
}
.page-id-3324 .grand-bloc .doublebloc div strong {
  color: #7B8F76 !important;
}
.page-id-3324 .menu-complet .logo-gauche .main-navigation li a::after {
  background-color: #7B8F76;
}
.page-id-3324 .menu-complet .logo-gauche .main-navigation li .submenu-wrapper ul.sub-menu li a::before {
  background-image: url("https://lightgreen-herring-314510.hostingersite.com/wp-content/uploads/2026/02/fi_9282598-1-1.svg");
}
.page-id-3324 .bloc-presentation-apoh__content::before {
  background-color: #c2e1ba;
}
.page-id-3324 .expertises .expertises-liste .expertises-liste__container .expertises-liste__item .wrapper {
  background-color: #fbfbfb;
}
.page-id-3324 .banner,
.page-id-3324 .bannerFond {
  background-color: #c2e1ba;
}
.page-id-3326 .btn {
  color: white;
  background-color: #770000;
}
.page-id-3326 .btn:hover {
  color: #770000;
  background-color: white;
}
.page-id-3326 .pretitre,
.page-id-3326 .pretitle p,
.page-id-3326 .pretitre p {
  color: #770000 !important;
}
.page-id-3326 .grand-bloc .doublebloc div strong {
  color: #770000 !important;
}
.page-id-3326 .menu-complet .logo-gauche .main-navigation li a::after {
  background-color: #770000;
}
.page-id-3326 .menu-complet .logo-gauche .main-navigation li .submenu-wrapper ul.sub-menu li a::before {
  background-image: url("https://lightgreen-herring-314510.hostingersite.com/wp-content/uploads/2026/02/fi_9282598-1-1-1.svg");
}
.page-id-3326 .bloc-presentation-apoh__content::before {
  background-color: #ffbebe;
}
.page-id-3326 .expertises .expertises-liste .expertises-liste__container .expertises-liste__item .wrapper {
  background-color: #fbfbfb;
}
.page-id-3326 .banner,
.page-id-3326 .bannerFond {
  background-color: #ffbebe;
}
.page-id-3322 .btn {
  background-color: #204473;
  color: white;
}
.page-id-3322 .btn:hover {
  color: #204473;
  background-color: white;
}
.page-id-3322 .pretitre,
.page-id-3322 .pretitle p,
.page-id-3322 .pretitre p {
  color: #204473 !important;
}
.page-id-3322 .grand-bloc .doublebloc div strong {
  color: #204473 !important;
}
.page-id-3322 .menu-complet .logo-gauche .main-navigation li a::after {
  background-color: #204473;
}
.page-id-3322 .menu-complet .logo-gauche .main-navigation li .submenu-wrapper ul.sub-menu li a::before {
  background-image: url("https://lightgreen-herring-314510.hostingersite.com/wp-content/uploads/2025/12/fi_9282598-2.svg");
}
.page-id-3322 .bloc-presentation-apoh__content::before {
  background-color: #bbd3ef;
}
.page-id-3322 .expertises .expertises-liste .expertises-liste__container .expertises-liste__item .wrapper {
  background-color: #bbd3ef;
}
.page-id-3322 .banner,
.page-id-3322 .bannerFond {
  background-color: #bbd3ef;
}
.page-id-2944 .logo-site svg .coloredPart {
  fill: #3A864E;
}
.page-id-2944 .menu-complet .logo-gauche .btn {
  background-color: #3A864E;
}
.page-id-2944 .menu-complet .logo-gauche .btn::after {
  background-image: url("https://kramer-toiture.fr/wp-content/uploads/2025/04/VectorGreenHeader.svg");
}
.page-id-2944 .menu-complet .logo-gauche .btn:hover {
  background-color: white;
  color: #3A864E;
}
.page-id-2944 .btn {
  background-color: #3A864E;
}
.page-id-2944 .btn::after {
  background-image: url("https://kramer-toiture.fr/wp-content/uploads/2025/04/VectorGreenHeader.svg");
}
.page-id-2944 .btn:hover {
  background-color: white;
  color: #3A864E;
}
.page-id-2944 .btn-white {
  background-color: transparent;
}
.page-id-2944 .textecentreFullContainer .textecentre__wrapper::before,
.page-id-2944 .textecentreFullContainer .textecentre__wrapper::after {
  background-color: #3A864E;
}
.page-id-2944 .card3D__listeblocs .card3D__bloc {
  background-color: #3A864E;
}
.page-id-2944 .card3D__listeblocs .card3D__bloc .btn {
  color: white;
  background-color: #21442B;
}
.page-id-2944 .littlecardsFullContainer .littlecards {
  background: #3A864E;
}
.page-id-2944 .littlecardsFullContainer .littlecards .btn-liste .btn {
  background-color: #21442B;
}
.page-id-2944 .littlecardsFullContainer .littlecards__item .littlecards__item--logo {
  background-color: #21442B;
}
.page-id-2944 .littlecardsFullContainer .littlecards__item .littlecards__item--wrapper .littlecards__item--title p {
  color: #21442B;
}
.page-id-2944 .banner,
.page-id-2944 .bannerFond {
  background: #3A864E;
}
.page-id-2944 .bannerFullContainer .banner .pretitre p {
  color: #21442B;
}
.page-id-2944 footer .wrapper .second-row .fourth-menu > div div.separator::after {
  background: #3A864E;
}
.page-id-2946 .logo-site svg .coloredPart {
  fill: #FFA74F;
}
.page-id-2946 .menu-complet .logo-gauche .btn {
  background-color: #FFA74F;
}
.page-id-2946 .menu-complet .logo-gauche .btn:hover {
  background-color: white;
  color: #FFA74F;
}
.page-id-2946 .btn {
  background-color: #FFA74F;
}
.page-id-2946 .btn:hover {
  background-color: white;
  color: #FFA74F;
}
.page-id-2946 .text-image__texte ul li::before {
  background-color: #FFA74F;
}
.page-id-2946 .btn-white {
  background-color: transparent;
}
.page-id-2946 .textecentreFullContainer .textecentre__wrapper::before,
.page-id-2946 .textecentreFullContainer .textecentre__wrapper::after {
  background-color: #FFA74F;
}
.page-id-2946 .card3D__listeblocs .card3D__bloc {
  background-color: #FFA74F;
}
.page-id-2946 .card3D__listeblocs .card3D__bloc .btn {
  color: white;
  background-color: #FF4C00;
}
.page-id-2946 .littlecardsFullContainer .littlecards {
  background: #FFA74F;
}
.page-id-2946 .littlecardsFullContainer .littlecards .btn-liste .btn {
  background-color: #FF4C00;
}
.page-id-2946 .littlecardsFullContainer .littlecards__item .littlecards__item--logo {
  background-color: #FF4C00;
}
.page-id-2946 .littlecardsFullContainer .littlecards__item .littlecards__item--wrapper .littlecards__item--title p {
  color: #FF4C00;
}
.page-id-2946 .banner,
.page-id-2946 .bannerFond {
  background: #FFA74F;
}
.page-id-2946 .bannerFullContainer .banner .pretitre p {
  color: #FF4C00;
}
.page-id-2946 footer .wrapper .second-row .fourth-menu > div div.separator::after {
  background: #FFA74F;
}
.page-id-2948 .logo-site svg .coloredPart {
  fill: #ABD1F0;
}
.page-id-2948 .menu-complet .logo-gauche .btn {
  background-color: #ABD1F0;
}
.page-id-2948 .menu-complet .logo-gauche .btn::after {
  background-image: url("https://kramer-toiture.fr/wp-content/uploads/2025/04/BlueArrow.svg");
}
.page-id-2948 .menu-complet .logo-gauche .btn:hover {
  background-color: white;
  color: #ABD1F0;
}
.page-id-2948 .btn {
  background-color: #ABD1F0;
}
.page-id-2948 .btn::after {
  background-image: url("https://kramer-toiture.fr/wp-content/uploads/2025/04/BlueArrow.svg");
}
.page-id-2948 .btn:hover {
  background-color: white;
  color: #ABD1F0;
}
.page-id-2948 .text-image__texte ul li::before {
  background-color: #ABD1F0;
}
.page-id-2948 .btn-white {
  background-color: transparent;
}
.page-id-2948 .textecentreFullContainer .textecentre__wrapper::before,
.page-id-2948 .textecentreFullContainer .textecentre__wrapper::after {
  background-color: #ABD1F0;
}
.page-id-2948 .card3D__listeblocs .card3D__bloc {
  background-color: #ABD1F0;
}
.page-id-2948 .card3D__listeblocs .card3D__bloc .btn {
  color: white;
  background-color: #20424A;
}
.page-id-2948 .littlecardsFullContainer .littlecards {
  background: #ABD1F0;
}
.page-id-2948 .littlecardsFullContainer .littlecards .btn-liste .btn {
  background-color: #20424A;
}
.page-id-2948 .littlecardsFullContainer .littlecards__item .littlecards__item--logo {
  background-color: #20424A;
}
.page-id-2948 .littlecardsFullContainer .littlecards__item .littlecards__item--wrapper .littlecards__item--title p {
  color: #20424A;
}
.page-id-2948 .banner,
.page-id-2948 .bannerFond {
  background: #ABD1F0;
}
.page-id-2948 .bannerFullContainer .banner .pretitre p {
  color: #20424A;
}
.page-id-2948 footer .wrapper .second-row .fourth-menu > div div.separator::after {
  background: #ABD1F0;
}
.entry-realisations .entry-realisations__entete {
  width: 85%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre {
  padding: 48px 0 0 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Kangee", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil .titlereal {
  font-weight: 600;
  font-family: "Kangee", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre p.pretitle {
  font-family: "Kangee", sans-serif;
  font-size: 2rem;
  color: #004B69;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 -5px;
}
.entry-realisations .entry-realisations__entete .entry-images {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.entry-realisations .entry-realisations__entete .entry-images img {
  position: relative;
  width: 80%;
}
.entry-realisations .entry-realisations__entete .entry-images img:nth-child(2) {
  position: relative;
  width: 50%;
  left: -20%;
}
.entry-realisations .entry-realisations__entete .entry-images div {
  position: absolute;
}
.entry-realisations .entry-realisations__entete .entry-images .petalTop {
  top: -10%;
  left: 14%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalLeft {
  bottom: 18%;
  left: 0%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalRight {
  top: 8%;
  right: 22%;
}
.entry-realisations .entry-realisations__entete .entry-images--solo {
  justify-content: center;
}
.entry-realisations .entry-realisations__produit {
  position: relative;
  min-height: 100vh;
}
.entry-realisations .entry-realisations__produit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item {
  position: relative;
  width: 95%;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
  z-index: 2;
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  top: 5%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 40px;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image {
  width: 75%;
  max-width: 900px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image img {
  display: block;
  max-height: 80vh;
  margin: -15vh auto 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
  z-index: 2;
  position: absolute;
  bottom: -5%;
  right: 8%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  bottom: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link a {
  font-size: 3.2rem;
  color: white;
}
.entry-realisations .entry-realisations__mission {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 10%;
}
.entry-realisations .entry-realisations__mission h2 {
  text-align: center;
}
.entry-realisations .entry-realisations__mission .entry-realisations__content {
  text-align: center;
}
.entry-realisations .entry-realisations__mission--image {
  position: relative;
  min-height: 85vh;
}
.entry-realisations .entry-realisations__mission--image img {
  display: block;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__mission--image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image div {
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autre {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
  z-index: 2;
  position: absolute;
  width: 320px;
  aspect-ratio: 1;
  top: 0%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 105px;
  transform: translateX(-20%);
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
  position: relative;
  left: 5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
  position: relative;
  left: -5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autrebis {
  position: relative;
}
.entry-realisations .entry-realisations__autrebis:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis .wrapper {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: 0%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 3%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 {
  left: unset !important;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 img {
  margin: 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:nth-child(2) {
  position: relative;
  left: 10%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:last-child {
  position: relative;
  left: -10%;
}
.entry-realisations .entry-realisations__end {
  position: relative;
  min-height: 400px;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__end .first-product {
  z-index: 2;
  position: absolute;
  top: 0%;
  left: 5%;
}
.entry-realisations .entry-realisations__end img {
  z-index: 1;
  position: relative;
  display: block;
  width: 75%;
  max-width: 1000px;
  margin: -30px auto 0 auto;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a {
  color: #f2f2f2;
  text-decoration: none;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:first-child {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  padding: 0 24px 0 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:nth-child(2) {
  font-family: "Gilroy", sans-serif;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:last-child {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  padding: 0 0 0 24px;
}
.entry-realisations__evenement .entry-images img {
  position: relative;
  width: auto !important;
  max-height: 600px;
}
.entry-realisations__evenement .entry-realisations__galerie {
  position: relative;
}
.entry-realisations__evenement .entry-realisations__galerie:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: -5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3% 0 0;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 10% 100px 10%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper {
  overflow: visible;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide {
  padding: 16px 16px 48px 16px;
  background-color: white;
  box-shadow: 0 0 4px #00000077;
  aspect-ratio: 1;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide .imgcropCtn {
  width: 100%;
  height: 100%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  opacity: 0.4;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrowBlue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: scaleX(-1);
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__autre--image-solo {
  left: 0 !important;
}
.entry-realisations__autre--image-solo img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.scrollinvit {
  z-index: 9999;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.scrollinvit .scroll-down-dude span {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 4px solid black;
  border-right: 4px solid black;
}
.scrollinvit .scroll-down-dude span:first-child {
  animation: down-arrow-before 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
.scrollinvit .scroll-down-dude span:last-child {
  animation: down-arrow-after 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
@keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%,70%);
  }
  100% {
    transform: rotate(45deg) translate(70%,70%);
  }
}
@keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%,110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%,-130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%,-70%);
    opacity: 1;
  }
}
footer .adresse1 a {
  color: #0A0A0A;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 8px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  width: 100%;
}
@media (max-width: 1366px) {
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    left: 0;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    right: 0;
  }
}
@media (max-width: 992px) {
  .entry-realisations .entry-realisations__entete .entry-realisations__titre {
    padding: 0 0 100px 0;
  }
  .btn-mobile {
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 12px;
    right: 12px;
    margin: 0;
    border: 0;
    box-shadow: 0 3px 6px #00000047;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .fil {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .pretitle {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    display: none;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    top: 0;
    left: 0;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    right: 0;
  }
  .entry-realisations .entry-realisations__end .first-product {
    left: -10%;
  }
}
@media (max-width: 767px) {
  .entry-realisations .entry-realisations__mission .col-md-6 h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__mission .col-md-6 .entry-realisations__content {
    text-align: center;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    width: 160px;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    width: 160px;
    justify-content: center;
    padding: 0 0 0 5%;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.4rem;
    padding: 0 0 0 15%;
    line-height: 1.2;
    text-align: left;
    font-weight: 900;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 900;
    padding: 0 20%;
  }
}
@media (max-width: 600px) {
  .entry-realisations .entry-realisations__end .first-product {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tablepress {
    border: 0 !important;
  }
  .tablepress caption,
  .tablepress colgroup,
  .tablepress thead,
  .tablepress tfoot {
    display: none !important;
  }
  .tablepress tbody,
  .tablepress tr,
  .tablepress td {
    display: block !important;
    width: 100% !important;
  }
  .tablepress tbody tr {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  }
  .tablepress tbody td {
    position: relative;
    padding: 10px 0 10px 44% !important;
    min-height: 38px;
    border: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
  }
  .tablepress tbody td:last-child {
    border-bottom: 0 !important;
  }
  .tablepress tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: 10px;
    left: 0;
    width: 40%;
    padding-right: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4;
    color: #111;
    word-break: break-word;
  }
  .tablepress tbody td[data-label=""]:before {
    content: "";
  }
  .tablepress.dataTable {
    min-width: 0 !important;
    width: 100% !important;
  }
  .tablepress tbody tr:nth-child(even),
  .tablepress tbody tr:nth-child(odd) {
    background: #fff !important;
  }
}
