@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.ttf");
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0.08px;
  font-family: "Poppins";
}

.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: -44px;
}
.slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #007CD8;
  opacity: 0.26;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.container {
  max-width: 100%;
}
@media (min-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1224px;
    padding: 0;
  }
}

.cmplz-cookiebanner .cmplz-close:hover {
  line-height: 20px !important;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 99998;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 1s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 1s, opacity 0s ease-in-out 0s;
}
@media (max-width: 993px) {
  .site-header {
    z-index: 99999;
  }
}
.site-header.is-sticky {
  position: sticky;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.site-header .top-header {
  background-color: #FFC14A;
  padding: 10px 0;
}
.site-header .top-header .content-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .top-header .content-top-header > div {
  padding-right: 23px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.18px;
}
.site-header .top-header .content-top-header > div a {
  color: #000;
  text-decoration: none;
}
.site-header .top-header .content-top-header > div a:hover {
  text-decoration: none;
}
.site-header .top-header .content-top-header > div a span {
  text-decoration: underline;
}
.site-header .top-header .content-top-header > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #000;
  opacity: 0.15;
}
.site-header .top-header .content-top-header > div:last-child {
  padding-right: 0;
}
.site-header .top-header .content-top-header > div:last-child::after {
  content: none;
}
.site-header .top-header .content-top-header > div .default-btn {
  padding: 6px 10px;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
  border-color: #000;
  background-color: transparent;
  text-decoration: none;
  border-width: 1px;
}
.site-header .top-header .content-top-header > div .default-btn:hover {
  background-color: #FFF;
  /*background-color: $color-move;*/
  border-color: #FFF;
  color: #000;
}
@media (max-width: 767px) {
  .site-header .top-header {
    padding: 12px 0;
  }
  .site-header .top-header .content-top-header {
    gap: 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .top-header .content-top-header > div {
    padding-right: 21px;
  }
  .site-header .top-header .content-top-header > div:nth-child(2) {
    padding-right: 0;
  }
  .site-header .top-header .content-top-header > div:nth-child(2)::after {
    content: none;
  }
  .site-header .top-header .content-top-header > div:last-child {
    margin-left: auto;
  }
  .site-header .top-header .content-top-header > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 340px) {
  .site-header .top-header .content-top-header {
    gap: 0 12px;
  }
  .site-header .top-header .content-top-header > div {
    padding-right: 12px;
  }
}
.site-header .navbar-toggler {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9488E3;
}
.site-header .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  margin: 6px 0;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.site-header .navbar-toggler span:nth-child(2) {
  margin: 0;
}
.site-header .navbar-toggler.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
      -ms-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.site-header .navbar-toggler.is-open span:nth-child(2) {
  opacity: 0;
}
.site-header .navbar-toggler.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.site-header .main-header {
  padding: 12px 0;
  -webkit-box-shadow: 0px 4.99983px 9.99967px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4.99983px 9.99967px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1400px) {
  .site-header .main-header .container {
    max-width: 1324px;
    padding: 0;
  }
}
.site-header .main-header .content-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
.site-header .main-header .content-main-header .logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .site-header .main-header .content-main-header {
    display: block;
  }
  .site-header .main-header .content-main-header .logo-header > a {
    margin-right: auto;
  }
  .site-header .main-header .content-main-header .logo-header > a img {
    width: 90px;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-header {
    padding: 30px 30px 0;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body {
    padding: 1rem 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .menu-main-container {
    margin-bottom: 20px;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header {
    background-color: transparent;
    position: relative;
    margin-top: auto;
    padding: 20px 0;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -30px;
    background-color: #FFC14A;
    z-index: -1;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header {
    gap: 14px 0;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header > div {
    padding-bottom: 14px;
    padding-right: 0;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header > div > a {
    display: inline-block;
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header > div::after {
    bottom: 0;
    top: auto;
    left: 50%;
    right: auto;
    width: 190px;
    height: 1px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header > div:nth-child(2)::after {
    content: "";
  }
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header .content-top-header > div:last-child {
    padding-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-header .main-header .content-main-header .offcanvas .offcanvas-body .top-header {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .site-header .main-header .content-main-header .offcanvas-start {
    width: 100%;
  }
}
.site-header .main-header .navbar {
  list-style: none;
  gap: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .site-header .main-header .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-header .main-header .navbar .current-menu-item > a {
  font-weight: 600;
}
.site-header .main-header .navbar > .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1199px) {
  .site-header .main-header .navbar > .menu-item {
    width: 100%;
  }
}
.site-header .main-header .navbar > .menu-item:hover > .dropdown-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.site-header .main-header .navbar > .menu-item:hover .dropdown-toggle i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.site-header .main-header .navbar > .menu-item:last-child > .dropdown-menu {
  right: 0;
}
.site-header .main-header .navbar > .menu-item .nav-link {
  font-size: 15px;
  line-height: 19px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 8px 0;
}
.site-header .main-header .navbar > .menu-item .dropdown-toggle {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.site-header .main-header .navbar > .menu-item .dropdown-toggle:after {
  content: none;
}
.site-header .main-header .navbar > .menu-item .dropdown-toggle i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
@media (max-width: 1199px) {
  .site-header .main-header .navbar > .menu-item .dropdown-toggle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header .main-header .navbar > .menu-item .dropdown-toggle i {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .site-header .main-header .navbar > .menu-item .dropdown-toggle:not(.show) i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.site-header .main-header .navbar > .menu-item::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 50%;
  margin-right: 11px;
}
.site-header .main-header .navbar > .menu-item:nth-child(1)::before {
  background-color: #007CD8;
}
.site-header .main-header .navbar > .menu-item:nth-child(1) .current-menu-item > a, .site-header .main-header .navbar > .menu-item:nth-child(1).current-menu-item > a {
  color: #007CD8;
}
.site-header .main-header .navbar > .menu-item:nth-child(1) .nav-link:hover {
  color: #007CD8;
}
.site-header .main-header .navbar > .menu-item:nth-child(2)::before {
  background-color: #23C4B4;
}
.site-header .main-header .navbar > .menu-item:nth-child(2) .current-menu-item > a, .site-header .main-header .navbar > .menu-item:nth-child(2).current-menu-item > a {
  color: #23C4B4;
}
.site-header .main-header .navbar > .menu-item:nth-child(2) .nav-link:hover {
  color: #23C4B4;
}
.site-header .main-header .navbar > .menu-item:nth-child(3)::before {
  background-color: #FFC14A;
}
.site-header .main-header .navbar > .menu-item:nth-child(3) .current-menu-item > a, .site-header .main-header .navbar > .menu-item:nth-child(3).current-menu-item > a {
  color: #FFC14A;
}
.site-header .main-header .navbar > .menu-item:nth-child(3) .nav-link:hover {
  color: #FFC14A;
}
.site-header .main-header .navbar > .menu-item:nth-child(4)::before {
  background-color: #FF5400;
}
.site-header .main-header .navbar > .menu-item:nth-child(4) .current-menu-item > a, .site-header .main-header .navbar > .menu-item:nth-child(4).current-menu-item > a {
  color: #FF5400;
}
.site-header .main-header .navbar > .menu-item:nth-child(4) .nav-link:hover {
  color: #FF5400;
}
.site-header .main-header .navbar > .menu-item:nth-child(5)::before {
  background-color: #9488E3;
}
.site-header .main-header .navbar > .menu-item:nth-child(5) .current-menu-item > a, .site-header .main-header .navbar > .menu-item:nth-child(5).current-menu-item > a {
  color: #9488E3;
}
.site-header .main-header .navbar > .menu-item:nth-child(5) .nav-link:hover {
  color: #9488E3;
}
.site-header .main-header .navbar > .menu-item .dropdown-menu {
  padding: 10px 0;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: static !important;
}
.site-header .main-header .navbar > .menu-item .dropdown-menu > .menu-item {
  margin-bottom: 4px;
}
.site-header .main-header .navbar > .menu-item .dropdown-menu > .menu-item:last-child {
  margin-bottom: 0;
}
.site-header .main-header .navbar > .menu-item .dropdown-menu > .menu-item .nav-link {
  padding: 4px 15px;
}
.site-header .main-header .navbar > .menu-item .dropdown-menu > .menu-item .nav-link:hover {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .site-header .main-header .navbar > .menu-item .dropdown-menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.23);
            box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    padding: 20px 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: block;
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    pointer-events: none;
    top: 100%;
    position: absolute !important;
  }
}
@media (max-width: 1199px) {
  .site-header .main-header .navbar > .menu-item .dropdown-menu {
    width: 100%;
    padding: 4px 10px 0;
  }
}
@media (max-width: 1200px) {
  .site-header .main-header {
    padding: 16px 0;
  }
}

.cerene-footer {
  color: #FFF;
  overflow: hidden;
}
@media (min-width: 1270px) {
  .cerene-footer .container {
    max-width: 1260px;
  }
}
.cerene-footer .logo {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.74);
}
.cerene-footer .logo strong {
  font-weight: 600;
  font-size: 16px;
  color: white;
}
.cerene-footer .row {
  gap: 30px 0;
}
.cerene-footer p, .cerene-footer figure {
  margin-bottom: 0;
}
.cerene-footer a {
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.cerene-footer .main-footer {
  background-color: #6457BE;
  padding: 68px 0;
}
.cerene-footer .main-footer a:hover {
  color: #FFC14A;
}
.cerene-footer .main-footer #top-scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 1000;
  bottom: 93px;
  right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0px;
}
.cerene-footer .main-footer #top-scroll button {
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 100%;
  background-color: #463B89;
  color: #fff;
}
@media (max-width: 993px) {
  .cerene-footer .main-footer #top-scroll {
    bottom: 195px;
    /*right: 21px;*/
  }
}
.cerene-footer .mc4wp-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 32px 0 30px;
  gap: 20px 0;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px 0;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control {
  border-radius: 100px;
  height: 50px;
  font-size: 15px;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control::-webkit-input-placeholder {
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control::-moz-placeholder {
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control:-ms-input-placeholder {
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control::-ms-input-placeholder {
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control::placeholder {
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #717171;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .default-btn {
  background-color: transparent;
  color: #FFF;
  min-height: 45px;
  min-width: 139px;
}
.cerene-footer .mc4wp-form .mc4wp-form-fields .default-btn:hover {
  background-color: #FFF;
  color: #323232;
}
@media (max-width: 993px) {
  .cerene-footer .mc4wp-form .default-btn {
    width: 100%;
  }
}
.cerene-footer .bloc-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 32px 0 45px;
  gap: 20px 0;
}
.cerene-footer .bloc-newsletter .content-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.cerene-footer .bloc-newsletter .title-newsletter {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.cerene-footer .bloc-newsletter .sub-title-newsletter {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.74);
}
.cerene-footer .bloc-newsletter .sub-title-newsletter p:first-child {
  margin-bottom: 0;
}
.cerene-footer .bloc-newsletter .form-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px 0;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control {
  border-radius: 100px;
  height: 50px;
  font-size: 15px;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control::-webkit-input-placeholder {
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control::-moz-placeholder {
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control:-ms-input-placeholder {
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control::-ms-input-placeholder {
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control::placeholder {
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #717171;
}
.cerene-footer .bloc-newsletter .form-newsletter .default-btn {
  background-color: transparent;
  color: #FFF;
  min-height: 45px;
  min-width: 139px;
}
.cerene-footer .bloc-newsletter .form-newsletter .default-btn:hover {
  background-color: #FFF;
  color: #323232;
}
.cerene-footer .footer-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.cerene-footer .footer-navigation .menu > .menu-item {
  min-width: 156px;
}
.cerene-footer .footer-navigation .menu > .menu-item > a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 27px;
  display: block;
}
.cerene-footer .footer-navigation .menu > .menu-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cerene-footer .footer-navigation .menu > .menu-item ul a {
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.74);
}
.cerene-footer .footer-navigation .menu > .menu-item ul a:hover {
  color: #FFC14A;
}
@media (max-width: 993px) {
  .cerene-footer .footer-navigation .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cerene-footer .footer-navigation .menu > .menu-item {
    width: calc(33.333% - 20px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cerene-footer .footer-navigation .menu > .menu-item {
    width: 100%;
    text-align: center;
  }
  .cerene-footer .footer-navigation .menu > .menu-item.is-open > a {
    color: #FFC14A;
  }
  .cerene-footer .footer-navigation .menu > .menu-item.is-open > a:after {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  .cerene-footer .footer-navigation .menu > .menu-item > a {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .cerene-footer .footer-navigation .menu > .menu-item > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .cerene-footer .footer-navigation .menu > .menu-item .sub-menu {
    padding-top: 20px;
  }
}
.cerene-footer .bloc-social .wp-block-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 14px;
  min-width: 200px;
  margin: 0;
}
.cerene-footer .bloc-social .wp-block-social-links li {
  background-color: rgba(255, 255, 255, 0.07);
  width: 38px;
  min-width: 38px;
  height: 38px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.cerene-footer .bloc-social .wp-block-social-links li a {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #FFF;
}
.cerene-footer .bloc-social .wp-block-social-links li a:hover {
  font-size: 18px;
  color: #FFC14A !important;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-instagram svg {
  display: none;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-instagram a:before {
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-linkedin svg {
  display: none;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-linkedin a:before {
  content: "\f0e1";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-youtube svg {
  display: none;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-youtube a:before {
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-facebook svg {
  display: none;
}
.cerene-footer .bloc-social .wp-block-social-links li.wp-social-link-facebook a:before {
  content: "\f39e";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.cerene-footer .bottom-footer {
  background-color: #463B89;
  padding: 25px 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.cerene-footer .bottom-footer .footer-copyright {
  text-transform: uppercase;
}
.cerene-footer .bottom-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px 36px;
}
.cerene-footer .bottom-footer .menu li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.cerene-footer .bottom-footer .menu li a:hover {
  color: #FFC14A;
}
@media (max-width: 993px) {
  .cerene-footer .bottom-footer .footer-copyright {
    text-align: center;
  }
  .cerene-footer .bottom-footer .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cerene-footer .bottom-footer .row {
    gap: 20px 0;
  }
  .cerene-footer .bottom-footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cerene-footer .option-footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: auto;
  gap: 30px;
}
.cerene-footer .option-footer-mobile .bloc-newsletter {
  text-align: center;
  width: 100%;
  margin: 0;
}
.cerene-footer .option-footer-mobile .bloc-newsletter .form-newsletter form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .cerene-footer .main-footer {
    padding: 50px 0;
  }
  .cerene-footer .logo {
    text-align: center;
  }
}

.bottom-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px 36px;
}
@media (max-width: 993px) {
  .bottom-footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .bottom-footer-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bloc-breadcrumbs {
  margin-bottom: 36px;
}
.bloc-breadcrumbs > span {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bloc-breadcrumbs > span > span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
}
.bloc-breadcrumbs > span span a {
  color: #B3B3B3;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bloc-breadcrumbs > span span a:hover {
  color: #323232;
}
.bloc-breadcrumbs > span span:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 16px;
  font-size: 16px;
  color: #B3B3B3;
}
.bloc-breadcrumbs > span span:last-child {
  color: #323232;
}
.bloc-breadcrumbs > span span:last-child::after {
  content: none;
}
@media (max-width: 993px) {
  .bloc-breadcrumbs {
    display: none;
  }
}

.item-select {
  position: relative;
}

.select2.select2-container {
  width: 100% !important;
}
.select2 .select2-selection--single {
  padding: 5px 18px;
  height: 45px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 33px;
  font-family: "Poppins";
  font-weight: 400;
  color: #1A1A1A;
}
.select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #676767;
}
.select2 .select2-selection--single .select2-selection__clear {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .select2-selection--single .select2-selection__clear span {
  color: #000;
}
.select2 .select2-selection--single .select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 100%;
  right: 12px;
}
.select2 .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 12px;
  height: auto;
}
.select2 .select2-selection--single .select2-selection__arrow b::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 0;
  color: #898c91;
}
.select2 .select2-selection--multiple {
  padding: 5px 12px;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  font-size: 14px;
  line-height: 33px;
  font-family: "Poppins";
  font-weight: 400;
  color: #9488E3;
}
.select2 .select2-selection--multiple:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.select2 .select2-selection--multiple textarea {
  color: #a4aaae;
  font-family: var(--default-font-regular) !important;
  height: 28px !important;
  line-height: 28px;
}
.select2 .select2-selection--multiple textarea::-webkit-input-placeholder {
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea::-moz-placeholder {
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea:-ms-input-placeholder {
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea::-ms-input-placeholder {
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea::placeholder {
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a4aaae;
}
.select2 .select2-selection--multiple textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a4aaae;
}
.select2 .select2-selection--multiple .select2-search__field {
  margin: 0;
}
.select2 .select2-selection--multiple .select2-selection__rendered {
  max-width: 100%;
  margin: 0;
}
.select2 .select2-selection--multiple .select2-selection__choice {
  margin: 3px 10px 3px 0;
  border: 0;
  padding: 3px 10px 3px 30px;
  background-color: #192f4e;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0;
}
.select2 .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: 400;
  padding: 0 6px;
  bottom: 0;
  border-radius: 0;
  background-color: #192f4e;
}
.select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #cd5656;
  color: #fff;
}
.select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotateX(-180deg);
          transform: translate(-50%, -50%) rotateX(-180deg);
}
.select2.select2-container--open .select2-selection--multiple:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.select2-dropdown {
  border: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 17px;
  font-family: "Poppins";
  font-weight: 400;
}
.select2-dropdown .select2-results__option {
  padding: 10px 16px;
}
.select2-dropdown .select2-results__option.select2-results__message {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #9488E3;
  color: #fff;
}
.select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: #9488E3 !important;
  color: #fff;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  height: 28px;
  border-radius: 0px;
  border: 1px solid #e3e3e3;
}
.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-dropdown.dropdown-offers {
  margin-top: 30px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.leaflet-bottom {
  /*display: none;*/
}
.leaflet-bottom .leaflet-control-attribution {
  display: none;
}

.leaflet-touch .leaflet-bar {
  border: none;
  background: #fff;
  border-radius: 20px;
  padding: 2px 4px;
}
.leaflet-touch .leaflet-bar a {
  width: 25px;
  height: 25px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper {
  -webkit-filter: drop-shadow(0px 2px 32px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 2px 32px rgba(0, 0, 0, 0.12));
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  padding: 0px;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
  margin: 0px;
  padding: 15px;
  max-width: 270px;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .marker-info {
  color: #3A3A3A;
  font-style: normal;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .marker-info h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 18px;
  font-family: Poppins;
  color: #3A3A3A;
  font-style: normal;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .marker-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 19px;
  font-family: Poppins;
}
.leaflet-touch .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .marker-info .url {
  color: #F50;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  font-family: Poppins;
}
.leaflet-touch .leaflet-popup .leaflet-popup-tip {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.leaflet-touch .leaflet-popup .leaflet-popup-close-button {
  top: 8px;
  right: 8px;
}
.leaflet-touch .leaflet-popup .leaflet-popup-close-button span {
  font-family: Poppins;
  font-weight: 100;
  font-size: 30px;
  color: #938F8F;
  /*&::before {
      content: "\f00d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border: 0;
      color: #898c91;
  }*/
}

.form-control {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  height: 60px;
  color: #323232;
  padding: 6px 20px;
  border-radius: 8px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #676767;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #676767;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #676767;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #676767;
}

textarea.form-control {
  min-height: 172px;
  padding: 20px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form-group .select2 .select2-selection--single {
  font-size: 18px;
  height: 60px;
}
.form-group .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
}

.input-group {
  position: relative;
}
.input-group .input-group-text {
  position: absolute;
  top: 23px;
  left: 18px;
  font-size: 18px;
  z-index: 6;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.input-group input {
  padding-left: 50px;
  border-radius: 8px !important;
}

.form-submit {
  text-align: center;
  padding-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-submit .default-btn {
  min-height: 60px;
  min-width: 208px;
  font-size: 18px;
}

.wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.wpcf7-not-valid + .select2 .select2-selection--single {
  border: 1px solid #dc3232;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
}

.wpcf7-acceptance {
  display: block;
  padding: 16px 18px;
  border-radius: 8px;
  background-color: #007CD8;
  color: #FFF;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
}
.wpcf7-acceptance input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin: 0;
  margin-top: -1px;
  border: 0;
  background-color: transparent;
  margin-left: 0;
}
.wpcf7-acceptance input[type=checkbox]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #FFF;
}
.wpcf7-acceptance input[type=checkbox]:checked::before {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#livre-blanc {
  z-index: 999999;
}
#livre-blanc .modal-dialog {
  width: 554px;
  max-width: 90%;
  margin: var(--bs-modal-margin) auto;
}
#livre-blanc .modal-dialog .modal-content {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#livre-blanc .modal-dialog .modal-content:before {
  content: "";
  position: absolute;
  top: -295px;
  left: -220px;
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 341px;
  width: 354px;
  min-width: 354px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#livre-blanc .modal-dialog .modal-content:after {
  content: "";
  position: absolute;
  bottom: -270px;
  right: -95px;
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 341px;
  width: 354px;
  min-width: 354px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#livre-blanc .modal-dialog .modal-content .close {
  display: block;
  /*width: 100%;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  text-decoration: none;
  color: #B6B6B6;
  padding: 15px;
  font-size: 30px;
  margin-left: auto;
}
#livre-blanc .modal-dialog .modal-content .modal-title {
  padding: 0 45px;
  font-size: 20px;
  font-weight: 600;
}
#livre-blanc .modal-dialog .modal-content .modal-body {
  padding: 0 45px;
}
#livre-blanc .modal-dialog .modal-content .wpcf7-form {
  padding: 30px 0px;
}
#livre-blanc .modal-dialog .modal-content .wpcf7-form .wpcf7-text {
  border-radius: 8px;
  background: rgba(164, 165, 165, 0.1);
  border: none;
}
#livre-blanc .modal-dialog .modal-content .wpcf7-form .form-submit {
  padding-top: 0px;
  width: 100%;
}
#livre-blanc .modal-dialog .modal-content .wpcf7-form .form-submit .default-btn {
  z-index: 1;
  min-width: auto;
}
#livre-blanc .modal-dialog .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-weight: bold;
  text-align: center;
  background: #46b450;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 994px) {
  #livre-blanc .modal-dialog .modal-body,
  #livre-blanc .modal-dialog .modal-title {
    padding: 0px 20px;
  }
}

.modal-backdrop {
  z-index: 999998;
}

.login-form {
  background-color: #EFECF7;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 994px) {
  .login-form::before {
    content: "";
    position: absolute;
    top: -38px;
    left: -220px;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    background-image: url("../images/motifs/motif3-try-move.svg");
    display: inline-block;
    height: 506px;
    width: 1256px;
    min-width: 1256px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .login-form::after {
    content: "";
    position: absolute;
    bottom: -280px;
    right: -338px;
    -webkit-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
            transform: rotate(144deg);
    background-image: url("../images/motifs/motif1-try-bleu.svg");
    display: inline-block;
    height: 638px;
    width: 1003px;
    min-width: 1003px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .login-form .container::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 23px;
    height: 23px;
    background-color: #F50;
    border-radius: 100px;
  }
}
.login-form .form-container {
  max-width: 554px;
  /*margin: 151px auto;*/
  margin: 0 auto;
  position: relative;
}
@media (min-width: 994px) {
  .login-form .form-container::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -78px;
    -webkit-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
            transform: rotate(144deg);
    background-image: url("../images/motifs/motif-cercle-green.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .login-form .form-container::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -170px;
    width: 23px;
    height: 23px;
    background-color: #9488E3;
    border-radius: 100px;
  }
}
.login-form .form-container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 45px 50px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #FFF;
  color: #1A1A1A;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 54.6px;
  letter-spacing: 0.08px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  border: 1px solid #DCD6EB;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.login-form .form-container .form:before {
  content: "";
  position: absolute;
  top: -250px;
  left: -195px;
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 300px;
  width: 300px;
  min-width: 300px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.login-form .form-container .form:after {
  content: "";
  position: absolute;
  bottom: -237px;
  right: -58px;
  z-index: 1;
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 300px;
  width: 300px;
  min-width: 300px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.login-form .form-container .form form {
  width: 100%;
}
.login-form .form-container .form form .with-icon {
  position: relative;
}
.login-form .form-container .form form .with-icon .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login-form .form-container .form form .with-icon .icon.see-password {
  left: auto;
  right: 18px;
  border: none;
  background: none;
}
.login-form .form-container .form form .with-icon input {
  border: none;
  border-radius: 8px;
  background: rgba(164, 165, 165, 0.1);
  padding-left: 55px;
}
.login-form .form-container .form form button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 253px;
  height: 61px;
  padding: 17px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  border-radius: 32px;
  border: 2px solid #DDD;
  background: #FFF;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 26px;
  position: relative;
  z-index: 10;
}
.login-form .form-container .form form .lost-password {
  font-weight: 500;
  line-height: 30.6px;
}
.login-form .form-container .form form .lost-password a {
  color: #1A1A1A;
  font-size: 17px;
}
.login-form .form-container .form .alert-danger p {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 20px;
}

.filter-offre {
  margin-bottom: 20px;
}

.private-check {
  max-width: 238px;
}
.private-check .form-check.form-switch {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
}
.private-check .form-check.form-switch::before {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background-color: #ECECEC;
}
.private-check .form-check.form-switch input {
  margin: 0px;
  padding: 0px;
}
.private-check .form-check.form-switch input:checked ~ label {
  color: #FFF;
  background-color: #4751DC;
  border-color: #4751DC;
}
.private-check .form-check.form-switch .default-btn {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.private-check .form-check.form-switch .default-btn:hover {
  background-color: #4751DC;
  border-color: #4751DC;
}
@media (max-width: 993px) {
  .private-check {
    max-width: 50%;
    margin: 0 auto;
  }
  .private-check .form-check.form-switch {
    padding-left: 0;
  }
  .private-check .form-check.form-switch::before {
    display: none;
  }
}

h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: auto-phrase;
}
@media (max-width: 993px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

h2, .h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: auto-phrase;
}

h3, .h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: auto-phrase;
}

.accordion .accordion-item {
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-color: #DFE5EA;
  background-color: transparent;
}
.accordion .accordion-item button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  gap: 0 20px;
}
.accordion .accordion-item button:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  width: auto;
  height: auto;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 19px;
  color: #9488E3;
}
.accordion .accordion-item button:not(.collapsed):after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.accordion .accordion-item .accordion-collapse {
  position: relative;
  top: -15px;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.009px;
  padding-right: 50px;
}
.accordion .accordion-item .accordion-body h2 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-body h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-body h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-body p, .accordion .accordion-item .accordion-body ul, .accordion .accordion-item .accordion-body ol {
  margin-bottom: 15px;
}
.accordion.accordion-plus .accordion-item {
  border: 0;
}
.accordion.accordion-plus .accordion-item:first-child button {
  padding-top: 0;
}
.accordion.accordion-plus .accordion-item button {
  padding: 26px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  gap: 20px;
}
.accordion.accordion-plus .accordion-item button:after {
  content: none;
}
.accordion.accordion-plus .accordion-item button::before {
  content: "";
  background-image: url("../images/icons/icon-plus-move.svg");
  display: inline-block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  position: relative;
  top: 1px;
}
.accordion.accordion-plus .accordion-item button:not(.collapsed):before {
  background-image: url("../images/icons/icon-moins-move.svg");
  display: inline-block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.accordion.accordion-plus .accordion-item .accordion-body {
  padding-left: 50px;
  padding-right: 0;
}

.header-image-page {
  padding: 100px 0;
  background-image: var(--bg-page-title);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #FFF;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 570px;
  text-align: center;
}
.header-image-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
.header-image-page h1 {
  text-align: center;
  position: relative;
  margin: 0;
}
.header-image-page .page-description {
  width: 638px;
  max-width: 100%;
  margin: 17px auto 0;
  position: relative;
}
.header-image-page .bloc-contact-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.header-image-page .bloc-contact-cards .container {
  position: relative;
}
.header-image-page .bloc-contact-cards .row > div {
  position: relative;
}
.header-image-page .bloc-contact-cards .container-dots {
  position: absolute;
  bottom: 42px;
  left: 15px;
  right: 15px;
}
.header-image-page .bloc-contact-cards .container-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  bottom: 0;
}
.header-image-page .bloc-contact-cards .container-dots .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 0;
}
.header-image-page .bloc-contact-cards .container-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-image-page .bloc-contact-cards .container-dots .slick-dots li button::before {
  content: none;
}
.header-image-page .bloc-contact-cards .container-dots .slick-dots li.slick-active button, .header-image-page .bloc-contact-cards .container-dots .slick-dots li:hover button {
  background-color: #FFC14A;
  border-color: #FFC14A;
}
@media (min-width: 1200px) {
  .header-image-page {
    background-attachment: fixed;
    background-position: 50% 6%;
    background-size: 140%;
  }
}
@media (max-width: 1200px) {
  .header-image-page {
    padding: 50px 0;
    height: auto;
  }
}
@media (max-width: 575px) {
  .header-image-page {
    min-height: 506px;
  }
}

.bloc-nav-ancre {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 994px) {
  .bloc-nav-ancre {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bloc-nav-ancre > div {
  padding: 0 15px;
  width: 100%;
}
.bloc-nav-ancre .nav-ancre {
  min-width: 348px;
  width: 348px;
}
.bloc-nav-ancre .nav-ancre .top-section-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.bloc-nav-ancre .nav-ancre .nav-link {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  border: 0;
  border-bottom: 1px solid #E6E5E7;
  border-radius: 0;
  padding: 15px 20px;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}
.bloc-nav-ancre .nav-ancre .nav-link:hover {
  color: #9488E3;
  background-color: #f8f7fd;
}
.bloc-nav-ancre .nav-ancre .nav-link.active {
  font-weight: 600;
  background-color: #f8f7fd;
  color: #9488E3;
}
@media (max-width: 994px) {
  .bloc-nav-ancre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .bloc-nav-ancre .nav-ancre {
    min-width: auto;
    width: 100%;
  }
  .bloc-nav-ancre .nav-ancre .form-group {
    margin-bottom: 0;
  }
  .bloc-nav-ancre .nav-ancre .form-group .select2 .select2-selection--single {
    background-color: #F5F5F6;
    border: 0;
  }
  .bloc-nav-ancre .message-no-content {
    min-height: auto;
    text-align: center;
  }
}

.cerene-hero-slider,
.cerene-main-image-slider {
  position: relative;
  overflow: hidden;
}
.cerene-hero-slider .slider-hero .slick-list,
.cerene-main-image-slider .slider-hero .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cerene-hero-slider .slider-hero .slick-track,
.cerene-main-image-slider .slider-hero .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cerene-hero-slider .slider-hero .slick-slide > div,
.cerene-main-image-slider .slider-hero .slick-slide > div {
  height: 100%;
}
.cerene-hero-slider .slider-hero .images-slide,
.cerene-main-image-slider .slider-hero .images-slide {
  margin-bottom: 0;
}
.cerene-hero-slider .slider-hero .item-slide,
.cerene-main-image-slider .slider-hero .item-slide {
  overflow: hidden;
  color: #FFF;
  height: 100%;
}
.cerene-hero-slider .slider-hero .item-slide img,
.cerene-main-image-slider .slider-hero .item-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .cerene-hero-slider .slider-hero .item-slide img,
  .cerene-main-image-slider .slider-hero .item-slide img {
    min-height: 506px;
  }
}
.cerene-hero-slider .slider-hero .item-slide .container,
.cerene-main-image-slider .slider-hero .item-slide .container {
  position: absolute;
  left: 50%;
  top: 128px;
  bottom: 134px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.cerene-hero-slider .slider-hero .item-slide .container .row,
.cerene-main-image-slider .slider-hero .item-slide .container .row {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cerene-hero-slider .slider-hero .item-slide .content,
.cerene-main-image-slider .slider-hero .item-slide .content {
  min-width: 451px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.cerene-hero-slider .slider-hero .item-slide .content .title,
.cerene-main-image-slider .slider-hero .item-slide .content .title {
  margin: 0;
}
.cerene-hero-slider .slider-hero .item-slide .content .default-btn,
.cerene-main-image-slider .slider-hero .item-slide .content .default-btn {
  min-height: 50px;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .cerene-hero-slider .slider-hero .item-slide .content,
  .cerene-main-image-slider .slider-hero .item-slide .content {
    min-width: auto;
  }
}
.cerene-hero-slider .bloc-contact-cards,
.cerene-main-image-slider .bloc-contact-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cerene-hero-slider .bloc-contact-cards .container,
.cerene-main-image-slider .bloc-contact-cards .container {
  position: relative;
}
.cerene-hero-slider .bloc-contact-cards .row > div,
.cerene-main-image-slider .bloc-contact-cards .row > div {
  position: relative;
}
.cerene-hero-slider .bloc-contact-cards .container-dots,
.cerene-main-image-slider .bloc-contact-cards .container-dots {
  position: absolute;
  bottom: 42px;
  left: 15px;
  right: 15px;
}
.cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  bottom: 0;
}
.cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots li,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 0;
}
.cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots li button,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-color: #FFF;
  background-color: rgba(0, 0, 0, 0.6705882353);
  border-width: 2px;
  /*background-color: transparent;*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots li button::before,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots li button::before {
  content: none;
}
.cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots li.slick-active button, .cerene-hero-slider .bloc-contact-cards .container-dots .slick-dots li:hover button,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots li.slick-active button,
.cerene-main-image-slider .bloc-contact-cards .container-dots .slick-dots li:hover button {
  background-color: #FFC14A;
  /*border-color: $color-yellow;*/
  border-color: #FFF;
}
.cerene-hero-slider.hero-verion2,
.cerene-main-image-slider.hero-verion2 {
  position: relative;
}
.cerene-hero-slider.hero-verion2 .slider-hero .item-slide,
.cerene-main-image-slider.hero-verion2 .slider-hero .item-slide {
  padding: 0;
}
.cerene-hero-slider.hero-verion2 .slider-hero .item-slide img,
.cerene-main-image-slider.hero-verion2 .slider-hero .item-slide img {
  position: static;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
@media (min-width: 994px) {
  .cerene-hero-slider + .cerene-stylized-text-image:before,
  .cerene-main-image-slider + .cerene-stylized-text-image:before {
    content: "";
    position: absolute;
    top: -240px;
    left: -24px;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-hero-slider + .cerene-stylized-text-image .row > div.col-image:before,
.cerene-main-image-slider + .cerene-stylized-text-image .row > div.col-image:before {
  content: none;
}

.contact-cards {
  /*position: absolute;*/
  position: relative;
  bottom: 0;
  right: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 5px;
}
.contact-cards > div {
  width: calc(25% - 4px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 16px 0 0;
  padding: 13px 15px;
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 123%;
  position: relative;
}
.contact-cards > div > a {
  font-size: 0;
  opacity: 0;
}
.contact-cards > div img {
  display: inline-block;
  vertical-align: middle;
}
.contact-cards > div p {
  margin: 0 0 16px;
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-cards > div .group-info-btn {
  height: auto;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.contact-cards > div .default-btn {
  min-height: 44px;
  padding: 6px 26px;
  background-color: white;
  text-decoration: underline;
  border: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  padding: 12px 26px;
  margin-top: 10px;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin-top: 0;
  -webkit-box-shadow: 0px 2px 0px rgba(65, 61, 69, 0.2);
          box-shadow: 0px 2px 0px rgba(65, 61, 69, 0.2);
}
.contact-cards > div .default-btn:hover {
  text-decoration: none;
}
.contact-cards > div .default-btn:active {
  text-decoration: none;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.contact-cards > div:nth-child(1) {
  background-color: #007CD8;
}
.contact-cards > div:nth-child(1) .default-btn {
  color: #007CD8;
}
.contact-cards > div:nth-child(2) {
  background-color: #85D1C4;
}
.contact-cards > div:nth-child(2) .default-btn {
  color: #85D1C4;
}
.contact-cards > div:nth-child(3) {
  background-color: #FFD67E;
}
.contact-cards > div:nth-child(3) .default-btn {
  color: #FFD67E;
}
.contact-cards > div:nth-child(4) {
  background-color: #FEA880;
}
.contact-cards > div:nth-child(4) .default-btn {
  color: #FEA880;
}
.contact-cards > div:hover .group-info-btn {
  max-height: 130px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 16px 0 4px;
}
@media (max-width: 1200px) {
  .contact-cards > div > a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 993px) {
  .contact-cards {
    left: auto;
    right: auto;
  }
}

.float-sticky-contact {
  position: sticky;
  bottom: 0;
  z-index: 9999;
}
.float-sticky-contact .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.float-sticky-contact .row .col-lg-8 {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  min-height: 65px;
}
.float-sticky-contact .sticky-contact-info {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

body.contact-sticky .float-sticky-contact .row .col-lg-8 {
  overflow: visible;
}
body.contact-sticky .float-sticky-contact .sticky-contact-info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cerene-stylized-text-image {
  overflow: hidden;
  position: relative;
}
.cerene-stylized-text-image .ratio {
  --bs-aspect-ratio: 71.67% ;
}
.cerene-stylized-text-image .image {
  position: relative;
}
.cerene-stylized-text-image .image img {
  min-height: 261px;
}
.cerene-stylized-text-image .main-title {
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .main-title {
    margin-bottom: 22px;
  }
}
.cerene-stylized-text-image .title {
  margin-bottom: 18px;
}
.cerene-stylized-text-image .default-btn {
  margin-top: 36px;
}
.cerene-stylized-text-image .row {
  gap: 30px 0;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cerene-stylized-text-image .row > div {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row > div .content {
    padding-left: 40px;
  }
}
.cerene-stylized-text-image .row > div.col-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row > div.col-image:before {
    content: "";
    position: absolute;
    top: -44px;
    left: -60px;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-image .row > div.col-image:after {
    content: "";
    position: absolute;
    bottom: -64px;
    right: -50px;
    /*transform-origin: center;
    transition: .3s all;
    transition-delay: 5s;
    transform: scale(0);*/
    background-image: url("../images/motifs/motif-cercle-green.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row > div.order-md-1 .content {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.media-gauche-style-1:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -110px;
    background-image: url("../images/motifs/motif-try-move.svg");
    display: inline-block;
    height: 306px;
    width: 583px;
    min-width: 583px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.media-droit-style-1:before {
    content: "";
    position: absolute;
    top: 43px;
    right: 52px;
    left: auto;
    bottom: auto;
    background-image: none;
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    background-color: #9488E3;
  }
  .cerene-stylized-text-image .row.media-droit-style-1 > div.col-image:before {
    bottom: -54px;
    top: auto;
    left: auto;
    right: -60px;
    background-image: url("../images/motifs/motif-cadre-dots-green.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-image .row.media-droit-style-1 > div.col-image:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -45px;
    right: auto;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.media-droit-style-2:before {
    content: "";
    position: absolute;
    top: -14px;
    left: auto;
    right: -612px;
    background-image: url("../images/motifs/motif-try-bleu.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-image .row.media-droit-style-2 > div.col-image:before {
    bottom: -54px;
    top: auto;
    left: auto;
    right: -60px;
    background-image: url("../images/motifs/motif-cadre-dots-green.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-image .row.media-droit-style-2 > div.col-image:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -45px;
    right: auto;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-stylized-text-image .row.full-width-style {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.full-width-style {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cerene-stylized-text-image .row.full-width-style:before {
    content: "";
    position: absolute;
    top: 43px;
    right: 52px;
    left: auto;
    bottom: auto;
    background-image: none;
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    background-image: none;
    background-color: #9488E3;
  }
  .cerene-stylized-text-image .row.full-width-style:after {
    content: "";
    position: absolute;
    top: 281px;
    right: -60px;
    background-image: url("../images/motifs/motif-cadre-dots-green.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-stylized-text-image .row.full-width-style > div.col-image {
  position: relative;
  z-index: 1;
}
.cerene-stylized-text-image .row.full-width-style > div.col-image img {
  max-height: 510px;
  min-height: 261px;
}
.cerene-stylized-text-image .row.full-width-style > div.col-image::before {
  content: none;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.full-width-style > div.col-image:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -35px;
    right: auto;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-stylized-text-image .row.text-full-width-style-1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.text-full-width-style-1:before {
    content: "";
    position: absolute;
    top: 43px;
    right: 52px;
    left: auto;
    bottom: auto;
    background-image: none;
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    background-image: none;
    background-color: #9488E3;
  }
  .cerene-stylized-text-image .row.text-full-width-style-1:after {
    content: "";
    position: absolute;
    bottom: -281px;
    right: -60px;
    background-image: url("../images/motifs/motif-cadre-dots-green.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-stylized-text-image .row.text-full-width-style-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: initial;
}
@media (min-width: 994px) {
  .cerene-stylized-text-image .row.text-full-width-style-2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -66px;
    background-image: url("../images/motifs/motif-cadre-dots-color.svg");
    display: inline-block;
    height: 70px;
    width: 319px;
    min-width: 319px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-image .row.text-full-width-style-2:after {
    content: "";
    position: absolute;
    bottom: -320px;
    right: -135px;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-stylized-text-image .row.animation-media-gauche-style .svg-animate {
  position: absolute;
  bottom: -16px;
  left: -110px;
  z-index: -1;
}
.cerene-stylized-text-image .row.animation-media-gauche-style .svg-animate .path-animate {
  /* Stroke-dasharray property */
  stroke-dasharray: 1604.82px;
  stroke-dashoffset: 1604.82px;
  -webkit-animation: move 2s linear forwards;
          animation: move 2s linear forwards;
}
.cerene-stylized-text-image .row.animation-media-gauche-style .svg-animate circle {
  -webkit-animation: zoomIn 0.3s linear forwards;
          animation: zoomIn 0.3s linear forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  opacity: 0;
}
@-webkit-keyframes move {
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes move {
  100% {
    stroke-dashoffset: 0px;
  }
}
.cerene-stylized-text-image .row.animation-media-gauche-style div.col-image:after {
  -webkit-animation: zoomIn 0.3s linear forwards;
          animation: zoomIn 0.3s linear forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  opacity: 0;
}
@media (max-width: 993px) {
  .cerene-stylized-text-image .row.animation-media-gauche-style .svg-animate {
    display: none;
  }
}

.cerene-stylized-text-title-full-width {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.cerene-stylized-text-title-full-width .title {
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-stylized-text-title-full-width {
    padding: 80px 0;
  }
  .cerene-stylized-text-title-full-width .title {
    margin-bottom: 0.5rem;
  }
  .cerene-stylized-text-title-full-width:before {
    content: "";
    position: absolute;
    top: -272px;
    left: -206px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-title-full-width:after {
    content: "";
    position: absolute;
    bottom: -237px;
    right: -248px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-title-full-width[class$=-style-2]:before {
    background-image: url("../images/motifs/motif-cadre-dots-white.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-title-full-width[class$=-style-2]:after {
    background-image: url("../images/motifs/motif-cadre-dots-white.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-title-full-width[class$=-style-2] .container {
    position: relative;
  }
  .cerene-stylized-text-title-full-width[class$=-style-2] .container:before {
    content: "";
    position: absolute;
    top: -56px;
    right: 0;
    background-image: url("../images/motifs/motif-cercle-white.svg");
    display: inline-block;
    height: 92px;
    width: 92px;
    min-width: 92px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-stylized-text-title-full-width[class$=-style-2] .container:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -56px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF5400;
  }
}
.cerene-stylized-text-title-full-width .content {
  position: relative;
  z-index: 1;
}
.cerene-stylized-text-title-full-width .wysiwyg-default {
  font-size: 16px;
  line-height: 30px;
}

.cerene-slide-digital {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.cerene-slide-digital .title {
  color: #323232;
}
.cerene-slide-digital .slider-chiffres .slick-dots li button {
  background-color: #FFF;
}
.cerene-slide-digital .slider-chiffres .item-chiffre {
  padding: 0 4px;
}
.cerene-slide-digital .slider-chiffres .item-chiffre .content-chiffre {
  padding: 13px 16px 0;
  color: #323232;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.cerene-slide-digital .slider-chiffres .item-chiffre .content-chiffre .number-chiffre {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1.027px;
  padding-bottom: 18px;
  border-bottom: 1px solid #323232;
  margin-bottom: 18px;
}
.cerene-slide-digital .slider-chiffres .item-chiffre .content-chiffre .text-chiffre {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-slide-digital {
    padding: 110px 0;
  }
  .cerene-slide-digital:before {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-black.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-digital .slider-chiffres {
    margin-top: 30px;
  }
}
@media (max-width: 993px) {
  .cerene-slide-digital .slider-chiffres .slick-list {
    padding: 0 40px;
    margin: 0 -20px;
  }
}

.cerene-ecole-list {
  padding: 50px 0;
  overflow: hidden;
}
.cerene-ecole-list .title-section {
  margin-bottom: 0px;
}
.cerene-ecole-list .bloc-slider-schools {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-ecole-list .bloc-slider-schools:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -32px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-ecole-list .bloc-slider-schools .slick-list {
  background-color: #EFECF7;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cerene-ecole-list .bloc-slider-schools .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cerene-ecole-list .bloc-slider-schools .slick-list .slick-slide {
  padding: 0 15px;
}
.cerene-ecole-list .bloc-slider-schools .slick-list .slick-slide > div {
  height: 100%;
}
.cerene-ecole-list .bloc-slider-schools .slick-list .slick-slide > div > div {
  height: 100%;
}
@media (max-width: 767px) {
  .cerene-ecole-list .bloc-slider-schools .slick-list {
    margin-right: -20px;
    padding-right: 50px;
    margin-left: -20px;
    padding-left: 10px;
  }
  .cerene-ecole-list .bloc-slider-schools .slick-list .slick-slide {
    padding: 0 10px;
  }
}
.cerene-ecole-list .bloc-slider-schools + .group-arrow-slider {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cerene-ecole-list .bloc-slider-schools + .group-arrow-slider > div {
  margin-top: 50px;
}
.cerene-ecole-list .centers {
  background-color: #007CD8;
  color: #FFF;
  padding: 40px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cerene-ecole-list .centers .default-btn {
  margin-top: auto;
}
.cerene-ecole-list .centers p {
  margin: 0;
}
.cerene-ecole-list .centers .parent-centers {
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.cerene-ecole-list .centers .parent-centers .centers-icon {
  width: 67px;
  min-width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}
.cerene-ecole-list .centers .parent-centers .title-counter {
  font-weight: 700;
  font-size: 26px;
  line-height: 43px;
}
.cerene-ecole-list .centers .centers-list > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.cerene-ecole-list .centers .centers-list .center {
  line-height: 22px;
  font-weight: 600;
}
.cerene-ecole-list .centers .centers-list .center .position-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}
.cerene-ecole-list .centers .centers-list .center .position-icon svg {
  margin-left: -2px;
}
.cerene-ecole-list .centers .centers-list .center .city {
  font-size: 22px;
  line-height: 35px;
}
.cerene-ecole-list .centers .default-btn {
  background-color: transparent;
  color: #FFF;
  border-color: #FFF;
}
.cerene-ecole-list .centers .default-btn:hover {
  background-color: #FFF;
  color: #323232;
}
@media (min-width: 994px) {
  .cerene-ecole-list {
    padding: 140px 0 118px;
  }
  .cerene-ecole-list .title-section {
    margin-bottom: 30px;
  }
}

.cerene-slide-testimonial {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-slide-testimonial {
    padding-bottom: 115px;
  }
}
.cerene-slide-testimonial[style*=background-color] .group-arrow-slider svg rect {
  fill: #FFF !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-slide-testimonial[style*=background-color] .group-arrow-slider svg path {
  stroke: #9488E3 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-slide-testimonial[style*=background-color] .group-arrow-slider svg:hover rect {
  fill: #9488E3 !important;
}
.cerene-slide-testimonial[style*=background-color] .group-arrow-slider svg:hover path {
  stroke: #FFF !important;
}
.cerene-slide-testimonial[style*=background-color] .card-testimonial {
  background-color: #FFF;
}
.cerene-slide-testimonial .content {
  padding-top: 50px;
  position: relative;
}
@media (min-width: 994px) {
  .cerene-slide-testimonial .content {
    padding-top: 115px;
  }
  .cerene-slide-testimonial .content:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    left: auto;
    right: -670px;
    background-image: url("../images/motifs/motif-try-yellow.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-slide-testimonial .content > * {
  position: relative;
  z-index: 1;
}
.cerene-slide-testimonial .slider-testimonials {
  position: relative;
  z-index: 1;
}
@media (min-width: 994px) {
  .cerene-slide-testimonial .slider-testimonials {
    margin-top: 30px;
  }
  .cerene-slide-testimonial .slider-testimonials:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 270px;
    width: 280px;
    min-width: 280px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
}
.cerene-slide-testimonial .slider-testimonials .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.cerene-slide-testimonial .slider-testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cerene-slide-testimonial .slider-testimonials .slick-slide {
  padding: 0 15px;
  /*&:nth-child(5n + 4){
      .card-testimonial {
          .characteristic {
              &:before{
                  background-color: $color-yellow;
              }
          }
      }
  }
  &:nth-child(5n + 5){
      .card-testimonial {
          .characteristic {
              &:before{
                  background-color: $color-red;
              }
          }
      }
  }*/
}
.cerene-slide-testimonial .slider-testimonials .slick-slide > div {
  height: 100%;
}
.cerene-slide-testimonial .slider-testimonials .slick-slide > div > div {
  height: 100%;
}
.cerene-slide-testimonial .slider-testimonials .slick-slide:nth-child(3n+1) .card-testimonial .characteristic:before {
  background-color: #007CD8;
}
.cerene-slide-testimonial .slider-testimonials .slick-slide:nth-child(3n+2) .card-testimonial .characteristic:before {
  background-color: #9488E3;
}
.cerene-slide-testimonial .slider-testimonials .slick-slide:nth-child(3n+3) .card-testimonial .characteristic:before {
  background-color: #23C4B4;
}
@media (max-width: 1200px) {
  .cerene-slide-testimonial .slider-testimonials .slick-list {
    margin-right: -20px;
    padding-right: 50px;
    margin-left: -20px;
    padding-left: 10px;
  }
  .cerene-slide-testimonial .slider-testimonials .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media (min-width: 994px) {
  .cerene-slide-testimonial.style-2 .content:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -620px;
    background-image: url("../images/motifs/motif-try-yellow-dot-move.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-slide-testimonial.style-2 .slider-testimonials:after {
    content: "";
    position: absolute;
    top: calc(100% - 124px);
    left: -172px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 270px;
    width: 280px;
    min-width: 280px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
}
.cerene-slide-testimonial.style-2 .slider-testimonials .card-testimonial {
  padding: 103px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cerene-slide-testimonial.style-2 .slider-testimonials .card-testimonial .body {
  margin-bottom: 0;
}
.cerene-slide-testimonial + .cerene-slide-media {
  padding-top: 0;
}

.action-buttons-single {
  padding: 30px;
  background-color: #F3F2FC;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.action-buttons-single .default-btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border: 0;
  min-height: 45px;
  gap: 10px;
  padding: 6px 14px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.action-buttons-single .default-btn.contact-school {
  background-color: #9488E3;
  color: #FFF;
}
.action-buttons-single .default-btn.contact-school:hover, .action-buttons-single .default-btn.contact-school:active, .action-buttons-single .default-btn.contact-school:focus {
  background-color: #847db1;
}
.action-buttons-single .default-btn.meet-signup {
  background-color: #007CD8;
  color: #FFF;
}
.action-buttons-single .default-btn.meet-signup:hover, .action-buttons-single .default-btn.meet-signup:active, .action-buttons-single .default-btn.meet-signup:focus {
  background-color: #1c6fad;
}

.cerene-slide-media {
  padding: 50px 0;
  overflow: hidden;
}
.cerene-slide-media .slider-medias .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 -20px;
}
.cerene-slide-media .slider-medias .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 53px;
}
.cerene-slide-media .slider-medias .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cerene-slide-media .slider-medias .slick-slide img {
  display: inline-block;
}
@media (max-width: 994px) {
  .cerene-slide-media .slick-dots {
    bottom: -64px !important;
  }
  .cerene-slide-media .default-btn {
    margin-top: 20px;
  }
}
@media (min-width: 994px) {
  .cerene-slide-media {
    padding: 70px 0;
  }
  .cerene-slide-media .slider-medias {
    margin: 28px 0;
  }
}
@media (max-width: 993px) {
  .cerene-slide-media:last-child {
    padding-bottom: 80px;
  }
}

.cerene-slide-team {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 994px) {
  .cerene-slide-team {
    padding: 110px 0;
  }
  .cerene-slide-team:after {
    content: "";
    position: absolute;
    bottom: -160px;
    right: -68px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-team .slider-teams {
    margin: 60px 0;
  }
}
.cerene-slide-team .container {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-slide-team .container:nth-child(1):before {
    content: "";
    position: absolute;
    top: -55px;
    right: 250px;
    background-image: url("../images/motifs/motif-cercle-bleu.svg");
    display: inline-block;
    height: 92px;
    width: 92px;
    min-width: 92px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-slide-team .group-button {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-slide-team .group-button:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 85px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #9488E3;
  }
}
.cerene-slide-team .item-card-image-text .ratio {
  min-height: 434px;
  height: auto;
  --bs-aspect-ratio: 136.48%;
}
.cerene-slide-team.style-2::after {
  content: none;
}
.cerene-slide-team.style-2 .container {
  position: relative;
  z-index: 1;
}
.cerene-slide-team.style-2 .container:nth-child(1)::before {
  content: none;
}
.cerene-slide-team.style-2 .group-button:before {
  content: none;
}
@media (min-width: 994px) {
  .cerene-slide-team.style-2[style*=background-color]::after {
    content: "";
  }
  .cerene-slide-team.style-2[style*=background-color] .container {
    position: relative;
    z-index: 1;
  }
  .cerene-slide-team.style-2[style*=background-color] .container::before {
    content: none;
  }
  .cerene-slide-team.style-2[style*=background-color]::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -400px;
    background-image: url("../images/motifs/motif-try-green.svg");
    display: inline-block;
    height: 810px;
    width: 858px;
    min-width: 858px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-team.style-2[style*=background-color] .content:before {
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    right: -60px;
    background-image: url("../images/motifs/motif-cercle-move.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
  .cerene-slide-team.style-2[style*=background-color] .group-button:before {
    content: "";
  }
}
.cerene-slide-team.style-2:after {
  bottom: -290px;
}
.cerene-slide-team.style-2 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .cerene-slide-team.style-2 .col-md-12 {
    width: 50%;
  }
}
@media (min-width: 994px) {
  .cerene-slide-team.style-2 .container {
    position: relative;
    z-index: 1;
  }
  .cerene-slide-team.style-2::before {
    content: "";
    position: absolute;
    top: -75px;
    left: calc(100% - 870px);
    background-image: url("../images/motifs/motif3-try-move.svg");
    display: inline-block;
    height: 306px;
    width: 1156px;
    min-width: 1156px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-team.style-2 .content:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -60px;
    background-image: url("../images/motifs/motif-cercle-bleu.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
}

.cerene-slide-time-line {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (min-width: 994px) {
  .cerene-slide-time-line {
    padding: 90px 0;
  }
  .cerene-slide-time-line:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/motifs/motif-cadre-dots-color.svg");
    display: inline-block;
    height: 70px;
    width: 319px;
    min-width: 319px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-time-line:after {
    content: "";
    position: absolute;
    bottom: -240px;
    right: -135px;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-slide-time-line .slider-times {
    margin-top: 30px;
  }
}
.cerene-slide-time-line[style*=background-color] .timeline-card::before {
  background-color: var(--bg-bloc-time);
}
.cerene-slide-time-line[style*=background-color] .timeline-card .detail-timline {
  background-color: #FFF;
}

.cerene-schools-grid {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (min-width: 994px) {
  .cerene-schools-grid {
    padding: 120px 0;
  }
  .cerene-schools-grid:after {
    content: "";
    position: absolute;
    bottom: 21px;
    right: 21px;
    background-image: url("../images/motifs/motif-cadre-dots-color.svg");
    display: inline-block;
    height: 70px;
    width: 319px;
    min-width: 319px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-schools-grid::before {
    content: "";
    position: absolute;
    top: -258px;
    left: -76px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-schools-grid .container > div {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-schools-grid .container > div::before {
    content: "";
    position: absolute;
    top: -37px;
    right: -39px;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    border: 9px solid #9488E3;
  }
}
@media (max-width: 993px) {
  .cerene-schools-grid .item-card-image-text .ratio {
    height: auto;
    --bs-aspect-ratio: 283px;
  }
}

.cerene-books-display {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 994px) {
  .cerene-books-display {
    padding: 120px 0;
    /*&::before {
        content: "";
        position: absolute;
        bottom: -258px;
        right: -50px;
        @include icon_image('../images/motifs/motif-cadre-dots-move.svg', 354px, 341px);
    }*/
  }
  .cerene-books-display:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 32px;
    background-image: url("../images/motifs/motif-cadre-dots-color.svg");
    display: inline-block;
    height: 70px;
    width: 319px;
    min-width: 319px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-books-display .container > div {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-books-display .container > div {
    /*&::after {
        content: '';
        position: absolute;
        bottom: -62px;
        left: 85px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: $color-move;
    }*/
  }
  .cerene-books-display .container > div::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -50px;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 11px solid #007CD8;
  }
}
.cerene-books-display .title-section {
  padding-right: 30px;
}
.cerene-books-display .wysiwyg-default {
  width: 600px;
  max-width: 100%;
}
.cerene-books-display .list-books {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.block-avis-ecoles {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #EFECF7;
}
@media (min-width: 994px) {
  .block-avis-ecoles {
    padding: 120px 0;
  }
  .block-avis-ecoles:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 32px;
    background-image: url("../images/motifs/motif-cadre-dots-color.svg");
    display: inline-block;
    height: 70px;
    width: 319px;
    min-width: 319px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .block-avis-ecoles .list-avis-ecoles {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}
.block-avis-ecoles .container > div {
  position: relative;
}
@media (min-width: 994px) {
  .block-avis-ecoles .container > div::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 11px solid #007CD8;
  }
  .block-avis-ecoles .container > div::after {
    content: "";
    position: absolute;
    bottom: -130px;
    right: -194px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.cerene-elements-gallery {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 994px) {
  .cerene-elements-gallery {
    padding-bottom: 120px;
  }
  .cerene-elements-gallery .group-btns-full {
    margin-top: 30px;
  }
}
.cerene-elements-gallery .title-section {
  margin-bottom: 0;
}
.cerene-elements-gallery .list-partenaires {
  position: relative;
  z-index: 1;
}
@media (min-width: 994px) {
  .cerene-elements-gallery .list-partenaires {
    margin-top: 30px;
  }
  .cerene-elements-gallery .list-partenaires::before {
    content: "";
    position: absolute;
    top: 145px;
    left: -37px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 250px;
    width: 259px;
    min-width: 259px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-elements-gallery .group-btns-full {
  position: relative;
  z-index: 1;
}
.cerene-elements-gallery .content {
  padding-top: 50px;
  position: relative;
  /*@media(min-width: 994px) {
      padding-top: 120px;
      &:before {
          content: "";
          position: absolute;
          top: 0px;
          right: -600px;
          @include icon_image('../images/motifs/motif-try-yellow-dot.svg', 1084px, 220px);
      }
  }*/
}
@media (min-width: 994px) {
  .cerene-elements-gallery.partner .content {
    padding-top: 120px;
  }
  .cerene-elements-gallery.partner .content:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -600px;
    background-image: url("../images/motifs/motif-try-yellow-dot.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-elements-gallery.profile .content {
    padding-top: 120px;
  }
  .cerene-elements-gallery.profile .content:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -600px;
    background-image: url("../images/motifs/motif-try-yellow-dot-under.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-elements-gallery.profile .list-partenaires:before {
  top: -16px;
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 250px;
  width: 259px;
  min-width: 259px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.cerene-elements-gallery.profile .list-partenaires > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
}
.cerene-elements-gallery.profile .item-card-partenaire:hover .content-card-partenaire .resume {
  max-height: 3000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.cerene-elements-gallery.profile .item-card-partenaire:hover .content-card-partenaire .resume .wysiwyg-default {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
}
.cerene-elements-gallery.profile .item-card-partenaire:before {
  bottom: calc(100% - 70px);
  left: calc(100% - 100px);
  right: auto;
}
.cerene-elements-gallery.profile .item-card-partenaire::after {
  top: calc(100% - 56px);
  right: calc(100% - 78px);
  left: auto;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .detail-card-partenaire {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .image-partenaire {
  border: 0;
  width: 134px;
  height: 134px;
  border-radius: 0;
  overflow: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 134px;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .image-partenaire img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .resume {
  padding: 0 20px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  max-height: 54px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .resume .wysiwyg-default {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire {
  /*margin-top: 30px;*/
  margin-top: auto;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 11px;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  border-radius: 100px;
  background-color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  position: relative;
  padding: 6px 12px;
  border: 2px solid #DDDDDD;
  min-width: 287px;
}
@media (max-width: 767px) {
  .cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire a {
    padding: 6px 9px;
    width: 275px;
    max-width: 100%;
    min-width: auto;
  }
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire a .fa-linkedin {
  color: #0077B5;
  font-size: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire a:hover {
  background-color: #9488E3;
  border-color: #9488E3;
  color: #FFF;
}
.cerene-elements-gallery.profile .item-card-partenaire .content-card-partenaire .site-partenaire a:hover .fa-linkedin {
  color: #FFF;
}
@media (min-width: 994px) {
  .cerene-elements-gallery.profile-slide .content:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -600px;
    background-image: url("../images/motifs/motif-try-bleu-dot.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-elements-gallery.profile-slide .list-partenaires {
    margin-top: 30px;
  }
}
.cerene-elements-gallery.profile-slide .list-partenaires:before {
  top: -16px;
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 250px;
  width: 259px;
  min-width: 259px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire:before {
  bottom: calc(100% - 70px);
  left: calc(100% - 100px);
  right: auto;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire::after {
  top: calc(100% - 56px);
  right: calc(100% - 78px);
  left: auto;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .detail-card-partenaire {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .image-partenaire {
  border: 0;
  width: 134px;
  height: 134px;
  border-radius: 0;
  overflow: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .image-partenaire img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire {
  margin-top: auto;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 11px;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  border-radius: 100px;
  background-color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  position: relative;
  padding: 6px 20px;
  border: 2px solid #DDDDDD;
  min-width: 287px;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire a .fa-linkedin {
  color: #0077B5;
  font-size: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire a:hover {
  background-color: #9488E3;
  border-color: #9488E3;
  color: #FFF;
}
.cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire a:hover .fa-linkedin {
  color: #FFF;
}
@media (max-width: 767px) {
  .cerene-elements-gallery.profile-slide .item-card-partenaire .content-card-partenaire .site-partenaire a {
    padding: 6px 9px;
    width: 275px;
    max-width: 100%;
    min-width: auto;
  }
}
@media (min-width: 994px) {
  .cerene-elements-gallery.price .content {
    padding-top: 100px;
    width: calc(100% - 160px);
    max-width: 100%;
    margin: auto;
  }
  .cerene-elements-gallery.price .content::before {
    content: "";
    position: absolute;
    top: 70px;
    right: 10px;
    width: 21px;
    min-width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #9488E3;
    background-image: none;
  }
  .cerene-elements-gallery.price .content:after {
    content: "";
    position: absolute;
    top: calc(100% + 50px);
    left: -160px;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-elements-gallery.price .col-md-7 {
  width: 100%;
  text-align: center;
}
.cerene-elements-gallery.price .col-md-7 .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.cerene-elements-gallery.price .list-partenaires {
  margin-bottom: 30px;
}
.cerene-elements-gallery.price .list-partenaires:before {
  content: none;
}
.cerene-elements-gallery.price .item-card-partenaire {
  padding: 50px 30px;
  background: #FFFFFF;
  border: 1px solid #DCD6EB;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}
.cerene-elements-gallery.price .item-card-partenaire:before {
  bottom: calc(100% - 56px);
}
.cerene-elements-gallery.price .item-card-partenaire:after {
  left: calc(100% - 100px);
}
.cerene-elements-gallery.price .item-card-partenaire .content-card-partenaire .resume {
  font-size: 16px;
  line-height: 24px;
}
.cerene-elements-gallery.price:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 151px);
  left: -222px;
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 341px;
  width: 354px;
  min-width: 354px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.cerene-elements-gallery.price:after {
  content: "";
  position: absolute;
  top: calc(100% - 138px);
  right: -220px;
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 341px;
  width: 354px;
  min-width: 354px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  z-index: -3;
}

.filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}
.filters-buttons.is-horizental {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -20px;
  padding: 0 20px;
}
.filters-buttons.is-drag {
  cursor: -webkit-grab;
  cursor: grab;
}
.filters-buttons.is-drag * {
  pointer-events: none;
}
.filters-buttons .default-btn {
  min-width: 178px;
  color: #676767;
  font-weight: 500;
  margin-bottom: 20px;
  min-width: 220px;
  text-transform: capitalize;
  padding: 6px 12px;
}
.filters-buttons .default-btn.is-checked {
  background-color: #9488E3;
  border-color: #9488E3;
  color: #FFF;
}
.filters-buttons.filter-categories-posts .default-btn {
  max-width: calc(16.6667% - 25px);
  background-color: transparent;
  border-color: var(--cat-color);
  color: var(--cat-color);
}
.filters-buttons.filter-categories-posts .default-btn:hover, .filters-buttons.filter-categories-posts .default-btn.is-checked {
  background-color: var(--cat-color);
  border-color: var(--cat-color);
  color: #FFF;
}

.cerene-press-list {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-press-list {
    padding: 100px 0;
  }
}
.cerene-press-list .filters-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 994px) {
  .cerene-press-list .filters-buttons {
    margin-bottom: 20px;
  }
}
.cerene-press-list .filters-buttons .default-btn {
  min-width: 220px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cerene-press-list .filters-buttons .default-btn {
    min-width: auto;
    width: calc(50% - 15px);
  }
}
.cerene-press-list .group-btns {
  margin-top: 20px;
  text-align: center;
}
.cerene-press-list .group-btns .default-btn {
  min-width: 253px;
}

.main-actualites {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 993px) {
  .main-actualites {
    padding: 50px 0;
  }
}
.main-actualites > .container > div {
  position: relative;
}
.main-actualites .filters-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-actualites .filters-buttons .default-btn {
  min-width: auto;
  min-height: 65px;
  font-size: 17px;
  line-height: 21px;
  padding: 6px 29px;
  width: calc(25% - 23px);
  max-width: initial;
}
@media (max-width: 993px) {
  .main-actualites .filters-buttons .default-btn {
    width: calc(33.3337% - 23px);
  }
}
@media (max-width: 767px) {
  .main-actualites .filters-buttons .default-btn {
    width: calc(50% - 23px);
  }
}
@media (max-width: 575px) {
  .main-actualites .filters-buttons .default-btn {
    width: 100%;
  }
}
.main-actualites .filters-buttons .item-select {
  position: initial;
  margin-bottom: 20px;
}
.main-actualites .filters-buttons .item-select .select2 .select2-selection--single {
  border: 0;
  padding-left: 30px;
  padding-right: 4px;
  border-left: 1px solid #ECECEC;
  border-radius: 0;
}
.main-actualites .filters-buttons .item-select .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  font-weight: 500;
}
.main-actualites .filters-buttons .item-select .select2 .select2-selection--single .select2-selection__arrow {
  right: 0;
}
.main-actualites .select-categorie {
  position: relative;
}

.bloc-more-posts {
  background-color: #EFECF7;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .bloc-more-posts::before {
    content: "";
    position: absolute;
    top: -205px;
    left: -210px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 342px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .bloc-more-posts::after {
    content: "";
    position: absolute;
    bottom: -205px;
    right: -210px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 342px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.bloc-more-posts .container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 994px) {
  .bloc-more-posts .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bloc-more-posts .container::before {
    content: "";
    position: absolute;
    top: -14px;
    bottom: 0;
    left: auto;
    right: -612px;
    background-image: url("../images/motifs/motif-try-bleu.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.bloc-more-posts .more_articles {
  position: relative;
}
@media (min-width: 994px) {
  .bloc-more-posts .more_articles:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -90px;
    right: auto;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.cerene-schools-slide,
.cerene-posts-slide {
  padding-bottom: 50px;
  overflow: hidden;
}
.cerene-schools-slide[style*=background-color] .group-arrow-slider svg rect,
.cerene-posts-slide[style*=background-color] .group-arrow-slider svg rect {
  fill: #FFF !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-schools-slide[style*=background-color] .group-arrow-slider svg path,
.cerene-posts-slide[style*=background-color] .group-arrow-slider svg path {
  stroke: #9488E3 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cerene-schools-slide[style*=background-color] .group-arrow-slider svg:hover rect,
.cerene-posts-slide[style*=background-color] .group-arrow-slider svg:hover rect {
  fill: #9488E3 !important;
}
.cerene-schools-slide[style*=background-color] .group-arrow-slider svg:hover path,
.cerene-posts-slide[style*=background-color] .group-arrow-slider svg:hover path {
  stroke: #FFF !important;
}
@media (min-width: 994px) {
  .cerene-schools-slide.cerene-elements-slide .content:before,
  .cerene-posts-slide.cerene-elements-slide .content:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: auto;
    right: -600px;
    background-image: url("../images/motifs/motif-try-yellow-dot.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-schools-slide.type-school .slider-type-school:before,
  .cerene-posts-slide.type-school .slider-type-school:before {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -112px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 994px) {
  .cerene-schools-slide.type-post .slider-type-school:before,
  .cerene-posts-slide.type-post .slider-type-school:before {
    content: "";
    position: absolute;
    top: -51px;
    left: -68px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-schools-slide .content,
.cerene-posts-slide .content {
  padding-top: 50px;
  position: relative;
}
@media (min-width: 994px) {
  .cerene-schools-slide,
  .cerene-posts-slide {
    padding-bottom: 115px;
  }
  .cerene-schools-slide .content,
  .cerene-posts-slide .content {
    padding-top: 115px;
  }
}

.schools-signle-school {
  padding-bottom: 50px;
  overflow: hidden;
}
.schools-signle-school[style*=background-color] .group-arrow-slider svg rect {
  fill: #FFF !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.schools-signle-school[style*=background-color] .group-arrow-slider svg path {
  stroke: #9488E3 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.schools-signle-school[style*=background-color] .group-arrow-slider svg:hover rect {
  fill: #9488E3 !important;
}
.schools-signle-school[style*=background-color] .group-arrow-slider svg:hover path {
  stroke: #FFF !important;
}
.schools-signle-school[style*=background-color] .slider-type-school:before {
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 341px;
  width: 354px;
  min-width: 354px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.schools-signle-school .content {
  padding-top: 50px;
  position: relative;
}
@media (min-width: 994px) {
  .schools-signle-school {
    padding-bottom: 115px;
  }
  .schools-signle-school .content {
    padding-top: 115px;
  }
}
@media (min-width: 994px) {
  .schools-signle-school .slider-type-school:before {
    content: "";
    position: absolute;
    top: -42px;
    left: -68px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.slider-type-school {
  position: relative;
}
@media (min-width: 994px) {
  .slider-type-school > div {
    overflow: hidden;
  }
}
.slider-type-school .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.slider-type-school .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-type-school .slick-slide {
  padding: 0 15px 15px;
}
.slider-type-school .slick-slide > div {
  height: 100%;
}
.slider-type-school .slick-slide > div > div {
  height: 100%;
}
@media (min-width: 994px) {
  .slider-type-school {
    margin-top: 30px;
  }
  .slider-type-school > div {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .slider-type-school .slick-list {
    margin-right: -20px;
    padding-right: 50px;
    margin-left: -20px;
    padding-left: 10px;
  }
  .slider-type-school .slick-slide {
    padding: 0 10px 15px;
  }
}

.cerene-map-location {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-map-location {
    padding: 50px 0 115px;
  }
}
.cerene-map-location .row {
  position: relative;
  gap: 20px 0;
}
@media (min-width: 994px) {
  .cerene-map-location .row::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(100% - 35px);
    right: calc(100% - 115px);
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 250px;
    width: 260px;
    min-width: 260px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-map-location .bloc-map {
  min-height: 358px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.cerene-map-location .bloc-map .link-google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
}
.cerene-map-location .bloc-map .link-google-map + #map .leaflet-control-zoom {
  display: none !important;
}
.cerene-map-location .bloc-map .leaflet-touch .leaflet-bar a {
  line-height: 20px;
}
.cerene-map-location .place-infos {
  padding: 30px 22px;
  background-color: #EFECF7;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 0;
  height: 100%;
}
.cerene-map-location .place-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.009px;
}
.cerene-map-location .place-info .icon-info {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -1px;
}

.cerene-block-contact {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-block-contact {
    padding: 120px 0;
  }
  .cerene-block-contact:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 140px);
    right: -58px;
    background-image: url("../images/motifs/motif-cadre-dots-white.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-block-contact:after {
    content: "";
    position: absolute;
    bottom: -125px;
    right: -58px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-block-contact .content {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-block-contact .content:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 26px;
    background-image: url("../images/motifs/motif-cercle-white.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-block-contact .content .form-fields {
    position: relative;
  }
  .cerene-block-contact .content .form-fields:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: -85px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #9488E3;
  }
}
.cerene-block-contact .notice-form {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 20px;
}
.cerene-block-contact .note {
  font-size: 12px;
  line-height: 18px;
}
.cerene-block-contact .note p:last-child {
  margin-bottom: 0;
}

.cerene-schools-map > div {
  padding: 100px 0;
  overflow: hidden;
}
.cerene-schools-map .map-filter-school {
  background-color: #FFC14A;
  position: relative;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-schools-map .map-filter-school:before {
    content: "";
    position: absolute;
    bottom: -238px;
    right: -58px;
    background-image: url("../images/motifs/motif-cadre-dots-red.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-schools-map .map-filter-school .bloc-map {
  position: relative;
  height: 582px;
}
.cerene-schools-map .map-filter-school .bloc-map > div {
  border-radius: 20px;
  overflow: hidden;
}
.cerene-schools-map .map-filter-school .bloc-map .leaflet-container .leaflet-marker-pane img {
  -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
}
@media (min-width: 994px) {
  .cerene-schools-map .map-filter-school .bloc-map:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    background-image: url("../images/motifs/motif-cercle-white.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.cerene-schools-map .list-filter-school {
  position: relative;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-schools-map .list-filter-school:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 150px);
    left: -217px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
  .cerene-schools-map .list-filter-school:after {
    content: "";
    position: absolute;
    top: calc(100% - 120px);
    right: -224px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
}
.cerene-schools-map .list-filter-school .container {
  position: relative;
}
@media (min-width: 994px) {
  .cerene-schools-map .list-filter-school .container:after {
    content: "";
    position: absolute;
    top: -32px;
    right: 110px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #9488E3;
  }
}
@media (max-width: 993px) {
  .cerene-schools-map > div {
    padding: 50px 0;
  }
  .cerene-schools-map .map-filter-school .bloc-map {
    height: 300px;
  }
}

.bloc-textes-titles .text-row-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6E5E7;
}
.bloc-textes-titles .text-row-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .bloc-textes-titles .text-row-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.bloc-textes-titles .text-row-item .text-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.bloc-textes-titles .content-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.cerene-structured-text {
  position: relative;
  overflow: hidden;
}
.cerene-structured-text .content {
  padding: 50px 0;
  position: relative;
}
.cerene-structured-text .title-section {
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-structured-text .content {
    padding: 100px 0;
  }
  .cerene-structured-text .title-section {
    text-align: center;
  }
  .cerene-structured-text:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 151px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-structured-text:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-structured-text .content:before {
    content: "";
    position: absolute;
    top: -14px;
    left: calc(100% - 320px);
    background-image: url("../images/motifs/motif-try-bleu.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-structured-text .content:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -135px;
    background-image: url("../images/motifs/motif-cercle-yellow.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 994px) {
  .cerene-dynamique-faq.style-effect .title-section {
    text-align: center;
  }
  .cerene-dynamique-faq.style-effect:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 151px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 100;
  }
  .cerene-dynamique-faq.style-effect:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 100;
  }
  .cerene-dynamique-faq.style-effect .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(100% - 375px);
    background-image: url("../images/motifs/motif2-try-move.svg");
    display: inline-block;
    height: 504px;
    width: 1887px;
    min-width: 1887px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 100;
  }
  .cerene-dynamique-faq.style-effect .content:after {
    content: "";
    position: absolute;
    top: 68px;
    right: 135px;
    background-image: url("../images/motifs/motif-cercle-green.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 100;
  }
  .cerene-dynamique-faq.with:before {
    content: "";
    position: absolute;
    bottom: -70px;
    /*left: -300px;*/
    left: -330px;
    z-index: -1;
    background-image: url("../images/motifs/motif1-try-bleu.svg");
    display: inline-block;
    height: 638px;
    width: 1003px;
    min-width: 1003px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 1650px) and (min-width: 994px) {
  .cerene-dynamique-faq.with:before {
    bottom: -150px;
    left: -385px;
  }
}

.cerene-block-faq {
  position: relative;
  overflow: hidden;
}
.cerene-block-faq .content {
  padding: 100px 0;
  position: relative;
}
.cerene-block-faq .title-section {
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-block-faq .title-section {
    text-align: center;
  }
  .cerene-block-faq:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 151px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-block-faq:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-block-faq .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(100% - 75px);
    background-image: url("../images/motifs/motif2-try-move.svg");
    display: inline-block;
    height: 504px;
    width: 1887px;
    min-width: 1887px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-block-faq .content:after {
    content: "";
    position: absolute;
    top: 68px;
    right: -135px;
    background-image: url("../images/motifs/motif-cercle-green.svg");
    display: inline-block;
    height: 136px;
    width: 136px;
    min-width: 136px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.cerene-reference-list {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cerene-reference-list .title-section {
    width: 80%;
  }
}
.cerene-reference-list .content {
  padding: 50px 0;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}
.cerene-reference-list .groups-title {
  font-size: 24px !important;
}
.cerene-reference-list .wysiwyg-default {
  /*font-size: 20px;*/
  font-size: 16px;
  line-height: 28px;
}
.cerene-reference-list .list-references .item-card-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #D2C8DC;
}
.cerene-reference-list .list-references .item-card-reference:last-child {
  margin-bottom: 0;
}
.cerene-reference-list .list-references .item-card-reference svg {
  margin-top: 2px;
  min-width: 24px;
}
.cerene-reference-list .list-references .item-card-reference .title-reference {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cerene-reference-list .list-references .item-card-reference .detail-item-card-ref span {
  display: block;
}
@media (min-width: 994px) {
  .cerene-reference-list .content {
    padding: 100px 0;
  }
  .cerene-reference-list .gap-30 {
    gap: 40px 0;
  }
  .cerene-reference-list:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 82px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-reference-list:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-reference-list .content:before {
    content: "";
    position: absolute;
    top: -14px;
    left: calc(100% - 320px);
    background-image: url("../images/motifs/motif-try-bleu.svg");
    display: inline-block;
    height: 220px;
    width: 1084px;
    min-width: 1084px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.cerene-elements-grid {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.cerene-elements-grid .wysiwyg-default {
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: 30px;
}
.cerene-elements-grid .wysiwyg-default strong, .cerene-elements-grid .wysiwyg-default b {
  font-size: 20px;
  font-weight: 600;
}
.cerene-elements-grid .wysiwyg-default p {
  margin-bottom: 16px;
}
.cerene-elements-grid .wysiwyg-default + .list-elements {
  margin-top: 16px;
}
@media (min-width: 994px) {
  .cerene-elements-grid {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .cerene-elements-grid.style-2 .wysiwyg-default {
    width: calc(100% - 128px);
  }
}
@media (min-width: 994px) {
  .cerene-elements-grid.style-2:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 82px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-2:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-2 .wysiwyg-default {
    position: relative;
  }
  .cerene-elements-grid.style-2 .wysiwyg-default:before {
    content: "";
    position: absolute;
    top: 60px;
    right: -106px;
    background-image: url("../images/motifs/motif-cercle-move.svg");
    display: inline-block;
    height: 92px;
    width: 92px;
    min-width: 92px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-2 .wysiwyg-default:after {
    content: "";
    position: absolute;
    top: 168px;
    right: -32px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #23C4B4;
  }
}
@media (min-width: 1200px) {
  .cerene-elements-grid.style-3 .wysiwyg-default {
    width: calc(100% - 128px);
  }
}
@media (min-width: 994px) {
  .cerene-elements-grid.style-3:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 82px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-3:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -220px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-3 .wysiwyg-default {
    position: relative;
  }
  .cerene-elements-grid.style-3 .wysiwyg-default:before {
    content: "";
    position: absolute;
    top: 93px;
    right: -91px;
    background-image: url("../images/motifs/motif-cercle-bleu.svg");
    display: inline-block;
    height: 92px;
    width: 92px;
    min-width: 92px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-elements-grid.style-3 .wysiwyg-default:after {
    content: "";
    position: absolute;
    top: 97px;
    right: -134px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF5400;
  }
}

.cerene-images-gallery {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cerene-images-gallery {
    padding: 100px 0;
  }
}
.cerene-images-gallery .slider-images-gallery {
  position: relative;
}
@media (min-width: 1200px) {
  .cerene-images-gallery .slider-images-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    gap: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cerene-images-gallery .slider-images-gallery > div {
    width: 33.3336%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 994px) {
  .cerene-images-gallery .slider-images-gallery:before {
    content: "";
    position: absolute;
    top: calc(100% - 266px);
    left: -68px;
    background-image: url("../images/motifs/motif-cadre-dots-yellow.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.cerene-element-steps {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 994px) {
  .cerene-element-steps {
    padding: 90px 0;
  }
  .cerene-element-steps:after {
    content: "";
    position: absolute;
    top: calc(100% - 218px);
    right: -136px;
    background-image: url("../images/motifs/motif-cadre-dots.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-element-steps .bloc-rows-steps {
    position: relative;
  }
  .cerene-element-steps .bloc-rows-steps::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 129px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #23C4B4;
  }
  .cerene-element-steps .bloc-rows-steps::after {
    content: "";
    position: absolute;
    top: 139px;
    left: 187px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #007CD8;
  }
}

.cerene-round-note {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cerene-round-note .container {
    max-width: 1352px;
  }
}
.cerene-round-note .content {
  padding: 50px 0;
  position: relative;
}
.cerene-round-note .title-section {
  margin-bottom: 0;
}
@media (min-width: 994px) {
  .cerene-round-note .content {
    padding: 80px 0;
  }
  .cerene-round-note .title-section {
    text-align: center;
  }
  .cerene-round-note:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 151px);
    left: -222px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
  .cerene-round-note:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -245px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -3;
  }
}
.cerene-round-note .roundeds-container {
  position: relative;
  padding: 53px 0;
  margin: 30px -18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px 0;
}
.cerene-round-note .roundeds-container > div {
  padding: 0 18px;
  max-width: 232px;
  min-width: 232px;
}
@media (min-width: 994px) {
  .cerene-round-note .roundeds-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    right: 8%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='54' ry='54' stroke='%2392A7A9FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 54px;
    z-index: -2;
  }
}
@media (min-width: 1400px) {
  .cerene-round-note .roundeds-container {
    margin: 30px -22px 0;
  }
  .cerene-round-note .roundeds-container > div {
    padding: 0 22px;
  }
}
@media (max-width: 1200px) {
  .cerene-round-note .roundeds-container > div {
    width: 33.3337%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 993px) {
  .cerene-round-note .roundeds-container {
    padding: 20px 10px;
    margin: 0px -18px;
  }
}
@media (max-width: 767px) {
  .cerene-round-note .roundeds-container {
    margin: 0px -15px;
  }
  .cerene-round-note .roundeds-container > div {
    /*padding: 0 15px;*/
    padding: 0 20px;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cerene-round-note .roundeds-container > div {
    width: 100%;
    max-width: 250px;
  }
  .cerene-round-note .roundeds-container .item-round .round-content .align-round {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 5px;
  }
}

.cerene-qanda,
.cerene-dynamique-faq {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (min-width: 993px) {
  .cerene-qanda,
  .cerene-dynamique-faq {
    padding: 120px 0;
    /*.container{
        &.with{
            &:before {
                content: "";
                position: absolute;
                bottom: -70px;
                left: -300px;
                z-index: -1;
                @include icon_image('../images/motifs/motif1-try-bleu.svg', 1003px, 638px);
            }
        }
    }*/
  }
  .cerene-qanda:before,
  .cerene-dynamique-faq:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 100px);
    left: -290px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
  .cerene-qanda:after,
  .cerene-dynamique-faq:after {
    content: "";
    position: absolute;
    top: calc(100% - 138px);
    right: -215px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 341px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
  }
}

.cerene-offers {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.cerene-offers .form-group {
  margin-bottom: 0;
}
.cerene-offers .select2 .select2-selection--single {
  background-color: #F5F5F6;
  border: 0;
}
.cerene-offers .form-control {
  background-color: #F5F5F6;
  border: 0;
}
.cerene-offers .group-btns .default-btn {
  min-width: 253px;
}
@media (min-width: 994px) {
  .cerene-offers {
    padding: 100px 0;
  }
  .cerene-offers:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -300px;
    z-index: -1;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
    background-image: url("../images/motifs/motif1-try-bleu.svg");
    display: inline-block;
    height: 638px;
    width: 1003px;
    min-width: 1003px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-offers .filter {
    margin-bottom: 20px;
  }
  .cerene-offers .content {
    position: relative;
  }
  .cerene-offers .content:before {
    content: "";
    position: absolute;
    top: -56px;
    right: 0;
    background-image: url("../images/motifs/motif-cercle-move.svg");
    display: inline-block;
    height: 92px;
    width: 92px;
    min-width: 92px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .cerene-offers .content:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -45px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF5400;
  }
  .cerene-offers .content .wysiwyg-default {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
  }
  .cerene-offers .content .wysiwyg-default a {
    color: #007CD8;
  }
}

.fancybox__container {
  z-index: 99999 !important;
}

.icon-arrow-dropdown {
  background-image: url("../images/icons/icon-arrow-dropdown.svg");
  display: inline-block;
  height: 7px;
  width: 12px;
  min-width: 12px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-play-video {
  background-image: url("../images/icons/icon-play-video.svg");
  display: inline-block;
  height: 96px;
  width: 96px;
  min-width: 96px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-phone {
  background-image: url("../images/icons/icon-phone.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-email {
  background-image: url("../images/icons/icon-email.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-user {
  background-image: url("../images/icons/icon-user.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-password {
  background-image: url("../images/icons/icon-password.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.icon-see {
  background-image: url("../images/icons/icon-see.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 11px;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  border-radius: 100px;
  background-color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  position: relative;
  padding: 6px 32px;
  border: 2px solid #DDDDDD;
}
.default-btn:hover {
  background-color: #9488E3;
  border-color: #9488E3;
  color: #FFF;
}
.default-btn.move-btn {
  background-color: #9488E3;
  border-color: #9488E3;
  color: #FFF;
}
.default-btn.move-btn:hover {
  background-color: #FFF;
  border-color: #DDDDDD;
  color: #000;
}
.default-btn:disabled {
  opacity: 0.6;
}

.link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
}
.link-arrow .icon-arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: #9488E3;
  color: #FFF;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  left: 0;
  position: relative;
}
.link-arrow:hover .icon-arrow-link {
  left: 3px;
}

.group-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-btns-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.group-btns-full .default-btn {
  width: auto;
  white-space: normal;
}
@media (min-width: 1200px) {
  .group-btns-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .group-btns-full .default-btn {
    width: 100%;
    white-space: nowrap;
  }
}

.pagination {
  margin-top: 30px;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 11px;
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: 1.5px solid #DFE3E8;
  color: #323232;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}
.pagination .nav-links .page-numbers.current {
  border-color: #9488E3;
  color: #9488E3;
}
.pagination .nav-links .page-numbers svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #9488E3;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  background-color: #919EAB;
  border-color: #919EAB;
}
.pagination .nav-links .page-numbers.prev:hover svg path, .pagination .nav-links .page-numbers.next:hover svg path {
  stroke: #C4CDD5;
}

.wysiwyg-default p {
  margin-bottom: 12px;
}
.wysiwyg-default p:last-child {
  margin-bottom: 0;
}
.wysiwyg-default a {
  color: #212121;
}
.wysiwyg-default a:hover {
  text-decoration: none;
}
.wysiwyg-default img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wysiwyg-default ol {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 20px;
}
.wysiwyg-default ol li {
  position: relative;
  margin-bottom: 10px;
}
.wysiwyg-default ul {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 20px;
}
.wysiwyg-default ul li {
  position: relative;
  margin-bottom: 10px;
}
.wysiwyg-default ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #323232;
}

.message-no-content {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.group-arrow-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.group-arrow-slider > div {
  cursor: pointer;
}
.group-arrow-slider > div svg rect {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.group-arrow-slider > div svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.group-arrow-slider > div svg:hover rect[fill="#EFECF7"] {
  fill: #9488E3 !important;
}
.group-arrow-slider > div svg:hover path[stroke="#9488E3"] {
  stroke: #FFF !important;
}
.group-arrow-slider > div svg:hover rect[fill="#9488E3"] {
  fill: #EFECF7 !important;
}
.group-arrow-slider > div svg:hover path[stroke=white], .group-arrow-slider > div svg:hover path[stroke="#FFFFFF"] {
  stroke: #9488E3 !important;
}
.group-arrow-slider > div svg:hover rect[fill=white], .group-arrow-slider > div svg:hover rect[fill=FFFFFF] {
  fill: #9488E3 !important;
}

div[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill="#9488E3"], div[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill="#9488E3"], section[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill="#9488E3"], section[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill="#9488E3"] {
  /*fill: #FFF !important;*/
  fill: #9488E3 !important;
}
div[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill=white], div[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], div[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill=white], div[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], section[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill=white], section[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], section[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill=white], section[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF] {
  fill: #9488E3 !important;
}
div[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover path[stroke="#9488E3"], div[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover path[stroke="#9488E3"], section[style*="background-color:#EFECF7"] .group-arrow-slider > div svg:hover path[stroke="#9488E3"], section[style*="background-color:#efecf7"] .group-arrow-slider > div svg:hover path[stroke="#9488E3"] {
  stroke: #FFF !important;
}
div[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover rect[fill=white], div[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], div[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover rect[fill=white], div[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], section[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover rect[fill=white], section[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF], section[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover rect[fill=white], section[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover rect[fill=FFFFFF] {
  fill: #323232 !important;
}
div[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover path[stroke="#323232"], div[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover path[stroke="#323232"], section[style*="background-color:#ffc14a"] .group-arrow-slider > div svg:hover path[stroke="#323232"], section[style*="background-color:#FFC14A"] .group-arrow-slider > div svg:hover path[stroke="#323232"] {
  stroke: #FFF !important;
}
div[style*=background-color] .group-arrow-slider svg rect, section[style*=background-color] .group-arrow-slider svg rect {
  fill: #FFF;
}
div[style*=background-color] .group-arrow-slider svg path, section[style*=background-color] .group-arrow-slider svg path {
  stroke: #9488E3;
}
div[style*=background-color] .group-arrow-slider > div:hover svg rect, section[style*=background-color] .group-arrow-slider > div:hover svg rect {
  fill: #9488E3 !important;
}
div[style*=background-color] .group-arrow-slider > div:hover svg path, section[style*=background-color] .group-arrow-slider > div:hover svg path {
  stroke: #fff !important;
}

.slider-teams:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 994px) {
  .slider-teams:not(.slick-initialized) {
    margin: 60px -10px;
  }
}
@media (min-width: 994px) {
  .slider-teams.min-three .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: auto !important;
  }
}
.slider-teams .slick-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: initial;
  /*justify-content: center;*/
  padding: 0 50px 0 0;
}
.slider-teams .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.slider-teams .slide-member {
  padding: 0 10px;
  width: 342px;
}

.slider-images-gallery .slick-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-images-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-images-gallery .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .slider-images-gallery .slick-list {
    margin: 0 -30px;
    padding: 0 15px;
  }
}

.post-type-list .slick-list, .list-elements .slick-list {
  margin-right: -10px;
  padding-right: 50px;
  margin-left: -10px;
  padding-left: 10px;
  overflow: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-list .slick-track, .list-elements .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-list .slick-slide, .list-elements .slick-slide {
  padding: 0 10px;
}
.post-type-list .slick-slide > div, .list-elements .slick-slide > div {
  height: 100%;
}
.post-type-list .slick-slide > div > div, .list-elements .slick-slide > div > div {
  height: 100%;
}

.slider-times {
  position: relative;
  padding: 0 30px;
}
.slider-times::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #E5E2F8;
}
.slider-times .slick-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-times .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-times .slick-slide {
  padding: 0 15px;
}
.slider-times .slick-slide > div {
  height: 100%;
}
@media (max-width: 1200px) {
  .slider-times {
    padding: 0;
  }
  .slider-times .slick-list {
    margin: 0 -20px;
  }
}
@media (max-width: 993px) {
  .slider-times {
    padding: 0;
    padding-left: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .slider-times::before {
    top: 0;
    left: 19px;
    right: auto;
    height: auto;
    width: 6px;
    bottom: 0;
  }
  .slider-times .timeline-card {
    padding-bottom: 0;
  }
  .slider-times .timeline-card:before {
    left: -9px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .slider-times .timeline-card:after {
    left: -68px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.list-books .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.list-books .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-books .slick-slide {
  padding: 0 15px;
}
.list-books .slick-slide > div {
  height: 100%;
}
.list-books .slick-slide > div > div {
  height: 100%;
}
@media (max-width: 993px) {
  .list-books .slick-list {
    margin-right: -20px;
    padding-right: 50px;
    margin-left: -20px;
    padding-left: 10px;
  }
  .list-books .slick-list .slick-slide {
    padding: 0 10px;
  }
}

.list-partenaires {
  margin-left: -15px;
  margin-right: -15px;
}
.list-partenaires .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-partenaires .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-partenaires .slick-slide {
  padding: 0 15px;
}
.list-partenaires .slick-slide > div {
  height: 100%;
}
.list-partenaires .slick-slide > div > div {
  height: 100%;
}
@media (max-width: 1200px) {
  .list-partenaires .slick-list {
    margin-right: -30px;
    padding-right: 35px;
    margin-left: -30px;
    padding-left: 35px;
    overflow: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-partenaires .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-partenaires .slick-slide {
    padding: 0 10px;
  }
}

.gap-30 {
  gap: 30px 0 !important;
}

.gap-70 {
  gap: 70px 0 !important;
}
@media (max-width: 993px) {
  .gap-70 {
    gap: 30px 0 !important;
  }
}

.gap-50 {
  gap: 50px 0 !important;
}
@media (max-width: 993px) {
  .gap-50 {
    gap: 30px 0 !important;
  }
}

.ratio img, .ratio video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.radius-16 {
  border-radius: 16px;
}

.video-container {
  position: relative;
  display: block;
}
.video-container .start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.video-container .start-video i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.video-container .start-video:hover i {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.post-item {
  height: 100%;
}

a.item-card-post {
  color: #323232;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
a.item-card-post:hover {
  color: #9488E3;
}

.item-card-post {
  background-color: #FFF;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
}
.item-card-post .ratio {
  --bs-aspect-ratio: 283px;
}
.item-card-post .ratio img {
  border-radius: 16px 16px 0 0;
}
.item-card-post .content-card-post {
  padding: 34px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 0;
  height: 100%;
  border: 1px solid #DCD6EB;
  border-radius: 0 0 16px 16px;
}
.item-card-post .content-card-post p {
  margin: 0;
}
.item-card-post .tag-card {
  padding: 4px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 30px;
  color: #FFF;
  background-color: #FFC14A;
  line-height: 12px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
}
.item-card-post .detail-card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
  line-height: 27px;
}
.item-card-post .title-card {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #323232;
}
.item-card-post .excerpt-card {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26.6px;
}
.item-card-post .link-arrow {
  margin-top: auto;
}

.card-testimonial {
  height: 100%;
  font-size: 20px;
  line-height: 24px;
  border-radius: 16px;
  background-color: #EFECF7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px 0;
  padding: 30px;
}
.card-testimonial.style-2 {
  overflow: hidden;
}
.card-testimonial.style-2:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 72px);
  right: calc(100% - 78px);
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.card-testimonial.style-2:after {
  content: "";
  position: absolute;
  top: calc(100% - 36px);
  left: calc(100% - 78px);
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.card-testimonial .body {
  font-style: italic;
  line-height: 31px;
}
.card-testimonial .characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-weight: 600;
  margin-top: auto;
}
.card-testimonial .characteristic:before {
  content: "";
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0;
}
.card-testimonial .characteristic p {
  margin: 0;
}
.card-testimonial .characteristic p span {
  display: inline-block;
}

.item-card-image-text {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.item-card-image-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.item-card-image-text .ratio {
  height: 434px;
  --bs-aspect-ratio: 434px;
}
.item-card-image-text img {
  border-radius: 16px;
}
.item-card-image-text .icon-play-video {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-card-image-text .icon-play-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.item-card-image-text .detail-card-image-text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 2rem;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  height: 110px;
}
.item-card-image-text .detail-card-image-text p {
  margin: 0;
}
.item-card-image-text .detail-card-image-text .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: -0.96px;
  margin-bottom: 6px;
}
.item-card-image-text .detail-card-image-text .text {
  width: 90%;
  display: inline-block;
}

.timeline-card {
  position: relative;
  padding-bottom: 67px;
  height: 100%;
}
.timeline-card:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  left: 50%;
  bottom: 58px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #EFECF7;
  z-index: 1;
}
.timeline-card:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 5px solid #FFF;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #9488E3;
}
.timeline-card .detail-timline {
  height: 100%;
  background-color: #EFECF7;
  padding: 50px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 994px) {
  .timeline-card .detail-timline {
    min-height: 233px;
  }
}
.timeline-card .detail-timline p {
  margin: 0;
}
.timeline-card .detail-timline .date {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #007CD8;
  letter-spacing: -0.96px;
}
.timeline-card .detail-timline:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 50px);
  right: calc(100% - 45px);
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.timeline-card .detail-timline:after {
  content: "";
  position: absolute;
  top: calc(100% - 35px);
  left: calc(100% - 45px);
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.item-card-partenaire {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px 20px;
}
.item-card-partenaire:before {
  content: "";
  position: absolute;
  /*bottom: calc(100% - 26px);
  right: calc(100% - 78px);*/
  bottom: calc(100% - 45px) !important;
  right: calc(100% - 65px);
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.item-card-partenaire:after {
  content: "";
  position: absolute;
  top: calc(100% - 36px);
  left: calc(100% - 78px);
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.item-card-partenaire .content-card-partenaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}
.item-card-partenaire .content-card-partenaire .image-partenaire {
  width: 134px;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DBD5EB;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}
.item-card-partenaire .content-card-partenaire .image-partenaire img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-card-partenaire .content-card-partenaire > p {
  margin: 0;
}
.item-card-partenaire .content-card-partenaire .resume {
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  font-weight: 400;
}
.item-card-partenaire .content-card-partenaire .title-partenaire {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
  font-weight: 600;
}
.item-card-partenaire .content-card-partenaire a {
  color: #007CD8;
}
.item-card-partenaire .content-card-partenaire a:hover {
  text-decoration: none;
}

.new-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 32px;
  gap: 31px;
  isolation: isolate;
  background: #FFFFFF;
  border: 1px solid #DCD6EB;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  overflow: hidden;
}
.new-card:after {
  content: "";
  position: absolute;
  top: calc(100% - 54px);
  left: calc(100% - 45px);
  background-image: url("../images/motifs/motif-cadre-dots.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.new-card .ratio {
  --bs-aspect-ratio: 283px;
}
.new-card .ratio img {
  border-radius: 16px 16px 0 0;
}
.new-card .thumbnail {
  position: relative;
}
.new-card .type {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  height: auto;
  width: auto;
  min-height: 33px;
  padding: 8px 30px;
  font-weight: 500;
  color: #FFF;
  border-radius: 56px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.15px;
}
.new-card .content-card-new {
  padding: 0 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.new-card .content-card-new .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
}
.new-card .content-card-new .title a {
  text-decoration: none;
  color: #323232;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.new-card .content-card-new .title a:hover {
  color: #9488E3;
}
.new-card .default-btn {
  min-width: 253px;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.new-card.type-press .type {
  background-color: #007CD8;
}
.new-card.type-video .type {
  background-color: #FFC14A;
}
.new-card.type-video .thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/icons/icon-play-video.svg");
  display: inline-block;
  height: 96px;
  width: 96px;
  min-width: 96px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.new-card.type-radio .type {
  background-color: #23C4B4;
}
.new-card.type-article .type {
  background-color: #FF5400;
}

.item-card-element {
  height: 100%;
  border: 1px solid #C5BEDA;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
  background-color: #FFF;
}
.item-card-element .content-card-element {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #323232;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-card-element .content-card-element:hover {
  color: #9488E3;
}
.item-card-element .image-element.ratio {
  --bs-aspect-ratio: 283px;
}
.item-card-element .detail-element {
  padding: 25px 25px 23px;
  height: 100%;
  border-top: 1px solid #C5BEDA;
  margin-top: -1px;
}
.item-card-element .detail-element .card-title {
  font-size: 18px;
  line-height: 22px;
}

.image-gallery img {
  border-radius: 16px;
  height: 434px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps {
  margin-bottom: 150px;
  margin: 0 -65px 134px;
  position: relative;
}
@media (min-width: 768px) {
  .steps::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6px;
    background-color: #E5E2F8;
  }
}
.steps > div {
  margin-bottom: 150px;
  padding: 0 65px;
}
.steps > div:nth-child(2n+1) .step::before {
  left: -88px;
}
.steps > div:nth-child(2n+1) .step::after {
  left: -9px;
}
.steps > div:nth-child(2n+1) .step .step-content:before {
  right: calc(100% - 78px);
}
.steps > div:nth-child(2n+1) .step .step-content:after {
  left: calc(100% - 78px);
}
.steps > div:nth-child(2n) {
  -webkit-transform: translateY(275px);
      -ms-transform: translateY(275px);
          transform: translateY(275px);
}
.steps > div:nth-child(2n) .step::before {
  right: -88px;
}
.steps > div:nth-child(2n) .step::after {
  right: -9px;
}
.steps > div:nth-child(2n) .step .step-content:before {
  left: calc(100% - 78px);
}
.steps > div:nth-child(2n) .step .step-content:after {
  right: calc(100% - 78px);
}
.steps .step {
  position: relative;
  height: 100%;
  min-height: 574px;
}
@media (min-width: 768px) {
  .steps .step::before {
    content: "";
    position: absolute;
    top: 100px;
    width: 45px;
    height: 45px;
    background-color: #9488E3;
    border-radius: 50%;
    border: 5px solid #FFF;
  }
  .steps .step:after {
    content: "";
    position: absolute;
    top: 114px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #EFECF7;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.steps .step .step-content {
  position: relative;
  overflow: hidden;
  background-color: #EFECF7;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px 0;
  height: 100%;
}
.steps .step .step-content:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 70px);
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.steps .step .step-content:after {
  content: "";
  position: absolute;
  top: calc(100% - 36px);
  background-image: url("../images/motifs/motif-cadre-dots-move.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.steps .step .step-content .wysiwyg-default {
  font-size: 15px;
  line-height: 21px;
}
.steps .step .head-step .step-nbr {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: -0.96px;
  color: #007CD8;
}
.steps .step .head-step .groups-title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .steps {
    margin-bottom: 80px;
    margin: 0 -40px 85px;
  }
  .steps::before {
    bottom: -85px;
  }
  .steps > div {
    margin-bottom: 80px;
    padding: 0 40px;
  }
  .steps > div:nth-child(2n+1) .step::before {
    left: -62px;
  }
  .steps > div:nth-child(2n) {
    -webkit-transform: translateY(160px);
        -ms-transform: translateY(160px);
            transform: translateY(160px);
  }
  .steps > div:nth-child(2n) .step::before {
    right: -62px;
  }
  .steps .step .step-content {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .steps {
    margin-bottom: 0px;
    margin: 0 -15px 0;
    gap: 30px 0;
  }
  .steps > div {
    margin-bottom: 0px;
    padding: 0 15px;
  }
  .steps > div:nth-child(2n) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.item-round {
  height: 100%;
}
.item-round .round-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05px;
  color: #FFFFFF;
  padding: 0 15px 10px;
  gap: 12px;
  background-color: var(--bg-rond-color);
}
.item-round .round-content::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  bottom: -14px;
  right: -14px;
  border-top: 2px solid var(--bg-rond-color);
  border-radius: 50%;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid var(--bg-rond-color);
  opacity: 0.4;
  z-index: -1;
}
.item-round .round-content::after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -16px;
  left: -16px;
  background-color: #FFF;
  z-index: -2;
}
.item-round .round-content .align-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 32px;
  gap: 5px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-round .round-content .align-round {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.item-round .round-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
  /*margin-bottom: 5px;*/
  display: block;
}

.item-offer {
  padding: 60px 30px 50px;
  background: #FFFFFF;
  border: 1px solid #DCD6EB;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.item-offer:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 34px);
  right: calc(100% - 100px);
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.item-offer:after {
  content: "";
  position: absolute;
  top: calc(100% - 47px);
  left: calc(100% - 47px);
  background-image: url("../images/motifs/motif-cadre-dots-green.svg");
  display: inline-block;
  height: 236px;
  width: 246px;
  min-width: 246px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 993px) {
  .item-offer:after {
    left: 25%;
  }
}
.item-offer .group-btns {
  margin-left: auto;
}
.item-offer .group-btns .default-btn {
  width: 253px;
}
@media (max-width: 360px) {
  .item-offer .group-btns .default-btn {
    width: 240px;
    max-width: 100%;
    min-width: auto;
  }
}
.item-offer .title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}
.item-offer .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.item-offer .infos span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .item-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 0;
  }
  .item-offer .group-btns {
    margin-left: 0;
  }
}

.documents-container {
  position: relative;
}
.documents-container .documents {
  max-height: 485px;
  overflow-y: scroll;
  gap: 25px 0px;
}
.documents-container .documents .document {
  background-color: #f0f1f3;
  border-radius: 0.5em;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  color: #000;
  font-weight: 500;
  text-align: center;
  min-height: 230px;
}
.documents-container .documents .document .title {
  margin: 0px;
}
.documents-container .scroll-down {
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
          transform: translateX(-75%);
}
.documents-container .scroll-down svg {
  width: 30px;
}
@media only screen and (max-width: 993px) {
  .documents-container .scroll-down {
    bottom: -60px;
  }
  .documents-container .scroll-down svg {
    width: 25px;
  }
}

/**
 * Accessible userway plugin
 * */
body.page, body.blog, body.single, body.login-page, body.error404 {
  /**
   * Chat plugin
   * */
}
body.page .uwy, body.blog .uwy, body.single .uwy, body.login-page .uwy, body.error404 .uwy {
  z-index: 1000;
}
body.page .uwy .userway_buttons_wrapper, body.blog .uwy .userway_buttons_wrapper, body.single .uwy .userway_buttons_wrapper, body.login-page .uwy .userway_buttons_wrapper, body.error404 .uwy .userway_buttons_wrapper {
  /*left: calc(100vw - 47px) !important;*/
  left: auto !important;
  right: 21px !important;
  bottom: 154px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body.page .uwy .userway_buttons_wrapper.inside, body.blog .uwy .userway_buttons_wrapper.inside, body.single .uwy .userway_buttons_wrapper.inside, body.login-page .uwy .userway_buttons_wrapper.inside, body.error404 .uwy .userway_buttons_wrapper.inside {
  bottom: 255px !important;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
@media (max-width: 993px) {
  body.page .uwy .userway_buttons_wrapper, body.blog .uwy .userway_buttons_wrapper, body.single .uwy .userway_buttons_wrapper, body.login-page .uwy .userway_buttons_wrapper, body.error404 .uwy .userway_buttons_wrapper {
    bottom: 145px !important;
    /*left: calc(100vw - 38px) !important;*/
  }
}
body.page .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false] .cc-1yy0g .cc-1m2mf .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.blog .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false] .cc-1yy0g .cc-1m2mf .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.single .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false] .cc-1yy0g .cc-1m2mf .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.login-page .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false] .cc-1yy0g .cc-1m2mf .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.error404 .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false] .cc-1yy0g .cc-1m2mf .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm {
  width: 26px !important;
  height: 20px !important;
  top: 14px !important;
  left: 8px !important;
}
body.page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.blog .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.single .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.login-page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.error404 .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
  right: 21px !important;
  bottom: 209px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body.page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw, body.blog .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw, body.single .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw, body.login-page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw, body.error404 .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw {
  width: 44px !important;
  height: 44px !important;
}
body.page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf.inside, body.blog .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf.inside, body.single .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf.inside, body.login-page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf.inside, body.error404 .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf.inside {
  bottom: 310px !important;
}
@media (max-width: 993px) {
  body.page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.blog .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.single .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.login-page .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf, body.error404 .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
    bottom: 200px !important;
    right: 21px !important;
  }
}
body.page .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-1yy0g .cc-1m2mf[data-maximized=true] .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.blog .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-1yy0g .cc-1m2mf[data-maximized=true] .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.single .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-1yy0g .cc-1m2mf[data-maximized=true] .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.login-page .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-1yy0g .cc-1m2mf[data-maximized=true] .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm, body.error404 .crisp-client .cc-1brb6[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-1yy0g .cc-1m2mf[data-maximized=true] .cc-157aw .cc-d73fc[data-is-ongoing=false] .cc-1bvfm {
  width: 13px !important;
  top: 14px !important;
  left: 16px !important;
}
@media (max-width: 993px) {
  body.page .axeptio_mount .needsclick button, body.blog .axeptio_mount .needsclick button, body.single .axeptio_mount .needsclick button, body.login-page .axeptio_mount .needsclick button, body.error404 .axeptio_mount .needsclick button {
    bottom: 100px !important;
  }
  body.page #axeptio_main_button, body.blog #axeptio_main_button, body.single #axeptio_main_button, body.login-page #axeptio_main_button, body.error404 #axeptio_main_button {
    bottom: 100px !important;
  }
}

footer[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

.aligncenter {
  max-width: 100% !important;
}
.aligncenter > div {
  text-align: center;
}

.alignright {
  max-width: 100% !important;
}

.alignleft {
  max-width: 100% !important;
}
.alignleft > div {
  text-align: right;
}

.main-single-post {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main-single-post::before {
    content: "";
    position: absolute;
    top: -205px;
    left: -210px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 342px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .main-single-post::after {
    content: "";
    position: absolute;
    bottom: -205px;
    right: -210px;
    background-image: url("../images/motifs/motif-cadre-dots-move.svg");
    display: inline-block;
    height: 342px;
    width: 354px;
    min-width: 354px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.main-single-post img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main-single-post .head-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 77px;
  margin-bottom: 52px;
}
.main-single-post .head-single-post .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.main-single-post .head-single-post .content-head h1 {
  margin-bottom: 0;
}
.main-single-post .head-single-post .info span {
  display: inline-block;
}
.main-single-post .head-single-post .post-thumbnail img {
  border-radius: 20px;
}
.main-single-post .bloc-content-single {
  font-size: 18px;
}
.main-single-post .bloc-content-single h2 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-single-post .bloc-content-single h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-single-post .bloc-content-single h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-single-post .bloc-content-single p, .main-single-post .bloc-content-single ul, .main-single-post .bloc-content-single ol {
  margin-bottom: 20px;
}
.main-single-post .bloc-content-single p + style + .block-espace--gute, .main-single-post .bloc-content-single ul + style + .block-espace--gute, .main-single-post .bloc-content-single ol + style + .block-espace--gute {
  margin-top: -20px;
}
.main-single-post .bloc-content-single ul.wp-block-list, .main-single-post .bloc-content-single ul {
  padding-left: 0;
}
.main-single-post .bloc-content-single ul.wp-block-list li, .main-single-post .bloc-content-single ul li {
  padding-left: 27px;
  list-style: none;
  position: relative;
}
.main-single-post .bloc-content-single ul.wp-block-list li::before, .main-single-post .bloc-content-single ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9488E3;
}
.main-single-post .bloc-content-single li {
  margin-bottom: 10px;
}
.main-single-post .bloc-content-single li:last-child {
  margin-bottom: 0;
}
.main-single-post .bloc-content-single .row {
  gap: 20px 0;
}
.main-single-post .bloc-content-single .wp-block-image {
  margin-bottom: 0;
  height: 100%;
}
.main-single-post .bloc-content-single .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 993px) {
  .main-single-post {
    padding: 30px 0 50px;
  }
  .main-single-post .head-single-post {
    gap: 30px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .main-single-post .row > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.single .site-main {
  position: relative;
}
.single .site-main > .post + .bloc-more-posts {
  padding-bottom: 100px;
}
.single .site-main > .post + .bloc-more-posts + .group-btns {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-single-school {
  padding: 70px 0 0px;
}
.main-single-school .content-single-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  margin-bottom: 40px;
}
.main-single-school .head-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px 0;
  letter-spacing: 0;
}
.main-single-school .head-single > * {
  margin: 0;
}
.main-single-school .head-single .district {
  font-size: 20px;
  line-height: 28px;
}
.main-single-school .head-single .page-title {
  font-size: 32px;
  line-height: 36px;
}
.main-single-school .head-single .address-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
  font-size: 15px;
  line-height: 22px;
}
.main-single-school .head-single .address-school strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  white-space: nowrap;
}
.main-single-school .block-gallery-school {
  gap: 30px 0;
}
.main-single-school .block-gallery-school > div {
  position: relative;
}
.main-single-school .block-gallery-school .gallery {
  gap: 30px;
  height: 100%;
  position: relative;
}
.main-single-school .block-gallery-school .gallery a {
  display: block;
  height: 100%;
}
.main-single-school .block-gallery-school img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-single-school .block-gallery-school .show-more-images {
  position: absolute;
  bottom: 20px;
  left: 39px;
  right: 39px;
  text-align: right;
}
.main-single-school .block-gallery-school .show-more-images a {
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  border-radius: 71px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 20px;
  min-height: 36px;
  text-align: center;
  backdrop-filter: blur(1.5px);
}
.main-single-school .school-options {
  gap: 8px 0;
}
.main-single-school .school-options .option-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.main-single-school .school-options .option-school .icon-option {
  min-width: 60px;
  width: 60px;
  height: 60px;
  padding: 8px;
}
.main-single-school .school-options .option-school .icon-option img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 993px) {
  .main-single-school {
    padding: 30px 0 0px;
  }
  .main-single-school .block-gallery-school {
    gap: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-single-school .block-gallery-school .gallery {
    gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .main-single-school .block-gallery-school .gallery a {
    --bs-aspect-ratio: 115px;
  }
  .main-single-school .block-gallery-school .show-more-images {
    position: static;
    margin-top: 20px;
    text-align: left;
  }
}

.not-found {
  padding: 80px 0px;
  min-height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-found .content .title {
  margin-top: 35px;
  color: #1A1A1A;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233% */
  letter-spacing: 0.08px;
}/*# sourceMappingURL=style.css.map */