@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: 'InterCZ';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-300-normal.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-300-italic.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-400-italic.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-700-italic.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
@font-face {
  font-family: 'InterCZ';
  font-style: italic;
  font-weight: 800 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-700-italic.woff2') format('woff2');
  unicode-range: U+00C1, U+00C9, U+00CD, U+00D3, U+00DA, U+00DD, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FD, U+0100-017F;
}
.lato-thin {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: 'InterCZ', "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

section {
  width: 100%;
}

a:not(.ckeditor-content *) {
  text-decoration: none;
}

ul:not(.ckeditor-content *) {
  list-style: none;
}

.bg-blue-light {
  background-color: #B8D1EC !important;
}

.bg-blue-dark {
  background-color: #0F4376 !important;
}

.bg-blue-middle {
  background-color: #017EB5 !important;
}

.bg-yellow {
  background-color: #FFEB7A !important;
}

.title-bloc h2:not(.ckeditor-content *) {
  font-family: 'InterCZ', Lato, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #0F4376;
  margin-bottom: 21px;
  line-height: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.title-bloc span:not(.ckeditor-content *) {
  font-size: 25px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .title-bloc {
    font-size: 27px;
  }
}

h1:not(.ckeditor-content *) {
  font-size: 54px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  line-height: 72px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  h1:not(.ckeditor-content *) {
    font-size: 31px;
    font-weight: 600;
    line-height: 40px;
    width: 91%;
    margin: auto;
  }
}
h1:not(.ckeditor-content *) span:not(.ckeditor-content *) {
  color: #FFEB7A;
  font-weight: 800;
}

h4:not(.ckeditor-content *) {
  color: #004278;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
h4:not(.ckeditor-content *) span:not(.ckeditor-content *) {
  font-weight: 800;
}

.text-with-bg {
  color: #004278;
  background: linear-gradient(to right, #FFEB7A 100%, #FFEB7A 100%);
  display: inline;
}
.text-with-bg span:not(.ckeditor-content *) {
  padding: 0 10px;
}
.text-with-bg b {
  font-weight: 900;
}

.title-with-button {
  width: 100%;
  float: left;
}
.title-with-button .title-bloc {
  float: left;
}

p:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #042F52;
}
@media screen and (max-width: 768px) {
  p:not(.ckeditor-content *) {
    font-size: 14px;
  }
}
p:not(.ckeditor-content *).text-italic-bg {
  font-style: italic;
  position: relative;
  padding: 0 45px;
  line-height: 24px;
}
p:not(.ckeditor-content *).text-italic-bg::before {
  content: "";
  background: url(/src/images/icons/icone-left-text.png) no-repeat;
  width: 30px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
p:not(.ckeditor-content *).text-italic-bg::after {
  content: "";
  background: url(/src/images/icons/icone-right-text.png) no-repeat;
  width: 30px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}

a.button-blue-light {
  background-color: #B8D1EC;
  color: #000000;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 900;
  padding: 9px 36px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .button-blue-light {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 30px;
  }
}
.button-blue-light:hover {
  background-color: #0F4376;
  color: #B8D1EC;
}

.button-blue-dark {
  background-color: #007EB5;
  color: #FFF !important;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
}
.button-blue-dark:hover {
  background-color: #042F52;
  color: #FFEB7A !important;
}

.button-yellow {
  background-color: #FFEB7A;
  color: #FFF;
  padding: 15px 30px;
  border: none;
  border-radius: 6px;
}

.button-yellow-dark {
  background-color: #FFEB7A;
  color: #004278;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
}

.button-with-icon {
  background-color: #B8D1EC;
  color: #000000;
  border: none;
  border-radius: 6px;
  font-size: 23px;
  font-weight: 700;
  padding: 6px 16px;
  float: right;
}
.button-with-icon img {
  height: 24px;
}

header {
  padding: 0 10vw;
}
@media screen and (max-width: 1220px) {
  header {
    padding: 0 15px;
  }
}
header .nav,
header .nav .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
header .actions {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
header .actions img {
  width: 26px;
}
header .nav {
  justify-content: space-between;
}
header .nav .menu-container {
  position: relative;
  flex-grow: 1;
}
header .nav {
  /* style burger button */
}
header .nav .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
header .nav .menu-btn .bar {
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-color: #004278;
  transition: all 0.3s ease-in-out;
}
header .nav .menu-btn .bar:nth-of-type(2) {
  top: calc(50% - 9px);
}
header .nav .menu-btn .bar:nth-of-type(3) {
  top: calc(50% + 9px);
}
header .nav {
  /* Меняем гамбургер иконку, когда меню открыто */
}
header .nav .menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
header .nav .menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
header .nav .menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
header a:not(.ckeditor-content *) {
  color: #004278;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  header a:not(.ckeditor-content *) {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  header .btn {
    font-size: 11px;
    padding: 8px 5px;
  }
}
header .nav .logo {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  header .nav .logo {
    width: 82px;
  }
  header .nav .logo img {
    width: 100%;
  }
}
header .nav .nav-links {
  color: #004278;
  -moz-column-gap: 16px;
  column-gap: 16px;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  height: 100%;
  flex-grow: 1;
  justify-content: space-around;
  padding: 0 10px;
}
header .nav .nav-links.active {
  transform: translateX(0);
}
header .nav .nav-links li:not(.ckeditor-content *) {
  padding: 33px 0px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .nav .nav-links li:not(.ckeditor-content *) {
    padding: 12px 0px;
  }
}
header .nav .nav-links li:not(.ckeditor-content *):hover::after {
  content: "";
  background: #FFEB7A;
  bottom: 0;
  height: 18px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .nav .nav-links li:not(.ckeditor-content *):hover::after {
    display: none;
  }
}
header .nav .nav-links li:not(.ckeditor-content *):has(.with-background)::after {
  display: none;
}
header .close-search {
  display: none;
}
header .openSearch .search-icon {
  display: none;
}
header .openSearch .close-search {
  cursor: pointer;
  font-size: 22px;
  margin: 0 -7px 0 7px;
  display: block;
  color: #000000;
  font-weight: bold !important;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header .openSearch .close-search {
    font-size: 21px;
  }
}
header .nav .nav-links a:not(.ckeditor-content *) {
  transition: all 0.2s linear;
  position: relative;
}
header .nav .nav-links a:not(.ckeditor-content *).with-background {
  background-color: #FFEB7A;
  border-radius: 9px;
  padding: 8px 11px;
}
header .nav.openSearch .nav-links a:not(.ckeditor-content *) {
  opacity: 0;
  pointer-events: none;
}
header .nav .search-icon {
  color: #004278;
  font-size: 20px;
  cursor: pointer;
}
header .nav .search-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 45px;
  max-width: 895px;
  width: 95%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
header .search-box form {
  height: 100%;
}
header .nav.openSearch .search-box {
  opacity: 1;
  pointer-events: auto;
}
header .search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #ffcc00;
  transform: translateY(-50%);
  display: block;
}
header .search-box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  color: white;
  border-radius: 6px;
  background-color: #004278;
  padding: 0 15px 0 45px;
}
@media screen and (max-width: 768px) {
  header .search-box input {
    background-color: white;
    color: #004278;
  }
}
header .search-box input::placeholder {
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .search-box input::placeholder {
    color: #004278;
  }
}
header .nav .navOpenBtn,
header .nav .navCloseBtn {
  display: none;
}
header {
  /* responsive */
}
header .search-mobile {
  width: 90%;
  position: relative;
  margin-bottom: 20px;
}
header .search-mobile .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #ffcc00;
  transform: translateY(-50%);
  display: block;
}
header .search-mobile input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  color: white;
  border-radius: 6px;
  background-color: #004278;
  padding: 10px 15px 10px 45px;
  font-size: 18px;
}
header .search-mobile input::placeholder {
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 1160px) {
  header .nav .search-box {
    right: 150px;
  }
}
@media screen and (max-width: 950px) {
  header .nav {
    padding: 15px 50px;
  }
  header .nav .search-box {
    right: 100px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  header .nav .navOpenBtn,
  header .nav .navCloseBtn {
    display: block;
  }
  header .nav {
    padding: 15px 0px;
  }
  header .nav .nav-links {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    row-gap: 0px;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 100;
  }
  header .nav-links.active {
    left: 0;
  }
  header .nav-links.active .nav .search-box {
    position: absolute;
    right: 360px;
    height: 45px;
    max-width: 895px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .nav-links.active .nav .search-box {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  header .nav .navOpenBtn {
    color: #004278;
    font-size: 20px;
    cursor: pointer;
    z-index: 200;
  }
  header .nav .navCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #004278;
    font-size: 20px;
    cursor: pointer;
  }
  header .nav .search-box {
    bottom: -60px;
    max-width: calc(100% - 20px);
    transform: translateX(50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 300;
  }
}
header .menu-lang {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  header .menu-lang {
    font-size: 17px;
  }
}
header .menu-lang .active {
  font-weight: 900;
}
header .menu-lang .links {
  padding: 5px 0;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.sous-menu {
  display: none;
  width: 99vw;
  float: left;
  position: absolute;
  top: 90px;
  background-color: #dbe8f5;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.sous-menu .item-menu-1 {
  background-color: #0F4376;
  padding: 23px 24px;
  width: 25%;
  position: relative;
}
.sous-menu .item-menu-2 {
  background-color: #b8d1ec;
  padding: 15px;
  width: 15%;
}
.sous-menu .item-menu-3 {
  background-color: #dbe8f5;
  padding: 15px;
  width: 60%;
}
.sous-menu .item-menu-3 ul:not(.ckeditor-content *) {
  float: left;
  margin-right: 40px;
}
.sous-menu h3:not(.ckeditor-content *) {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sous-menu p:not(.ckeditor-content *) {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  line-height: 13.2px;
}
.sous-menu button {
  background-color: #007EB5;
  font-size: 18px;
  color: #FFF;
  font-weight: 900;
  float: right;
  position: absolute;
  right: 30px;
  bottom: 35px;
}
.sous-menu ul:not(.ckeditor-content *) {
  list-style: none;
  padding: 0;
}
.sous-menu ul:not(.ckeditor-content *) li:not(.ckeditor-content *).title-s-menu {
  font-size: 13px;
  font-weight: 400;
  color: #0F4376;
  height: 27px;
}
.sous-menu ul:not(.ckeditor-content *) li:not(.ckeditor-content *) a:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 900;
  color: #0F4376;
  list-style: none;
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.bannier-home {
  background-repeat: no-repeat;
  background-size: cover;
  height: 533px;
  width: 100%;
}
.bannier-home.bannier-interne {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .bannier-home {
    height: 441px;
  }
}

.content-banniere {
  max-width: 64%;
}
.content-banniere p:not(.ckeditor-content *) {
  color: #FFF;
  line-height: 22px;
  margin: auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .content-banniere p:not(.ckeditor-content *) {
    line-height: 23px;
    margin: auto;
    font-size: 16px;
  }
}
.content-banniere p:not(.ckeditor-content *) span:not(.ckeditor-content *) {
  color: #FFEB7A;
  font-weight: 700;
}

.btns-secteur {
  margin-top: -63px;
  padding: 0 10vw;
}
.btns-secteur .btn-secteur {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  width: 14.2857142857%;
}
@media screen and (max-width: 768px) {
  .btns-secteur .btn-secteur {
    font-size: 17px;
    width: 50%;
  }
}
.btns-secteur .btn-secteur span:not(.ckeditor-content *) {
  display: block;
}
.btns-secteur .btn-secteur .img-second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1);
}
.btns-secteur .btn-secteur:hover .img-second, .btns-secteur .btn-secteur.active .img-second {
  display: block;
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.btns-secteur .btn-secteur:hover .img-first, .btns-secteur .btn-secteur.active .img-first {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.btns-secteur img {
  margin-bottom: 12px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .btns-secteur img {
    width: 66%;
  }
}
.btns-secteur h2:not(.ckeditor-content *) {
  font-size: 60px;
  font-weight: 400;
  line-height: 82px;
}
@media screen and (max-width: 768px) {
  .btns-secteur h2:not(.ckeditor-content *) {
    font-size: 39px;
    font-weight: 400;
    line-height: 54px;
  }
}
.btns-secteur p:not(.ckeditor-content *) {
  color: #004278;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 79%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .btns-secteur p:not(.ckeditor-content *) {
    width: 100%;
    font-size: 17px;
  }
}

.slider-metier .item-slider-metier {
  position: relative;
}
.slider-metier .icon-metier {
  position: absolute;
  top: 29px;
  left: 17px;
  cursor: pointer;
}
.slider-metier .text-metier {
  position: absolute;
  top: 370px;
  left: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  color: #FFEB7A;
  margin: 0;
  width: 59%;
}

.element {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .element {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .element {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .element {
    max-width: 1200px;
  }
}

.block-nos-metier {
  padding-left: 10vw;
  position: relative;
  background: #FFF;
  background: -moz-linear-gradient(0deg, #FFF 30%, #B8D1EC 30%, #B8D1EC 30%);
  background: -webkit-linear-gradient(0deg, #FFF 30%, #B8D1EC 30%, #B8D1EC 30%);
  background: linear-gradient(0deg, #FFF 30%, #B8D1EC 30%, #B8D1EC 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979", endColorstr="#020024", GradientType=1);
}
.block-nos-metier .slider-metier {
  overflow: hidden;
}
.block-nos-metier .item-slider-metier {
  display: grid;
  height: 498px;
}
.block-nos-metier .item-slider-metier .image-metier {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-nos-metier .left,
.block-nos-metier .right {
  cursor: pointer;
  z-index: 10;
  height: 34px;
  width: 34px;
}
.block-nos-metier .right {
  right: 0.7%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .block-nos-metier .right {
    right: 1.7%;
  }
}
.block-nos-metier .left {
  left: 0.7%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .block-nos-metier .left {
    left: 1.7%;
  }
}

.block-nos-angagement {
  padding: 0 10vw;
}
.block-nos-angagement img {
  width: auto;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .block-nos-angagement img {
    width: 100%;
  }
}

.slider-actu .item-slider-actu {
  position: relative;
}
.slider-actu .icon-actu {
  position: absolute;
  top: 10px;
  left: 10px;
}
.slider-actu .text-actu {
  position: absolute;
  top: 370px;
  left: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  color: #FFEB7A;
  margin: 0;
  width: 59%;
}

.element {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .element {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .element {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .element {
    max-width: 1200px;
  }
}

.block-nos-actu {
  padding: 0 0 0 10vw;
  position: relative;
  background: #FFF;
  background: -moz-linear-gradient(0deg, #FFF 50%, #FFEB7A 50%, #FFEB7A 50%);
  background: -webkit-linear-gradient(0deg, #FFF 50%, #FFEB7A 50%, #FFEB7A 50%);
  background: linear-gradient(0deg, #FFF 50%, #FFEB7A 50%, #FFEB7A 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979", endColorstr="#020024", GradientType=1);
}
@media screen and (max-width: 768px) {
  .block-nos-actu {
    padding: 0 10vw;
  }
}
.block-nos-actu .slider-actu {
  overflow: hidden;
  padding: 0 7px 15px;
}
.block-nos-actu .item-slider-actu {
  display: grid;
  height: 512px;
}
@media screen and (max-width: 768px) {
  .block-nos-actu .item-slider-actu {
    height: 442px;
  }
}
.block-nos-actu .item-slider-actu .image-actu {
  height: auto;
}
@media screen and (max-width: 768px) {
  .block-nos-actu .item-slider-actu .image-actu {
    height: auto;
  }
}
.block-nos-actu .item-slider-actu .image-actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-nos-actu .left-actu,
.block-nos-actu .right-actu {
  cursor: pointer;
  z-index: 10;
  height: 34px;
  width: 34px;
}
.block-nos-actu .right-actu {
  right: 1%;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .block-nos-actu .right-actu {
    right: 1%;
    top: 32%;
  }
}
.block-nos-actu .left-actu {
  left: 1%;
  top: 32%;
}
.block-nos-actu h6:not(.ckeditor-content *) {
  font-size: 20px;
  font-weight: 700;
  color: #017EB5;
}
.block-nos-actu h6:not(.ckeditor-content *) span:not(.ckeditor-content *) {
  color: #004278;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .block-nos-actu h6:not(.ckeditor-content *) {
    font-size: 18px;
  }
}
.block-nos-actu p:not(.ckeditor-content *) {
  font-size: 25px;
  font-weight: 800;
  color: #004278;
  line-height: 30px;
  width: 84%;
}
@media screen and (max-width: 1200px) {
  .block-nos-actu p:not(.ckeditor-content *) {
    font-size: 21px;
  }
}
.block-nos-actu .desc-slider-actu {
  -webkit-box-shadow: 0px 0px 15px -4px rgb(184, 184, 184);
  -moz-box-shadow: 0px 0px 15px -4px rgb(184, 184, 184);
  box-shadow: 0px 0px 15px -4px rgb(184, 184, 184);
  background-color: #FFF;
}
.block-nos-actu .desc-slider-actu .btn {
  float: right;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .block-nos-actu .desc-slider-actu .btn {
    font-size: 16px;
    padding: 8px 17px;
  }
}
.block-nos-actu .desc-slider-actu .btn:hover {
  background-color: #FFEB7A;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .block-nos-actu .button-with-icon {
    margin: auto;
    display: block;
    float: initial;
    font-size: 19px;
    margin-top: 12px;
  }
}

.block-confiance {
  position: relative;
  padding: 0 10vw;
}
.block-confiance .title-with-button {
  width: auto;
  float: none;
}
.block-confiance .slider-confiance {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.block-confiance .left-confiance,
.block-confiance .right-confiance {
  cursor: pointer;
  z-index: 10;
  height: 34px;
  width: 34px;
}
.block-confiance .right-confiance {
  right: 1%;
  top: 61%;
}
@media screen and (max-width: 768px) {
  .block-confiance .right-confiance {
    right: 1%;
    top: 64%;
  }
}
.block-confiance .left-confiance {
  left: 1%;
  top: 61%;
}
@media screen and (max-width: 768px) {
  .block-confiance .left-confiance {
    left: 1%;
    top: 64%;
  }
}
.block-confiance .item-slider-confiance {
  display: grid;
  height: 95px;
}
.block-confiance .item-slider-confiance img {
  width: 80%;
}

.block-map-monde > .container-fluid {
  padding: 0 10vw;
}
.block-map-monde .title-bg {
  background-color: #B8D1EC;
}
.block-map-monde .title-bg .title-bloc {
  margin: 0;
  line-height: revert;
}
.block-map-monde .map-monde {
  position: relative;
}
.block-map-monde .map-monde h4:not(.ckeditor-content *) {
  font-size: 30px;
  padding: 0 10vw;
}
@media screen and (max-width: 768px) {
  .block-map-monde .map-monde h4:not(.ckeditor-content *) {
    font-size: 20px;
    line-height: 26px;
  }
}
.block-map-monde .map-monde .img-map-monde {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-map-monde .map-monde nav {
  background-color: #007EB5;
  position: absolute;
  width: 224px;
  top: 9%;
  right: 0px;
  margin: auto;
  display: block;
}
.block-map-monde .map-monde nav li a:not(.ckeditor-content *) {
  display: block;
  padding: 8px 8px;
  text-align: center;
  color: #FFF;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}
.block-map-monde .map-monde nav li a:not(.ckeditor-content *).active {
  background-color: #FFEB7A;
  color: #004278;
}
.block-map-monde .map-monde nav li a:not(.ckeditor-content *):hover {
  background-color: #FFEB7A;
  color: #FFF;
}
.block-map-monde .image-map {
  display: none;
}
.block-map-monde .image-map.active {
  display: block;
}
.block-map-monde .form-select {
  display: block;
  width: 80%;
  margin: 20px auto;
  border: 2px solid #004278;
  color: #004278;
  font-weight: 800;
  font-size: 15px;
}
.block-map-monde .select-menu {
  display: none;
}
.block-map-monde .navbar-menu {
  display: block;
}
@media (max-width: 576px) {
  .block-map-monde .navbar-menu {
    display: none;
  }
  .block-map-monde .select-menu {
    display: block;
  }
}

footer {
  background-color: #004278;
  margin-top: 30px;
  width: 100%;
  float: initial;
}
footer .content-footer {
  color: #FFF;
  padding: 50px 10vw;
}
footer .content-footer h3:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 3px;
}
footer .content-footer p:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 3px;
  color: #FFF;
}
footer .content-footer a:not(.ckeditor-content *) {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
footer .content-footer ul:not(.ckeditor-content *) {
  padding: 0;
}
footer .content-footer ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .content-footer ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
    margin-bottom: 0px;
  }
}
footer .content-footer ul:not(.ckeditor-content *) li:not(.ckeditor-content *) a:not(.ckeditor-content *) {
  transition: text-shadow 0.3s;
}
footer .content-footer ul:not(.ckeditor-content *) li:not(.ckeditor-content *) a:not(.ckeditor-content *):hover {
  text-shadow: 0 0 0.65px #FFF, 0 0 0.65px #FFF;
}

.modal-metier .modal-dialog, .modal-implantation .modal-dialog {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .modal-metier .modal-dialog, .modal-implantation .modal-dialog {
    width: 93%;
    margin: auto;
    top: 71px;
  }
}
.modal-metier .modal-header, .modal-implantation .modal-header {
  padding-bottom: 0;
  border: none;
}
.modal-metier .modal-body iframe, .modal-implantation .modal-body iframe {
  width: 100%;
}

.block-histoire {
  position: relative;
  background-color: #B8D1EC;
}
.block-histoire .slider-histoire {
  overflow: hidden;
}
.block-histoire .item-slider-histoire {
  display: grid;
}
.block-histoire .item-slider-histoire .image-histoire {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-histoire .left,
.block-histoire .right {
  cursor: pointer;
  height: 34px;
  width: 34px;
}
.block-histoire .slider-histoire {
  width: 100%;
  height: 100%;
}
.block-histoire .slider-histoire .swiper-pagination {
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0;
  text-align: left;
  margin-bottom: 25px;
}
.block-histoire .slider-histoire .swiper-slide {
  text-align: left;
  font-size: 18px;
  /* Center slide text vertically */
}
.block-histoire .slider-histoire .swiper-wrapper {
  cursor: pointer;
}
.block-histoire .slider-histoire .swiper-pagination-bullet {
  padding: 0;
  border-radius: 0;
  width: auto;
  text-align: center;
  font-size: 20px;
  color: #004278;
  opacity: 1;
  background: inherit;
  height: auto;
}
.block-histoire .slider-histoire .swiper-pagination-bullet {
  color: transparent;
  -webkit-text-stroke: 4px #004278;
  font-size: 64px;
  text-align: center;
  margin: 0 35px 0 0 !important;
  font-weight: 900;
  padding: 0 10px;
  line-height: 85px;
}
.block-histoire .slider-histoire .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}
.block-histoire .slider-histoire .swiper-pagination-bullet-active {
  color: #004278;
  font-weight: 700;
  background: linear-gradient(to right, #FFEB7A 100%, #FFEB7A 100%);
}
.block-histoire .slider-histoire .item-slider-histoire span:not(.ckeditor-content *) {
  text-align: left;
  font-weight: 800;
  font-size: 35px;
  line-height: 48px;
  padding: 1px 10px;
  display: inline-block;
}
.block-histoire .slider-histoire .item-slider-histoire p:not(.ckeditor-content *) {
  color: #09090B;
  margin-top: 30px;
  width: 96%;
}
.block-histoire .slider-histoire .item-slider-histoire img {
  width: 100%;
  object-fit: cover;
}

.block-chiffres {
  padding: 0 10vw;
}
.block-chiffres.block-chiffres-yellow {
  background-color: #FFEB7A;
}
.block-chiffres.block-chiffres-yellow .text-with-bg {
  background: linear-gradient(to right, #FFF 100%, #FFF 100%);
}

.content-chiffres {
  width: 62%;
  margin: auto;
}
@media (max-width: 1800px) {
  .content-chiffres {
    width: 90%;
  }
}
.content-chiffres h2:not(.ckeditor-content *) {
  font-size: 37px;
  font-weight: 800;
  padding: 0 10px;
}
.content-chiffres p:not(.ckeditor-content *) {
  font-size: 25px;
  line-height: 30px;
}

.block-cols .left {
  flex-direction: row;
}
.block-cols .right {
  flex-direction: row-reverse;
}
.block-cols h2:not(.ckeditor-content *) {
  font-size: 25px;
  font-weight: 800;
}
.block-cols {
  padding: 0 10vw;
}
.block-cols p:not(.ckeditor-content *) {
  font-size: 15px;
  line-height: 20px;
}
.block-cols .text-with-bg {
  line-height: 18px;
  margin-bottom: 24px;
}
.block-cols ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
  font-size: 15px;
  line-height: 30px;
  list-style: disc;
}
.block-cols a.button {
  background-color: #007EB5;
  color: #FFF;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 5px auto;
  text-align: center;
  min-width: 230px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .block-cols a.button {
    font-size: 16px;
  }
}
.block-cols a.button:hover {
  background-color: #FFEB7A;
  color: #042F52;
}

.block-nos-actu.block-offres {
  background: linear-gradient(0deg, #FFF 35%, #FFEB7A 30%, #FFEB7A 50%);
  padding-left: 10vw;
  padding-right: 10vw;
}
.block-nos-actu.block-offres .slider-offres {
  overflow: hidden;
  padding: 0 7px 15px;
  margin: auto;
}
.block-nos-actu.block-offres .slider-offres .item-slider-actu {
  position: relative;
}
.block-nos-actu.block-offres .slider-offres .icon-actu {
  position: absolute;
  top: 10px;
  left: 10px;
}
.block-nos-actu.block-offres .slider-offres .text-actu {
  position: absolute;
  top: 370px;
  left: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  color: #FFEB7A;
  margin: 0;
  width: 59%;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp {
  background-color: white;
  border: 3px solid #007EB5;
  border-radius: 8px;
  padding: 20px;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp h4:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp h3:not(.ckeditor-content *) {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 5px;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp h5:not(.ckeditor-content *),
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp .offer-job-profile {
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  color: #042F52;
  margin-bottom: 5px;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp .btn {
  border: 1px solid #042F52;
  color: #042F52;
  background-color: transparent;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp .btn:hover {
  color: #FFF;
  background-color: #042F52;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp span:not(.ckeditor-content *) {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 15.6px;
}
.block-nos-actu.block-offres .slider-offres .item-slider-offre-emp img {
  width: 17px;
}
.block-nos-actu.block-offres .arrows .left-actu, .block-nos-actu.block-offres .arrows .right-actu {
  top: 43%;
}
.block-nos-actu.block-expertise-audit {
  background: #FFEB7A;
  padding: 0 10vw;
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit p:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #042F52;
}
@media screen and (max-width: 768px) {
  .block-nos-actu.block-expertise-audit .slider-expertise-audit p:not(.ckeditor-content *) {
    font-size: 14px;
  }
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit ul:not(.ckeditor-content *) {
  list-style: disc;
  color: #042F52;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .block-nos-actu.block-expertise-audit .slider-expertise-audit ul:not(.ckeditor-content *) {
    font-size: 14px;
  }
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit img {
  width: 100%;
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit h3:not(.ckeditor-content *) {
  color: #004278;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .block-nos-actu.block-expertise-audit .slider-expertise-audit h3:not(.ckeditor-content *) {
    font-size: 26px;
    margin-top: 16px;
  }
}
.block-nos-actu.block-expertise-audit .swiper-pagination {
  position: static;
  width: auto;
  justify-content: end;
  font-size: 30px;
  font-weight: 400;
  color: #042F52;
}
.block-nos-actu.block-expertise-audit .swiper-pagination .swiper-pagination-total {
  font-weight: 800;
}

.arrows {
  display: flex;
  gap: 5px;
  margin-top: 3px;
}

.block-nos-implantations {
  padding: 0 10vw;
}
.block-nos-implantations img {
  width: 100%;
  max-height: 381px;
  object-fit: cover;
}
.block-nos-implantations .block-profil {
  padding: 0 45px;
}
.block-nos-implantations .block-profil span:not(.ckeditor-content *) {
  font-size: 20px;
  line-height: 24px;
  color: #042F52;
}
.block-nos-implantations .block-profil img {
  height: 125px;
  width: 125px;
  object-fit: cover;
}
.block-nos-implantations ul:not(.ckeditor-content *) {
  list-style: disc;
  color: #042F52;
}
.block-nos-implantations ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.block-ns-trouver .menu-pays {
  background-color: #017EB5;
  padding: 30px 50px 40px;
  width: 80%;
}
.block-ns-trouver .menu-pays h3:not(.ckeditor-content *) {
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  color: #FFF;
}
.block-ns-trouver .menu-pays ul:not(.ckeditor-content *) {
  list-style: disc;
  color: #FFEB7A;
}
.block-ns-trouver .menu-pays ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 13px;
}
.block-ns-trouver img {
  width: 100%;
}

.contact-form {
  width: 773px;
  margin: auto;
}
.contact-form .form-control {
  border: 5px solid #B8D1EC;
  border-radius: 8px;
  color: #004278;
  font-size: 18px;
  font-weight: 800;
}
.contact-form .form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #004278;
}
.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #004278;
}
.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #004278;
}
.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #004278;
}
.contact-form .form-control::placeholder { /* Standard */
  color: #004278;
}
.contact-form .btn {
  background-color: #FFEB7A;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  border: none;
  padding: 9px 71px;
}
.contact-form p:not(.ckeditor-content *) {
  font-size: 15px;
  font-weight: 400;
  color: #042F52;
  line-height: 18px;
}

.block-videos {
  width: 100%;
  float: left;
}
.block-videos.blue {
  background-color: #B8D1EC;
}
.block-videos .desc-video-in-block {
  background-color: #FFEB7A;
  width: 100%;
  color: #042F52;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .block-videos .desc-video-in-block {
    font-size: 15px;
  }
}
.block-videos .desc-video-in-block span:not(.ckeditor-content *) {
  font-weight: 900;
}
.block-videos ul:not(.ckeditor-content *) {
  color: #042F52;
  list-style: disc;
}
.block-videos ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .block-videos ul:not(.ckeditor-content *) li:not(.ckeditor-content *) {
    font-size: 17px;
  }
}
.block-videos .video-row.left {
  flex-direction: row;
}
.block-videos .video-row.right {
  flex-direction: row-reverse;
}
.block-videos .video-in-block {
  position: relative;
}
.block-videos .video-in-block .video-cover {
  width: 100%;
  max-height: 381px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 0;
  top: 0;
}
.block-videos .video-in-block .icone-play-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: initial !important;
  max-height: auto;
  cursor: pointer;
}
.block-videos .video-in-block .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.block-poles {
  background-color: #B8D1EC;
  padding: 2rem 10vw;
}
.block-poles .btn-secteur {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-poles .btn-secteur {
    font-size: 17px;
  }
}
.block-poles .btn-secteur span:not(.ckeditor-content *) {
  display: block;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .block-poles .btn-secteur span:not(.ckeditor-content *) {
    font-size: 22px;
  }
}
.block-poles .btn-secteur p:not(.ckeditor-content *) {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  width: 71%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .block-poles .btn-secteur p:not(.ckeditor-content *) {
    text-align: center;
    width: 96%;
  }
}
.block-poles img {
  margin-bottom: 12px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .block-poles img {
    width: 66%;
  }
}
.block-poles .img-second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  display: none;
}
.block-poles .btn-secteur:hover .img-second {
  display: block;
}
@media screen and (max-width: 768px) {
  .block-poles .btn-secteur:hover .img-second {
    width: 62%;
  }
}

@media screen and (max-width: 768px) {
  .block-map-labs img {
    width: 100%;
  }
}

.block-nos-expertise {
  padding: 0 10vw;
}
.block-nos-expertise .image-item-expertise {
  height: 200px;
}
.block-nos-expertise .image-item-expertise img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-nos-expertise .title-item-expertise {
  background-color: #004278;
  padding: 0.5rem;
}
.block-nos-expertise .title-item-expertise:hover {
  background-color: #B8D1EC;
}
.block-nos-expertise .title-item-expertise h6:not(.ckeditor-content *) {
  font-size: 25px;
  font-weight: 800;
  color: #FFF;
  text-align: center;
}
.block-nos-expertise .title-item-expertise h6:not(.ckeditor-content *):hover {
  color: #000000;
}

.block-btns .btn {
  background-color: #B8D1EC;
  color: #000000;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 10px;
  margin: auto;
  text-align: center;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  .block-btns .btn {
    font-size: 16px;
  }
}
.block-btns .btn:hover {
  background-color: #0F4376;
  color: #B8D1EC;
}

@media (max-width: 575.98px) {
  .g-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.title-bg-yellow {
  background-color: #FFEB7A;
  width: auto;
  color: #042F52;
  font-size: 25px;
  font-weight: 900;
  padding: 0 0.5rem;
  line-height: 30px;
  margin-bottom: 16px;
}

.block-content {
  padding: 0 10vw;
}
@media screen and (max-width: 768px) {
  .block-content .row-content {
    flex-direction: column !important;
  }
}
.block-content .row-content .col-content {
  text-align: left;
}
.block-content .row-content .col-content .btn {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 15px;
}
.block-content .row-content .col-content .btn:hover {
  background-color: #FFEB7A;
  color: #007EB5;
}
@media screen and (max-width: 768px) {
  .block-content .row-content .col-content .btn {
    position: relative;
    float: none;
    margin: auto;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
  }
}
.block-content .row-content .col-image img {
  width: 100%;
}

.block-accordeon-content {
  padding: 0 10vw;
}

#accordion-content {
  margin-bottom: 50px;
}
#accordion-content .accordion-body {
  margin-left: 57px;
}
#accordion-content .accordion-header span:not(.ckeditor-content *) {
  font-size: 30px;
  color: #0F4376;
  font-weight: 600;
}
#accordion-content .accordion-button {
  background-color: transparent;
  border-radius: inherit;
  border-bottom: none;
  box-shadow: inherit;
}
#accordion-content .accordion-item:first-of-type {
  border-radius: inherit;
}
#accordion-content .accordion-item {
  border-right: 0;
  border-left: 0;
  border-bottom-color: #017EB5;
  border-bottom-width: 4px;
  border-top-color: #017EB5;
  border-top-width: 4px;
  border-radius: inherit;
}
#accordion-content .accordion-button .icon-toggle {
  transition: transform 0.3s ease;
}
#accordion-content .accordion-button::before {
  content: "+" !important;
  background-image: none !important;
  font-size: 40px;
  font-weight: 800;
  border: 3px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 33px;
  color: #0F4376;
  margin-right: 14px;
}
#accordion-content .accordion-button:not(.collapsed)::before {
  content: "-" !important;
  transform: none;
}
#accordion-content .accordion-button::after {
  display: none;
}
#accordion-content.accordion-groupe-sii .accordion-body {
  margin: 0;
}
#accordion-content.accordion-groupe-sii .accordion-body img {
  border-radius: 50%;
  height: 215px;
  width: 215px;
  object-fit: cover;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
#accordion-content.accordion-groupe-sii .accordion-body h6:not(.ckeditor-content *) {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #0F4376;
}
#accordion-content.accordion-groupe-sii .accordion-body h6:not(.ckeditor-content *) strong:not(.ckeditor-content *) {
  font-weight: 900;
}

.block-thematiques {
  padding: 0 10vw;
}
.block-thematiques h3:not(.ckeditor-content *) {
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  line-height: 36px;
  color: #FFF;
  margin-bottom: 18px;
}
.block-thematiques p:not(.ckeditor-content *) {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #FFF;
  margin: 0;
}
.block-thematiques .bg-yellow h3:not(.ckeditor-content *), .block-thematiques .bg-yellow p, .block-thematiques .bg-blue-light h3:not(.ckeditor-content *), .block-thematiques .bg-blue-light p {
  color: #042F52;
}

.steps {
  margin-top: 5vh;
}
.steps .step {
  text-align: center;
}
.steps .step .num {
  background-color: #FFEB7A;
  color: #042F52;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 800;
  margin: auto;
  transform: translateY(-50%);
}
.steps .step .title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.steps .step .text {
  font-size: 20px;
  font-weight: 400;
  color: #FFEB7A;
  line-height: 1.2;
  margin: 10px 0 30px;
}

.widgets {
  padding: 5vh 10vw 0;
}
.widgets .widgets-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .widgets .widgets-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .widgets .widgets-container {
    grid-template-columns: 1fr;
  }
}
.widgets .widgets-container .widget {
  position: relative;
  width: 90%;
  padding: 20px;
  overflow: hidden;
  /* Aspect ratio 1:1 pour créer un carré */
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.widgets .widgets-container .widget.double {
  grid-row: span 2;
  aspect-ratio: 1/2.14;
}
.widgets .widgets-container .widget .image {
  margin-bottom: 10px;
}
.widgets .widgets-container .widget .image img {
  max-width: 100%;
}
.widgets .widgets-container .widget .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.widgets .widgets-container .widget .title.blue-dark {
  color: #042F52;
}
.widgets .widgets-container .widget .title.yellow {
  color: #FFEB7A;
}
.widgets .widgets-container .widget .title.white {
  color: #fff;
}
.widgets .widgets-container .widget .text {
  font-size: 20px;
  font-weight: 400;
  color: #042F52;
  line-height: 1.2;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
.widgets .widgets-container .widget .text p:not(.ckeditor-content *) {
  margin: 0;
}
.widgets .widgets-container .widget .text.blue-dark {
  color: #042F52;
}
.widgets .widgets-container .widget .text.yellow {
  color: #FFEB7A;
}
.widgets .widgets-container .widget .text.white {
  color: #fff;
}
.widgets .widgets-container .widget .link {
  width: 25px;
  height: 25px;
  padding: 0 0 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 800;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.widgets .widgets-container .widget .link.blue-dark {
  background-color: #042F52;
  color: #FFEB7A;
}
.widgets .widgets-container .widget .link.yellow {
  background-color: #FFEB7A;
  color: #042F52;
}
.widgets .column-separator {
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 6px;
  background-color: #0066b2; /* Couleur bleue comme dans l'image */
}
.widgets {
  /* Premier séparateur */
}
.widgets .column-separator:nth-child(1) {
  left: 33.33%;
  transform: translateX(-1px);
}
.widgets {
  /* Deuxième séparateur */
}
.widgets .column-separator:nth-child(2) {
  left: 66.66%;
  transform: translateX(-1px);
}
@media (max-width: 768px) {
  .widgets .column-separator {
    display: none;
  }
}

.links {
  padding: 5vh 10vw;
}
.links .links-container {
  margin-top: 15px;
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.links .links-container a:not(.ckeditor-content *):hover {
  background-color: #FFEB7A !important;
  color: #042F52 !important;
}

/* Responsive */
