@charset "UTF-8";
/*UDPI - 16.02.2026 */
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP:wght@100;700&display=swap");
/* MENU */
.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.small-container {
  max-width: 800px;
  margin: auto;
  width: 86%;
  text-align: center;
}

.chevron {
  content: "";
  background: url("../medias/chevron-right-red.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  position: relative;
}

/* btn */
.btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn:focus, .btn:hover, .btn:active {
  text-decoration: none;
}

.btn-rouge {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  background-color: #e42312;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-rouge:focus, .btn-rouge:hover, .btn-rouge:active {
  text-decoration: none;
  background-color: #007ac2;
  color: #fff !important;
}

.btn-bleu {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  background-color: #007ac2;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-bleu:focus, .btn-bleu:hover, .btn-bleu:active {
  text-decoration: none;
  background-color: #e42312;
  color: #fff !important;
}

.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #e42312;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.title.text-center:after {
  margin-right: auto;
  margin-left: auto;
}

/*UDPI - 16.02.2026 */
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
    opacity: 0;
  }
  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/* -------------------- */
/* Preload */
/* -------------------- */
#l-preloader .g-preloader {
  font-size: 4rem;
}

#l-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 11111;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: height 0.45s;
  -moz-transition: height 0.45s;
  -ms-transition: height 0.45s;
  -o-transition: height 0.45s;
  transition: height 0.45s;
}
#l-preloader.done {
  height: 0;
}
#l-preloader .l-preloader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: inherit;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.g-preloader {
  color: #007ac2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-preloader:after, .g-preloader:before, .g-preloader > div:before, .g-preloader > div:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0.15em solid;
}
.g-preloader:before {
  top: 0;
  left: 0;
  animation: cubes-tl 1.5s infinite ease;
}
.g-preloader > div:before {
  top: 0;
  right: 0;
  animation: cubes-br 1.5s infinite ease;
}
.g-preloader > div:after {
  left: 0;
  bottom: 0;
  animation: cubes-bl 1.5s infinite ease;
}
.g-preloader:after {
  right: 0;
  bottom: 0;
  animation: cubes-tr 1.5s infinite ease;
}

@keyframes cubes-tl {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(-0.15em, -0.15em) rotate(90deg);
    -moz-transform: translate(-0.15em, -0.15em) rotate(90deg);
    -ms-transform: translate(-0.15em, -0.15em) rotate(90deg);
    -o-transform: translate(-0.15em, -0.15em) rotate(90deg);
    transform: translate(-0.15em, -0.15em) rotate(90deg);
    top: 0.2em;
    left: 0.2em;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -moz-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    -o-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
  }
}
@keyframes cubes-tr {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(0.15em, 0.15em) rotate(90deg);
    -moz-transform: translate(0.15em, 0.15em) rotate(90deg);
    -ms-transform: translate(0.15em, 0.15em) rotate(90deg);
    -o-transform: translate(0.15em, 0.15em) rotate(90deg);
    transform: translate(0.15em, 0.15em) rotate(90deg);
    right: 0.2em;
    bottom: 0.2em;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -moz-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    -o-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
  }
}
@keyframes cubes-br {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(0.15em, -0.15em) rotate(90deg);
    -moz-transform: translate(0.15em, -0.15em) rotate(90deg);
    -ms-transform: translate(0.15em, -0.15em) rotate(90deg);
    -o-transform: translate(0.15em, -0.15em) rotate(90deg);
    transform: translate(0.15em, -0.15em) rotate(90deg);
    top: 0.2em;
    right: 0.2em;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -moz-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    -o-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
  }
}
@keyframes cubes-bl {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(-0.15em, 0.15em) rotate(90deg);
    -moz-transform: translate(-0.15em, 0.15em) rotate(90deg);
    -ms-transform: translate(-0.15em, 0.15em) rotate(90deg);
    -o-transform: translate(-0.15em, 0.15em) rotate(90deg);
    transform: translate(-0.15em, 0.15em) rotate(90deg);
    left: 0.2em;
    bottom: 0.2em;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -moz-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    -o-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
  }
}
/*UDPI - 16.02.2026 */
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: inherit;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
.squareImg:hover {
  opacity: 0.6;
}

.rectangleImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  display: block;
  transition: background-size 300ms ease;
  -moz-transition: background-size 300ms ease;
  -ms-transition: background-size 300ms ease;
  -o-transition: background-size 300ms ease;
  -webkit-transition: background-size 300ms ease;
}
.rectangleImg:hover {
  background-size: 105% !important;
}
@media (min-width: 991px) {
  .rectangleImg {
    padding-top: 62.5%;
  }
}
@media (max-width: 990.98px) {
  .rectangleImg {
    padding-top: 85% !important;
  }
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*UDPI - 16.02.2026 */
/* -- MENU wordpress -- */
header .navbar {
  padding: 0.5rem 15px;
}
header .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .sub-menu li {
  display: block;
  width: 100%;
}
header .sub-menu li a:hover, header .sub-menu li a:focus {
  color: #fff;
}
header .sub-menu a {
  display: block;
}
header .menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#showMenu {
  background: transparent;
  outline: 0;
  border: 0;
}
#showMenu span, #showMenu span::before, #showMenu span::after {
  background-color: #e42312;
}
#showMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  padding: 0;
}
#showMenu span, #showMenu span::before, #showMenu span::after {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0px;
}
#showMenu span::before, #showMenu span::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
#showMenu span::before {
  top: 8px;
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#showMenu span::after {
  bottom: 8px;
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#showMenu span {
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#showMenu span, #showMenu span::before, #showMenu span::after {
  background-color: #e42312;
}

#showMenu.active span {
  background-color: transparent !important;
}
#showMenu.active span::before, #showMenu.active span::after {
  background-color: #e42312 !important;
}
#showMenu.active span::before {
  top: 0;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#showMenu.active span::after {
  bottom: 0;
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#showMenu.active #quitMenu {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  animation: 300ms ease-in opacityAnim;
  width: 10%;
}
@media (min-width: 998.98px) {
  #showMenu.active #quitMenu {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #showMenu.active #quitMenu {
    width: 65%;
  }
}

@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* STYLE MENU */
.cbp-spmenu {
  background: #f6f6f6;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
}
.cbp-spmenu .menu-item {
  list-style: none;
}
.cbp-spmenu .menu-content {
  padding: 1.5rem 2rem;
  margin-top: 135px;
}
@media (min-width: 767.98px) {
  .cbp-spmenu .menu-content {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .cbp-spmenu .menu-content {
    padding: 2rem 3rem;
  }
}

header #menu-langues-1 .menu-item a {
  color: #007ac2;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0.7rem 0;
  padding: 0;
  display: block;
  -webkit-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
header #menu-langues-1 .menu-item a:hover {
  color: #e42312;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 90%;
}
@media (min-width: 998.98px) {
  .cbp-spmenu-vertical {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cbp-spmenu-vertical {
    width: 35%;
  }
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-top {
  right: -100%;
}

.cbp-spmenu-top.cbp-spmenu-open {
  right: 0px;
}

/* Transitions */
.cbp-spmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-content ul {
  padding-left: 0;
}
.menu-content ul a {
  color: #007ac2;
}
.menu-content ul a:hover, .menu-content ul a:focus, .menu-content ul a:active {
  color: #e42312;
}

.menu-item-has-children {
  cursor: pointer;
  position: relative;
  color: #007ac2;
}
.menu-item-has-children .sub-menu {
  display: none;
}
.menu-item-has-children:hover .sub-menu, .menu-item-has-children:focus .sub-menu, .menu-item-has-children:active .sub-menu {
  display: block;
}

ul:not(#menu-langues, #menu-langues-1, #menu-langues-2, #menu-langues-3) .sub-menu a {
  font-size: 1.2rem !important;
}
ul:not(#menu-langues, #menu-langues-1, #menu-langues-2, #menu-langues-3) .sub-menu a:hover, ul:not(#menu-langues, #menu-langues-1, #menu-langues-2, #menu-langues-3) .sub-menu a:focus, ul:not(#menu-langues, #menu-langues-1, #menu-langues-2, #menu-langues-3) .sub-menu a:active {
  color: #e42312 !important;
}

/* -- Reset design langues -- */
.qtranxs-lang-menu > a {
  display: none !important;
}
.qtranxs-lang-menu .sub-menu {
  top: -31px !important;
  display: flex !important;
  background-color: transparent !important;
  min-width: auto !important;
  padding-left: 0.3rem;
}
.qtranxs-lang-menu .sub-menu li {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.35rem;
}
.qtranxs-lang-menu .sub-menu li:hover, .qtranxs-lang-menu .sub-menu li:focus {
  background-color: transparent !important;
}
.qtranxs-lang-menu .sub-menu li a {
  font-size: 1rem !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-menu {
  background-color: #f6f6f6;
}

#menu-centres {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 0;
}
#menu-centres li {
  display: inline-block;
  margin-right: 1rem;
}
#menu-centres a {
  color: #fff;
}
#menu-centres a:hover, #menu-centres a:focus, #menu-centres a:active {
  color: #fff;
  opacity: 0.5;
}

header .bg-active #menu-centres a {
  color: #007ac2;
}
header .bg-active #menu-centres a:hover, header .bg-active #menu-centres a:focus, header .bg-active #menu-centres a:active {
  color: #e42312;
}

/*UDPI - 16.02.2026 */
/*----------*/
/*-- FONT --*/
/*----------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-size: 60%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .link, .link-chevron, li a, footer {
  font-family: "Alata", sans-serif;
}

h1, .h1 {
  font-size: calc(2.5rem + 0.035vw);
}

h2, .h2 {
  font-size: calc(2rem + 0.035vw);
}

h3, .h3 {
  font-size: calc(1.4rem + 0.035vw);
}

h4, .h4 {
  font-size: calc(1.2rem + 0.035vw);
}

h5, .h5 {
  font-size: calc(1.1rem + 0.035vw);
}

h6, .h6 {
  font-size: calc(1rem + 0.045vw);
}

body, p, span, p a, article a, .content-text a, .p {
  font-size: calc(1.1rem + 0.035vw);
  font-family: "Noto Sans JP", sans-serif;
}

p, .p {
  white-space: normal !important;
}

a:hover, a:focus {
  text-decoration: none;
}

/*----------*/
/*-- TITLE --*/
/*----------*/
h1:not(.banner-title):after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #e42312;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
h1:not(.banner-title).text-center:after {
  margin-right: auto;
  margin-left: auto;
}

.content-text h2:not(.title), .content-text h3:not(.title), .content-text h4:not(.title), .content-text h5:not(.title), .content-text h6:not(.title) {
  color: #007ac2;
}

main ul:not([role=alert]) {
  list-style: none;
  padding-left: 0;
}
main ul:not([role=alert]) li {
  margin: 0.35rem 0;
}
main ul:not([role=alert]) li:before {
  content: "";
  background-image: url(../medias/chevron-right-red.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 3px;
  position: relative;
}

blockquote {
  opacity: 0.75;
  font-style: italic;
  padding: 1.5rem;
}
blockquote p:before, blockquote p:after {
  font-size: 130%;
  font-weight: bold;
}
blockquote p:before {
  content: "« ";
}
blockquote p:after {
  content: " »";
}
blockquote cite {
  text-align: right;
  display: block;
  font-weight: bold;
}

@media (max-width: 580px) {
  p, a, h1, h2, h3, h4, h5, h6 {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}
/*UDPI - 16.02.2026 */
/*----------*/
/*-- BTN  --*/
/*----------*/
.link svg {
  position: relative;
  top: -2px;
}

.link-chevron:after {
  content: "";
  background: url("../medias/chevron-right-red.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 5px;
}

main a:not(.btn), footer a:not(.btn) {
  color: #007ac2;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
main a:not(.btn):hover, footer a:not(.btn):hover {
  color: #e42312;
}

.btn-lg {
  font-size: calc(1.4rem + 0.035vw) !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.btn-lg svg {
  width: 35px;
  height: 35px;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #fff !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #007ac2;
}
.list-icone a:focus, .list-icone a:hover, .list-icone a:active {
  color: #fff;
  background: #e42312;
}
.list-icone a svg {
  height: 18px;
  top: -2px;
  position: relative;
}

.tag {
  font-size: 0.9rem;
  line-height: 1.3;
  background: #f6f6f6;
  display: inline-block;
  padding: 0.5rem;
}

/*UDPI - 16.02.2026 */
#respond {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 1.5rem;
  margin-top: 2rem;
}

#commentform abbr {
  text-decoration: none;
}
#commentform .comment-form-cookies-consent label, #commentform .comment-form-captcha label {
  width: auto !important;
  display: inline-block !important;
}
#commentform .comment-form-captcha .required {
  display: inline-block;
}

#comments {
  display: none;
}

#commentform .submit {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  background-color: #007ac2;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#commentform .submit:focus, #commentform .submit:hover, #commentform .submit:active {
  text-decoration: none;
  background-color: #e42312;
  color: #fff !important;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}
.commentlist li:before {
  display: none;
}
.commentlist .comment-body {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 1rem;
  margin: 1rem 0;
}
.commentlist .children {
  margin-left: 1rem;
}
.commentlist .children .children {
  margin-left: 2rem;
}
.commentlist .fn {
  font-style: inherit;
  font-weight: 700;
}
.commentlist .comment-meta {
  font-size: 0.9rem;
}
.commentlist p {
  margin-top: 1rem;
}
.commentlist .reply {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.75rem;
}

@media (min-width: 768.98px) {
  .commentlist .comment-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .commentlist .comment-meta, .commentlist .comment-author {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .commentlist .comment-meta {
    text-align: right;
  }
  .commentlist p, .commentlist .reply {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body:not(.page-template-actualites, .home) input:not(.submit, .btn-bleu), body:not(.page-template-actualites, .home) select, body:not(.page-template-actualites, .home) textarea, body:not(.page-template-actualites, .home) .input {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding: 0.75rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
body:not(.page-template-actualites, .home) .forminator-button {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  background-color: #007ac2;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
body:not(.page-template-actualites, .home) .forminator-button:focus, body:not(.page-template-actualites, .home) .forminator-button:hover, body:not(.page-template-actualites, .home) .forminator-button:active {
  text-decoration: none;
  background-color: #e42312;
  color: #fff !important;
}

body:not(.page-template-actualites, .home, .woocommerce-page) label, body:not(.page-template-actualites, .home, .woocommerce-page) select, body:not(.page-template-actualites, .home, .woocommerce-page) input:not(.submit, #captcha_code, #wp-comment-cookies-consent), body:not(.page-template-actualites, .home, .woocommerce-page) textarea {
  display: block;
  width: 100%;
}

.sib_signup_form input:not(.submit, .btn-bleu), .input {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding: 0.75rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 100%;
}

/*UDPI - 16.02.2026 */
/*----------*/
/*- Woocommerce -*/
/*----------*/
.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-page:not(.woocommerce-account) .breadcrumb, .woocommerce-page:not(.woocommerce-account) ul li:before {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  padding: 0.5rem;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  margin: 7px 0 0 0.5em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f6f6f6;
  border-radius: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.75rem 1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
  font-family: "Alata", sans-serif;
  letter-spacing: inherit;
  background-color: #007ac2;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active {
  text-decoration: none;
  background-color: #e42312;
  color: #fff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  -webkit-font-smoothing: antialiased;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-notice--success {
  padding: 1rem;
  background: #3ac94b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.woocommerce ul.order_details {
  margin: 1.5rem 0 3em;
}

.woocommerce-message {
  border-top-color: #3ac94b;
}

.woocommerce-message::before {
  color: #3ac94b;
}

#coupon_code, .coupon button {
  display: block;
  width: 100%;
}

.woocommerce a.remove {
  color: #e42312 !important;
}

.wp-element-button {
  font-family: "Alata", sans-serif !important;
  border-radius: 4px !important;
  font-size: 1.1rem !important;
}

/*----------*/
/*-- BODY --*/
/*----------*/
/*----------*/
/*- HEADER -*/
/*----------*/
#navigation {
  background: transparent;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#navigation #logo {
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}

.bg-active {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bg-active #logo {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/*-- Search --*/
#showSearch.active .bi-search {
  display: none;
}
#showSearch.active .bi-x-lg {
  display: block;
  margin: 0;
}
#showSearch {
  line-height: 1.4rem;
  border: 0;
  background-color: transparent;
  outline: 0 transparent;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
#showSearch svg {
  color: #e42312;
}
.bg-active #showSearch svg {
  color: #e42312;
}
#showSearch .bi-search {
  display: block;
  margin: 0;
}
#showSearch .bi-x-lg {
  display: none;
}

#search-container {
  position: absolute;
  background: #f6f6f6;
  height: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#search-container .wpas-advanced-search-form-container {
  padding: 2rem;
  border-radius: 0;
}

#search-container.open {
  min-height: 155px;
  opacity: 1;
  top: 56px;
  position: fixed;
  z-index: 1050;
}

.wpas_search_input {
  background-color: #fff !important;
}

.wpas_margnifire_icon {
  background-color: #007ac2 !important;
}
.wpas_margnifire_icon:hover, .wpas_margnifire_icon:focus {
  background-color: #e42312 !important;
}
.wpas_margnifire_icon .button_text_holder {
  font-family: "Alata", sans-serif;
}

/*-- Panier --*/
#panierBtn {
  line-height: 1.4rem;
  border: 0;
  background-color: transparent;
  outline: 0 transparent;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: -3px;
  margin-right: 15px;
  color: #e42312;
}
.bg-active #panierBtn {
  color: #e42312;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: -5px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/*----------*/
/*- Alerte -*/
/*----------*/
@media (max-width: 600px) {
  #alerte {
    bottom: 20px;
    right: 0;
    border-radius: 0;
  }
}
#alerte {
  position: fixed;
  bottom: 70px;
  right: 70px;
  font-size: 1.4rem;
  background: #b81f12;
  z-index: 3;
  padding-left: 1.5rem;
}

#alerte:before {
  content: "";
  display: inline-block;
  background: url("../medias/alertez-nous.png");
  width: 65px;
  height: 65px;
  position: absolute;
  background-size: 100%;
  left: -52px;
  top: -12px;
  box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.35) !important;
  border-radius: 100%;
}

@media (max-width: 600px) {
  body.home footer {
    padding-bottom: 80px !important;
  }
}

/*----------*/
/*-- Banners --*/
/*----------*/
.banner#newsletter .bg-img, #home .banner .bg-img {
  min-height: 350px;
  padding: 200px 0 140px 0;
}
@media (min-width: 991px) {
  .banner#newsletter .bg-img, #home .banner .bg-img {
    min-height: 50vh;
  }
}

#page .bg-img {
  height: 350px;
  background-color: #007ac2;
}

.centres-template-default .banner .bg-img {
  min-height: 550px !important;
}

.single-actualites-news .banner, .single-activites .banner {
  overflow: hidden;
}
.single-actualites-news .bg-img, .single-activites .bg-img {
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.banner {
  position: relative;
}
.banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.45;
}
.banner .bg-img {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}
.banner article {
  max-width: 800px;
  margin: auto;
  width: 86%;
  text-align: center;
  z-index: 2;
  position: relative;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner p {
  color: #fff !important;
  text-align: center;
}
.banner .triangle {
  position: absolute;
  bottom: -1px;
  color: #fff;
  width: 100%;
  left: 0;
  height: 15vh;
  z-index: 1;
}

/*----------*/
/*-- HOME --*/
/*----------*/
/* Actualités */
.flex-column {
  display: -ms-flexbox;
  display: flex;
}
.flex-column .title:after {
  margin-bottom: 1rem !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.rond {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  max-width: 300px;
  margin: 1rem auto;
  border: 1px solid #e9e8e8;
  /*padding-top: 100%;*/
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.rond:hover {
  opacity: 0.8;
}
.rond {
  /*img{
    position: absolute;

    left: 0;
    right: 0;
    top: 0;
  }*/
}

#intro {
  background-color: #f6f6f6;
}
#intro article {
  text-align: center;
}

#que-faisons-nous .rectangleImg, #formations .rectangleImg {
  position: relative;
  border-bottom: 6px solid #007ac2;
}
#que-faisons-nous .rectangleImg:after, #formations .rectangleImg:after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#que-faisons-nous .position-absolute, #formations .position-absolute {
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  margin: auto;
  height: 100%;
  width: 100%;
}
#que-faisons-nous article, #formations article {
  margin: auto;
  padding: 0 1rem;
}
#que-faisons-nous h3, #formations h3 {
  text-transform: uppercase;
}
#que-faisons-nous h3, #que-faisons-nous h4, #formations h3, #formations h4 {
  text-align: center;
  color: #fff !important;
}
#que-faisons-nous .btn-bleu, #formations .btn-bleu {
  position: absolute;
  bottom: -22px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  width: 145px;
}

/*----------*/
/*-- PAGE --*/
/*----------*/
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact p {
  margin-bottom: 0.25rem;
}
.contact a {
  display: block;
  font-family: "Alata", sans-serif;
  margin-bottom: 1.5rem;
}

.video-container {
  background-color: #007ac2;
}
.video-container .title {
  color: #fff !important;
}
.video-container .title:after {
  background-color: #000 !important;
}

iframe {
  max-width: 100%;
}

#partenaires {
  border-radius: 4px;
}
#partenaires h6 {
  color: #000;
}
#partenaires {
  text-align: center;
}
#partenaires figure {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0.35rem;
  border-radius: 0.25rem;
}
#partenaires img {
  height: 45px !important;
  width: auto !important;
}

#commentaires {
  background-color: #f6f6f6;
}

.breadcrumb {
  padding: 0.75rem 0;
  background-color: transparent;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:first-of-type:before {
  display: none;
}
.breadcrumb ul li.active {
  color: rgba(0, 0, 0, 0.35);
  font-family: "Alata", sans-serif;
}

/*----------*/
/*- Qui sommes nous -*/
/*----------*/
.list-contact-centre {
  background-color: #f6f6f6;
}

/*----------*/
/*- Presse -*/
/*----------*/
.presse .triangle {
  color: #f6f6f6;
}
.presse #contact {
  background-color: #f6f6f6;
}

/*----------*/
/*- Google map -*/
/*----------*/
#wpgmza_map_4 {
  float: inherit !important;
}

.wpgmza-preloader {
  opacity: 0 !important;
  display: none !important;
}

.wpgmza-marker-grid {
  margin-left: -10px;
  margin-right: -10px;
  align-items: start;
}

.wpgmza-grid-row {
  height: auto !important;
}

.wpgmza-grid-item p {
  margin-bottom: 0;
}
.wpgmza-grid-item .wpgmza_marker_title {
  padding: 20px 20px 3px 20px !important;
}
.wpgmza-grid-item .wpgmza-desc, .wpgmza-grid-item .wpgmza-address, .wpgmza-grid-item .wpgmza_custom_fields {
  padding: 3px 20px 3px 20px !important;
  font-size: inherit !important;
}
.wpgmza-grid-item .wpgmza-basic-listing-image-holder {
  max-height: 100% !important;
  margin-bottom: 10px;
}
.wpgmza-grid-item .wpgmza-desc p {
  margin-top: 0 !important;
  font-size: inherit !important;
}
.wpgmza-grid-item .wpgmza-address {
  margin-bottom: 20px;
  opacity: 0.9 !important;
}

.wpgmza-infowindow img {
  display: none !important;
}

.gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
}
.gm-style-iw button img {
  width: 30px !important;
  height: 30px !important;
  padding: 4px !important;
  margin: 0 !important;
}

/*----------*/
/*- FORM -*/
/*----------*/
.form_content .alert {
  background-color: #f6f6f6;
}
.form_content .form-check, .form_content .form-check-label, .form_content .form-check-input {
  display: inline-block !important;
  width: auto !important;
}
.form_content .form-check-label span {
  position: relative;
  top: -3px;
}

/*----------*/
/*- Newsletter -*/
/*----------*/
#newsletter .triangle {
  color: #f6f6f6;
}

/*----------*/
/*- FOOTER -*/
/*----------*/
footer {
  background-color: #f6f6f6;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer #partenaires {
  background-color: rgba(0, 0, 0, 0.05);
}

/*----------*/
/*- Responsive -*/
/*----------*/
@media (max-width: 580px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar {
    padding-right: 7% !important;
    padding-left: 7% !important;
  }
  .navbar-brand {
    height: 82px;
    display: flex;
    align-items: center;
  }
  .bg-active #logo {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #logo {
    width: 80px !important;
  }
}
@media (max-width: 393.98px) {
  .rond {
    max-width: 100% !important;
  }
}
@media (min-width: 393.98px) and (max-width: 575.98px) {
  .rond {
    height: 300px;
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .banner {
    background-attachment: fixed;
  }
}/*# sourceMappingURL=style.css.map */