@charset "UTF-8";
/* Base
/* ============================================= */
/* COLORS */
/* ------------------------------------------- */
/* LAYOUT */
/* ------------------------------------------- */
/* BORDER SCREEN */
/* ------------------------------------------- */
/* TEXT */
/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */
/* FONTS */
/* ------------------------------------------- */
/* MAIN GUTTER */
/* ------------------------------------------- */
/* BREAKPOINTS */
/* ------------------------------------------- */
/* HOVER */
/* ------------------------------------------- */
/* TRANSITION */
/* ------------------------------------------- */
/* BUTTONS */
/* ------------------------------------------- */
/* COLORS MENU */
/* ------------------------------------------- */
/* COLORS TEXT */
/* ------------------------------------------- */
.has-color-white-color {
  color: #ffffff;
  background: none;
}

.has-color-black-color {
  color: #0e0e0e;
  background: none;
}

.has-color-grey-color {
  color: #d9d9d9;
  background: none;
}

.has-color-dark-blue-color {
  color: #024663;
  background: none;
}

.has-color-blue-color {
  color: #226a92;
  background: none;
}

.has-color-light-blue-color {
  color: #159ebe;
  background: none;
}

.has-color-turquoise-color {
  color: #179a95;
  background: none;
}

.has-color-red-color {
  color: #dc3545;
  background: none;
}

.has-color-dark-red-color {
  color: #B31C1C;
  background: none;
}

/* HEADING */
/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica 55 Roman", sans-serif;
  margin-bottom: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

/* GENERAL SETTINGS */
/* ------------------------------------------- */
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Helvetica 55 Roman", sans-serif;
  color: #0e0e0e;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  body {
    background-color: #daefee;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

.user-logged {
  margin-top: 32px;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

hr {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
b, strong {
  font-weight: bold;
}

.mark, mark {
  padding: 0.1em 0;
  background-color: yellow;
}

/* LAYOUT */
/* ------------------------------------------- */
p {
  overflow-wrap: break-word;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  line-height: 1.1rem;
}

main ul, .wp-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline-start: 2rem;
  padding-top: 6px;
}

main ul li ul, .wp-block ul li ul {
  gap: 5px;
}

main li, .wp-block ul li {
  font-size: 0.9rem;
  line-height: 1.1rem;
  list-style-type: inherit;
  overflow-wrap: break-word;
}

.site-content {
  display: flex;
  flex-direction: column;
}
.site-content .row {
  margin: 0;
}

.contenu {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 65px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contenu {
    min-height: calc(100vh - 53.5px);
  }
}

@media screen and (max-width: 991px) {
  .content-area-home .header-page-wrapper {
    display: none;
  }
}

.background-grey {
  background-color: #d9d9d9;
  padding: 6px 14px;
  line-height: 24px;
}

h3.background-grey {
  font-size: 0.9rem;
}

.margin-top-2 {
  margin-top: 2px;
}

/* LINKS */
/* ------------------------------------------- */
a {
  text-decoration: none;
  color: #226a92;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    color: #024663;
  }
}

nav a {
  font-family: "Helvetica 55 Roman", sans-serif;
}

a[target=_blank],
.kb-button:not(.kb-btn-global-inherit)[target=_blank] {
  cursor: alias;
}

.wp-block-list a,
.content-area p a {
  text-decoration: underline;
}

/* BOUTONS */
/* ------------------------------------------- */
.btn {
  cursor: pointer;
  font-size: 1rem;
  font-family: "Helvetica 55 Roman", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.9rem;
  }
}

.btn-bleu {
  color: #ffffff;
  background-color: #024663;
}

/* IMAGES */
/* ------------------------------------------- */
img {
  max-width: 100%;
}

.image-small {
  display: none;
}

@media screen and (max-width: 767px) {
  .image-large {
    display: none;
  }
  .image-small {
    display: block;
  }
}
/* GUTENBERG */
/* ------------------------------------------- */
.block-editor-block-list__layout li.block-editor-block-list__block {
  margin: 0 !important;
}

p.wp-block {
  line-height: 1.1rem;
}

html :where(.wp-block) {
  margin-top: auto;
  margin-bottom: auto;
}

/* Components
/* ============================================= */
.section-top-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 10px 0.75rem 20px;
}
@media screen and (max-width: 991px) {
  .section-top-wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #daefee;
    box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  }
}
.section-top-wrapper .breadcrumb-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .section-top-wrapper .breadcrumb-wrapper {
    display: none;
  }
}
.section-top-wrapper .breadcrumb-wrapper #breadcrumbs a {
  font-weight: 500;
}
.section-top-wrapper .back-and-search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-top-wrapper .back-and-search-wrapper {
    width: 100%;
    padding: 0 15px 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-top-wrapper .back-and-search-wrapper {
    padding: 2px 15px 10px 0;
  }
}
.section-top-wrapper .back-wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-top-wrapper .back-wrapper {
    display: flex;
  }
}
.section-top-wrapper .back-wrapper a {
  padding: 5px 10px 5px 15px;
  color: #226a92;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-top-wrapper .back-wrapper a i {
  font-size: 20px;
}
.section-top-wrapper .search-wrapper {
  width: auto;
}
@media screen and (max-width: 991px) {
  .section-top-wrapper .search-wrapper {
    width: 100%;
  }
}
.section-top-wrapper .search-wrapper .search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #626265;
  overflow: hidden;
}
.section-top-wrapper .search-wrapper .search-field {
  flex: 1;
  padding: 5px 10px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
}
.section-top-wrapper .search-wrapper .search-submit {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #333;
}
.section-top-wrapper .search-wrapper .search-submit i {
  font-size: 1.1rem;
}
.section-top-wrapper .search-wrapper .search-submit:hover {
  color: #226a92;
}
.section-top-wrapper .section-top-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-top-wrapper .section-top-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5px;
  }
}
.section-top-wrapper .section-top-mobile .section-top-mobile-image {
  z-index: 5;
  border-radius: 200px;
  background-color: #ffffff;
}
.section-top-wrapper .section-top-mobile .section-top-mobile-image a {
  display: block;
}
.section-top-wrapper .section-top-mobile .section-top-mobile-image img {
  height: 90px;
  object-fit: contain;
}
.section-top-wrapper .section-top-mobile .section-top-mobile-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1;
  background: url("../img/section-top-mobile-bg.webp") no-repeat;
  padding: 15px 15px 15px 30px;
  z-index: 2;
  margin-left: -20px;
}
.section-top-wrapper .section-top-mobile .section-top-mobile-title p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 370px) {
  .section-top-wrapper .section-top-mobile .section-top-mobile-title p {
    font-size: 1.2rem;
  }
}
.section-top-wrapper .section-top-mobile .section-top-mobile-title .icon-back a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.section-top-wrapper .section-top-mobile .section-top-mobile-title .icon-back a i {
  font-size: 25px;
  line-height: normal;
}

.home .back-and-search-wrapper {
  padding: 2px 15px 10px 15px;
}
.home .back-and-search-wrapper .back-wrapper {
  display: none;
}

.kt-accordion-panel .kt-accordion-panel-inner {
  padding: 15px;
  border: none;
}

.kt-accordion-wrap .kt-blocks-accordion-header {
  padding: 6px 14px;
}

.kt-accordion-panel-inner:has(.wp-block-kadence-accordion) {
  padding: 2px 0 2px 20px;
}

.always-open .kt-accordion-panel {
  display: block !important;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
  font-size: 0.9rem;
}

.sidebar {
  padding-right: 0;
  position: sticky;
  top: 30px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar .col-left {
  position: relative;
  border-right: 1px solid #bfbcaa;
  margin-right: 20px;
}
.sidebar .asideMenu > li {
  border-bottom: 1px solid #bfbcaa;
  position: relative;
  display: block;
  line-height: normal;
}
.sidebar .asideMenu > li > a {
  display: flex;
  justify-content: space-between;
  position: relative;
  font: bold 18px/1.2em "Helvetica 55 Roman", sans-serif;
  color: #626265;
  padding: 11px 18px;
  background: #ffffff;
  gap: 10px;
}
.sidebar .asideMenu > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
}
.sidebar .asideMenu > li.active ul.sub-menu {
  display: block;
}
.sidebar .asideMenu > li.active > a {
  color: #fff;
  background: #024663;
}
.sidebar .asideMenu > li.active > a::after {
  content: "\f107";
}
.sidebar .asideMenu > li ul.sub-menu {
  display: none;
  position: relative;
  float: none;
  min-width: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #f6fbfc;
  list-style: none;
}
.sidebar .asideMenu > li ul.sub-menu > li {
  line-height: normal;
}
.sidebar .asideMenu > li ul.sub-menu > li > a {
  display: block;
  font: 14px/1.2em "Helvetica 55 Roman", sans-serif;
  color: #524e52;
  border-radius: 0;
  padding: 7px 20px 7px 23px;
  background: none;
  position: relative;
}
.sidebar .asideMenu > li ul.sub-menu > li > a::before {
  content: "";
  display: block;
  background-color: #226a92;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar .asideMenu > li ul.sub-menu > li.current-menu-item > a, .sidebar .asideMenu > li ul.sub-menu > li.current-page-ancestor > a {
  background: #d9d9d9;
}

.child-menu-wrapper ul {
  padding-left: 0;
  padding-top: 0;
}
.child-menu-wrapper ul li {
  list-style: none;
}
.child-menu-wrapper .child-menu {
  gap: 2px;
}
.child-menu-wrapper .child-menu .child-item > a {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #024663;
}
@media screen and (max-width: 767px) {
  .child-menu-wrapper .child-menu .child-item > a {
    padding: 13px 15px;
  }
}
.child-menu-wrapper .child-menu .child-item.child-item-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
}
.child-menu-wrapper .child-menu .child-item.child-item-children.active > a::after {
  content: "\f107";
}
.child-menu-wrapper .child-menu .child-item .sub-menu {
  background-color: #d9d9d9;
  margin-top: 2px;
  display: none;
  margin-left: 20px;
}
.child-menu-wrapper .child-menu .child-item .sub-menu li a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 15px;
  color: #0e0e0e;
}
.child-menu-wrapper .child-menu .child-item .sub-menu li a h3 {
  font-weight: 500;
}
.child-menu-wrapper .child-menu .child-item .sub-menu li a > p {
  font-style: italic;
  font-size: 0.8rem;
}
.child-menu-wrapper .child-menu .child-item.active .sub-menu {
  display: block;
}
.child-menu-wrapper h2 {
  font-size: 1rem;
}
.child-menu-wrapper h3 {
  font-size: 1rem;
}

.child-menu-wrapper-home .child-menu .child-item > a {
  background-color: #d9d9d9;
  color: #0e0e0e;
  position: relative;
  padding: 14px 15px 14px 30px;
}
@media screen and (max-width: 767px) {
  .child-menu-wrapper-home .child-menu .child-item > a {
    padding: 16px 15px 16px 27px;
  }
}
.child-menu-wrapper-home .child-menu .child-item > a::before {
  content: "";
  display: block;
  background-color: #226a92;
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .asideMenu > li ul.sub-menu > li.item-color-red > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-red > a::before {
  background-color: #dc3545;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-green > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-green > a::before {
  background-color: #179a95;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-dark-blue > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-dark-blue > a::before {
  background-color: #024663;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-blue > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-blue > a::before {
  background-color: #226a92;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-light-blue > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-light-blue > a::before {
  background-color: #159ebe;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-black > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-black > a::before {
  background-color: #0e0e0e;
}
.sidebar .asideMenu > li ul.sub-menu > li.item-color-yellow > a::before,
.child-menu-wrapper-home .child-menu .child-item.item-color-yellow > a::before {
  background-color: #ffc000;
}

.menu-footer nav ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.menu-footer nav ul li {
  font-size: 0.85rem;
}

footer {
  padding-bottom: 20px;
}

/* Specific
/* ============================================= */
.header-page-wrapper {
  position: relative;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
}
.header-page-wrapper .header-color {
  width: 22px;
  height: auto;
  background-color: #024663;
}
@media screen and (max-width: 991px) {
  .header-page-wrapper .header-color {
    width: 17px;
  }
}
.header-page-wrapper .header-title {
  padding: 8px 10px;
  background-color: #d9d9d9;
  color: #0e0e0e;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .header-page-wrapper .header-title {
    padding: 12px 12px;
  }
}
.header-page-wrapper .header-title h1 {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .header-page-wrapper .header-title h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-page-wrapper .header-title h1 {
    font-size: 1.3rem;
  }
}

.content-area {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .content-area {
    padding: 0;
  }
}

.col-right {
  min-height: 360px;
  position: relative;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 991px) {
  .col-right {
    padding: 0 0 30px 0;
  }
}
.col-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -21px;
  border-left: 1px solid #bfbcaa;
}
@media screen and (max-width: 991px) {
  .col-right:after {
    content: none;
  }
}

.header-page-wrapper-details {
  position: relative;
  padding: 26px 55px 26px 30px;
  background-color: #226a92;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .header-page-wrapper-details {
    padding: 20px 45px 20px 15px;
    gap: 3px;
  }
}
.header-page-wrapper-details h1 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .header-page-wrapper-details h1 {
    font-size: calc(1.1rem + 1.2vw);
  }
}
.header-page-wrapper-details p {
  font-size: 0.9rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .header-page-wrapper-details p {
    font-size: 0.8rem;
  }
}
.header-page-wrapper-details .icon-back {
  position: absolute;
  right: 15px;
  top: 15px;
}
.header-page-wrapper-details .icon-back a {
  color: #ffffff;
}
.header-page-wrapper-details .icon-back a i {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .header-page-wrapper-details .icon-back a i {
    font-size: 25px;
  }
}

.page-template-template-chatbot {
  overflow: hidden;
}
.page-template-template-chatbot .header-page-wrapper {
  margin-bottom: 0;
}
.page-template-template-chatbot .col-right {
  min-height: unset;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 991px) {
  .page-template-template-chatbot .col-right {
    padding: 0;
  }
}
.page-template-template-chatbot footer {
  display: none;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 5px;
}
.page-not-found h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-not-found h2 {
    font-size: 1.2rem;
  }
}
.page-not-found .return-home {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-not-found .return-home a {
  width: fit-content;
  background-color: #226a92;
  color: #ffffff;
}
.page-not-found .return-home a:hover {
  background-color: #024663;
}
.page-not-found .return-home a:focus {
  background-color: #024663;
  color: #ffffff;
}
.page-not-found .return-home a i {
  margin-right: 10px;
}

.search-result-wrapper {
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .search-result-wrapper {
    padding: 15px;
  }
}
.search-result-wrapper h2 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.search-result-wrapper .search-articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.search-result-wrapper .search-articles-wrapper article {
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.search-result-wrapper .search-articles-wrapper article h3 {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 4px;
}
.search-result-wrapper .search-articles-wrapper article h3 a {
  display: block;
}
.search-result-wrapper .search-articles-wrapper article > p {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .search-result-wrapper .search-articles-wrapper article > p {
    font-size: 0.8rem;
  }
}
.search-result-wrapper .search-articles-wrapper article .search-excerpt ul {
  gap: 5px;
}
.search-result-wrapper .search-articles-wrapper article .search-excerpt a {
  text-decoration: underline;
}
.search-result-wrapper .pagination {
  margin-top: 20px;
}
.search-result-wrapper .pagination .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.search-result-wrapper .pagination a {
  padding: 4px 10px;
  background-color: #d9d9d9;
  color: #0e0e0e;
}
@media (hover: hover) {
  .search-result-wrapper .pagination a:hover {
    background-color: #024663;
    color: #ffffff;
  }
}
.search-result-wrapper .pagination span.current {
  background-color: #024663;
  color: #ffffff;
  padding: 4px 10px;
}

/* Indicateur visuel sur le titre de l'accordéon */
.search-highlight {
  position: relative;
}

.search-highlight button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 85%;
  background-color: yellow;
}

.search-highlight button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 85%;
  background-color: yellow;
}

/*# sourceMappingURL=app.css.map */
