@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"),
    url("assets/fonts/roboto/Roboto-Bold.woff") format("woff"),
    url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"),
    url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("assets/fonts/roboto/Roboto-Regular.woff") format("woff"),
    url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("assets/fonts/poppins/Poppins-Regular.woff2") format("woff2"),
    url("assets/fonts/poppins/Poppins-Regular.woff") format("woff"),
    url("assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("assets/fonts/open-sans/OpenSans-Regular.woff2") format("woff2"),
    url("assets/fonts/open-sans/OpenSans-Regular.woff") format("woff"),
    url("assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.display-none-block {
  display: none !important;
}

.section-normal {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.section-normal--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-normal--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}
.section-full--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-page--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-page--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-article {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-article--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-article--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full-no-pa {
  width: 100%;
}
.section-full-no-pa--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full-no-pa--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pa-left-0 {
  padding-left: 0;
}

.pa-right-0 {
  padding-right: 0;
}

.pa-top-0 {
  padding-top: 0;
}

.pa-bottom-0 {
  padding-bottom: 0;
}

.pa-left-1 {
  padding-left: 30px;
}

.pa-right-1 {
  padding-right: 30px;
}

.pa-top-1 {
  padding-top: 30px;
}

.pa-bottom-1 {
  padding-bottom: 30px;
}

.pa-left-2 {
  padding-left: 60px;
}

.pa-right-2 {
  padding-right: 60px;
}

.pa-top-2 {
  padding-top: 60px;
}

.pa-bottom-2 {
  padding-bottom: 60px;
}

.pa-left-3 {
  padding-left: 90px;
}

.pa-right-3 {
  padding-right: 90px;
}

.pa-top-3 {
  padding-top: 90px;
}

.pa-bottom-3 {
  padding-bottom: 90px;
}

.ma-left-0 {
  margin-left: 0px;
}

.ma-right-0 {
  margin-right: 0px;
}

.ma-top-0 {
  margin-top: 0px;
}

.ma-bottom-0 {
  margin-bottom: 0px;
}

.ma-left-1 {
  margin-left: 30px;
}

.ma-right-1 {
  margin-right: 30px;
}

.ma-top-1 {
  margin-top: 30px;
}

.ma-bottom-1 {
  margin-bottom: 30px;
}

.ma-left-2 {
  margin-left: 60px;
}

.ma-right-2 {
  margin-right: 60px;
}

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

.ma-bottom-2 {
  margin-bottom: 60px;
}

.ma-left-3 {
  margin-left: 90px;
}

.ma-right-3 {
  margin-right: 90px;
}

.ma-top-3 {
  margin-top: 90px;
}

.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .section-normal {
    width: 100%;
    padding-inline: 20px;
  }
  .section-article {
    width: 100%;
    padding-inline: 20px;
  }
  .section-page {
    width: 100%;
    padding-inline: 20px;
  }
  .section-full {
    padding-inline: 20px;
  }
}
body.admin-bar .site-header {
  top: 52px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 56px;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar .site-header {
    top: 66px;
  }
}
body .site-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-inline: 20px;
}
body .site-header .menu-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  body .site-header .menu-wrapper {
    width: 100%;
  }
}
body .site-header .menu-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 10px;
  z-index: -1;
  border: 1px solid rgba(191, 230, 255, 0.1411764706);
}
body .site-header .menu-wrapper img {
  display: block;
  max-width: 160px;
  height: auto;
}
body .site-header .menu-wrapper .cta-header a {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  padding: 8px 20px;
}
body .site-header .menu-wrapper .cta-header a:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
body .site-header .menu-wrapper .cta-header a:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
body .site-header .menu-wrapper .cta-header a:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
body .site-header .menu-wrapper .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 160px;
  justify-content: flex-end;
}
body .site-header .menu-wrapper .site-navigation {
  display: flex;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal-fr,
body .site-header .menu-wrapper .site-navigation #menu-menu-principal-en {
  display: flex;
  list-style: none;
  font-size: 16px;
  text-decoration: none;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal-fr
  .menu-item
  a,
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal-en
  .menu-item
  a {
  font-family: "Open Sans";
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal-fr
  .menu-item-has-children
  .sub-menu,
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal-en
  .menu-item-has-children
  .sub-menu {
  list-style: none;
}

@media screen and (min-width: 1201px) {
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal-fr,
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal-en {
    -moz-column-gap: 0px;
    column-gap: 0px;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item
    > a,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item
    > a {
    transition: color 0.2s ease, text-shadow 0.2s ease;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item
    .sub-menu,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item
    .sub-menu {
    display: none;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    a,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    a {
    display: block;
    font-size: 14px;
    color: #ffffff;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item:hover,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item:hover {
    position: relative;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item:hover
    > a,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item:hover
    > a {
    color: #a0afce;
    text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item:hover
    .sub-menu,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item:hover
    .sub-menu {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    border-radius: 10px;
    background-color: rgba(24, 49, 98, 0.7);
    border: 1px solid rgba(191, 230, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    z-index: 10;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item:hover
    .sub-menu
    a,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item:hover
    .sub-menu
    a {
    transition: transform 0.3s ease-in;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item:hover
    .sub-menu
    a:hover,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item:hover
    .sub-menu
    a:hover {
    transform: translateX(5px);
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-fr
    .menu-item-has-children
    > a,
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal-en
    .menu-item-has-children
    > a {
    padding-bottom: 60px;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn {
    display: none;
  }
  body .hamburger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body {
    /*
    * Spin du burger
    */
  }
  body .site-header .site-navigation {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    background: linear-gradient(
      135deg,
      rgba(15, 30, 60, 0.98) 0%,
      rgba(25, 50, 100, 0.95) 100%
    );
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    min-width: 320px;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    z-index: 30;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.4s ease-out, visibility 0.4s linear;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .site-header .site-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(
      to bottom,
      rgb(15, 30, 60) 0%,
      rgba(15, 30, 60, 0.95) 50%,
      rgba(20, 40, 80, 0) 100%
    );
    pointer-events: none;
    z-index: 20;
  }
  body .site-header .site-navigation::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(
      to top,
      rgb(17, 40, 85) 0%,
      rgba(16, 39, 85, 0.95) 50%,
      rgba(25, 50, 100, 0) 100%
    );
    pointer-events: none;
    z-index: 20;
  }
  body .site-header .site-navigation .menu-menu-principal-fr-container,
  body .site-header .site-navigation .menu-menu-principal-en-container {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    padding: 100px 30px 100px;
    overflow-y: auto;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: left;
    row-gap: 0;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    > a {
    display: block;
    padding: 18px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    > a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    > a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    > a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: 3px;
    height: 20px;
    background: linear-gradient(180deg, #64b5f6, #42a5f5);
    border-radius: 2px;
    transition: transform 0.3s ease;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    > a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    > a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    > a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    > a:hover {
    color: #64b5f6;
    padding-left: 15px;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    > a:hover::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    > a:hover::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    > a:hover::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    > a:hover::before {
    transform: translateY(-50%) scaleX(1);
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu {
    margin: 0;
    list-style: none;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item {
    border-bottom: none;
    opacity: 1;
    transform: none;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a {
    display: block;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, padding-left 0.3s ease;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a::before,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a::before {
    display: none;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item
    .sub-menu
    .menu-item
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item
    .sub-menu
    .menu-item
    a:hover {
    color: #ffffff;
    padding-left: 10px;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item.cta,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item.cta,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item.cta,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item.cta {
    margin-top: 30px;
    border-bottom: none;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item.cta
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item.cta
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item.cta
    a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item.cta
    a {
    cursor: pointer;
    display: block;
    background-color: #005ced;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    border: 2px solid #005ced;
    border-radius: 50px;
    text-align: center;
    transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
      box-shadow 0.2s ease-in;
    text-align: center;
    width: 100%;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item.cta
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:hover,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item.cta
    a:hover {
    background-color: rgb(58.5, 134.7784810127, 255);
    border-color: rgb(58.5, 134.7784810127, 255);
    color: #ffffff;
    box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:focus,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item.cta
    a:focus,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:focus,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item.cta
    a:focus {
    background-color: rgb(84, 150.3797468354, 255);
    border-color: rgb(84, 150.3797468354, 255);
    color: #ffffff;
    box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
    outline: none;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:active,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item.cta
    a:active,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item.cta
    a:active,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item.cta
    a:active {
    background-color: rgb(0, 82.1012658228, 211.5);
    border-color: rgb(0, 82.1012658228, 211.5);
    box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
    color: #ffffff;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item-has-children,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item-has-children,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item-has-children,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item-has-children {
    row-gap: 0;
    display: flex;
    flex-direction: column;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item-has-children
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item-has-children
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item-has-children
    > a,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item-has-children
    > a {
    position: relative;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    .menu-item-has-children
    > a::after,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    .menu-item-has-children
    > a::after,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    .menu-item-has-children
    > a::after,
  body
    .site-header
    .site-navigation
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    .menu-item-has-children
    > a::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease;
    display: none;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item,
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item,
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item,
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item {
    opacity: 1;
    transform: translateX(0);
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(1),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(1),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(1),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(1) {
    transition-delay: 0.15s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(2),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(2),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(2),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(3),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(3),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(3),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(4),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(4),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(4),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(5),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(5),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(5),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(5) {
    transition-delay: 0.35s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(6),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(6),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(6),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(6) {
    transition-delay: 0.4s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(7),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(7),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(7),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(7) {
    transition-delay: 0.45s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(8),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(8),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(8),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(8) {
    transition-delay: 0.5s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(9),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(9),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(9),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(9) {
    transition-delay: 0.55s;
  }
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(10),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-fr-container
    #menu-menu-principal-en
    > .menu-item:nth-child(10),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-fr
    > .menu-item:nth-child(10),
  body
    .site-header
    .site-navigation.menu-active
    .menu-menu-principal-en-container
    #menu-menu-principal-en
    > .menu-item:nth-child(10) {
    transition-delay: 0.6s;
  }
  body .site-header .menu-wrapper .header-actions {
    min-width: unset;
  }
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease-out, visibility 0.4s linear;
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  body .hamburger {
    cursor: pointer;
    display: flex;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  body .hamburger.burger-active .hamburger-inner,
  body .hamburger.burger-active .hamburger-inner::before,
  body .hamburger.burger-active .hamburger-inner::after {
    background-color: #ffffff;
  }
  body .hamburger-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    z-index: 30;
  }
  body .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  body .hamburger-inner,
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    z-index: 20;
    background-color: #ffffff;
  }
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    content: "";
    display: block;
  }
  body .hamburger-inner::before {
    top: -9px;
  }
  body .hamburger-inner::after {
    bottom: -9px;
  }
  body .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  body .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin.burger-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .hamburger--spin.burger-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  body .hamburger--spin.burger-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,
      transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.body-fixed {
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .header-actions .cta-header {
    display: none;
  }
}
.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #3a4c72;
  border-radius: 0.5rem;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-legacy-dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
.wpml-ls-legacy-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  background: transparent !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:not(.wpml-ls-current-language) {
  padding-top: 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown .wpml-ls-link {
  display: inline-flex;
  align-items: center;
  padding: 8px !important;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgba(65, 139, 255, 0.4);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
  content: none !important;
  display: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language > .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown
  .wpml-ls-current-language
  > .wpml-ls-item-toggle:visited,
.wpml-ls-legacy-dropdown .wpml-ls-current-language > .wpml-ls-item-toggle:hover,
.wpml-ls-legacy-dropdown .wpml-ls-current-language > .wpml-ls-item-toggle:focus,
.wpml-ls-legacy-dropdown
  .wpml-ls-current-language
  > .wpml-ls-item-toggle:active {
  background-color: transparent !important;
  color: #6ba3fb !important;
  border-color: rgba(65, 139, 255, 0.4);
  outline: none;
}
.wpml-ls-legacy-dropdown
  .wpml-ls-current-language.wpml-ls-open
  > .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown
  .wpml-ls-current-language[aria-expanded="true"]
  > .wpml-ls-item-toggle {
  background-color: transparent !important;
  color: #6ba3fb !important;
  border-color: rgba(65, 139, 255, 0.4);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link:visited,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link:hover,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link:focus,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link:active {
  background-color: #005ced !important;
  color: #ffffff !important;
  border-color: transparent;
  outline: none;
}

body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #3a4c72;
  padding-left: 10px;
}
body:not(.home) .page .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

body main.privacy-policy,
body main.legal-terms {
  max-width: 800px;
  margin-inline: auto;
}
body main.privacy-policy h2,
body main.legal-terms h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: white;
}
body main.privacy-policy h3,
body main.legal-terms h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: white;
}
body main.privacy-policy p,
body main.legal-terms p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #a0afce;
  text-align: justify;
}
body main.privacy-policy strong,
body main.legal-terms strong {
  font-family: "Open Sans";
  font-weight: normal;
  font-weight: 900;
  color: #a0afce;
}
body main.privacy-policy b,
body main.legal-terms b {
  font-family: "Open Sans";
  font-weight: normal;
  font-weight: 900;
  color: #a0afce;
}
body main.privacy-policy a,
body main.legal-terms a {
  font-family: "Open Sans";
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: #005ced;
}
body main.privacy-policy ul,
body main.privacy-policy ol,
body main.legal-terms ul,
body main.legal-terms ol {
  padding-left: 30px;
  list-style-position: outside;
}
body main.privacy-policy ul li,
body main.privacy-policy ol li,
body main.legal-terms ul li,
body main.legal-terms ol li {
  margin-bottom: 10px;
  color: #a0afce;
}

body main.privacy-policy #cmplz-manage-consent-container,
body main.privacy-policy #cmplz-manage-consent-container-nojavascript {
  color: #a0afce;
}

.display-none {
  display: none;
}

.article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 300px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.article .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.article .article-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.article .article-container .title {
  text-decoration: none;
}
.article .article-container .title h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}
.article .article-container .author {
  font-weight: 600;
}
.article .article-container .author span {
  font-weight: 600;
}
.article .article-container .date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article .article-container .date img {
  max-width: 21px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.archive-service .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .archive-service .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.archive-service .service-item {
  position: relative;
  background: linear-gradient(135deg, #0e1b35, #183162);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
}
.archive-service .service-item:hover {
  transform: translateY(-8px);
}
.archive-service .service-item:hover .image-wrapper img {
  transform: scale(1.1);
}
.archive-service .service-item:hover .link {
  color: rgb(100, 181, 246);
  padding-left: 8px;
}
.archive-service .service-item .image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.archive-service .service-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.archive-service .service-item .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.4s ease;
}
.archive-service .service-item .content {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.archive-service .service-item .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px 0;
  min-height: 60px;
}
.archive-service .service-item .text {
  color: #a0afce;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 auto 0;
  padding-bottom: 24px;
}
.archive-service .service-item .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(100, 181, 246, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.archive-service .service-item .link svg {
  transition: transform 0.3s ease;
}
.archive-service .service-item .link:hover {
  color: rgb(100, 181, 246);
}
.archive-service .service-item:not(:has(.image-wrapper)) .content {
  padding: 36px 28px;
}
.archive-service .service-item:not(:has(.image-wrapper)) .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .archive-service .service-item {
    min-height: 380px;
  }
  .archive-service .service-item .image-wrapper {
    height: 180px;
  }
  .archive-service .service-item .content {
    padding: 24px 20px;
  }
  .archive-service .service-item .title {
    font-size: 20px;
    min-height: auto;
  }
  .archive-service .service-item .text {
    font-size: 14px;
  }
}

.error-404 {
  text-align: center;
  font-family: "Open Sans";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(23%) saturate(328%)
    hue-rotate(182deg) brightness(90%) contrast(84%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

form {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
form .fields-double-col {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  form .fields-double-col {
    flex-direction: column;
  }
}
form .fields-double-col span {
  flex-grow: 1;
}
form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  padding: 15px 10px;
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  font-family: "Open Sans";
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form select {
  padding: 15px 10px;
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  font-family: "Open Sans";
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  padding-right: 40px;
}
form select::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form select::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form select:focus {
  outline: none;
}
form select option {
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
}
form input[type="file"] {
  width: 100%;
  font-family: "Open Sans";
  font-size: 14px;
  color: #a0afce;
  cursor: pointer;
}
form input[type="file"]::file-selector-button {
  padding: 14px 20px;
  border: none;
  background-color: #005ced;
  border-radius: 10px;
  font-family: "Open Sans";
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
form input[type="file"]::file-selector-button:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
}
form input[type="file"]:focus {
  outline: none;
}
form textarea {
  padding: 15px 10px;
  width: 100%;
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: "Open Sans";
}
form textarea::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form textarea::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
}
form input[type="submit"] {
  cursor: pointer;
  display: block;
  background-color: #0bce90;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #0bce90;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  border: none;
  width: 100%;
  text-align: center;
}
form input[type="submit"]:hover {
  background-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  border-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(12, 230, 161, 0.5);
}
form input[type="submit"]:focus {
  background-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  border-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(13, 235, 164, 0.5);
  outline: none;
}
form input[type="submit"]:active {
  background-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  border-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  color: #ffffff;
  box-shadow: 0 0 4px rgba(10, 182, 127, 0.4);
}
form .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
  color: #a0afce;
}
form .wpcf7-spinner {
  display: none;
}
form .legal-notice {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #a0afce;
}
form .legal-notice a {
  color: #ffffff;
}

.block-video {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.block-video .video-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #3a4c72;
  aspect-ratio: 16/9;
}
.block-video .video-wrapper .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.block-video .video-wrapper .text-container .play-icon {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.block-video .video-wrapper .text-container .play-icon img {
  display: block;
  width: 60px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
}
.block-video .video-wrapper .text-container .play-icon:hover {
  transform: scale(1.1);
}
.block-video .video-wrapper .poster-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video .video-wrapper .poster-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000),
    to(transparent)
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000),
    to(transparent)
  );
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out, transform 2s ease-in-out;
}
.block-video:hover .poster-container img {
  transform: scale(1.1);
}
.block-video .video-container.show-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-video .video-container.show-video .video-player-container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
}
.block-video .video-container.show-video .video-player-container .close-icon {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
  transition: transform 500ms ease-in-out;
}
.block-video
  .video-container.show-video
  .video-player-container
  .close-icon:hover {
  transform: rotate(90deg);
}
.block-video .video-container.show-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .block-video .video-wrapper {
    min-height: unset;
  }
  .block-video .video-wrapper .text-container .play-icon img {
    width: 45px;
  }
}

#bg-flares {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

#content,
#site-footer {
  position: relative;
  z-index: 2;
}

/* Chaque flare (halo vert doux) */
.bg-flare {
  position: absolute;
  width: var(--size, 280px);
  height: var(--size, 280px);
  left: var(--x, 0px);
  top: var(--y, 0px);
  border-radius: 50%;
  /* Halo bleu profond (#0e4259) avec variations */
  background: radial-gradient(
    circle at 30% 30%,
    rgb(23, 93, 96),
    rgba(23, 93, 96, 0.5) 40%,
    rgba(23, 93, 96, 0.2) 60%,
    transparent 70%
  );
  filter: blur(30px);
  mix-blend-mode: screen;
  opacity: var(--opacity, 0.6);
  will-change: top, opacity;
  animation: bob var(--dur, 18s) ease-in-out infinite,
    pulse calc(var(--dur, 18s) * 0.6) ease-in-out infinite;
}

/* Flottaison verticale (haut-bas-haut) autour de la position de base --y */
@keyframes bob {
  0% {
    top: calc(var(--y) - var(--ampEff, 20px));
  }
  50% {
    top: calc(var(--y) + var(--ampEff, 20px));
  }
  100% {
    top: calc(var(--y) - var(--ampEff, 20px));
  }
}
/* Légère respiration du halo */
@keyframes pulse {
  0%,
  100% {
    opacity: var(--opacity, 0.6);
  }
  50% {
    opacity: calc(var(--opacity, 0.6) + 0.15);
  }
}
/* Respecte prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .bg-flare {
    animation: none;
  }
}
.default-title h2 {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 300;
  color: #ffffff;
}
.default-title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #7baeff;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .default-title h2,
  .default-title h3 {
    text-align: center;
  }
  .default-title h3 {
    margin-inline: auto;
  }
}
.default-title.center h2,
.default-title.center h3 {
  text-align: center;
}
.default-title.center h3 {
  max-width: 500px;
  margin-inline: auto;
}

.default-text {
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
}
.default-text p {
  color: #a0afce;
  text-align: justify;
  margin-bottom: 10px;
}
.default-text p:last-child {
  margin-bottom: 0;
}
.default-text a {
  color: #a0afce;
  text-decoration: none;
  font-weight: 600;
}

.default-btn .btn-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .default-btn .btn-container {
    justify-content: center;
  }
}
.default-btn .btn-container a {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.default-btn .btn-container a:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.default-btn .btn-container a:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.default-btn .btn-container a:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .default-btn .btn-container a {
    width: 100%;
  }
}
.default-btn.center .btn-container {
  justify-content: center;
}
.default-btn.green .btn-container a {
  cursor: pointer;
  display: block;
  background-color: #0bce90;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #0bce90;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.default-btn.green .btn-container a:hover {
  background-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  border-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(12, 230, 161, 0.5);
}
.default-btn.green .btn-container a:focus {
  background-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  border-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(13, 235, 164, 0.5);
  outline: none;
}
.default-btn.green .btn-container a:active {
  background-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  border-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  color: #ffffff;
  box-shadow: 0 0 4px rgba(10, 182, 127, 0.4);
}

.default-double-col {
  display: flex;
  gap: 30px;
}
.default-double-col .double-col {
  flex: 1;
}
.default-double-col .double-col .subtitle {
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 500;
  color: #7baeff;
  margin-bottom: 10px;
}
.default-double-col .double-col .title {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3;
}
.default-double-col .double-col .text {
  color: #a0afce;
  line-height: 1.6;
  font-size: 16px;
}
.default-double-col .double-col .text p {
  text-align: justify;
  margin-bottom: 20px;
}
.default-double-col .double-col .text p:last-child {
  margin-bottom: 0;
}
.default-double-col .double-col .text a {
  color: #a0afce;
  text-decoration: none;
  font-weight: 500;
}
.default-double-col .double-col .text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.default-double-col .double-col .text ul li {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #a0afce;
  line-height: 1.5;
}
.default-double-col .double-col .text ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #21c3ff;
  box-shadow: 0 0 0 3px rgba(33, 195, 255, 0.18);
}
.default-double-col .double-col .text ul li:last-child {
  margin-bottom: 0;
}
.default-double-col .double-col .text ul li:hover {
  color: #ffffff;
}
.default-double-col .double-col .btn {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  margin-top: 30px;
}
.default-double-col .double-col .btn:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.default-double-col .double-col .btn:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.default-double-col .double-col .btn:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .default-double-col .double-col .btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .default-double-col .double-col .btn {
    width: 100%;
  }
}
.default-double-col .double-col .image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.default-double-col .double-col .images_certifications {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}
.default-double-col .double-col .images_certifications img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .default-double-col {
    flex-direction: column;
  }
  .default-double-col .double-col .title {
    text-align: center;
  }
  .default-double-col .double-col .subtitle {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  .default-double-col .double-col .btn {
    align-self: center;
  }
}
.default-double-col.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .default-double-col.reverse {
    flex-direction: column;
  }
}

.default-cards {
  display: flex;
  gap: 30px;
}
.default-cards .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: transform 0.3s ease;
}
.default-cards .card:hover {
  transform: translateY(-5px);
}
.default-cards .card .image-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid rgba(160, 175, 206, 0.3607843137);
  background-color: rgba(255, 255, 255, 0.06);
}
.default-cards .card .image-container::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 10px;
  color: #ffffff;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.default-cards .card .image-container img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
}
.default-cards .card .text-container {
  margin-top: auto;
}
.default-cards .card .text-container .inner-text-container {
  margin-bottom: 24px;
}
.default-cards .card .text-container .inner-text-container h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-top: 0;
}
.default-cards .card .text-container .inner-text-container p {
  color: #a0afce;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.default-cards .card .text-container .btn-container a {
  display: inline-block;
  color: #a0afce;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 50px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: transform 0.3s ease;
}
.default-cards .card .text-container .btn-container a:hover {
  color: #a0afce;
  transform: translateX(3px);
}
.default-cards.dark-theme .card {
  background: #1a1a2e;
  border: 1px solid rgba(100, 181, 246, 0.2);
}
.default-cards.dark-theme .card:hover {
  background: #16213e;
  border-color: rgba(100, 181, 246, 0.4);
  box-shadow: 0 8px 32px rgba(100, 181, 246, 0.1);
}
@media (max-width: 992px) {
  .default-cards {
    gap: 24px;
  }
  .default-cards .card {
    padding: 24px;
  }
  .default-cards .card .text-container .inner-text-container h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .default-cards {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .default-cards .card {
    padding: 20px;
  }
  .default-cards .card .image-container img {
    width: 40px;
    height: 40px;
  }
  .default-cards .card .text-container .inner-text-container h2 {
    font-size: 16px;
  }
}
.default-cards.rewards {
  flex-wrap: wrap;
  justify-content: center;
}
.default-cards.rewards .card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  text-align: center;
}
.default-cards.rewards .card .image-container {
  position: unset;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: unset;
  border-radius: unset;
  border: 0px;
  width: 100%;
  padding: unset;
}
.default-cards.rewards .card .image-container:before {
  display: none;
}
.default-cards.rewards .card .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 200px;
  filter: unset;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
.default-cards.rewards .card .text-container {
  margin-top: auto;
  text-align: center;
}
.default-cards.rewards .card .text-container h2 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-style: unset;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .default-cards.rewards .card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .default-cards.rewards .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.default-cards.missions .card {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  position: relative;
  padding: 30px;
  background: linear-gradient(135deg, #0e1b35, #183162);
}
.default-cards.missions .card::after {
  content: "Mission ouverte";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  color: rgba(100, 181, 246, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border: 1px solid rgba(100, 181, 246, 0.3);
  border-radius: 20px;
  background: rgba(100, 181, 246, 0.1);
}
.default-cards.missions .card .text-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.default-cards.missions .card .text-container .inner-text-container {
  margin-bottom: auto;
}
.default-cards.missions .card .text-container .inner-text-container h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.default-cards.missions .card .text-container .inner-text-container .card-body {
  color: #a0afce;
  font-size: 14px;
  line-height: 1.7;
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  p {
  margin-bottom: 14px;
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  p:last-child {
  margin-bottom: 0;
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  ul {
  margin: 14px 0;
  padding-left: 20px;
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  ul
  li {
  margin-bottom: 8px;
  position: relative;
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  ul
  li::marker {
  color: rgba(100, 181, 246, 0.6);
}
.default-cards.missions
  .card
  .text-container
  .inner-text-container
  .card-body
  strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
.default-cards.missions .card .text-container .btn-container {
  margin-top: 28px;
}
.default-cards.missions .card .text-container .btn-container a {
  display: inline-block;
  color: #ffffff;
  background: rgba(100, 181, 246, 0.15);
  border: 1px solid rgba(100, 181, 246, 0.4);
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.default-cards.missions .card .text-container .btn-container a:hover {
  background: rgba(100, 181, 246, 0.25);
  border-color: rgba(100, 181, 246, 0.6);
  transform: translateX(5px);
  color: #ffffff;
}
@media (max-width: 768px) {
  .default-cards.missions .card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px;
  }
  .default-cards.missions .card::after {
    font-size: 9px;
    padding: 3px 10px;
    top: 15px;
    right: 15px;
  }
  .default-cards.missions .card .text-container .inner-text-container h2 {
    font-size: 20px;
  }
}

body.lang-en .default-cards.missions .card::after {
  content: "Open position";
}

.default-slider-partners .slider-logos.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #fff 10%,
    #fff 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #fff 10%,
    #fff 90%,
    transparent 100%
  );
}
.default-slider-partners .slider-logos .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
  will-change: transform;
}
.default-slider-partners .slider-logos .swiper-slide {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.default-slider-partners .slider-logos .swiper-slide img {
  display: block;
  max-width: 200px;
  max-height: 60px;
  object-fit: contain;
  margin-inline: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: auto;
}
.default-slider-partners .slider-logos .swiper-slide img:hover {
  filter: brightness(0) saturate(100%) invert(24%) sepia(54%) saturate(3541%)
    hue-rotate(208deg) brightness(96%) contrast(112%);
}

.default-keynumbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .default-keynumbers {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 640px) {
  .default-keynumbers {
    grid-template-columns: 1fr;
  }
}
.default-keynumbers .card {
  max-width: 250px;
  margin-inline: auto;
}
.default-keynumbers .card .text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.default-keynumbers .card .text-container .inner-text-container h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.default-keynumbers .card .text-container .inner-text-container p {
  font-size: 18px;
  font-weight: 300;
  color: #a0afce;
  line-height: 1.5;
}

.default-bento-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 3fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}
.default-bento-grid .card {
  position: relative;
  flex: 1;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.default-bento-grid .card:hover {
  transform: translateY(-5px);
}
.default-bento-grid .card .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.default-bento-grid .card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-bento-grid .card .text-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.default-bento-grid .card .text-container .inner-text-container h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.default-bento-grid .card .text-container .inner-text-container p {
  color: #a0afce;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}
.default-bento-grid .card .text-container .btn-container {
  margin-top: auto;
}
.default-bento-grid .card .text-container .btn-container a {
  display: inline-block;
  color: #a0afce;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 50px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: transform 0.3s ease;
}
.default-bento-grid .card .text-container .btn-container a:hover {
  color: #a0afce;
  transform: translateX(3px);
}
.default-bento-grid .card:nth-child(1) {
  grid-area: 1/1/2/2;
  position: relative;
  isolation: isolate;
}
.default-bento-grid .card:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.default-bento-grid .card:nth-child(1) .text-container {
  text-align: center;
}
.default-bento-grid .card:nth-child(1) .text-container .inner-text-container p {
  text-align: center;
}
.default-bento-grid .card:nth-child(2) {
  grid-area: 2/1/3/3;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.default-bento-grid .card:nth-child(2) .image-container {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.default-bento-grid .card:nth-child(2) .image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.default-bento-grid .card:nth-child(2) .text-container {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .default-bento-grid .card:nth-child(2) {
    flex-direction: column;
  }
  .default-bento-grid .card:nth-child(2) .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    pointer-events: none;
  }
  .default-bento-grid .card:nth-child(2) .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .default-bento-grid .card:nth-child(2) .text-container {
    width: 100%;
    text-align: center;
  }
  .default-bento-grid
    .card:nth-child(2)
    .text-container
    .inner-text-container
    h2,
  .default-bento-grid
    .card:nth-child(2)
    .text-container
    .inner-text-container
    p {
    text-align: center;
  }
}
.default-bento-grid .card:nth-child(3) {
  grid-area: 2/3/3/4;
  position: relative;
  isolation: isolate;
}
.default-bento-grid .card:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.default-bento-grid .card:nth-child(3) .text-container {
  text-align: center;
}
.default-bento-grid .card:nth-child(3) .text-container .inner-text-container p {
  text-align: center;
}
.default-bento-grid .card:nth-child(4) {
  grid-area: 1/2/2/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.default-bento-grid .card:nth-child(4) .image-container {
  position: relative;
  width: 75px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 20px;
  opacity: 0.8;
}
.default-bento-grid .card:nth-child(4) .text-container {
  text-align: center;
}
.default-bento-grid .card:nth-child(4) .text-container .inner-text-container p {
  text-align: center;
}
.default-bento-grid .card:nth-child(5) {
  grid-area: 1/4/3/5;
}
.default-bento-grid .card:nth-child(5) .image-container img {
  object-position: bottom;
}
.default-bento-grid .card:nth-child(5) .text-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.default-bento-grid .card:nth-child(5) .text-container .inner-text-container h2,
.default-bento-grid .card:nth-child(5) .text-container .inner-text-container p {
  text-align: center;
}
.default-bento-grid .card:nth-child(5) .text-container .btn-container {
  margin-top: auto;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .default-bento-grid {
    grid-template-columns: 3fr 1fr 3fr;
    grid-template-rows: repeat(3, auto);
  }
  .default-bento-grid .card {
    min-height: 260px;
  }
  .default-bento-grid .card .text-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
  .default-bento-grid .card .text-container .btn-container {
    margin-top: auto;
  }
  .default-bento-grid .card:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .default-bento-grid .card:nth-child(2) {
    grid-area: 2/1/3/3;
  }
  .default-bento-grid .card:nth-child(3) {
    grid-area: 2/3/3/4;
  }
  .default-bento-grid .card:nth-child(4) {
    grid-area: 1/2/2/4;
  }
  .default-bento-grid .card:nth-child(5) {
    grid-area: 3/1/4/4;
  }
}
@media (max-width: 768px) {
  .default-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .default-bento-grid .card:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .default-bento-grid .card:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .default-bento-grid .card:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .default-bento-grid .card:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .default-bento-grid .card:nth-child(5) {
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 560px) {
  .default-bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .default-bento-grid .card {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-content: unset !important;
  }
  .default-bento-grid .card .image-container {
    display: none;
  }
}

.background-blue {
  background-color: #183162;
  border-top: 1px solid rgba(160, 175, 206, 0.25);
  border-bottom: 1px solid rgba(160, 175, 206, 0.25);
}

.default-ban.inner-ban {
  display: flex;
  border: 1px solid rgba(21, 63, 147, 0.4117647059);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.default-ban.inner-ban .content {
  position: relative;
  padding: 20px;
}
.default-ban.inner-ban .title,
.default-ban.inner-ban .subtitle {
  text-align: center;
  color: #ffffff;
}
.default-ban.inner-ban .title {
  font-size: clamp(46px, 8vw, 56px);
}
.default-ban.inner-ban .subtitle {
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 300;
}
.default-ban.inner-ban .btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .default-ban.inner-ban {
    align-items: flex-end;
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .default-ban.inner-ban {
    min-height: 600px;
    align-items: flex-end;
  }
  .default-ban.inner-ban .content {
    padding: 0px;
    margin-bottom: 30px;
  }
}

.default-dropdown .dropdown-list {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border: 1px solid rgba(160, 175, 206, 0.25);
  padding: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 20px 50px rgba(5, 15, 33, 0.7);
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}
.default-dropdown .dropdown-item {
  flex: 0 1 calc(50% - 7.5px);
  align-self: flex-start;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background-color: rgba(17, 43, 74, 0.55);
  overflow: hidden;
}
.default-dropdown .dropdown-item.expanded {
  border-color: rgba(0, 212, 255, 0.18);
}
.default-dropdown .title {
  cursor: pointer;
  position: relative;
  padding: 15px 50px 15px 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.default-dropdown .title .q-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
.default-dropdown .title:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #21c3ff;
  box-shadow: 0 0 0 3px rgba(33, 195, 255, 0.18);
}
.default-dropdown .title img {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 150ms ease-in-out, filter 150ms ease-in-out,
    opacity 150ms ease-in-out;
  pointer-events: none;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
  opacity: 0.9;
}
.default-dropdown .title:hover {
  background-color: #1f365b;
  color: #ffffff;
}
.default-dropdown .title:focus-visible {
  outline: 2px solid rgba(33, 195, 255, 0.6);
  outline-offset: 2px;
  border-radius: 10px;
}
.default-dropdown .dropdown-item.expanded > .title img {
  transform: translateY(-50%) rotate(0deg);
}
.default-dropdown .content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background-color: transparent;
  will-change: height;
}
.default-dropdown .content .content-inner {
  padding: 20px;
  color: #a0afce;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  border-top: 1px solid #1f365b;
  transform: translateY(-4px);
  transition: opacity 0.5s ease, transform 0.4s ease;
}
.default-dropdown .content .content-inner p {
  padding-bottom: 10px;
  text-align: justify;
}
.default-dropdown .content .content-inner p:last-child {
  padding-bottom: 0;
}
.default-dropdown .content .content-inner ul {
  padding-left: 20px;
  text-align: justify;
}
.default-dropdown .content .content-inner ul li {
  padding-bottom: 10px;
}
.default-dropdown .content .content-inner ul li:last-child {
  padding-bottom: 0;
}
.default-dropdown .dropdown-item.expanded > .content .content-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .default-dropdown .dropdown-item {
    flex: 0 1 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .default-dropdown .content {
    transition: none;
  }
  .default-dropdown .content-inner {
    transition: none;
  }
}

.default-reviews {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.default-reviews .review-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  transition: transform 0.3s ease;
}
.default-reviews .review-item:hover {
  transform: translateY(-5px);
}
.default-reviews .review-item .review-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.default-reviews .review-item .review-container .review {
  text-align: justify;
  color: #ffffff;
  line-height: 1.6;
}
.default-reviews .review-item .review-container .client-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.default-reviews
  .review-item
  .review-container
  .client-container
  .client-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.default-reviews
  .review-item
  .review-container
  .client-container
  .client-infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(160, 175, 206, 0.25);
}
.default-reviews .review-item .review-container .client-container .client-name {
  color: #0bce90;
  font-weight: 600;
}
.default-reviews
  .review-item
  .review-container
  .client-container
  .client-profil {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  color: #a0afce;
}
@media (max-width: 599px) {
  .default-reviews .review-item .review-container .client-container {
    flex-direction: column;
    row-gap: 10px;
  }
}

.default-informations {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .default-informations {
    flex-direction: column;
    row-gap: 30px;
  }
}
.default-informations .form-container {
  flex: 3;
  display: none;
}
.default-informations .informations-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
  align-items: self-start;
}
@media (max-width: 768px) {
  .default-informations .informations-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.default-informations .contact-informations {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(160, 175, 206, 0.25);
}
.default-informations .btn-redirects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .default-informations .btn-redirects {
    flex-direction: column;
  }
}
.default-informations .btn-redirects .btn {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  width: 100%;
  text-align: center;
  flex: 1;
}
.default-informations .btn-redirects .btn:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.default-informations .btn-redirects .btn:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.default-informations .btn-redirects .btn:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
.default-informations .contact-container {
  flex: 1;
  padding: 40px 20px 20px;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border-radius: 20px;
  border: 1px solid rgba(160, 175, 206, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 20px 50px rgba(5, 15, 33, 0.7);
  overflow: hidden;
  min-width: 330px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 768px) {
  .default-informations .contact-container {
    min-width: 100%;
  }
}
.default-informations .contact-container .info {
  display: flex;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.6;
  color: #a0afce;
  flex-direction: column;
  align-items: center;
  gap: 10px 20px;
  text-align: center;
}
.default-informations .contact-container .info p {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
}
.default-informations .contact-container .info a {
  color: #ffffff;
  display: block;
  transition: transform 0.3s ease;
}
.default-informations .contact-container .info a:hover {
  transform: translateX(3px);
}
.default-informations .contact-container .info img {
  display: block;
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(23%) saturate(328%)
    hue-rotate(182deg) brightness(90%) contrast(84%);
}
.default-informations .contact-container h2 {
  display: none;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(160, 175, 206, 0.25);
}

.accueil .section-blackbart-001 .default-ban {
  min-height: 700px;
  display: flex;
  border: 1px solid rgba(21, 63, 147, 0.4117647059);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .accueil .section-blackbart-001 .default-ban {
    position: relative;
  }
}
.accueil .section-blackbart-001 .content {
  padding: 20px;
}
.accueil .section-blackbart-001 .title,
.accueil .section-blackbart-001 .subtitle,
.accueil .section-blackbart-001 .text {
  text-align: center;
  color: #ffffff;
}
.accueil .section-blackbart-001 .btn {
  margin-inline: auto;
}
.accueil .section-blackbart-001 .title {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.accueil .section-blackbart-001 .subtitle {
  font-size: clamp(26px, 5vw, 46px);
  font-weight: 300;
  line-height: 1.3;
}
.accueil .section-blackbart-001 .text {
  padding-top: 20px;
}
.accueil .section-blackbart-001 .text h3 {
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
}
.accueil .section-blackbart-001 .logo img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 20px;
}
.accueil .section-blackbart-001 .certifications {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .accueil .section-blackbart-001 .certifications {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.accueil .section-blackbart-001 .certifications .certification-item {
  max-width: 110px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
}
.accueil .section-blackbart-001 .certifications .certification-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .accueil .section-blackbart-001 .default-ban {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .accueil .section-blackbart-001 .content {
    padding: 0px;
  }
  .accueil .section-blackbart-001 .default-ban {
    min-height: 600px;
    align-items: flex-end;
  }
  .accueil .section-blackbart-001 .default-ban .content {
    margin-bottom: 30px;
  }
}
.accueil .section-blackbart-003 .default-double-col .text h3 {
  color: #ffffff;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 10px;
}
.accueil .section-blackbart-006 {
  position: relative;
  isolation: isolate;
}
.accueil .section-blackbart-006::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.accueil .section-blackbart-006 .default-slider-partners {
  max-width: 1400px;
  margin-inline: auto;
}
.accueil .section-blackbart-007 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.accueil .section-blackbart-007 .default-double-col .text h3 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
}
.accueil .section-blackbart-007 .default-double-col .col_left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accueil .section-blackbart-007 .default-double-col .col_right {
  flex: 2;
}
.accueil .section-blackbart-008 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .accueil .section-blackbart-008 .default-double-col {
    flex-direction: column-reverse;
  }
}
.accueil .section-blackbart-008 .default-double-col .subtitle {
  color: #0bce90;
}
.accueil .section-blackbart-008 .default-double-col .text h3 {
  color: #0bce90;
  font-weight: 300;
}
.accueil .section-blackbart-008 .default-double-col .btn {
  cursor: pointer;
  display: block;
  background-color: #0bce90;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #0bce90;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.accueil .section-blackbart-008 .default-double-col .btn:hover {
  background-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  border-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(12, 230, 161, 0.5);
}
.accueil .section-blackbart-008 .default-double-col .btn:focus {
  background-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  border-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(13, 235, 164, 0.5);
  outline: none;
}
.accueil .section-blackbart-008 .default-double-col .btn:active {
  background-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  border-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  color: #ffffff;
  box-shadow: 0 0 4px rgba(10, 182, 127, 0.4);
}
@media screen and (max-width: 576px) {
  .accueil .section-blackbart-008 .default-double-col .btn {
    width: 100%;
  }
}
.accueil .section-blackbart-008 .default-double-col .col_left {
  flex: 2;
}
.accueil .section-blackbart-008 .default-double-col .col_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accueil .section-blackbart-009 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 50px;
}
.accueil .section-blackbart-009 .default-double-col .col_left .subtitle,
.accueil .section-blackbart-009 .default-double-col .col_right .subtitle {
  color: #ffffff;
  font-weight: 300;
}
.accueil .section-blackbart-009 .default-double-col .col_left .subtitle {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .accueil .section-blackbart-009 .default-double-col .col_left .subtitle {
    margin-top: 0px;
  }
}
.accueil .section-blackbart-009 .default-double-col .col_right {
  position: relative;
  isolation: isolate;
  background: linear-gradient(0deg, #0e1b35, #183162);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(160, 175, 206, 0.25);
}
.accueil .section-blackbart-009 .default-double-col .col_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.accueil .section-blackbart-009 .default-double-col .col_right .subtitle {
  padding-bottom: 20px;
}
.accueil .section-blackbart-010 {
  position: relative;
  isolation: isolate;
}
.accueil .section-blackbart-010::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.accueil .section-blackbart-010 .default-text {
  max-width: 600px;
}
.accueil .section-blackbart-010 .default-btn .btn-container a:first-of-type {
  cursor: pointer;
  display: block;
  background-color: #0bce90;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #0bce90;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.accueil
  .section-blackbart-010
  .default-btn
  .btn-container
  a:first-of-type:hover {
  background-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  border-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(12, 230, 161, 0.5);
}
.accueil
  .section-blackbart-010
  .default-btn
  .btn-container
  a:first-of-type:focus {
  background-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  border-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(13, 235, 164, 0.5);
  outline: none;
}
.accueil
  .section-blackbart-010
  .default-btn
  .btn-container
  a:first-of-type:active {
  background-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  border-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  color: #ffffff;
  box-shadow: 0 0 4px rgba(10, 182, 127, 0.4);
}

.a-propos .section-blackbart-002 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.a-propos .section-blackbart-002 .default-double-col .col_left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a-propos .section-blackbart-002 .default-double-col .col_right {
  flex: 2;
}
.a-propos .section-blackbart-003 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.a-propos .section-blackbart-003 .default-double-col .col_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a-propos .section-blackbart-003 .default-double-col .col_left {
  flex: 2;
}
.a-propos .section-blackbart-004 {
  position: relative;
  isolation: isolate;
}
.a-propos .section-blackbart-004::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

.rse .section-blackbart-002 .default-image {
  max-width: 400px;
  margin-inline: auto;
}
.rse .section-blackbart-002 .default-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.rse .section-blackbart-003 .default-cards {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.rse .section-blackbart-003 .default-cards .card .image-container {
  border: 1px solid #0bce90;
}
.rse .section-blackbart-003 .default-cards .card .image-container:before {
  color: #0bce90;
}
.rse .section-blackbart-003 .default-cards .card .image-container img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(54%) saturate(3710%)
    hue-rotate(102deg) brightness(99%) contrast(105%);
}
.rse .section-blackbart-004 {
  position: relative;
  isolation: isolate;
}
.rse .section-blackbart-004::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.rse .section-blackbart-004 .default-slider-partners {
  max-width: 1400px;
  margin-inline: auto;
}
.rse .section-blackbart-004 .default-slider-partners .slider-logos img {
  max-height: 90px;
}
.rse .section-blackbart-005 .default-double-col:first-child {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.rse .section-blackbart-005 .default-double-col:first-child .col_left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rse .section-blackbart-005 .default-double-col:first-child .col_right {
  flex: 2;
}
.rse .section-blackbart-005 .default-double-col:last-child {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .rse .section-blackbart-005 .default-double-col:last-child {
    flex-direction: column-reverse;
  }
}
.rse .section-blackbart-005 .default-double-col:last-child .col_left {
  flex: 2;
}
.rse .section-blackbart-005 .default-double-col:last-child .col_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rse .section-blackbart-006 .default-cards {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rse .section-blackbart-006 .default-cards {
    align-items: center;
  }
}
.rse .section-blackbart-006 .default-cards .card {
  max-width: 380px;
}
.rse .section-blackbart-007 {
  position: relative;
  isolation: isolate;
}
.rse .section-blackbart-007::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

.references .section-blackbart-002 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.references .section-blackbart-002 .default-double-col .col_left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.references .section-blackbart-002 .default-double-col .col_right {
  flex: 2;
}
.references .section-blackbart-002 .default-double-col .col_right img {
  aspect-ratio: 4/5;
}
.references .section-blackbart-003 {
  position: relative;
  isolation: isolate;
}
.references .section-blackbart-003::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.references .section-blackbart-003 .default-slider-partners {
  max-width: 1400px;
  margin-inline: auto;
}
.references .section-blackbart-003 .default-slider-partners .slider-logos img {
  max-height: 90px;
}
.references .section-blackbart-004 .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .references .section-blackbart-004 .default-double-col {
    flex-direction: column-reverse;
  }
}
.references .section-blackbart-004 .default-double-col .col_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.references .section-blackbart-004 .default-double-col .col_left {
  flex: 2;
}
.references .section-blackbart-005 .default-reviews {
  max-width: 800px;
  margin-inline: auto;
}
.references .section-blackbart-006 {
  position: relative;
  isolation: isolate;
}
.references .section-blackbart-006::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.references .section-blackbart-006 .default-btn .btn-container a:first-of-type {
  cursor: pointer;
  display: block;
  background-color: #0bce90;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #0bce90;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.references
  .section-blackbart-006
  .default-btn
  .btn-container
  a:first-of-type:hover {
  background-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  border-color: rgb(12.2926267281, 230.2073732719, 160.9216589862);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(12, 230, 161, 0.5);
}
.references
  .section-blackbart-006
  .default-btn
  .btn-container
  a:first-of-type:focus {
  background-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  border-color: rgb(12.5511520737, 235.0488479263, 164.3059907834);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(13, 235, 164, 0.5);
  outline: none;
}
.references
  .section-blackbart-006
  .default-btn
  .btn-container
  a:first-of-type:active {
  background-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  border-color: rgb(9.7073732719, 181.7926267281, 127.0783410138);
  color: #ffffff;
  box-shadow: 0 0 4px rgba(10, 182, 127, 0.4);
}

.contact .section-ban .block-ban-container .content {
  align-items: center;
}
.contact .section-ban .block-ban-container .content .title,
.contact .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.contact .section-ban .block-ban-container .content .title {
  color: #ffffff;
  font-size: 66px;
}
.contact .section-blackbart-003 .default-cards .card .text-container {
  margin-top: unset;
}
.contact
  .section-blackbart-003
  .default-cards
  .card
  .text-container
  .inner-text-container {
  margin-bottom: unset;
}
.contact
  .section-blackbart-003
  .default-cards
  .card
  .text-container
  .inner-text-container
  p {
  text-align: justify;
}
.contact .section-blackbart-005 {
  position: relative;
  isolation: isolate;
}
.contact .section-blackbart-005::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.contact .section-blackbart-005 .default-text {
  max-width: 900px;
}

.single-service .section-blackbart .default-double-col {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.single-service .section-blackbart .default-double-col .text h3 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-service .section-blackbart .default-double-col .col_left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-service .section-blackbart .default-double-col .col_right {
  flex: 2;
  min-width: 350px;
  position: sticky;
  top: 130px;
  height: -moz-fit-content;
  height: fit-content;
}
.single-service #intro-block-2 .default-double-col {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .single-service #intro-block-2 .default-double-col {
    flex-direction: column;
  }
}
.single-service .section-blackbart-004 .default-text {
  max-width: 900px;
}
.single-service .section-blackbart-004 .default-text p {
  text-align: center;
}
.single-service .section-blackbart-006 {
  position: relative;
  isolation: isolate;
}
.single-service .section-blackbart-006::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.single-service .section-blackbart-006 .default-text {
  max-width: 900px;
}

#site-footer {
  font-family: "Open Sans";
  font-weight: normal;
  display: flex;
  flex-direction: column;
}
#site-footer a {
  text-decoration: none;
  color: #ffffff;
}
#site-footer .footer-top {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
  justify-content: space-between;
}
#site-footer .footer-top .col-left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #site-footer .footer-top .col-left {
    max-width: 300px;
  }
}
@media screen and (max-width: 850px) {
  #site-footer .footer-top .col-left {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .footer-top .col-left {
    max-width: 100%;
  }
}
#site-footer .footer-top .col-right {
  flex: 1;
}
#site-footer .footer-top .logo-footer {
  width: 100px;
}
#site-footer .footer-top .logo-footer img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#site-footer .footer-top .footer-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  color: #a0afce;
}
#site-footer .footer-top .menu-footer {
  display: flex;
  align-items: center;
}
#site-footer .footer-top .menu-footer .site-navigation {
  width: 100%;
}
#site-footer .footer-top .menu-footer .site-navigation #menu-footer,
#site-footer .footer-top .menu-footer .site-navigation #menu-footer-en {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer
  .menu-item
  a,
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer-en
  .menu-item
  a {
  font-size: 16px;
  display: block;
  transition: transform 0.3s ease-in-out;
}
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer
  .menu-item.menu-item-has-children
  > a,
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer-en
  .menu-item.menu-item-has-children
  > a {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(160, 175, 206, 0.3098039216);
  padding-bottom: 10px;
}
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer
  .menu-item.menu-item-has-children
  .sub-menu,
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer-en
  .menu-item.menu-item-has-children
  .sub-menu {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer
  .menu-item.menu-item-has-children
  .sub-menu
  .menu-item,
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer-en
  .menu-item.menu-item-has-children
  .sub-menu
  .menu-item {
  margin-bottom: 15px;
}
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer
  .menu-item.menu-item-has-children
  .sub-menu
  .menu-item
  a,
#site-footer
  .footer-top
  .menu-footer
  .site-navigation
  #menu-footer-en
  .menu-item.menu-item-has-children
  .sub-menu
  .menu-item
  a {
  font-size: 14px;
  color: #a0afce;
}
#site-footer .footer-top .menu-footer .menu {
  list-style: none;
}
#site-footer .footer-top .menu-footer .menu .menu-item a:hover {
  transform: translateX(3px);
}
#site-footer .footer-top .social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-top: auto;
}
#site-footer .footer-top .social-links a {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-top .social-links a img {
  width: 25px;
  max-height: 25px;
  filter: brightness(0) invert(1);
}
#site-footer .footer-top .social-links a:hover {
  transform: translateY(-3px);
}
#site-footer .footer-top .footer-informations {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#site-footer .footer-top .footer-informations p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 14px;
  color: #a0afce;
}
#site-footer .footer-top .footer-informations p img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
#site-footer .footer-top .footer-informations p a {
  color: #a0afce;
  transition: all 0.3s ease-in-out;
}
#site-footer .footer-top .footer-informations p a:hover {
  color: #ffffff;
  transform: translateX(3px);
}
#site-footer .separator {
  border-bottom: 1px solid rgba(160, 175, 206, 0.3098039216);
  opacity: 0.3;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 28px;
}
#site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
#site-footer .footer-bottom .informations {
  display: flex;
  line-height: 1.5;
}
#site-footer .footer-bottom a {
  display: inline-block;
  color: #a0afce;
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-bottom a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
#site-footer .footer-bottom p {
  color: #a0afce;
}
#site-footer .footer-pill .pill {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(4, 215, 169);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-inline: auto;
  margin-top: 20px;
}
#site-footer .footer-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .footer-pill .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}
#site-footer .footer-pill .pill .carbon p {
  color: rgb(0, 174, 136);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  #site-footer .footer-pill .pill {
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  #site-footer .footer-top {
    flex-direction: column;
  }
  #site-footer .footer-top .logo {
    margin: 30px 0;
  }
  #site-footer .footer-top .menu-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  #site-footer .footer-top .menu-footer .site-navigation #menu-footer,
  #site-footer .footer-top .menu-footer .site-navigation #menu-footer-en {
    grid-template-columns: 1fr;
  }
  #site-footer .separator {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1130px) {
  .informations {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1129px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom .informations {
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
}
.category .articles,
.home-section-blog .articles,
.blog .articles,
.single-post .articles,
.search .articles {
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* Vous pouvez modifier la taille minimale (ici 250px) selon vos besoins */
  gap: 20px;
  margin-top: 30px;
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.single-post .btn-all-posts,
.search .btn-all-posts {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
.category .btn-all-posts:hover,
.home-section-blog .btn-all-posts:hover,
.blog .btn-all-posts:hover,
.single-post .btn-all-posts:hover,
.search .btn-all-posts:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.category .btn-all-posts:focus,
.home-section-blog .btn-all-posts:focus,
.blog .btn-all-posts:focus,
.single-post .btn-all-posts:focus,
.search .btn-all-posts:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.category .btn-all-posts:active,
.home-section-blog .btn-all-posts:active,
.blog .btn-all-posts:active,
.single-post .btn-all-posts:active,
.search .btn-all-posts:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
@media screen and (max-width: 798px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search h1.entry-title {
  text-align: center;
  color: #3a4c72;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #a0afce;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  text-decoration: none;
  color: #3a4c72;
  font-weight: 600;
}

.single-post {
  font-size: 16px;
}
.single-post .header-content {
  max-width: 1000px;
  margin-inline: auto;
}
.single-post .header-content .post-thumbnail {
  position: relative;
}
.single-post .header-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .header-content .post-informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.single-post .header-content .post-informations .title {
  color: #3a4c72;
  font-size: 50px;
  margin-top: 30px;
}
.single-post .header-content .post-informations .post-details-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0.4;
}
.single-post .page-content {
  font-size: 16px;
  line-height: 1.8em;
}
.single-post .page-content > h1 {
  font-size: 50px;
  line-height: 1.7;
}
.single-post .page-content > h2 {
  font-size: 36px;
  line-height: 1.7;
}
.single-post .page-content > h3 {
  font-size: 22px;
  line-height: 1.7;
}
.single-post .page-content > ul,
.single-post .page-content > ol {
  padding-left: 30px;
  list-style-position: outside;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 10px;
}
.single-post .page-content > a {
  cursor: pointer;
  text-decoration: none;
  color: #3a4c72;
}
.single-post .page-content > strong {
  color: var(#3a4c72);
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #3a4c72;
  padding-left: 10px;
}
.single-post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.single-post .block-share-article .share-article-wrapper .links a {
  width: 30px;
  height: 30px;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link {
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  transition: transform 0.3s ease-in-out;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link
  img {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
  position: relative;
  z-index: -1;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link:hover {
  transform: translateY(-3px);
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link:hover
  img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(23%) saturate(328%)
    hue-rotate(182deg) brightness(90%) contrast(84%);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-decoration: none;
  color: #3a4c72;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #a0afce;
}
.single-post .block-author-article {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.single-post .block-author-article .author-card {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .block-author-article .author-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
}
.single-post .block-author-article .author-card .content .social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
  position: relative;
  z-index: -1;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  transform: translateY(-5px);
}
.single-post
  .block-author-article
  .author-card
  .content
  .social-links
  a:hover
  img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(23%) saturate(328%)
    hue-rotate(182deg) brightness(90%) contrast(84%);
}
.single-post .block-author-article .author-card .content .description {
  text-align: justify;
}
.single-post .table-of-contents {
  margin-top: 50px;
  width: 100%;
  padding-inline: 20px;
  z-index: 1;
}
.single-post .table-of-contents .toc-container {
  position: relative;
}
.single-post .table-of-contents .toc-container .toc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.single-post .table-of-contents .toc-container ul {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .table-of-contents .toc-container ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 15px;
}
.single-post .table-of-contents .toc-container ul li a {
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease-in;
}
.single-post .table-of-contents .toc-container ul li a:hover {
  transform: translateX(2px);
}
.single-post .table-of-contents .toc-container ul li:hover {
  border-left: 2px solid #3a4c72;
}
.single-post .table-of-contents .toc-container ul.toc-fade-in {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1000px) {
  .single-post .table-of-contents.toc-fixed .toc-container {
    position: fixed;
    animation: slide-to-top-left 0.3s forwards;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    margin: unset;
  }
  .single-post
    .table-of-contents.toc-fixed
    .toc-container
    .toc-title
    .toc-icon {
    background-color: #3a4c72;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    top: 45px;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(0);
  }
  @keyframes slide-to-top-left {
    from {
      top: 0;
      left: 50%;
    }
    to {
      top: 10px;
      left: 10px;
    }
  }
}
@media screen and (max-width: 999px) {
  .single-post .table-of-contents.toc-fixed {
    position: fixed;
    bottom: 0;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    left: 20px;
    position: fixed;
    bottom: 20px;
  }
  .single-post
    .table-of-contents.toc-fixed
    .toc-container
    .toc-title
    .toc-icon {
    background-color: #3a4c72;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    max-width: 100%;
    top: unset;
    bottom: 65px;
  }
}
.single-post .cta-article-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .cta-article-block .title {
  font-size: 24px;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 15px;
}
.single-post .cta-article-block .texte {
  font-size: 16px;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single-post .cta-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #3a4c72;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .cta-article-block .btn:hover {
  background-color: #a0afce;
}
.single-post .popup-article-block {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .popup-article-block.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block {
    padding: 0 20px;
  }
}
.single-post .popup-article-block .popup-content {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 500px;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-content {
    padding: 20px;
  }
}
.single-post .popup-article-block .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.single-post .popup-article-block .popup-close img {
  display: block;
  width: 30px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-close img {
    font-size: 20px;
  }
}
.single-post .popup-article-block .title {
  text-align: center;
  margin-bottom: 20px;
}
.single-post .popup-article-block .text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.5;
}
.single-post .popup-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #3a4c72;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: #a0afce;
}
.single-post .comments-area {
  max-width: 830px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .comments-area h2 {
  font-size: 36px;
}
.single-post .comments-area h3 {
  font-size: 36px;
}
.single-post .comments-area a {
  text-decoration: none;
  color: #272727;
}
.single-post .comments-area .post-count-comments-container {
  text-align: center;
  margin-bottom: 4rem;
}
.single-post .comments-area .comment-list {
  list-style-type: none;
}
.single-post .comments-area .comment-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .comments-area .comment-list .comment .comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-list .comment .comment-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  .fn {
  font-size: 2rem;
  font-style: normal;
  color: #3a4c72;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  .says {
  display: none;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  img {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta {
  margin-left: 10px;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-meta
  .comment-edit-link {
  color: #3a4c72;
}
.single-post .comments-area .comment-list .comment .comment-body .reply {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply a {
  margin-left: 5px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply:before {
  content: "";
  display: inline-block;
  background-image: url("./assets/images/reply.svg");
  background-position: center;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-awaiting-moderation {
  font-size: 14px;
  color: #3a4c72;
}
.single-post .comments-area .comment-list .comment .children {
  margin-left: 30px;
}
.single-post .comments-area .comment-list .comment .children .comment.byuser {
  border: none;
}
.single-post .comments-area .comment-list .comment::marker {
  content: "";
}
.single-post .comments-area .comment-respond {
  margin-top: 20px;
}
.single-post
  .comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  font-size: 14px;
  color: #3a4c72;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.single-post .comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.single-post .comments-area .comment-respond .comment-form-comment label {
  display: none;
}
.single-post .comments-area .comment-respond .comment-form-comment textarea {
  border: 1.5px solid #272727;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 5px;
}
.single-post .comments-area .comment-respond .user_inputs {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url {
  flex: 1;
}
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-author
  input,
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-email
  input,
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-url
  input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #272727;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.single-post .comments-area .comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-respond .form-submit input {
  border: none;
  background-color: #3a4c72;
  height: 40px;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .comments-area .logged-in-as {
    flex-direction: column;
    gap: none;
  }
  .single-post .comments-area .form-submit {
    text-align: center;
  }
}
.block-ban-container {
  position: relative;
  isolation: isolate;
}
.block-ban-container .content {
  row-gap: 0px;
  width: 1200px;
  max-width: 90%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-ban-container .btn {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  margin-top: 30px;
}
.block-ban-container .btn:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.block-ban-container .btn:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.block-ban-container .btn:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}
.block-ban-container .image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-ban-container.full-height {
  height: calc(100vh - 60px);
}

@media screen and (max-width: 500px) {
  .block-ban-container .title {
    font-size: 18px;
  }
  .block-ban-container .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #a0afce;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.standard .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.standard .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.standard .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.standard .btn-container {
  text-align: center;
  margin-top: 50px;
}
.block-multipurpose.standard .btn-container .btn {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  display: inline-block;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.block-multipurpose.standard .btn-container .btn:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.block-multipurpose.standard .btn-container .btn:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.standard .title {
    font-size: 17px;
  }
  .block-multipurpose.standard .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-double-col .block-default-element__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-multipurpose.block-double-col.img-gauche .block-double-col-element {
  flex-direction: row;
}
.block-multipurpose.block-double-col.img-droite .block-double-col-element {
  flex-direction: row-reverse;
}
.block-multipurpose.block-double-col .block-double-col-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.block-multipurpose.block-double-col .block-double-col-element__img-container {
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .block-multipurpose.block-double-col
    .block-double-col-element__img-container {
    min-width: 100%;
  }
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container {
  flex-grow: 1;
  flex-basis: 40%;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #a0afce;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .paragraph
  p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .paragraph
  p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container {
  text-align: right;
  padding-top: 30px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn {
  cursor: pointer;
  display: block;
  background-color: #005ced;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #005ced;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
  display: inline-block;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn:hover {
  background-color: rgb(58.5, 134.7784810127, 255);
  border-color: rgb(58.5, 134.7784810127, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(59, 135, 255, 0.5);
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn:focus {
  background-color: rgb(84, 150.3797468354, 255);
  border-color: rgb(84, 150.3797468354, 255);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(84, 150, 255, 0.5);
  outline: none;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn:active {
  background-color: rgb(0, 82.1012658228, 211.5);
  border-color: rgb(0, 82.1012658228, 211.5);
  box-shadow: 0 0 4px rgba(0, 82, 211, 0.4);
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-double-col.img-gauche
    .block-double-col-element
    .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .title {
    text-align: center;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .subtitle {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .block-multipurpose.block-double-col
    .block-double-col-element__content-container
    .title {
    font-size: 17px;
  }
  .block-multipurpose.block-double-col
    .block-double-col-element__content-container
    .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-cards-simple {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 250px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  color: #a0afce;
  margin-bottom: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .subtitle {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .paragraph {
  padding-top: 20px;
  line-height: 1.6em;
  color: #272727;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .paragraph
  p {
  padding-bottom: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container {
  text-align: center;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container
  .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #3a4c72;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-in;
  border-radius: unset;
  background: transparent;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container
  .btn:hover {
  background-color: transparent;
  color: #3a4c72;
  border: unset;
  text-decoration: underline;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__img-container
  img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    transform: translateY(0px);
    height: auto;
  }
}
body.default .block-team-cards,
body.default .team {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  line-height: 1.5;
}
body.default .block-team-cards .card-member,
body.default .team .card-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(126, 132, 130, 0.04);
  border-radius: 10px;
}
body.default .block-team-cards .picture img,
body.default .team .picture img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
body.default .block-team-cards .infos,
body.default .team .infos {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
body.default .block-team-cards .name,
body.default .team .name {
  font-size: 22px;
}
body.default .block-team-cards .job,
body.default .team .job {
  font-size: 18px;
}
body.default .block-team-cards .description,
body.default .team .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.default .block-team-cards .social-link,
body.default .team .social-link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: auto;
}
body.default .block-team-cards .social-link a,
body.default .team .social-link a {
  cursor: pointer;
}
body.default .block-team-cards .social-link a:hover,
body.default .team .social-link a:hover {
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
}
body.default .block-team-cards .social-link img,
body.default .team .social-link img {
  width: 20px;
}

.block-reviews.slider-reviews .review-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.block-reviews.slider-reviews .client-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .review {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
.block-reviews.slider-reviews .client-infos {
  display: flex;
}
@media (min-width: 600px) {
  .block-reviews.slider-reviews .client-infos {
    align-items: baseline;
    flex-direction: column;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-infos {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .client-name {
  font-weight: 600;
}
.block-reviews.slider-reviews .review-date {
  font-size: 14px;
  color: rgb(185, 185, 185);
  font-style: italic;
}
.block-reviews.slider-reviews .client-picture {
  width: 30px;
  height: 30px;
}
.block-reviews.slider-reviews .client-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery-container .gallery {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-gallery-container .gallery .img-gallery {
  display: block;
  min-width: 300px;
  flex-basis: 30%;
  flex-grow: 1;
}
.block-gallery-container .gallery .img-gallery img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.block-gallery-container .block-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.block-gallery-container .block-gallery-lightbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .slider-media-gallery {
  width: 100%;
}
.block-gallery-container .block-gallery-lightbox .swiper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-wrapper {
  display: flex;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
  cursor: grab;
  width: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .block-gallery-container
    .block-gallery-lightbox
    .swiper
    .swiper-slide
    picture,
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
    max-height: 70vh;
    max-width: 90vw;
  }
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-next,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-prev {
  color: #fff;
}

.block-faqs.faq {
  list-style: none;
  padding-left: 0px !important;
}
.block-faqs.faq .faq-item {
  margin-bottom: 20px;
}
.block-faqs.faq .question {
  background-color: #f1f1f1;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.block-faqs.faq .question:hover {
  background-color: #3a4c72;
  color: white;
}
.block-faqs.faq .question:hover::before {
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
}
.block-faqs.faq .question::before {
  content: url("./assets/images/chevronDown.svg");
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
}
.block-faqs.faq .answer {
  height: 0;
  transition: height 0.2s ease-out;
  background-color: #f1f1f1;
  overflow: hidden;
}
.block-faqs.faq .answer .text-wrapper {
  padding: 20px;
}
.block-faqs.faq .expanded .question {
  background-color: #3a4c72;
  color: white;
}
.block-faqs.faq .expanded .question::before {
  transform: rotate(0deg);
  filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(2347%)
    hue-rotate(183deg) brightness(93%) contrast(93%);
}
.block-faqs.faq .expanded .answer {
  transition: height 0.5s ease-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Open Sans";
  font-weight: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  background-color: #112244;
}

::-moz-selection {
  background-color: rgba(176, 176, 176, 0.386);
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.admin-bar {
  padding-top: 32px;
}
.admin-bar .site-navigation {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar .site-navigation {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar .site-navigation {
    top: 46px;
  }
}
.cmplz-manage-consent {
  position: relative;
  bottom: 10px !important;
  right: 10px !important;
  width: 60px !important;
  height: 60px !important;
  min-width: unset !important;
  border-radius: 50px !important;
  background-color: #183162 !important;
  border: 1px solid #005ced6b !important;
  font-size: 0;
}
.cmplz-manage-consent::before {
  content: "";
  position: absolute;
  inset: 7px;
  width: 46px;
  height: 46px;
  background-image: url("./assets/images/cookie.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(23%) sepia(97%) saturate(2615%)
    hue-rotate(210deg) brightness(91%) contrast(107%);
}
.cmplz-dropdown,
.cmplz-category {
  background-color: white !important;
}
.cmplz-dropdown p {
  color: black !important;
} /*# sourceMappingURL=style.css.map */
