.has-layers {
  width: fit-content;
}
.has-layers::before,
.has-layers::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .has-layers::before,
  .has-layers::after {
    display: none;
  }
}
.has-layers::before {
  top: 1.8rem;
  right: 1.8rem;
  background: rgba(138, 52, 226, 0.2);
}
.has-layers::after {
  top: 3.75rem;
  right: 3.75rem;
  background: rgba(138, 52, 226, 0.1);
}
.has-layers.layers-white::before {
  background: rgba(255, 255, 255, 0.2);
}
.has-layers.layers-white::after {
  background: rgba(255, 255, 255, 0.1);
}
.has-layers.layers-right::before {
  top: 1.8rem;
  right: -1.8rem;
}
.has-layers.layers-right::after {
  top: 3.75rem;
  right: -3.75rem;
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
* {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
html {
  overflow-x: hidden;
  font-size: 18px;
}
.otgs-development-site-front-end {
  display: none;
}
#landing-page {
  overflow-y: hidden;
}
#landing-page header {
  display: none;
}
#landing-page footer {
  display: none;
}
#landing-page main {
  height: 100vh;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  #landing-page main {
    padding-top: 0;
  }
}
#landing-page main .contenu-simple {
  background-size: cover;
  height: 100vh;
}
#landing-page main .contenu-simple .container {
  height: 100%;
}
#landing-page main .contenu-simple .container .row {
  height: 100%;
}
#landing-page main .contenu-simple .container .row .landing-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1550px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper {
    align-items: center;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper {
    margin-right: unset;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-texte {
  font-size: 1.625rem;
  padding-bottom: 0.5rem;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-texte p span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-texte {
    font-size: 1rem;
    text-align: center !important;
  }
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-texte p {
    text-align: center !important;
  }
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-texte p span {
    font-weight: 300;
  }
}
@media screen and (max-width: 767.98px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-image {
    text-align: center;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-image img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .details-inner .bloc-image img {
    width: 300px;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper {
    flex-direction: column;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper .bloc-lien a {
  border-radius: 30px;
  border: 1px solid #e74e1b;
  color: #e74e1b;
  padding: 10px 20px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper .bloc-lien a span {
  color: #e74e1b;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper .bloc-lien a:hover {
  background-color: #e74e1b;
  color: #ffffff;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper .bloc-lien a:hover span {
  color: #ffffff;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .details-wrapper .liens-wrapper .bloc-lien a svg {
  display: none;
}
#landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section {
  position: absolute;
  right: -7rem;
  top: 0;
  width: auto;
}
@media screen and (max-width: 2500px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section {
    right: -13rem;
  }
}
@media screen and (max-width: 1900px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section {
    right: -7rem;
  }
}
@media screen and (max-width: 1550px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section {
    right: -2rem;
  }
}
@media screen and (max-width: 1199px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section {
    display: none;
  }
}
#landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section .bloc-image img {
  width: auto;
  height: 80vh;
}
@media (min-height: 1000px) {
  #landing-page main .contenu-simple .container .row .landing-wrapper .absolute-section .bloc-image img {
    height: 800px;
  }
}
body {
  color: #303030;
  background-color: #ffffff;
  overflow-x: hidden;
}
body a {
  color: #e74e1b;
}
@media screen and (max-width: 768px) {
  body #nf-field-60-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body #imaxio-accompagne .row {
    justify-content: center;
  }
}
body #imaxio-accompagne .content-card {
  height: 250px;
  padding: 2rem 2rem;
}
@media screen and (max-width: 767.98px) {
  body #imaxio-accompagne .content-card {
    height: auto;
  }
}
body .container {
  max-width: 1400px;
  padding: 0 50px;
}
@media screen and (max-width: 1550px) {
  body .container {
    max-width: 1300px;
  }
}
body .container.container-header {
  padding: 0 10px;
}
body .container.container-wide {
  max-width: 1700px;
}
body .scroll-margin-top {
  scroll-margin-top: 200px;
}
body .margin-outer {
  margin: 0 5% !important;
}
body .primary-color {
  color: #e74e1b !important;
}
body .primary-color a {
  color: #e74e1b !important;
}
body .primary-gradient {
  background: linear-gradient(to right, #e74e1b, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
body .fourth-gradient {
  background: linear-gradient(to right, #f0f0f2, #e74e1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
body .secondary-font {
  font-family: "Poppins", sans-serif !important;
}
body .secondary-font .titre {
  font-family: "Poppins", sans-serif !important;
}
body .secondary-font p {
  font-family: "Poppins", sans-serif !important;
}
body .secondary-font p span {
  font-family: "Poppins", sans-serif !important;
}
body .primary-background {
  background-color: #e74e1b !important;
}
body .secondary-background {
  background-color: #2496b3 !important;
}
body .third-background {
  background-color: #fdddc9 !important;
}
body .fourth-background {
  background-color: #f0f0f2 !important;
}
body .fifth-background {
  background-color: #f8f1ff !important;
}
body .primary-gradient-background {
  background: linear-gradient(to right, #f0f0f2, #e74e1b);
}
body .fw-bolder .titre {
  font-weight: bolder;
}
body .fw-bolder p {
  font-weight: bolder;
}
body .fw-bolder span {
  font-weight: bolder;
}
body .fw-1000 .titre {
  font-weight: 1000;
}
body .fw-1000 p {
  font-weight: 1000;
}
body .fw-1000 span {
  font-weight: 1000;
}
body .fw-300 .titre {
  font-weight: 300;
}
body .fw-300 p {
  font-weight: 300;
}
body .fw-300 span {
  font-weight: 300;
}
body .fw-500 .titre {
  font-weight: 500;
}
body .fw-500 p {
  font-weight: 500;
}
body .fw-500 span {
  font-weight: 500;
}
body .fw-600 .titre {
  font-weight: 600;
}
body .fw-600 p {
  font-weight: 600;
}
body .fw-600 span {
  font-weight: 600;
}
body .fw-bold .titre {
  font-weight: bold;
}
body .fw-bold p {
  font-weight: bold;
}
body .fw-bold span {
  font-weight: bold;
}
body .fw-normal .titre {
  font-weight: normal;
}
body .fw-normal p {
  font-weight: normal;
}
body .letter-space-2 .titre {
  letter-spacing: 2px;
}
body .letter-space-2 p {
  letter-spacing: 2px;
}
body .py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 1199px) {
  body .py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  body .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
body .pt-6 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 1199px) {
  body .pt-6 {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  body .pt-6 {
    padding-top: 3rem !important;
  }
}
body .flex-col {
  flex-direction: column;
}
body .sidebar-absolute-section .container .row {
  position: relative;
}
body .sidebar-absolute-section .container .row .sidebar-absolute {
  position: absolute;
  right: 0;
  top: 0;
  height: 200%;
  margin-top: -10rem;
}
@media screen and (max-width: 1199px) {
  body .sidebar-absolute-section .container .row .sidebar-absolute {
    position: relative;
    height: auto;
    margin-top: 0;
  }
}
body .sidebar-absolute-section .container .row .sidebar-absolute .sidebar-absolute-inner {
  z-index: -1;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 1199px) {
  body .sidebar-absolute-section .container .row .sidebar-absolute .sidebar-absolute-inner {
    padding-top: 1rem;
  }
}
body .overflow-hidden {
  overflow: hidden;
}
body .has-border-radius {
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  body .has-border-radius {
    border-radius: 0;
  }
}
body .has-border-top-container .container {
  padding-top: 4.5rem;
  border-top: 1px solid rgba(231, 78, 27, 0.2);
}
body .flex-with-horizontal-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: #f0f0f2 transparent;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  /* Keeps layout stable when hiding scrollbar */
  /* Chrome, Safari, Edge */
}
body .flex-with-horizontal-scroll:-webkit-scrollbar {
  height: 15px;
}
body .flex-with-horizontal-scroll:-webkit-scrollbar-track {
  background: transparent;
  border-radius: 15px;
}
body .flex-with-horizontal-scroll:-webkit-scrollbar-thumb {
  background-color: #f0f0f2;
  /* Scrollbar color (match image) */
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body .flex-with-horizontal-scroll:-webkit-scrollbar-thumb:hover {
  background-color: #f0f0f2;
  /* Slightly darker on hover */
}
body .flex-with-horizontal-scroll:-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
body a {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body .h-500 {
  height: 500px !important;
}
body .h-500 > img {
  height: 500px !important;
  object-fit: cover;
}
body .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 999;
  display: none;
  /* Hidden by default */
}
body .button-fixed {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  z-index: 999;
  overflow: hidden;
  background-color: #e74e1b;
  background: linear-gradient(90deg, #f0f0f2 0%, #e74e1b 100%);
  transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
  -webkit-box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
  -moz-box-shadow: 3px 3px 15px rgba(43, 0, 86, 0.17);
}
@media screen and (max-width: 767.98px) {
  body .button-fixed {
    width: 50px;
    height: 50px;
  }
}
body .button-fixed .button-fixed-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body .button-fixed .button-fixed-content svg {
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  left: 18px;
}
@media screen and (max-width: 767.98px) {
  body .button-fixed .button-fixed-content svg {
    left: 10px;
    width: 25px;
    height: 30px;
  }
}
body .button-fixed .button-fixed-content span {
  white-space: nowrap;
  margin-left: 10px;
  opacity: 0;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding-left: 55px;
}
@media screen and (max-width: 767.98px) {
  body .button-fixed .button-fixed-content span {
    padding-left: 35px;
  }
}
body .button-fixed:hover {
  width: auto;
  padding: 0 20px;
  border-radius: 10rem;
}
body .button-fixed:hover .button-fixed-content {
  transform: translateX(-5px);
}
body .button-fixed:hover .button-fixed-content svg {
  left: 10px;
}
body .button-fixed:hover .button-fixed-content span {
  opacity: 1;
}
body main {
  padding-top: 185px;
}
@media screen and (max-width: 1199px) {
  body main {
    padding-top: 130px;
  }
}
body header {
  position: fixed;
  z-index: 100;
  width: 100%;
}
body header .entete {
  height: 40px;
  background-color: var(--couleur-fond);
  color: var(--couleur-item);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body header .entete:hover {
  background-color: #ff571f;
}
body header .entete a {
  font-family: "Poppins", sans-serif;
  color: var(--couleur-item);
}
@media screen and (max-width: 1199px) {
  body header .entete {
    display: none;
  }
}
body header .entete .accroche {
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}
body header .entete .accroche span {
  font-weight: 500;
  word-spacing: 4px;
  font-family: "Poppins", sans-serif;
}
body header .entete .accroche svg {
  margin-right: 0.75rem;
}
body header .entete .entete-3 {
  display: flex;
  gap: 2.25rem;
}
body header .entete .entete-3 .entete-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
body header .entete .entete-3 .entete-info p {
  margin-bottom: 0;
}
body header .entete .entete-3 .entete-info svg {
  margin-right: 0.2rem;
}
body header .entete .entete-3 .entete-info a {
  color: var(--couleur-item);
  font-family: "Poppins", sans-serif !important;
}
body header .entete .entete-3 .entete-info a .titre {
  font-family: "Poppins", sans-serif !important;
}
body header .entete .entete-3 .entete-info a p {
  font-family: "Poppins", sans-serif !important;
}
body header .entete .entete-3 .entete-info a p span {
  font-family: "Poppins", sans-serif !important;
}
body header .entete .entete-3 .entete-info.entete-reseaux-sociaux a {
  display: flex;
}
body header .corps {
  overflow: hidden;
  height: auto;
  background-color: var(--couleur-fond);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body header .corps #menu-trigger {
  height: fit-content;
  font-size: 18px;
  line-height: 18px;
  color: #303030;
  padding: 7.5px 10px;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: transparent !important;
}
@media screen and (max-width: 1199px) {
  body header .corps #menu-trigger {
    display: none !important;
  }
}
body header .corps #menu-trigger div {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-right: 12px;
  padding-top: 3px;
}
body header .corps #menu-trigger div span {
  display: block;
  margin-bottom: 3px;
  height: 1px;
  background-color: #e74e1b;
}
body header .corps #menu-trigger div.fermant {
  display: none;
  vertical-align: top;
}
body header .corps #menu-trigger div.fermant svg {
  height: 15px;
  width: 15px;
  margin-bottom: 4px;
}
body header .corps #menu-trigger.active {
  background-color: var(--couleur-fond-actif) !important;
}
body header .corps #menu-trigger.active div.ouvrant {
  display: none;
}
body header .corps #menu-trigger.active div.fermant {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  body header .corps {
    margin: 0;
    margin-top: 0;
    background-color: var(--couleur-fond);
  }
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
body header .corps .menu-wrapper .menu-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  body header .corps .menu-wrapper .menu-container {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-wrapper .menu-container {
    width: 100%;
  }
}
body header .corps .menu-wrapper .menu-container .search-wrapper {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e74e1b;
  margin-right: 55px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-wrapper .menu-container .search-wrapper {
    display: none !important;
  }
}
body header .corps .menu-wrapper .menu-container .search-wrapper:hover {
  border: 1px solid #e74e1b;
}
body header .corps .menu-wrapper .menu-container .search-wrapper:hover svg path {
  fill: #e74e1b;
}
body header .corps .menu-wrapper .menu-container .search-wrapper .search-trigger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  body header .corps .btn-mise-avant-ordi {
    display: none;
  }
}
body header .corps .logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
}
@media screen and (max-width: 1199px) {
  body header .corps .logo {
    margin-left: unset;
  }
}
body header .corps .logo a {
  margin: 0;
}
body header .corps .logo a img {
  max-height: 100px;
}
body header .corps .logo .description {
  font-size: 0.8rem;
  color: #033563;
}
body header .corps .menu-parent {
  border-top: 1px solid #f2f2f2;
}
@media screen and (min-width: 1200px) {
  body header .corps .menu-parent .menu-container {
    display: none;
  }
}
body header .corps .menu-principal {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
body header .corps .menu-principal nav {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1200px) {
  body header .corps .menu-principal nav .bouton-mise-en-avant {
    display: none !important;
  }
}
body header .corps .menu-principal nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
body header .corps .menu-principal nav ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1525px) {
  body header .corps .menu-principal nav ul li {
    margin-right: 0.5rem;
  }
}
body header .corps .menu-principal nav ul li.current-menu-item > a {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E");
  width: 10.5px;
  height: 6px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: #e74e1b;
  margin-left: 0.5rem;
  margin-bottom: 2px;
  transform: rotate(270deg);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  top: 3rem;
  left: 11vw;
  padding-left: 9vw;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    padding-left: 13vw;
  }
}
@media screen and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    padding-left: 17vw;
  }
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu {
    background: unset;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:last-child {
  border-bottom: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li:after {
  display: none;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  top: 0;
  left: 17vw;
  z-index: 3;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
    left: 20vw;
  }
}
@media screen and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
    left: 24vw;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
  top: -3rem;
  right: 11vw;
}
@media screen and (max-width: 3000px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: -7vw;
  }
}
@media screen and (max-width: 2400px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: -1vw;
  }
}
@media screen and (max-width: 2000px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 11vw;
  }
}
@media screen and (max-width: 1650px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 17vw;
  }
}
@media screen and (max-width: 1600px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 19vw;
  }
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 21vw;
  }
}
@media screen and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 24vw;
  }
}
@media screen and (max-width: 1300px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a img {
    right: 28vw;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a {
  text-align: left;
  align-items: center;
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
  top: -3rem;
  right: -18vw;
}
@media screen and (max-width: 3500px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: -15vw;
  }
}
@media screen and (max-width: 2700px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: -13vw;
  }
}
@media screen and (max-width: 2100px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: -6vw;
  }
}
@media screen and (max-width: 1650px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: 0;
  }
}
@media screen and (max-width: 1600px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: 1vw;
  }
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: 3vw;
  }
}
@media screen and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: 7vw;
  }
}
@media screen and (max-width: 1300px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a img {
    right: 11vw;
  }
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li > a:hover {
  background-color: #ffffff;
  color: var(--couleur-items-menu);
}
body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
  background-color: #ffffff;
  color: var(--couleur-items-menu);
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
    color: var(--couleur-items-menu-survol);
  }
}
body header .corps .menu-principal nav ul li.mega-menu:first-child {
  position: unset;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu {
  width: 80vw;
  left: 10%;
  min-height: 650px;
  padding: 4rem 4rem 2rem 6rem;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li {
  display: flex;
  border-bottom: 0;
  position: unset;
  width: 30%;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li a {
  padding-left: 0;
  font-weight: bold;
  border-bottom: 1px solid rgba(231, 78, 27, 0.3);
  position: relative;
  width: 100%;
  margin-right: 2.5rem;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li a:before {
  display: none;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li a:after {
  rotate: -90deg;
  position: absolute;
  right: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li.menu-border {
  position: relative;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li.menu-border a {
  display: none;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li.menu-border:after {
  display: block;
  content: "";
  position: absolute;
  left: 105%;
  width: 1px;
  min-height: 520px;
  background-color: rgba(231, 78, 27, 0.3);
  opacity: 1;
  top: -9rem;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li.menu-border:after {
    display: none;
  }
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li ul.sub-menu {
  width: 55%;
  left: 34%;
  top: 4rem;
  background-color: transparent;
  margin-left: 3rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li ul.sub-menu li {
  border-bottom: 0;
  position: relative;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li ul.sub-menu li:after {
  display: block;
  opacity: 1;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 40px;
  width: 100%;
  height: 1px;
  background-color: rgba(231, 78, 27, 0.3);
  transform: none;
}
body header .corps .menu-principal nav ul li.mega-menu > ul.sub-menu > li ul.sub-menu li a {
  border-bottom: 0;
  font-weight: normal;
}
body header .corps .menu-principal nav ul li:last-child {
  margin-right: 0;
}
body header .corps .menu-principal nav ul li a {
  width: 220px;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 300;
  color: var(--couleur-items-menu);
  display: block;
  padding-bottom: 4rem;
  font-family: "Poppins", sans-serif;
}
body header .corps .menu-principal nav ul li a span {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li a span {
    font-size: 14px;
  }
}
body header .corps .menu-principal nav ul li a img {
  position: absolute;
  top: 0;
  right: -31vw;
  width: 35vw;
  height: 550px;
  display: none;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 3000px) {
  body header .corps .menu-principal nav ul li a img {
    right: -27vw;
  }
}
@media screen and (max-width: 2400px) {
  body header .corps .menu-principal nav ul li a img {
    right: -21vw;
  }
}
@media screen and (max-width: 1900px) {
  body header .corps .menu-principal nav ul li a img {
    right: -15vw;
  }
}
@media screen and (max-width: 1600px) {
  body header .corps .menu-principal nav ul li a img {
    right: -10vw;
  }
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a img {
    right: -9vw;
  }
}
@media screen and (max-width: 1400px) {
  body header .corps .menu-principal nav ul li a img {
    right: -5vw;
  }
}
@media screen and (max-width: 1300px) {
  body header .corps .menu-principal nav ul li a img {
    right: -2vw;
  }
}
body header .corps .menu-principal nav ul li a img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 345px;
  height: 410px;
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163504' data-name='Groupe 163504' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='345' height='747.621' viewBox='0 0 345 747.621'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.933' y1='0.362' x2='-0.152' y2='0.36' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='0.933' y1='0.638' x2='-0.152' y2='0.64' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cpath id='NB_AdobeStock_273839757' data-name='NB AdobeStock_273839757' d='M315,747.621H220L0,0H315Z' transform='translate(30)' fill='url(%23linear-gradient)'/%3E%3Cpath id='NB_AdobeStock_273839757-2' data-name='NB AdobeStock_273839757' d='M281.532,0H159.961L0,747.621H281.532Z' transform='translate(63.468)' fill='url(%23linear-gradient-2)'/%3E%3Cpath id='NB_AdobeStock_273839757-3' data-name='NB AdobeStock_273839757' d='M345,0H196.023L0,747.621H345Z' fill='url(%23linear-gradient-2)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* keep it behind the content */
  transform: rotate(-180deg);
}
body header .corps .menu-principal nav ul li a:before {
  content: "";
  bottom: -3rem;
  width: 220px;
  height: 1px;
  display: block;
  background-color: #bfbfbf;
  opacity: 1;
  transform-origin: left;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body header .corps .menu-principal nav ul li a:before {
    display: none;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li a:hover:before {
  background-color: #e74e1b;
}
body header .corps .menu-principal nav ul li a svg {
  margin-bottom: 6px;
}
body header .corps .menu-principal nav ul li a:hover {
  color: var(--couleur-items-menu-survol);
}
body header .corps .menu-principal nav ul li.width-long a {
  width: 350px;
}
body header .corps .menu-principal nav ul li.width-long a:before {
  width: 350px;
}
body header .corps .bouton-mise-en-avant.plein {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #bfbfbf;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
body header .corps .bouton-mise-en-avant.plein span {
  margin-right: 1rem;
  display: none;
}
body header .corps .bouton-mise-en-avant.plein svg {
  margin-left: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
body header .corps .bouton-mise-en-avant.plein:hover {
  transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  border-radius: 2rem;
  width: 250px;
  background-color: #e74e1b;
  color: #ffffff;
  border: 1px solid #e74e1b;
}
body header .corps .bouton-mise-en-avant.plein:hover span {
  color: #ffffff;
  display: block;
}
body header .corps .bouton-mise-en-avant.plein:hover svg path {
  fill: #ffffff;
}
body header .corps .bouton-mise-en-avant .bouton.plein {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #bfbfbf;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
body header .corps .bouton-mise-en-avant .bouton.plein span {
  margin-right: 1rem;
  display: none;
}
body header .corps .bouton-mise-en-avant .bouton.plein svg {
  margin-left: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
body header .corps .bouton-mise-en-avant .bouton.plein:hover {
  transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
  border-radius: 2rem;
  width: 250px;
  background-color: #e74e1b;
  color: #ffffff;
  border: 1px solid #e74e1b;
}
body header .corps .bouton-mise-en-avant .bouton.plein:hover span {
  color: #ffffff;
  display: block;
}
body header .corps .bouton-mise-en-avant .bouton.plein:hover svg path {
  fill: #ffffff;
}
body header .corps .toolbox-woocommerce {
  padding-bottom: 30px;
}
body header .corps .toolbox-woocommerce a {
  color: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce a:hover {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}
body header .corps .toolbox-woocommerce .compte a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}
body header .corps .toolbox-woocommerce .compte a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='18.333' viewBox='0 0 16.5 18.333'%3E%3Cpath id='user' d='M14.673,17.524l-.006-.107V15.584a2.751,2.751,0,0,0-2.589-2.746l-.161,0H4.583a2.75,2.75,0,0,0-2.745,2.588l-.005.162v1.833a.917.917,0,0,1-1.827.107L0,17.417V15.584A4.584,4.584,0,0,1,4.385,11l.2,0h7.333A4.583,4.583,0,0,1,16.5,15.385l0,.2v1.833a.917.917,0,0,1-1.827.107ZM3.667,4.583A4.583,4.583,0,1,1,8.25,9.167,4.588,4.588,0,0,1,3.667,4.583Zm1.833,0a2.75,2.75,0,1,0,2.75-2.75A2.753,2.753,0,0,0,5.5,4.583Z'/%3E%3C/svg%3E%0A");
  width: 16.5px;
  height: 18.33px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .compte a .intitule {
  color: var(--couleur-item-woo);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body header .corps .toolbox-woocommerce .compte a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .compte a:hover .intitule {
  color: var(--couleur-item-woo-survol);
}
body header .corps .toolbox-woocommerce .panier {
  display: inline-block;
  vertical-align: middle;
}
body header .corps .toolbox-woocommerce .panier a {
  font-weight: 500;
}
body header .corps .toolbox-woocommerce .panier a .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg id='Icons_24px_shopping-cart' data-name='Icons/24px/shopping-cart' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='shopping-cart' d='M15,17.5a1.667,1.667,0,1,1,1.667,1.667A1.667,1.667,0,0,1,15,17.5Zm-9.167,0A1.667,1.667,0,1,1,7.5,19.167,1.667,1.667,0,0,1,5.833,17.5Zm-.217-5.2-.034-.146L3.483,1.667H.833A.834.834,0,0,1,.005.931L0,.833A.834.834,0,0,1,.737.005L.833,0H4.167a.83.83,0,0,1,.792.575l.025.1.7,3.5H19.167a.825.825,0,0,1,.61.266A.834.834,0,0,1,20,5.06l-.013.1-1.334,7a2.486,2.486,0,0,1-2.336,2.011l-.149,0H8.035A2.5,2.5,0,0,1,5.617,12.3Zm1.6-.472a.833.833,0,0,0,.746.667l.1,0H16.2a.829.829,0,0,0,.791-.569l.025-.1,1.144-6H6.016Z' transform='translate(0 0.833)'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: var(--couleur-item-woo);
}
body header .corps .toolbox-woocommerce .panier a .valeur {
  color: #ffffff;
  font-size: .75rem;
  height: 16px;
  width: 16px;
  background-color: var(--couleur-pastille-panier);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
}
body header .corps .toolbox-woocommerce .panier a:hover .icone {
  background: var(--couleur-item-woo-survol);
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  max-width: 100%;
  margin-left: 40px;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox {
  background-color: #F9F9F9;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput {
  height: 100%;
  padding: 0;
  margin: 0;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form {
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input {
  color: #000000;
  font-size: 1rem;
  height: 100%;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form input.autocomplete {
  display: none;
}
body header .corps .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  height: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
  width: 570px;
}
body footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  body footer {
    border-radius: 0;
  }
}
body footer .corps {
  padding-top: 40px;
}
body footer .corps .logo-footer {
  margin-bottom: 20px;
}
body footer .corps .infos-contact .bloc-contact {
  margin-bottom: 20px;
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a {
  color: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact a:hover {
  color: var(--couleur-survol);
}
body footer .corps .infos-contact .bloc-contact .info {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .infos-contact .bloc-contact .info {
    justify-content: start;
  }
}
body footer .corps .infos-contact .bloc-contact .info a {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: end;
  font-size: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .infos-contact .bloc-contact .info a {
    text-align: start;
  }
}
body footer .corps .infos-contact .bloc-contact .info a svg {
  height: 40px;
  width: 40px;
}
body footer .corps .infos-contact .bloc-contact .info p {
  margin-bottom: 0;
}
body footer .corps .infos-contact .bloc-contact .info span {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 0.55rem;
}
body footer .corps .infos-contact .bloc-contact .info span svg path {
  fill: var(--couleur);
}
body footer .corps .infos-contact .bloc-contact .info.info-horaire svg {
  width: 25px;
}
body footer .corps .reseaux-sociaux {
  margin-top: 0;
  font-size: 1rem;
  color: #f0f0f2;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: end;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .reseaux-sociaux {
    justify-content: start;
  }
}
body footer .corps .reseaux-sociaux .label {
  color: #303030;
  font-weight: bold;
}
body footer .corps .reseaux-sociaux .liste-reseaux {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau {
  font-size: 0;
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a {
  display: inline-block;
  color: var(--couleur, #303030);
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a:hover {
  color: var(--couleur-survol, #e74e1b);
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a:hover .icone svg {
  fill: var(--couleur-survol, #e74e1b);
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a .icone {
  width: 24px;
  height: 24px;
  display: inline-block;
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a .icone svg {
  width: 100%;
  height: 21px;
  fill: var(--couleur);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body footer .corps .reseaux-sociaux .liste-reseaux .reseau a .intitule {
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
body footer .corps .part-identite .logo {
  margin-bottom: 3rem;
}
body footer .corps .part-identite .logo img {
  height: 90px;
  width: auto;
  object-fit: contain;
}
body footer .corps .part-identite .description {
  margin-bottom: 28px;
}
body footer .corps .part-identite .description p {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
}
body footer .corps .part-identite .description p .titre {
  font-family: "Poppins", sans-serif !important;
}
body footer .corps .part-identite .description p p {
  font-family: "Poppins", sans-serif !important;
}
body footer .corps .part-identite .description p p span {
  font-family: "Poppins", sans-serif !important;
}
body footer .corps .part-identite .description .lien-avis {
  border: 1px solid #2496b3;
  margin-top: 1rem;
  width: fit-content;
  padding: 0 10px;
  border-radius: 25px;
}
body footer .corps .part-identite .description .lien-avis a {
  text-decoration: none;
  font-weight: normal;
  color: #f0f0f2;
}
body footer .corps .part-identite .description .lien-avis a span {
  opacity: 0.6;
}
body footer .corps .part-identite .infos-contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .corps .part-identite .reseaux-sociaux .reseau {
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 0;
}
body footer .corps .part-identite .reseaux-sociaux .reseau:last-child {
  margin-right: 0;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
  margin: 0;
  width: 32px;
  height: 32px;
}
body footer .corps .part-identite .reseaux-sociaux .reseau a .intitule {
  display: none;
}
body footer .corps .part-identite .newsletter-label {
  font-size: 1.5rem;
  color: #e74e1b;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
body footer .corps .part-identite .version-footer {
  font-size: 0.8rem;
  color: #000000;
}
@media screen and (max-width: 991px) {
  body footer .corps .part-menu .menu-footer {
    border-left: unset;
    padding-left: unset;
  }
}
@media screen and (max-width: 767.98px) {
  body footer .corps .part-menu .menu-footer .menu-menu-footer-container {
    padding-left: 0;
  }
}
body footer .corps .part-menu .menu-footer ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body footer .corps .part-menu .menu-footer ul.menu li {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body footer .corps .part-menu .menu-footer ul.menu li.has-margin-top {
    margin-top: 4rem;
  }
}
body footer .corps .part-menu .menu-footer ul.menu li.uppercase a {
  text-transform: uppercase;
}
body footer .corps .part-menu .menu-footer ul.menu li a {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #303030;
  font-weight: 500;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body footer .corps .part-menu .menu-footer ul.menu li a {
    font-size: 14px;
  }
}
body footer .corps .part-menu .menu-footer ul.menu li ul.sub-menu {
  padding-left: 0;
  margin-top: 1rem;
}
body footer .corps .part-menu .menu-footer ul.menu li ul.sub-menu li {
  list-style: none;
  margin-bottom: 1.5rem;
}
body footer .corps .part-menu .menu-footer ul.menu li ul.sub-menu li a {
  color: var(--couleur);
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu {
  column-count: 2;
}
body footer .corps .part-menu.colonnes-menu-2 ul.menu li.desktop-break {
  margin-bottom: 2.5rem;
}
body footer .corps .part-menu.colonnes-menu-3 ul.menu {
  column-count: 3;
}
@media screen and (max-width: 600px) {
  body footer .corps .part-menu.colonnes-menu-3 ul.menu {
    column-count: 2;
  }
}
body footer .corps .part-menu.colonnes-menu-3 ul.menu li.desktop-break {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  body footer .corps .part-menu.colonnes-menu-3 ul.menu li.desktop-break {
    margin-bottom: 1rem;
  }
}
body footer .corps .part-menu.colonnes-menu-4 ul.menu {
  column-count: 4;
}
body footer .corps .part-annexes {
  text-align: left;
}
body footer .corps .part-annexes .zone-annexes {
  display: inline-block;
  text-align: left;
  padding-left: 1rem;
  border-left: 1px solid #f0f0f2;
}
@media screen and (max-width: 991px) {
  body footer .corps .part-annexes .zone-annexes {
    border-left: unset;
    padding-left: unset;
  }
}
body footer .corps .part-annexes .zone-annexes .infos-contact {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
  z-index: 2;
  position: relative;
  background-color: #f0f0f2 !important;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
body footer .pied .pied-part-1 a {
  color: #808080;
}
body footer .pied .pied-part-1 span {
  color: #bfbfbf;
}
body footer .pied .pied-part-2 {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  body footer .pied .pied-part-2 {
    text-align: center;
  }
}
body footer .pied a {
  color: var(--couleur-lien);
  font-size: 0.75rem;
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied span {
  font-size: 0.75rem;
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
  color: var(--couleur-lien);
  font-weight: bold;
}
body footer .pied .desc a {
  font-weight: bold;
}
body footer .pied .desc svg path {
  fill: #bfbfbf;
}
body footer .pied .footer-left-menu {
  gap: 1rem;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 767.98px) {
  body footer .pied .footer-left-menu {
    justify-content: center;
  }
}
body footer .pied .pied-part-2 span {
  font-size: 0.6rem;
  font-weight: 500;
  color: #808080;
}
body footer .pied .pied-part-2 a {
  font-size: 0.6rem;
  font-weight: 500;
  color: #808080;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
body footer .pied .logo-idcom svg path {
  fill: #bfbfbf;
}
body footer .footer-watermark-fixed {
  position: absolute;
  height: fit-content;
  bottom: 0;
  left: 0;
}
body footer .footer-watermark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
body footer .footer-watermark img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  body footer .footer-watermark {
    display: none;
  }
}
body .presta-projet .presta-home-wrapper {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link {
  position: relative;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .bloc-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 78, 27, 0.4);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .bloc-image img {
  aspect-ratio: 1.01;
  height: 225px;
  width: 100%;
  object-fit: cover;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content {
  padding: 0;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .lien-wrapper {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: fit-content;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .lien-wrapper {
    font-size: 0.8rem;
  }
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .lien-wrapper svg {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  right: 0;
  top: -65%;
  margin-left: 0.8rem;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .lien-wrapper svg {
    width: 45px;
  }
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .titre-presta {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 22px;
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .titre-presta .titre {
  font-family: "Poppins", sans-serif !important;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .titre-presta p {
  font-family: "Poppins", sans-serif !important;
}
body .presta-projet .presta-home-wrapper .presta-home-inner-link .presta-home-content .titre-presta p span {
  font-family: "Poppins", sans-serif !important;
}
body .presta-projet .presta-home-wrapper:hover .bloc-image:before {
  opacity: 0.4;
}
body .presta-projet .presta-home-wrapper:hover .bloc-image img {
  transform: unset;
}
body .presta-projet .presta-home-wrapper:hover .lien-wrapper svg {
  transform: translateX(5px);
}
body .presta-projet .presta-home-wrapper:hover .lien-wrapper svg path {
  fill: none;
  stroke: #fff;
}
body .ymc-smart-filter-container {
  max-width: 100%;
}
body .ymc-smart-filter-container .container-post-custom-layout .ymc-post-custom-layout.post-item {
  border: none;
  padding: unset;
}
body .ymc-smart-filter-container .container-post-custom-layout .ymc-post-custom-layout.post-item a {
  margin-top: 0;
}
body .ymc-smart-filter-container .filter-layout {
  background-color: transparent;
  padding: 2rem;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  body .ymc-smart-filter-container .filter-layout {
    flex-direction: column;
  }
}
body .ymc-smart-filter-container .filter-layout:before {
  content: "Trier par secteur :";
  font-weight: bold;
  margin-right: 1rem;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  body .ymc-smart-filter-container .filter-layout:before {
    margin-bottom: 1rem;
  }
}
body .ymc-smart-filter-container .filter-layout .filter-entry {
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  body .ymc-smart-filter-container .filter-layout .filter-entry {
    padding: unset;
    gap: 0;
  }
}
body .ymc-smart-filter-container .filter-layout .filter-entry .filter-item {
  padding-left: 0;
}
body .ymc-smart-filter-container .filter-layout .filter-entry .filter-item:before {
  display: none;
}
body .ymc-smart-filter-container .filter-layout .filter-entry .filter-item .filter-link {
  border: 1px solid #e74e1b;
  border-radius: 3rem;
  padding: 10px 40px;
}
body .ymc-smart-filter-container .filter-layout .filter-entry .filter-item .filter-link.active {
  background-color: #e74e1b !important;
  color: #ffffff !important;
  font-weight: normal !important;
}
body .ymc-smart-filter-container .filter-layout .posts-found {
  display: none;
}
body .pair-bloc .reference {
  height: fit-content;
}
body .pair-bloc .match-height img {
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: auto;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: auto;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: auto;
    position: relative;
  }
  body header .corps .logo a img {
    height: 75px;
    object-fit: contain;
    max-width: 125px;
  }
  body header .corps .menu-principal {
    padding: 0;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 70px;
    height: 100%;
    text-align: left;
    left: -100%;
    overflow-y: scroll;
    padding-bottom: 60px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 75px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children ul.sub-menu > li {
    border-bottom: 0;
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 15px;
    font-size: 14px;
    width: auto;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 0 30px;
    display: block;
    min-height: 0;
    min-width: 0;
    background-color: unset;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    border-bottom: 0;
    padding: 0.6rem 0;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a img {
    display: none;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a span {
    padding: 0;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li ul.sub-menu {
    position: relative;
    left: auto;
  }
  body header .corps .menu-principal nav ul.menu > li.mega-menu ul.sub-menu li {
    display: block;
    width: 100%;
  }
  body header .corps .menu-principal nav ul.menu > li.mega-menu ul.sub-menu li ul.sub-menu {
    width: 100%;
    margin-left: 0;
  }
  body header .corps .menu-principal nav ul.menu > li.mega-menu ul.sub-menu li ul.sub-menu li:after {
    display: none;
  }
  body header .corps .menu-principal nav .bouton-mise-en-avant {
    display: block;
    margin: 3rem 1rem;
  }
  body header .corps .menu-principal .header-avec-entete .bouton-mise-en-avant {
    display: block;
  }
  body header .corps .bouton-mise-en-avant {
    display: none;
  }
  body header #menu-mobile {
    height: fit-content;
    font-size: 14px;
    line-height: 18px;
    color: var(--couleur-texte);
    padding: 7.5px 10px;
    font-family: "Poppins", sans-serif;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: absolute;
    top: 1.25rem;
    right: 0.5rem;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div.ouvrant {
    margin-top: 5px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile div.fermant svg {
    height: 15px;
    width: 15px;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body main {
    padding-top: 60px;
  }
  body main.header-avec-entete {
    padding-top: 120px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
.flex-centrer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-centrer.align-start {
  align-items: flex-start;
}
.flex-mobile-column {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .flex-mobile-column {
    flex-direction: column;
    gap: 2rem;
  }
}
.flex-large-column {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .flex-large-column {
    flex-direction: column;
    gap: 2rem;
  }
}
.z-index-1 {
  z-index: -1 !important;
}
.z-index0 {
  z-index: 0 !important;
}
.z-index1 {
  z-index: 1 !important;
}
.container-90 {
  width: 90%;
  margin: auto;
  position: relative;
}
.container-75 {
  width: 75%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .container-75 {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .container-75 {
    width: 100%;
  }
}
#cmplz-document {
  max-width: 1400px;
  padding: 0 12rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  #cmplz-document {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  #cmplz-document {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .coller-bord-droite .bloc-image {
    margin-right: 0 !important;
  }
}
.coller-bord-droite img {
  width: 100%;
  aspect-ratio: 1.13235294;
  object-fit: cover;
}
.coller-bord-droite .img-with-logo {
  position: relative;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type {
  position: absolute;
  margin-left: 0;
  left: -110px;
  bottom: 0;
}
.coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
  width: 228px;
  height: 228px;
}
@media screen and (max-width: 991px) {
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.5rem;
  }
  .coller-bord-droite .img-with-logo .bloc-image:first-of-type img {
    width: 160px;
    height: 160px;
  }
}
.list-check div.bloc-texte ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163016' data-name='Groupe 163016' xmlns='http://www.w3.org/2000/svg' width='27.777' height='24.536' viewBox='0 0 27.777 24.536'%3E%3Cg id='Groupe_44' data-name='Groupe 44'%3E%3Cpath id='Tracé_83110' data-name='Tracé 83110' d='M308.563,376.188c-1.255-.676-2.653.626-3.472,1.4-1.878,1.831-3.47,3.952-5.253,5.88-1.978,2.121-3.809,4.244-5.833,6.316a17.387,17.387,0,0,0-3.182,3.858,63.2,63.2,0,0,0-5.158-5.014c-1.4-1.062-3.712-1.834-3.665.722.1,3.326,3.039,6.894,5.207,9.159a5.5,5.5,0,0,0,3.519,2.025c1.688.1,3.423-1.928,4.435-3.037,1.784-1.928,3.232-4.1,4.87-6.073,2.121-2.6,4.291-5.159,6.362-7.81,1.3-1.64,5.4-5.689,2.171-7.424Zm-24.443,12.968a.363.363,0,0,0-.191.047,2.394,2.394,0,0,1-.532-.191c.146-.1.386-.049.723.144Zm0,0' transform='translate(-281.999 -376)' fill='%2346647f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: inherit;
  top: -2px;
  left: -2rem;
  width: 44px;
  height: 34px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .list-check div.bloc-texte ul li:before {
    left: -1rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-realisation main .single-bloc-4 {
    padding: 200px 0;
  }
}
.contact-coordonne img {
  max-width: 250px;
}
.contact-map {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact-map:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cdcdcd;
    left: -5rem;
  }
}
div.carousel .swiper-button-lock,
div.carousel-presta .swiper-button-lock {
  display: block !important;
}
@media screen and (max-width: 991px) {
  .remove-padding {
    padding: 0 !important;
  }
  .remove-padding-bottom {
    padding-bottom: 0 !important;
  }
  .remove-padding-top {
    padding-top: 0 !important;
  }
}
/* Language dropdown styles */
header .choix-langues {
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .choix-langues {
    position: unset;
  }
}
header .choix-langues .language-dropdown {
  position: absolute;
  right: 0;
  top: -20px;
  border: none;
  border-radius: 1.5rem;
  color: #303030;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .choix-langues .language-dropdown {
    right: 100px;
    top: 1.25rem;
  }
}
header .choix-langues .language-dropdown.open {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 1px solid #e74e1b;
}
header .choix-langues .language-dropdown.open .language-menu {
  display: block;
}
header .choix-langues .language-dropdown.open .language-toggle .language-caret svg {
  transform: rotate(180deg);
}
header .choix-langues .language-dropdown:hover {
  border: 1px solid #e74e1b;
}
header .choix-langues .language-dropdown .language-toggle {
  align-items: center;
  background: transparent;
  border: none;
  line-height: 1;
  color: #303030;
  cursor: pointer;
  display: flex;
  justify-content: start;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  header .choix-langues .language-dropdown .language-toggle {
    font-size: 14px;
  }
}
header .choix-langues .language-dropdown .language-toggle .language-current {
  opacity: 0.8;
}
header .choix-langues .language-dropdown .language-toggle .language-caret {
  margin-left: 10px;
  opacity: 1;
}
header .choix-langues .language-dropdown .language-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 3px 0 0;
  z-index: 1000;
  display: none;
  opacity: 0.8;
  height: 50px;
}
header .choix-langues .language-dropdown .language-menu li {
  display: flex;
  justify-content: start;
  padding: 0;
}
header .choix-langues .language-dropdown .language-menu li a {
  color: #303030;
  line-height: 24px;
}
/* Search overlay popup */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  pointer-events: none;
  visibility: hidden;
}
.search-overlay.open {
  pointer-events: auto;
  visibility: visible;
}
.search-overlay.open .search-overlay__backdrop {
  opacity: 1;
  transform: translateY(0);
}
.search-overlay.open .search-overlay__panel {
  transform: translateY(0);
  transition: transform .4s ease;
}
.search-overlay.closing {
  pointer-events: none;
  visibility: visible;
}
.search-overlay .search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(-100%);
  transition: transform .4s ease, opacity .3s ease;
}
.search-overlay .search-overlay__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-100%);
  height: 180px;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.search-overlay .search-overlay__panel .search-overlay__close {
  position: absolute;
  top: 10px;
  right: 10%;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}
.search-overlay .search-overlay__panel .search-overlay__content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.search-overlay .search-overlay__panel .search-overlay__content .label {
  color: #e74e1b;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches {
  width: 70%;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 {
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  -ms-box-sizing: inherit !important;
  -o-box-sizing: inherit !important;
  box-sizing: inherit !important;
  margin-left: 0;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox {
  background-color: transparent;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form > input.orig {
  border-bottom: 1px solid #bfbfbf !important;
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  -ms-box-sizing: inherit !important;
  -o-box-sizing: inherit !important;
  box-sizing: inherit !important;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .proinput form > input.orig::placeholder {
  opacity: 0;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  width: 60px;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cg id='Groupe_163356' data-name='Groupe 163356' transform='translate(-214.523 -9)'%3E%3Cg id='Ellipse_77' data-name='Ellipse 77' transform='translate(214.523 9)' fill='none' stroke='%23EE733D' stroke-width='1.5'%3E%3Ccircle cx='14.5' cy='14.5' r='14.5' stroke='none'/%3E%3Ccircle cx='14.5' cy='14.5' r='13.75' fill='none'/%3E%3C/g%3E%3Cg id='Icon_feather-arrow-right' data-name='Icon feather-arrow-right' transform='translate(224.494 18.969)'%3E%3Cpath id='Tracé_96025' data-name='Tracé 96025' d='M7.5,18h9.06' transform='translate(-7.5 -13.47)' fill='none' stroke='%23EE733D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_96026' data-name='Tracé 96026' d='M18,7.5l4.53,4.53L18,16.56' transform='translate(-13.47 -7.5)' fill='none' stroke='%23EE733D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 20px;
}
.search-overlay .search-overlay__panel .search-overlay__content .champ-recherches .asl_w_container #ajaxsearchlite1 .probox .promagnifier span svg {
  display: none;
}
div.asl_w * {
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  -ms-box-sizing: inherit !important;
  -o-box-sizing: inherit !important;
  box-sizing: inherit !important;
}
#ajaxsearchliteres1 {
  border-radius: 10px;
}
#ajaxsearchliteres1 .results .resdrg .item .asl_content h3 a {
  color: #303030;
}
/* Utility: force menu hover images visible overriding default display:none */
header .corps ul.menu li a img.menu-hover-image-visible {
  display: block !important;
}
/* Newsletter form harded id for beter control */
#nf-field-59-wrap input[type="checkbox"]#nf-field-59 {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 16px;
  border-radius: 30px;
  background: #bfbfbf;
  border: 1px solid #303030;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  transition: background .25s ease;
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59::after {
  content: "✔";
  position: absolute;
  width: 14px;
  height: 14px;
  top: -4px;
  left: 1px;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #303030;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59:checked {
  background: #303030;
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59:checked::before {
  transform: translateX(12px);
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59:checked::after {
  transform: translateX(12px);
  opacity: 1;
}
#nf-field-59-wrap input[type="checkbox"]#nf-field-59:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.35);
}
#nf-field-59-wrap .nf-field-label {
  padding-left: 1.75rem;
}
#nf-field-59-wrap .nf-field-label label {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 0.75rem;
}
#nf-field-59-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}
#nf-form-3-cont {
  padding-right: 2rem;
}
#nf-form-3-cont form {
  position: relative;
}
#nf-form-3-cont form .nf-before-form-content {
  display: none;
}
#nf-form-3-cont form .submit-container {
  position: absolute;
  top: 6px;
  right: 7px;
}
#nf-form-3-cont form #nf-field-58 {
  --btn-size: 38px;
  width: var(--btn-size);
  height: var(--btn-size);
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg id='send' transform='translate(-333 -6)'%3E%3Crect id='Rectangle' width='38' height='38' rx='3' transform='translate(333 6)' fill='%23e74e1b'/%3E%3Cpath id='Path' d='M9.239.24a.818.818,0,0,1,1.225,1.08L10.4,1.4l-9,9A.818.818,0,0,1,.172,9.315L.24,9.238Z' transform='translate(350.363 16.001)' fill='%23fff'/%3E%3Cpath id='Path-2' data-name='Path' d='M11.453,18a.809.809,0,0,1-.747-.487L7.562,10.438.486,7.294a.818.818,0,0,1-.034-1.48l.1-.04L16.911.048A.828.828,0,0,1,17.185,0a.82.82,0,0,1,.665.349.8.8,0,0,1,.1.741L12.226,17.452A.809.809,0,0,1,11.453,18ZM15.847,2.152,3.035,6.637,8.513,9.071a.822.822,0,0,1,.369.327l.047.089,2.434,5.477Z' transform='translate(343 16)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#nf-form-3-cont form #nf-field-58[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
#nf-form-3-cont form #nf-field-58:hover:not([disabled]) {
  filter: brightness(0.95);
}
#nf-form-3-cont form #nf-field-58:focus {
  outline: 2px solid #d03f10;
  outline-offset: 2px;
}
#nf-form-3-cont form #nf-field-57 {
  height: 50px;
  border: none;
  border-radius: 8px;
}
#nf-form-3-cont form #nf-field-57::placeholder {
  padding-left: 20px;
  color: #303030;
}
#nf-form-1-cont .nf-before-form-content,
#nf-form-4-cont .nf-before-form-content {
  display: none;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-label label,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-label label {
  font-weight: normal;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element input,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element input,
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element textarea,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element textarea,
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select {
  border: none;
  background: #f8f8fa;
  padding: 10px 20px;
  color: #303030;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element input::placeholder,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element input::placeholder,
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element textarea::placeholder,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element textarea::placeholder,
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select::placeholder,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select::placeholder {
  opacity: 1;
  color: #303030;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element input,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element input,
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select {
  height: 47px;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 10px;
  border-radius: 0;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select::-ms-expand,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select::-ms-expand {
  display: none;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select:focus,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select:focus {
  outline: none;
  border-color: #a3c6ff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select:disabled,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select:disabled {
  color: #9ca3af;
  background-color: #f3f4f6;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='chevron' d='M.22,5.78a.75.75,0,0,0,.99.062L1.28,5.78,5.25,1.811,9.22,5.78a.75.75,0,0,0,.99.062l.071-.062a.75.75,0,0,0,.062-.99L10.28,4.72,5.78.22A.75.75,0,0,0,4.79.157L4.72.22.22,4.72A.75.75,0,0,0,.22,5.78Z' transform='translate(10.5 6) rotate(180)'/%3E%3C/svg%3E%0A");
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select option,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select option {
  background: #EEEEEE;
  color: #303030;
  padding: 8px 12px;
  border-bottom: 1px solid #979797;
  border-radius: 0;
}
#nf-form-1-cont .nf-form-content .nf-field-container .nf-field-element select option:last-child,
#nf-form-4-cont .nf-form-content .nf-field-container .nf-field-element select option:last-child {
  border-bottom: none;
}
#nf-form-1-cont .nf-form-content .nf-field-container.html-container .nf-field-element p,
#nf-form-4-cont .nf-form-content .nf-field-container.html-container .nf-field-element p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
}
#nf-form-1-cont .nf-form-content .nf-field-container.textarea-container,
#nf-form-4-cont .nf-form-content .nf-field-container.textarea-container {
  margin-bottom: 0;
}
#nf-form-1-cont .nf-form-content .nf-field-container.checkbox-container,
#nf-form-4-cont .nf-form-content .nf-field-container.checkbox-container {
  margin-bottom: 2.5rem;
}
#nf-form-1-cont .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-element input,
#nf-form-4-cont .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-element input {
  height: 100%;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-label,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-label {
  width: auto;
  padding-right: 5%;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-label span,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-label span {
  font-weight: normal;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul {
  display: flex;
  gap: 1rem;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li {
  display: flex;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li label,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li label {
  margin-left: 0.25rem;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li input,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li input {
  height: 100%;
  margin: 0;
  accent-color: #e74e1b;
}
#nf-form-1-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li:before,
#nf-form-4-cont .nf-form-content .nf-field-container.listradio-container .nf-field .field-wrap .nf-field-element ul li:before {
  display: none;
}
#nf-form-1-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element,
#nf-form-4-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element {
  text-align: right;
}
#nf-form-1-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input,
#nf-form-4-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input {
  border: 1px solid #e74e1b;
  background: none;
  border-radius: 20px;
  color: #e74e1b;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#nf-form-1-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input:hover,
#nf-form-4-cont .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input:hover {
  background: #e74e1b;
  color: #ffffff;
}
body .produit-show {
  display: none;
}
body.page-id-5730 .produit-hide {
  display: none;
}
body.page-id-5730 footer .corps .part-menu.colonnes-menu-3 ul.menu li.desktop-break.produit-show {
  display: block;
  margin-bottom: 7rem;
}
