@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Eina01-SemiBold";
  src: url("../fonts/Eina01-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Regular";
  src: url("../fonts/Eina01-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Light";
  src: url("../fonts/Eina01-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Bold";
  src: url("../fonts/Eina01-Bold.ttf");
  font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}

.ui-tooltip,
.custum-tooltip:after {
  background: #fff;
  border: 1px solid #d9d9d9;
}

span[class*=Widget__WidgetCopyright] {
  display: none !important;
}

.ui-tooltip {
  padding: 13px 18px;
  border-radius: 9px;
  font-size: 12px;
  font-family: "Open Sans";
  box-shadow: none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 3px rgba(198, 198, 198, 0.28);
}
@media (max-width: 767px) {
  .ui-tooltip {
    padding: 13px 8px;
  }
}

.custum-tooltip {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -16px;
}

.custum-tooltip.top {
  top: -16px;
  bottom: auto;
}

.custum-tooltip.left {
  left: 10%;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.embed-responsive > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.embed-responsive.embed-responsive-4by3::before {
  padding-top: 77%;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
  color: #013A51;
  position: relative;
}
body.toggled {
  overflow: hidden;
}
body.toggled header .navbar-collapse {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}
body.toggled .navbar-toggler span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.toggled .navbar-toggler span:nth-child(2) {
  opacity: 0;
}
body.toggled .navbar-toggler span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.default-section {
  padding: 105px 0;
}
@media (max-width: 1200px) {
  .default-section {
    padding: 65px 0;
  }
}

.titre-default {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #013A51;
  margin-bottom: 16px;
}
.titre-default.upper {
  text-transform: uppercase;
}
@media (max-width: 993px) {
  .titre-default {
    font-size: 24px;
    line-height: 30px;
  }
}

.small-titre-default {
  color: #8f855f;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 16px;
}
.small-titre-default span {
  display: block;
}
.small-titre-default.upper {
  text-transform: uppercase;
}

.url-savoir {
  font-weight: 600;
  font-size: 15px;
  line-height: 63px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #013A51;
  padding-bottom: 12px;
  position: relative;
}
.url-savoir::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background-color: #dddddd;
}

.top-title-section {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 62px;
  color: #013A51;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .top-title-section {
    margin-bottom: 30px;
  }
}

.strong {
  font-family: "Eina01-Bold";
}

.title-section {
  font-family: "Eina01-Bold";
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .title-section {
    font-size: 29px;
  }
}

.desc-section {
  color: #49565b;
  margin-bottom: 42px;
}
.desc-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .desc-section {
    margin-bottom: 18px;
  }
}

.desc-default a {
  color: #8f855f;
  text-decoration: underline;
}
.desc-default p:last-child {
  margin-bottom: 0;
}

.bloc-titre-default {
  width: 922px;
  max-width: 100%;
  margin-bottom: 52px;
}

.slick-prev {
  width: 24px;
  height: 24px;
  text-align: center;
  left: 10px;
  z-index: 1;
}
.slick-prev:before {
  content: "";
  background: url(../images/icons/icon-arrow-green.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 16px;
  height: 9px;
  transition: 0.3s all;
  display: inline-block;
  opacity: 1;
  transform: rotate(-90deg);
}
.slick-prev.slick-disabled::before {
  opacity: 0;
}

.slick-next {
  width: 24px;
  height: 24px;
  text-align: center;
  right: 10px;
}
.slick-next:before {
  content: "";
  background: url(../images/icons/icon-arrow-green.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 16px;
  height: 9px;
  transition: 0.3s all;
  transform: rotate(90deg);
  display: inline-block;
  opacity: 1;
}
.slick-next.slick-disabled::before {
  opacity: 0;
}

.slick-dots {
  bottom: -32px;
}
.slick-dots li {
  width: 29px;
  height: 3px;
  margin: 0 7px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1BBE83;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.loading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}
.loading .lds-ripple div {
  position: absolute;
  border: 4px solid #1BBE83;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.page-def {
  padding: 100px 0;
}
.page-def h3 {
  font-family: "Eina01-Bold";
  font-size: 30px;
  line-height: 48px;
  margin: 40px 0 15px;
}
.page-def a {
  color: #1BBE83;
  text-decoration: underline;
}
.page-def a:hover {
  text-decoration: none;
}
.page-def ul {
  list-style: none;
  padding-left: 20px;
}
.page-def ul li {
  display: flex;
  margin-bottom: 8px;
}
.page-def ul li:before {
  content: "";
  position: relative;
  top: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  background: #1BBE83;
  border-radius: 50%;
  margin-right: 14px;
}

@keyframes lds-ripple {
  0% {
    top: 56px;
    left: 56px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 56px;
    left: 56px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 56px;
    left: 56px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 112px;
    height: 112px;
    opacity: 0;
  }
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #1BBE83 !important;
  background: #1BBE83 !important;
  color: #FFFFFF;
}

.title-found img {
  max-width: 70%;
}

.icon-tooltip {
  cursor: pointer !important;
}

@keyframes flipcard {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideOut {
  from {
    margin-left: 0vw;
  }
  to {
    margin-left: -150vw;
  }
}
.icon-phone {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  min-width: 13px;
  background-image: url("../images/icons/icon-phone-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.icon-arrow-link {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 17px;
  min-width: 25px;
  background-image: url("../images/icons/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-close {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url("../images/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-close-blanc {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-image: url("../images/icons/icon-close-blanc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-arrow-gray {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  min-width: 6px;
  background-image: url("../images/icons/icon-arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-image: url("../images/icons/info-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-tooltip-info {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-image: url("../images/icons/icon-tooltip-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-arrow-bleu {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-lock {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-image: url("../images/icons/icon-lock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-send {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  min-width: 25px;
  background-image: url("../images/icons/icon-send.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.icon-sound {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 37px;
  min-width: 31px;
  background-image: url("../images/icons/icon-sound.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-needs {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-image: url("../images/icons/icon-needs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-plus-more {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-image: url("../images/icons/icon-plus-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-tooltip-gray {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url("../images/icons/icon-tooltip-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.icon-tooltip-gray:hover {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url("../images/icons/icon-tooltip-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-default {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1BBE83;
  background-color: #1BBE83;
  border-radius: 105px;
  padding: 18px 26px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.btn-default:not([href]) {
  cursor: default;
}
.btn-default:hover {
  background-color: #0E9F6E;
  border-color: #0E9F6E;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-default.btn-light {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #013A51;
}
.btn-default.btn-light img {
  margin-left: 8px;
  display: block !important;
}
.btn-default.btn-light:hover {
  border-color: #1BBE83 !important;
  background-color: #1BBE83;
  color: #19506E !important;
}
.btn-default.bleu-btn {
  background-color: #013A51;
  color: #fff;
  border-color: #013A51;
}
.btn-default.bleu-btn:hover {
  background-color: transparent;
  color: #013A51;
}
.btn-default.light-btn-bleu {
  background-color: transparent;
  color: #013A51;
  border-color: #013A51;
}
.btn-default.light-btn-bleu:hover {
  background-color: #013A51;
  color: #fff;
}
.btn-default.btn-transparent {
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.btn-default.btn-transparent img {
  display: block !important;
}
.btn-default.btn-transparent.blue {
  color: #013A51 !important;
  border: 1px solid #013A51;
}
.btn-default.btn-transparent:hover {
  background-color: #013A51;
  color: #fff !important;
}
.btn-default.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF !important;
}
.btn-default.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.accordion-default .item-accordion {
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
  font-family: "Eina01-Regular";
  font-size: 15px;
  line-height: 20px;
}
.accordion-default .item-accordion .bloc-wisiwyg {
  line-height: 22px;
}
.accordion-default .item-accordion.single-page-accordion .head-accordion {
  font-family: "Eina01-SemiBold";
}
.accordion-default .item-accordion.single-page-accordion .head-accordion a {
  color: #013A51;
  text-decoration: none;
}
.accordion-default .item-accordion.single-page-accordion .head-accordion::after {
  content: none;
}
.accordion-default .head-accordion {
  font-family: "Eina01-Bold";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-default .head-accordion:after {
  content: "";
  position: relative;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  min-width: 16px;
  background-image: url("../images/icons/icon-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateX(-180deg);
  transition: 0.2s ease-in-out;
  top: 9px;
}
.accordion-default .head-accordion:not(.collapsed) {
  font-family: "Eina01-Bold";
}
.accordion-default .head-accordion:not(.collapsed):after {
  transform: rotateX(0);
}
.accordion-default .card-body {
  padding: 1.25rem 0 0;
}
.accordion-default .list-items-faq {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.accordion-default .list-items-faq li {
  padding-left: 19px;
  position: relative;
  margin-bottom: 15px;
}
.accordion-default .list-items-faq li.active {
  background-color: #1BBE83;
  color: #fff;
  padding: 20px 20px 20px 40px;
  border-radius: 7px;
}
.accordion-default .list-items-faq li.active:before {
  left: 20px;
  top: 26px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background-image: url("../images/icons/motif-list-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion-default .list-items-faq li.active a {
  color: #fff;
}
.accordion-default .list-items-faq li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background-image: url("../images/icons/motif-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion-default .list-items-faq a {
  color: #58676d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

input[type=radio] {
  display: inline-block;
  border: 3px solid #1BBE83;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 29px;
  width: 29px;
  min-width: 29px;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  margin-top: 0px;
}
input[type=radio]:checked {
  border: 1.5px solid #1BBE83;
  background: rgba(27, 190, 131, 0.73);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
}

input[type=checkbox] {
  display: inline-block;
  border: 3px solid #e2eaed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 7px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}
input[type=checkbox]:checked {
  background: #1BBE83;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
}

.invalid-input {
  border-color: #ff9090 !important;
}

.invalid-msg {
  margin-top: 5px;
  font-size: 14px;
  color: #e25959;
}

.radioTowChoix {
  display: flex;
  width: 100%;
  margin: 0 !important;
}
.radioTowChoix .form-check {
  padding: 0 12px;
  width: 100%;
}
.radioTowChoix .form-check > label {
  margin-right: 0 !important;
}
@media (max-width: 575px) {
  .radioTowChoix .form-check {
    width: 50%;
    min-width: auto;
  }
}
.radioTowChoix label {
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Open Sans";
  font-weight: 700 !important;
  text-align: center;
  margin: 0;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #ffffff;
  border: 1px solid #e2eaed;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 6px 20px;
  width: 100%;
  min-height: 71px;
  margin-right: 0;
  margin-bottom: 20px;
  font-weight: 700;
  margin-right: 0;
  font-size: 15px !important;
}
.radioTowChoix label span {
  display: block;
}
.radioTowChoix label:hover {
  border-color: #1BBE83;
  color: #1BBE83;
  /*&.label-oui {
  	&:before {
  		@include icon-img(url("../images/icons/icon-yes-active.svg"), 37px, 27px);
  	}
  }
  &.label-non {
  	&:before {
  		@include icon-img(url("../images/icons/icon-non-active.svg"), 37px, 27px);
  	}
  }*/
}
.radioTowChoix label {
  /*&.label-oui {
  	&:before {
  		content: "";
  		position: relative;
  		min-height: 30px;
  		background-position: center;
  		transition: .3s ease-in-out;
  		@include icon-img(url("../images/icons/icon-yes.svg"), 37px, 27px);
  	}
  }
  &.label-non {
  	&:before {
  		content: "";
  		position: relative;
  		min-height: 30px;
  		background-position: center;
  		transition: .3s ease-in-out;
  		@include icon-img(url("../images/icons/icon-non.svg"), 37px, 27px);
  	}
  }*/
}
.radioTowChoix input {
  display: none;
}
.radioTowChoix input:checked ~ label {
  color: #013A51;
  background-color: rgba(27, 190, 131, 0.11);
  border: 2px solid #1BBE83;
}
.radioTowChoix input:checked ~ label.label-oui:before {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 27px;
  min-width: 37px;
  background-image: url("../images/icons/icon-yes-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.radioTowChoix input:checked ~ label.label-non:before {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 27px;
  min-width: 37px;
  background-image: url("../images/icons/icon-non-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.bloc-form-check {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.bloc-form-check .form-check {
  align-items: flex-start;
  display: inline-flex;
}

.form-check label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.form-check.form-check-icon {
  width: 181px;
  height: 161px;
  min-width: 181px;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 10px;
}
.form-check.form-check-icon.half-bloc {
  width: 25%;
}
@media (max-width: 575px) {
  .form-check.form-check-icon.half-bloc {
    width: 50%;
    min-width: auto;
  }
}
.form-check.form-check-icon:last-child {
  margin-right: 0;
}
.form-check.form-check-icon.no-icon {
  height: auto;
  width: 50%;
}
@media (max-width: 575px) {
  .form-check.form-check-icon.no-icon {
    width: 100%;
  }
}
.form-check.form-check-icon.no-icon label {
  font-size: 13px !important;
  line-height: 18px !important;
}
.form-check.form-check-icon.no-icon label .icon-form-check {
  display: none;
}
.form-check.form-check-icon.no-icon label > span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.form-check.form-check-icon input {
  display: none;
}
.form-check.form-check-icon input:checked ~ label {
  color: #013A51;
  background-color: rgba(27, 190, 131, 0.11);
  border: 2px solid #1BBE83;
}
.form-check.form-check-icon input:checked ~ label .icon-form-check svg path[stroke="#9EAEB1"] {
  stroke: #013A51;
}
.form-check.form-check-icon input:checked ~ label .icon-form-check svg path[fill="#9EAEB1"] {
  fill: #013A51;
}
.form-check.form-check-icon label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Open Sans";
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 16px !important;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #ffffff;
  border: 1px solid #e2eaed;
  border-radius: 14px;
  justify-content: center;
  padding: 10px 7px;
  margin-bottom: 0 !important;
}
.form-check.form-check-icon label.has-error {
  border-color: #ff9090;
}
.form-check.form-check-icon label:hover {
  color: #1BBE83;
}
.form-check.form-check-icon label:hover .icon-form-check svg path[stroke="#9EAEB1"] {
  stroke: #1BBE83;
}
.form-check.form-check-icon label:hover .icon-form-check svg path[fill="#9EAEB1"] {
  fill: #1BBE83;
}
.form-check.form-check-icon label .icon-form-check {
  height: 48px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check.form-check-icon label .icon-form-check img {
  max-height: 48px;
}
.form-check.form-check-icon label .icon-form-check svg {
  max-height: 48px;
}
.form-check.form-check-icon label .icon-form-check svg path {
  transition: 0.3s ease-in-out;
}
.form-check.form-check-icon label > span {
  display: block;
  width: 100%;
  min-height: 40px;
}
.form-check.form-check-icon.lined {
  width: 100%;
  height: auto;
}
.form-check.form-check-icon.lined label {
  flex-direction: row;
  justify-content: center;
  height: auto;
  padding: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.form-check.form-check-icon.lined label .icon-form-check {
  height: 44px;
  margin: 0;
  margin-right: 20px;
}
.form-check.form-check-icon.lined label span {
  width: auto;
  min-height: auto;
}
@media (max-width: 993px) {
  .form-check.form-check-icon.lined {
    height: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.auto-width {
  width: 100% !important;
}

.form-group {
  margin-bottom: 33px;
}
.form-group label {
  font-family: "Eina01-SemiBold";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
}
.form-group .field-date {
  position: relative;
  width: 300px;
  margin: auto;
}
.form-group .field-date .form-control {
  text-align: center;
}
.form-group .field-date:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../images/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.form-group .field-date .form-control {
  padding-right: 30px;
}

.form-control {
  font-size: 15px;
  line-height: 22px;
  color: #013A51;
  font-family: "Open Sans";
  font-weight: 600;
  min-height: 54px;
  padding: 15px 20px;
  box-shadow: none !important;
  background: #ffffff;
  border: 1px solid #d6d7e1;
  border-radius: 15px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(1, 58, 81, 0.6);
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(1, 58, 81, 0.6);
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(1, 58, 81, 0.6);
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(1, 58, 81, 0.6);
}
.form-control:focus {
  border-color: rgba(1, 58, 81, 0.6);
}

textarea.form-control {
  min-height: 180px;
}

.bloc-radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.bloc-radio-group span {
  display: inline-block;
}
.bloc-radio-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}
.bloc-radio-group p {
  margin-bottom: 0;
}
.bloc-radio-group .title-radio {
  font-family: "Eina01-SemiBold";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.bloc-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.bloc-checkbox-group .bloc-form-check .form-check-cadre input {
  display: none;
}
.bloc-checkbox-group .bloc-form-check .form-check-cadre input:checked ~ label {
  color: #fff;
  background-color: #1BBE83;
  border-color: #1BBE83;
}
.bloc-checkbox-group .bloc-form-check .form-check-cadre label {
  min-height: 71px;
  padding: 6px 20px;
  background: #ffffff;
  border: 1px solid #e2eaed;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.bloc-checkbox-group .bloc-form-check .form-check-cadre:last-child label {
  margin-right: 0;
}
.bloc-checkbox-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}
.bloc-checkbox-group p {
  margin-bottom: 0;
}
.bloc-checkbox-group .title-checkbox {
  font-family: "Eina01-SemiBold";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.nice-select {
  width: 100%;
  float: none;
}
.nice-select::after {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  margin-top: -6px;
  right: 22px;
}
.nice-select .list {
  width: 100%;
  margin: 6px 0;
  height: 160px;
  overflow-y: scroll;
}
.nice-select.open:after {
  transform: rotate(-90deg);
  margin-top: -8px;
}

.ui-datepicker {
  z-index: 999 !important;
  width: 18em;
  border-radius: 10px;
}
.ui-datepicker .ui-widget-header {
  border: 0;
  background: none;
}
.ui-datepicker .ui-widget-header > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-widget-header > a.ui-state-hover {
  background: transparent;
  border: 0;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-next {
  right: 2px !important;
  top: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-next .ui-icon {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center !important;
  transition: 0.3s ease-in-out;
  position: static;
  margin: 0;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-next.ui-state-hover .ui-icon {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-prev {
  left: 2px !important;
  top: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center !important;
  transition: 0.3s ease-in-out;
  position: static;
  margin: 0;
}
.ui-datepicker .ui-widget-header > a.ui-datepicker-prev.ui-state-hover .ui-icon {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-state-default {
  border: 0;
  background: none;
  text-align: center;
  border-radius: 100px;
  height: 34px;
  width: 34px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #013A51 !important;
  background: #013A51 !important;
  color: #ffffff;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  border: 1px solid transparent;
  background: rgba(1, 58, 81, 0.61);
  font-weight: normal;
  color: #fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  border: 1px solid #1BBE83 !important;
  background: #1BBE83 !important;
  color: #ffffff;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
  text-align: center;
  border: 0;
  font-family: "Eina01-Bold";
  font-size: 18px;
  margin: 0 10px;
  padding: 0 5px;
}

.ui-monthpicker .ui-state-default {
  height: 38px;
  width: 38px;
  font-size: 14px;
}

.xdsoft_datetimepicker {
  padding: 10px;
  border-radius: 10px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border-top: 1px solid #f7f7f7;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background-color: rgba(1, 58, 81, 0.61) !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  color: #fff;
  background-color: #1BBE83;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_prev {
  transition: 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center !important;
}
.xdsoft_datetimepicker .xdsoft_prev:hover {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.xdsoft_datetimepicker .xdsoft_next {
  transition: 0.3s ease-in-out;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center !important;
}
.xdsoft_datetimepicker .xdsoft_next:hover {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  margin-left: 12px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  margin-left: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_prev {
  transform: rotate(180deg);
  top: 10px;
}
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_next {
  top: 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #fff;
  border: 0;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  background: #fff;
  border: 0;
  text-align: center;
  border-radius: 50%;
  box-shadow: none !important;
  height: 32px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #013A51;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
  color: #fff;
  background-color: #013A51;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background-color: rgba(1, 58, 81, 0.61) !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background-color: #1BBE83;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  width: 8px !important;
  height: 13px !important;
  transform: rotate(-90deg);
  display: inline-block !important;
  left: 0px !important;
  margin: 0;
  background-position: center;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  transform: rotate(90deg);
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  border: 1px solid #eaeaea !important;
  height: 156px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #fff;
  border-top: 1px solid #f7f7f7;
  color: #000;
  font-size: 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: rgba(1, 58, 81, 0.61) !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #fff;
  background-color: #1BBE83;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.field-number {
  position: relative;
  width: 300px;
  margin: auto;
}
.field-number input[type=number]::-webkit-inner-spin-button,
.field-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field-number input[type=number] {
  font-weight: 700;
  -moz-appearance: textfield;
  text-align: center;
  padding: 0 60px;
}
.field-number .field-number-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2eaed;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.field-number .field-number-button:hover {
  background: #1BBE83;
  color: #fff;
  border-color: #1BBE83;
}
.field-number .field-number-button.number-up {
  right: 17px;
}
.field-number .field-number-button.number-down {
  left: 17px;
}
.field-number .field-number-button.number-down span {
  font-size: 28px;
  line-height: 20px;
  display: flex;
  height: 3px;
  align-items: center;
  position: relative;
  top: -2px;
}

header {
  background-color: #FFF;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 18px 0;
  font-family: "Open Sans";
  border-bottom: 1px solid rgba(1, 58, 81, 0.16);
}
header .logo-header {
  position: relative;
}
header .logo-header .navbar-toggler {
  padding: 0;
  border: 1px solid #013A51;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
header .logo-header .navbar-toggler span {
  display: block;
  width: 23px;
  height: 3px;
  transition: 0.3s ease-in-out;
  margin-bottom: 4px;
  background-color: #013A51;
  border-radius: 10px;
}
header .logo-header .navbar-toggler span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  header .logo-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 111;
  }
  header .logo-header svg,
  header .logo-header img {
    width: 215px;
  }
}
@media (max-width: 320px) {
  header .logo-header svg,
  header .logo-header img {
    width: 166px;
  }
}
header .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  margin-left: 44px;
}
@media (max-width: 1200px) {
  header .navbar-collapse {
    margin-left: 0;
    flex-direction: column;
    flex-basis: inherit;
    display: flex !important;
    flex-grow: inherit;
    width: 100%;
    height: calc(100% - 86px) !important;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    position: fixed;
    left: 0;
    right: 0;
    top: 86px;
    margin: auto;
    padding: 15px;
    background-color: #013A51;
    overflow-y: scroll;
    pointer-events: none;
    z-index: -1;
  }
  header .navbar-collapse:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 86px;
    bottom: 0;
    background-color: #013a51;
  }
  header .navbar-collapse .navbar {
    padding-bottom: 28px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.3);
  }
  header .navbar-collapse > div {
    width: 100%;
  }
}
header .navbar {
  padding: 0;
}
header .navbar-nav .nav-item {
  padding: 0 14px;
}
@media (min-width: 1025px) {
  header .navbar-nav .nav-item:hover .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  header .navbar-nav .nav-item .dropdown-menu {
    background-color: #013a51;
    border: none;
  }
  header .navbar-nav .nav-item .dropdown-menu .menu-item .dropdown-item {
    color: #fff;
  }
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.09em;
  color: #013A51;
  padding: 0;
  opacity: 0.7;
  padding: 7px 0;
  position: relative;
  transition: 0.3s ease-in-out;
}
header .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  background-color: #1BBE83;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}
header .navbar-nav .nav-item.active .nav-link, header .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
}
header .navbar-nav .nav-item.active .nav-link::before, header .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
}
@media (max-width: 1200px) {
  header .navbar-nav .nav-item {
    padding: 0;
    margin-top: 11px;
  }
  header .navbar-nav .nav-item .nav-link {
    display: inline-block;
  }
  header .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
header .phone-mobile {
  margin-left: auto;
  margin-right: 10px;
  display: none;
}
header .phone-mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px solid #013A51;
  border-radius: 50%;
}
header .phone-mobile a .icon-phone {
  width: 18px;
  height: 19px;
  min-width: 18px;
}
@media (max-width: 1200px) {
  header .phone-mobile {
    display: block;
  }
}
header .options-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}
header .options-header > div {
  position: relative;
  margin-left: 8px;
}
header .options-header > div.start-app-option a {
  border-color: #1BBE83;
}
header .options-header > div.start-app-option a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
header .options-header a {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.05px solid rgba(255, 255, 255, 0.5);
  border-radius: 105px;
  padding: 14px 21px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
header .options-header a i {
  margin-right: 9px;
}
header .options-header a:hover {
  background-color: #1BBE83;
  border-color: #1BBE83;
}
header .options-header .phone-option a {
  color: #013A51;
  border-color: #013A51;
}
@media (max-width: 1199px) {
  header .options-header .phone-option a {
    color: #FFF;
  }
  header .options-header .phone-option a .icon-phone {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-image: url("../images/icons/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
header .options-header .start-app-option a:hover {
  color: #fff;
  background-color: #0E9F6E !important;
  border-color: #0E9F6E !important;
}
@media (max-width: 1200px) {
  header .options-header {
    justify-content: flex-start;
    margin-top: 17px;
    padding-left: 0;
  }
  header .options-header .start-app-option {
    order: 1;
  }
  header .options-header .phone-option {
    order: 2;
    white-space: nowrap;
  }
  header .options-header a {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  header .options-header a:hover {
    background-color: #1BBE83 !important;
  }
}
@media (max-width: 676px) {
  header .options-header {
    display: block;
  }
  header .options-header a {
    width: 100%;
  }
  header .options-header > div {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
header.header-transparent {
  background-color: #fff;
  border-bottom-color: rgba(1, 58, 81, 0.16);
}
header.header-transparent .logo-header img {
  display: none;
}
header.header-transparent .logo-header svg path[fill=white] {
  fill: #013A51;
}
header.header-transparent .logo-header svg path[stroke-linejoin=round] {
  fill: #FFF;
  stroke: #FFF;
}
header.header-transparent .logo-header .navbar-toggler {
  border-color: #013A51;
}
header.header-transparent .logo-header .navbar-toggler span {
  background-color: #013A51;
}
header.header-transparent .navbar-nav .nav-item .nav-link {
  color: #013A51;
}
@media (max-width: 1200px) {
  header.header-transparent .navbar-nav .nav-item .nav-link {
    color: #FFF;
  }
}
@media (max-width: 1200px) {
  header.header-transparent .phone-option.phone-mobile a {
    border-color: #013A51;
    color: #fff;
  }
  header.header-transparent .phone-option.phone-mobile a .icon-phone {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-image: url("../images/icons/icon-phone-bleu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
header.header-transparent div.options-header a {
  border-color: rgba(1, 58, 81, 0.18);
}
header.header-transparent div.options-header a .icon-phone {
  transition: 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  min-width: 13px;
  background-image: url("../images/icons/icon-phone-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
header.header-transparent div.options-header a:hover {
  color: #fff;
  background-color: #1BBE83;
  border-color: #1BBE83;
}
header.header-transparent div.options-header a:hover .icon-phone {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  min-width: 13px;
  background-image: url("../images/icons/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  header.header-transparent div.options-header a {
    color: #FFF;
  }
  header.header-transparent div.options-header a .icon-phone {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    min-width: 13px;
    background-image: url("../images/icons/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 0;
    transition: 0.3s all;
    height: 86px;
    overflow: hidden;
  }
  header .container {
    height: 100%;
  }
  header .container > nav {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
header.header-checkout .navbar {
  flex-wrap: nowrap;
}
header.header-checkout .options-header {
  display: flex;
}
header.header-checkout .options-header > div {
  margin-bottom: 0;
}
header.header-checkout .options-header > div.ref-order {
  margin-right: 16px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin-top: 8px;
}
@media (max-width: 575px) {
  header.header-checkout .logo-header svg,
  header.header-checkout .logo-header img {
    width: 170px;
  }
}
@media (max-width: 320px) {
  header.header-checkout .options-header .phone-option {
    display: none;
  }
  header.header-checkout .options-header .ref-order {
    margin-right: 0px !important;
  }
}

@media (max-width: 1200px) {
  .page-template-template-privacy .header-page.header-model1 {
    padding-top: 50px;
  }
  .page-template-template-privacy .default-section {
    padding: 50px 0;
  }
  .page-template-template-privacy .bloc-menu-summary {
    padding-right: 20px;
  }
}
@media (max-width: 993px) {
  .page-template-template-privacy .default-section {
    padding: 30px 0;
  }
  .page-template-template-privacy .title-summary {
    margin-bottom: 10px;
  }
  .page-template-template-privacy .bloc-menu-summary {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 20px;
    z-index: 999;
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: none;
  }
  .page-template-template-privacy .bloc-menu-summary .close-menu-topics {
    position: absolute;
    top: 22px;
    right: 30px;
  }
  .page-template-template-privacy .bloc-menu-summary .close-menu-topics i {
    width: 21px;
    height: 21px;
    min-width: 21px;
  }
  .page-template-template-privacy .bloc-menu-summary.open-menu {
    opacity: 1;
    pointer-events: all;
  }
  .page-template-template-privacy .bloc-menu-summary .title-topics {
    position: sticky;
    top: 20px;
  }
  .page-template-template-privacy .bloc-menu-summary .menu-summary {
    height: calc(100% - 40px);
    overflow: scroll;
  }
}

.alert-header {
  background: #07ACCC;
  color: #FFF;
  padding: 10px;
  position: relative;
}
.alert-header .close-alert {
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.alert-header .content-alert-header {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .alert-header .content-alert-header {
    padding: 0;
  }
}
.alert-header .content-alert-header .image-alert {
  margin-right: 10px;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-header .content-alert-header .image-alert img {
  max-width: 33px;
  max-height: 33px;
  object-fit: contain;
}
.alert-header .content-alert-header .text-alert {
  display: block;
  padding-top: 10px;
}
.alert-header .content-alert-header .text-alert a {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-section {
  position: relative;
  min-height: 520px;
  background: linear-gradient(rgba(1, 58, 81, 0.7) 0%, rgba(0, 20, 40, 0.9) 100%), url("../images/home-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 1190px;
}

.home-hero-overlay {
  width: 100%;
}

.home-hero-content {
  text-align: left;
  color: #FFFFFF;
  max-width: 700px;
  padding: 0 20px;
}

.home-hero-title {
  font-family: "Eina01-Bold";
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.home-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.home-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .home-hero-section {
    min-height: 450px;
    padding: 70px 0;
    margin: 20px 10px;
  }
  .home-hero-content {
    text-align: center;
  }
  .home-hero-title {
    font-size: 1.8rem;
  }
  .home-hero-subtitle {
    font-size: 1rem;
  }
  .home-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .home-hero-buttons .btn-default {
    width: 100%;
    max-width: 300px;
  }
}
.content-form-step.no-sticky {
  position: initial;
}

.data-disclaimer {
  background-color: #f9f9f9;
  padding: 24px;
  margin: 5px;
  border-radius: 15px;
  display: table;
}
.data-disclaimer .data-col {
  display: table-cell;
}
.data-disclaimer .data-col:first-child {
  padding-right: 12px;
}
.data-disclaimer .data-header {
  color: #013a51;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 160% */
}
.data-disclaimer .content {
  color: #718086;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.data-disclaimer a {
  color: #013a51;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
}

.hero-intro {
  color: #013A51;
  margin-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}
.hero-intro .follow-link {
  margin-top: 18px;
  padding-left: 150px;
}
.hero-intro .follow-link a {
  color: #3fb46e;
  font-family: Eina01-SemiBold;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.564px;
  text-decoration: none;
}
@media (max-width: 995px) {
  .hero-intro .follow-link {
    padding-left: 0px;
  }
}
@media (max-width: 822px) {
  .hero-intro {
    padding: 16px;
  }
  .hero-intro .home-page {
    background-color: #013a51;
    border-radius: 16px;
  }
  .hero-intro .home-page .home-img {
    display: none;
  }
  .hero-intro .home-page .flex-desc {
    display: flex !important;
    flex-direction: column;
  }
}
.hero-intro .hero-image {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.hero-intro .hero-image .img-container img:first-of-type {
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  margin-bottom: 28px;
  animation: floatImage 4s ease-in-out infinite;
}
.hero-intro .hero-image .img-container img:last-of-type {
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  animation: floatImageReverse 4s ease-in-out infinite;
}
.hero-intro .hero-image .img-container-two img:first-of-type {
  border-radius: 10px 10px;
  margin-bottom: 30px;
  animation: floatImageReverse 4s ease-in-out infinite;
}
.hero-intro .hero-image .img-container-two img:last-of-type {
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  animation: floatImage 4s ease-in-out infinite;
}
@keyframes floatImage {
  0% {
    transform: translateY();
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatImageReverse {
  0% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
.hero-intro .bloc-intro-hero {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-intro .content-intro-hero {
  padding: 75px 0px 82px 50px;
}
@media (max-width: 1024px) {
  .hero-intro .content-intro-hero {
    padding: 22px 5px;
  }
}
.hero-intro .content-intro-hero .type-raccordement {
  font-family: "Open Sans";
  font-size: 19.077px;
  font-weight: 400;
  line-height: 33.385px;
  letter-spacing: -0.191px;
}
@media (max-width: 990px) {
  .hero-intro .content-intro-hero .type-raccordement {
    display: none;
  }
}
.hero-intro .content-intro-hero .type-raccordement span {
  color: #1BBE83;
  letter-spacing: -0.191px;
  font-weight: 700;
}
.hero-intro .content-intro-hero .btn-default {
  margin-right: 20px;
}
.hero-intro .content-intro-hero button {
  cursor: pointer;
  color: #013a51;
}
.hero-intro .content-intro-hero .offre-service {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  line-height: 32px;
}
.hero-intro .content-intro-hero .offre-service .raccoservice {
  font-weight: 700;
  color: #fff;
}
.hero-intro .content-intro-hero .offre-service span {
  color: #1BBE83;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.hero-intro .content-intro-hero .offre-service .offer-price {
  font-size: 33.385px;
}
.hero-intro .content-intro-hero .link-consult {
  width: 116%;
}
@media (max-width: 770px) {
  .hero-intro .content-intro-hero .link-consult {
    width: unset;
  }
}
.hero-intro .content-intro-hero .services {
  margin-top: 36px;
}
.hero-intro .content-intro-hero .services .service-desc .service-tag {
  margin-bottom: 14px;
}
.hero-intro .content-intro-hero .services .service-desc .service-tag .titre {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 4px !important;
}
@media (max-width: 800px) {
  .hero-intro .content-intro-hero .link-consult a,
  .hero-intro .content-intro-hero .link-consult button {
    width: 100%;
  }
  .hero-intro .content-intro-hero .link-consult a {
    padding: 16px 0 !important;
    margin-bottom: 20px;
  }
}
.hero-intro .title-hero {
  font-family: "Eina01-Bold";
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 20px;
}
.hero-intro .title-hero span {
  color: #1BBE83;
}
.hero-intro .type-demande .demande-field-call {
  margin-inline: 28px;
}
@media (max-width: 990px) {
  .hero-intro .type-demande .demande-field-call {
    margin-inline: unset;
  }
}
.hero-intro .type-demande .demande-field {
  background: #fff;
  border: 1.05px solid #e9e9e9;
  box-shadow: 0px 4.829px 27.524px 0px rgba(1, 58, 81, 0.09);
  border-radius: 15px;
  margin-bottom: 40px;
  width: 360px;
}
.hero-intro .type-demande .demande-field:hover {
  border: 1px solid #01ad84;
}
@media (max-width: 770px) {
  .hero-intro .type-demande .demande-field {
    width: 67%;
  }
}
@media (max-width: 750px) {
  .hero-intro .type-demande .demande-field {
    width: 100%;
  }
}
.hero-intro .type-demande .demande-field a {
  color: #013a51;
  font-family: "Eina01-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: none;
  border: none;
  padding: 19px 0px 18px;
}
.hero-intro .type-demande .demande-field a:hover {
  color: #013A51 !important;
  cursor: pointer;
  text-decoration: none;
}
.hero-intro .type-demande .demande-field a > svg {
  margin-right: 15px;
}
.hero-intro .type-demande .demande-field a svg:last-child {
  margin-left: 12px;
}
.hero-intro .type-demande .demande-field a img {
  margin-right: 26px;
}
.hero-intro .desc-hero {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 35px;
  max-width: 90%;
}
@media (max-width: 995px) {
  .hero-intro .desc-hero {
    margin-inline: auto;
  }
  .hero-intro .desc-hero p:first-child {
    margin-inline: auto;
  }
  .hero-intro .desc-hero .achievement {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .hero-intro .desc-hero {
    margin-inline: auto;
  }
  .hero-intro .desc-hero .achievement {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-intro .desc-hero .achievement svg {
    width: 30.995px;
    height: 43.197px;
    margin-bottom: 8px;
  }
}
.hero-intro .desc-hero p {
  width: 483px;
  max-width: 90%;
}
@media (max-width: 600px) {
  .hero-intro .desc-hero p:first-child {
    width: 338px;
    max-width: unset;
    margin-inline: auto;
  }
}
.hero-intro .desc-hero .desc-hero-best {
  font-weight: 700;
  margin: 0;
}
.hero-intro .desc-hero .achievement svg {
  margin-right: 8px;
}
.hero-intro .desc-hero .achievement p {
  font-size: 18px;
}
@media (max-width: 600px) {
  .hero-intro .desc-hero .achievement p {
    max-width: unset;
    width: 293px;
  }
}
.hero-intro .desc-hero p:first-child {
  margin-bottom: 30px;
}
.hero-intro .btns-hero {
  margin: 0px 0px 40px;
}
@media (max-width: 990px) {
  .hero-intro .btns-hero {
    margin: 0px 0px 40px;
  }
}
@media (max-width: 840px) {
  .hero-intro .btns-hero {
    flex-direction: column !important;
  }
}
.hero-intro .btns-hero a {
  display: inline-block;
  color: #013A51;
  text-decoration: underline;
  font-family: "Eina01-SemiBold";
  font-size: 17px;
  font-weight: 400;
  line-height: 18.564px;
  margin-right: 8px;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .hero-intro .btns-hero .d-block.bloc-raccordement a {
    margin-bottom: 0px;
  }
}
.hero-intro .btns-hero svg {
  margin-right: 26px;
}
.hero-intro .btns-hero .modalDialog {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  backdrop-filter: blur(4px);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.hero-intro .btns-hero .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.hero-intro .btns-hero .modalDialog > div {
  width: 50%;
  height: 348px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .hero-intro .btns-hero .modalDialog > div {
    width: 100%;
  }
}
.hero-intro .btns-hero .close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.hero-intro .btns-hero .modalDialogsection {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.hero-intro .btns-hero .modalDialogsection:target {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.hero-intro .btns-hero .modalDialogsection > div {
  position: relative;
  max-width: 90%;
  width: 372px;
  height: auto;
  background: #fff;
  box-shadow: 0px 5.3235px 30.345px rgba(198, 198, 198, 0.28);
  border-radius: 15px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
}
@media (max-width: 990px) {
  .hero-intro .btns-hero .modalDialogsection > div {
    margin-top: 200px;
    width: 100%;
  }
}
.hero-intro .btns-hero .modalDialogsection > div .close {
  color: #889398;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  width: 24px;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
}
.hero-intro .btns-hero .modalDialogsection > div h2 {
  margin-top: 50px !important;
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 11px;
}
.hero-intro .btns-hero .modalDialogsection > div h2,
.hero-intro .btns-hero .modalDialogsection > div ul li {
  color: #013A51;
}
.hero-intro .btns-hero .modalDialogsection > div ul {
  margin-bottom: 30px;
}
.hero-intro .btns-hero .modalDialogsection > div ul li {
  list-style: none;
  text-align: start;
  margin-bottom: 11px;
  font-family: "Eina01-SemiBold";
  font-size: 14.93px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hero-intro .btns-hero .modalDialogsection > div ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url(../images/icons/icon-check-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -14px;
  top: -5px;
  left: -24px;
}
@media (max-width: 993px) {
  .hero-intro .content-intro-hero {
    padding: 8px 14px;
    text-align: center;
  }
  .hero-intro .title-hero {
    font-size: 38px;
    line-height: 51px;
  }
}
@media (max-width: 993px) and (max-width: 990px) {
  .hero-intro .phone-intro {
    display: block !important;
  }
  .hero-intro .phone-intro p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 33.385px;
    letter-spacing: -0.2px;
    padding-inline: 35px;
  }
  .hero-intro .phone-intro p span {
    color: #1BBE83;
    font-size: 19.077px;
    font-weight: 700;
    line-height: 33.385px;
    letter-spacing: -0.191px;
  }
  .hero-intro .phone-intro p .price {
    font-size: 33.385px;
  }
}
@media (max-width: 993px) {
  .hero-intro .hero-image {
    display: none;
  }
}
@media (max-width: 914px) {
  .hero-intro .content-intro-hero {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .hero-intro .btns-hero .btn-default {
    width: 100%;
    box-shadow: none !important;
  }
  .hero-intro .btns-hero .btn-default:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
    color: #fff;
  }
  .hero-intro .btns-hero .btn-default:first-child:hover {
    background-color: #1BBE83;
    border-color: #1BBE83;
  }
}
@media (max-width: 600px) {
  .hero-intro .content-intro-hero {
    padding: 15px 5px;
    text-align: center;
  }
  .hero-intro .btns-hero {
    display: flex;
    flex-direction: column;
    width: 302px;
    margin-inline: auto;
  }
  .hero-intro .btns-hero .btn-default:first-child {
    width: unset;
    margin-bottom: 20px;
  }
  .hero-intro .btns-hero .btn-mail-us {
    display: block !important;
    margin-left: 20px;
  }
  .hero-intro .btns-hero .btn-mail-us a {
    padding: 17px 19px;
  }
  .hero-intro .btns-hero .btn-mail-us a img {
    max-width: unset;
  }
}
.hero-intro .hero-services {
  position: absolute;
  margin-top: -3px;
  left: 20%;
  right: 20%;
}
@media (max-width: 1380px) {
  .hero-intro .hero-services {
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 990px) {
  .hero-intro .hero-services {
    margin-top: unset;
    position: unset !important;
    left: unset;
    right: unset;
  }
}
.hero-intro .hero-services .desktop-cards {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
}
@media (max-width: 990px) {
  .hero-intro .hero-services .desktop-cards {
    border: none;
  }
}
.hero-intro .hero-services .desktop-cards .col-3 {
  padding: 0 !important;
}
.hero-intro .hero-services .desktop-cards .col-3:first-of-type .card {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hero-intro .hero-services .desktop-cards .col-3:last-of-type .card {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.hero-intro .hero-services .desktop-cards .col-3:last-of-type .card::after {
  border-left: none;
}
.hero-intro .hero-services .desktop-cards .card {
  height: 162px;
  border: none;
}
.hero-intro .hero-services .desktop-cards .card .card-body {
  padding: 0px 20px 0px;
}
.hero-intro .hero-services .desktop-cards .card .card-body .card-icon {
  margin: 30px 0px 23px;
}
.hero-intro .hero-services .desktop-cards .card .card-body .card-icon svg {
  width: 39px;
  height: 37px;
}
.hero-intro .hero-services .desktop-cards .card .card-body .card-title {
  font-family: "Eina01-SemiBold";
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 990px) {
  .hero-intro .hero-services .desktop-cards .card {
    display: none;
  }
}
.hero-intro .hero-services .desktop-cards .card::after {
  content: " ";
  position: absolute;
  border-left: 1px solid rgba(58, 85, 97, 0.18);
  top: 22%;
  right: 0;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 990px) {
  .smart-screen-cards {
    width: 90%;
    margin-inline: auto;
    margin-top: -252px;
  }
  .smart-screen-cards .card {
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    background: #fff;
    padding-top: 35px;
  }
  .smart-screen-cards .card .card-row {
    border-bottom: 1px solid #bed8e3;
    padding: 35px 0 35px;
  }
  .smart-screen-cards .card .card-row:last-child {
    border-bottom: none;
  }
  .smart-screen-cards .card .card-icon {
    margin-right: 11px;
  }
  .smart-screen-cards .card .card-title {
    font-family: "Eina01-Bold";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
}
@media (max-width: 769px) {
  .smart-screen-cards {
    margin-top: -255px;
  }
}
@media (max-width: 700px) {
  .smart-screen-cards {
    margin-top: -239px;
    width: 93%;
  }
  .smart-screen-cards .card-row {
    justify-content: start !important;
  }
  .smart-screen-cards .card-row .card-icon {
    margin-left: 23px;
  }
  .smart-screen-cards .card-row .card-title {
    text-align: start;
    margin: 0;
  }
}
@media (max-width: 380px) {
  .smart-screen-cards {
    margin-top: -267px;
  }
  .smart-screen-cards .card-icon {
    margin-left: 8px !important;
    margin-right: 3px !important;
  }
}

.bloc-avantages-hero {
  background-color: #033144;
  color: #fff;
  padding: 46px 0 26px 0;
}
.bloc-avantages-hero .bloc-items-avantages {
  display: flex;
  justify-content: space-between;
}
.bloc-avantages-hero .bloc-items-avantages .item-avantage {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}
.bloc-avantages-hero .bloc-items-avantages .item-avantage img {
  margin-right: 30px;
}
@media (max-width: 993px) {
  .bloc-avantages-hero {
    padding: 25px 0 10px 0;
  }
  .bloc-avantages-hero .bloc-items-avantages {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .bloc-avantages-hero .bloc-items-avantages .item-avantage {
    width: 50%;
    justify-content: start;
    padding: 0 15px;
  }
  .bloc-avantages-hero .bloc-items-avantages .item-avantage img {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .bloc-avantages-hero .bloc-items-avantages {
    margin: 0;
  }
  .bloc-avantages-hero .bloc-items-avantages .item-avantage {
    width: 100%;
  }
}

.bloc-demande h2 {
  padding-top: 40px;
}
.bloc-demande .bloc-text {
  color: #013a51;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0 !important;
}
@media (max-width: 822px) {
  .bloc-demande .bloc-text {
    margin-bottom: 30px !important;
  }
  .bloc-demande .bloc-text br {
    display: inline !important;
    content: " ";
    padding: 0 3px;
  }
}
.bloc-demande .bloc-container ul li {
  color: #fff;
}
@media (max-width: 992px) {
  .bloc-demande .bloc-container ul li {
    color: #013A51;
  }
}
.bloc-demande .bloc-container {
  background-color: #f1f8fb;
  border-radius: 16px;
}
.bloc-demande .bloc-container .cards-row {
  padding: 30px 40px 40px;
}
@media (max-width: 822px) {
  .bloc-demande .bloc-container .cards-row {
    justify-content: center !important;
    padding: 0;
  }
  .bloc-demande .bloc-container .cards-row .card-racco {
    margin-bottom: 20px;
  }
  .bloc-demande .bloc-container .cards-row .card-racco ul li {
    color: #013A51;
  }
  .bloc-demande .bloc-container .cards-row .card-racco .btn-default {
    background-color: #0E9F6E !important;
    border-color: #0E9F6E;
    color: #FFF;
    text-decoration: none;
  }
  .bloc-demande .bloc-container .cards-row .card-racco .btn-default img {
    display: none !important;
  }
}
.bloc-demande .bloc-container .cards-row .card-racco a {
  text-decoration: none;
}
.bloc-demande .bloc-container .cards-row .card-racco a.toggleListBtn {
  text-align: right;
}
@media (max-width: 1025px) {
  .bloc-demande .bloc-container .cards-row .card-racco a.btn-default.btn-start-demande {
    padding: 18px 8px;
  }
}
@media (max-width: 362px) {
  .bloc-demande .bloc-container .cards-row .card-racco a.btn-default {
    padding: 18px 17px;
  }
}
.bloc-demande .bloc-container .cards-row .card-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 16px;
  box-shadow: 0px 4.829px 39px 0px rgba(0, 0, 0, 0.05);
}
.bloc-demande .bloc-container .cards-row .card-content .card-title {
  color: #013a51 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.5px;
  margin-bottom: 10px !important;
}
.bloc-demande .bloc-container .cards-row .card-content .card-text {
  color: #013a51 !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover img {
  display: none;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .card-title,
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .card-text {
  color: #fff !important;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover {
  background: #013a51;
  color: #fff !important;
  cursor: pointer;
  transition: rotate 0.8s ease-in-out;
  rotate: y 180deg;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .card-body {
  transition: rotate 0.8s ease-in-out;
  rotate: y 180deg;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .hover-to-show-desc {
  display: block !important;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .hover-to-show-desc ul {
  padding: 20px;
}
.bloc-demande .bloc-container .cards-row .card-content.card-hover:hover .hover-to-show-desc ul li::marker {
  color: #1BBE83;
}
@media (max-width: 822px) {
  .bloc-demande {
    padding: 16px;
  }
}
.bloc-demande .row {
  margin-bottom: 81px;
}
@media (max-width: 1024px) {
  .bloc-demande .row {
    margin-bottom: 0 !important;
  }
}
.bloc-demande h2 {
  font-family: Eina01-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.4px;
  width: 646px;
  max-width: 100%;
  margin-inline: auto;
}
.bloc-demande h2 span {
  color: #1BBE83;
}
.bloc-demande .card {
  border-radius: 15px;
  border: 1.05px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 4.829px 27.524px 0px rgba(1, 58, 81, 0.09);
  margin-bottom: 29px;
}
.bloc-demande .card .card-body {
  padding: 20px 26px;
}
.bloc-demande .card .card-body .svg-content {
  margin-top: -5px;
  margin-right: 15px;
}
.bloc-demande .card .card-body .card-desc .card-title {
  font-family: Eina01-SemiBold;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3.7px;
}
@media (max-width: 600px) {
  .bloc-demande .card .card-body .card-desc .card-title {
    width: 80%;
  }
}
.bloc-demande .card .card-body .card-desc span {
  color: rgba(92, 106, 111, 0.91);
  font-family: Eina01-SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bloc-demande .card .card-body .card-desc ul {
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
}
.bloc-demande .card .card-body .card-desc ul li {
  color: #58676d;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  list-style: none;
}
.bloc-demande .card .card-body .card-desc ul li::before {
  content: "·";
  font-size: 24px;
  vertical-align: middle;
  line-height: 0px;
  border-radius: 50%;
  margin-left: -20px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .bloc-demande h3 {
    margin-bottom: 30px;
  }
  .bloc-demande .row {
    margin-bottom: 50px;
  }
}
.bloc-demande .mobile.cards-row .card-text {
  margin-bottom: 18px;
}
.bloc-demande .mobile.cards-row #toggleListBtn {
  margin-right: -30px;
  top: -16px;
}
.bloc-demande .mobile.cards-row .toggleListBtn.rotate img {
  transform: rotate(-180deg);
  transition: all 1s;
}
.bloc-demande .mobile.cards-row .hover-to-show-desc.hide {
  display: none;
}
.bloc-demande .mobile.cards-row .hover-to-show-desc.show {
  display: block !important;
}
.bloc-demande .mobile.cards-row ul {
  border-top: 1px solid #dcdcdc;
  padding-left: 16px !important;
  padding-top: 18px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.bloc-demande .mobile.cards-row ul li::marker {
  color: #1BBE83;
  font-size: 1rem;
}

.demande-trust {
  margin: 60px;
  position: relative;
}
@media (max-width: 700px) {
  .demande-trust {
    margin: 0px 16px !important;
  }
}
.demande-trust h2 {
  font-family: Eina01-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.4px;
  width: 508px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .demande-trust h2 {
    width: 368px;
  }
}
.demande-trust h2 span {
  color: #1BBE83;
}
.demande-trust .load-more button {
  cursor: pointer;
}
.demande-trust .trust-us {
  background-color: #eef9f6;
  padding: 32px;
  border-radius: 16px;
}
.demande-trust .trust-us .trust-us-container .trust-post-link {
  text-decoration: none;
  color: #013a51;
  height: 100%;
  display: flex;
}
.demande-trust .trust-us .trust-us-container .trust-post-link .post-image {
  display: flex;
  justify-content: center;
}
.demande-trust .trust-us .trust-us-container .trust-post-link .post-image img {
  max-height: 220px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.demande-trust .trust-us .trust-us-container .trust-post-link:hover .card {
  box-shadow: 0px 4.829px 27.524px 15px #d6e6ee;
}
@media (max-width: 1025px) {
  .demande-trust .trust-us .trust-us-container {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
}
.demande-trust .trust-us .trust-us-container .col-lg-3 {
  max-width: 100% !important;
}
@media (max-width: 700px) {
  .demande-trust .trust-us .trust-us-container {
    width: unset;
    padding: 0 !important;
  }
  .demande-trust .trust-us .trust-us-container .col-lg-3 {
    padding: 0 !important;
  }
  .demande-trust .trust-us .trust-us-container .col-lg-3 .card-body {
    text-align: start !important;
  }
}
@media (max-width: 780px) {
  .demande-trust .half-circle,
  .demande-trust .yellow-circle,
  .demande-trust .empty-box,
  .demande-trust .blue-box {
    display: none;
  }
}
.demande-trust .col-lg-3 {
  margin-bottom: 15px;
}
.demande-trust .card {
  border-radius: 15px;
  border: 1.05px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 4.829px 27.524px 0px #d6e6ee;
}
.demande-trust .card .card-body {
  padding: 27px 33px 40px 24px;
}
.demande-trust .card .card-body .svg-content {
  margin-bottom: 16px;
}
.demande-trust .card .card-body .card-title {
  font-family: Eina01-Bold;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.16px;
  margin: 0;
  margin-bottom: 9px;
}
.demande-trust .card .card-body .card-text {
  color: #58676d;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
@media (max-width: 780px) {
  .demande-trust {
    padding: 30px 0px;
  }
  .demande-trust .svg-item {
    display: none;
  }
  .demande-trust .row .col-lg-3 {
    margin-bottom: 26px;
  }
  .demande-trust .row .col-lg-3:last-of-type {
    margin-bottom: 0;
  }
  .demande-trust .follow-link {
    padding-top: 30px;
  }
  .demande-trust .follow-link a {
    color: #3fb46e;
    font-family: Eina01-SemiBold;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.564px;
  }
}

.offers-bloc h2 {
  font-family: Eina01-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.4px;
  margin: 85px 0px 38px;
}
@media (max-width: 700px) {
  .offers-bloc h2 {
    margin-top: 18px !important;
  }
}
.offers-bloc h2 span {
  color: #1BBE83;
}
@media (max-width: 990px) {
  .offers-bloc .offers-plan #offer-slide {
    display: none;
  }
  .offers-bloc .offers-plan table {
    display: block !important;
  }
  .offers-bloc .offers-plan table th,
  .offers-bloc .offers-plan table .role {
    background-color: #fff;
  }
  .offers-bloc .offers-plan .offer-slide {
    display: none !important;
  }
}
.offers-bloc .offers-plan .offer-slide {
  border: 1px solid #e1e1e1;
  border-radius: 16px;
}
.offers-bloc .offers-plan .offer-plan-details {
  width: 240px !important;
}
@media (max-width: 997px) {
  .offers-bloc .offers-plan .offer-plan-details {
    width: 310px !important;
  }
}
.offers-bloc .offers-plan .card-head {
  height: 90px;
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}
.offers-bloc .offers-plan .card-head.logo {
  display: flex;
}
.offers-bloc .offers-plan img {
  max-width: 73%;
  margin-inline: auto;
}
.offers-bloc .offers-plan .item-card ul {
  padding: 0;
}
.offers-bloc .offers-plan .item-card ul li {
  color: #013A51;
  list-style: none;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-top: 1px solid rgb(220, 228, 237);
  padding-top: 18px;
}
.offers-bloc .offers-plan .offers-details {
  padding: 0;
  border: 1px solid #dce4ed;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.offers-bloc .offers-plan .offers-details ul li {
  font-size: 15px;
  padding-bottom: 0px;
  line-height: 25px;
  font-weight: 600;
}
.offers-bloc .offers-plan .offers-details ul li span {
  font-weight: 700;
}
.offers-bloc .offers-plan .offer-profil {
  border: 1px solid #dce4ed;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.offers-bloc .offers-plan .offer-profil:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 0px;
  border-left: 1px solid #dce4ed;
}
.offers-bloc .offers-plan .offer-profil h4 {
  font-family: "Eina01-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offers-bloc .offers-plan .offer-profil ul li {
  color: #58676d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.offers-bloc ul li {
  padding-left: 18px;
  padding-right: 10px;
}
.offers-bloc ul li,
.offers-bloc ul li:last-child {
  height: 114px;
}
@media (max-width: 997px) {
  .offers-bloc ul li,
  .offers-bloc ul li:last-child {
    height: fit-content;
  }
}
.offers-bloc ul li.assistance {
  height: 141px;
}
.offers-bloc ul li.conseil {
  height: 341px;
  padding-right: 10px;
}
.offers-bloc .offer-plan-pricing .card-head {
  padding-left: 18px;
}
.offers-bloc .offer-plan-pricing .card-head h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 994px) {
  .offers-bloc #offer-slide {
    display: none !important;
  }
  .offers-bloc tbody {
    width: 100%;
    display: inline-table;
  }
  .offers-bloc ul li {
    margin-bottom: 20px;
    padding-inline: 0px;
    margin-inline: 22px;
    padding-top: 20px;
  }
  .offers-bloc .offer-plan-pricing {
    display: none;
  }
  .offers-bloc .offer-plan-details {
    width: 50% !important;
  }
  .offers-bloc .offer-label {
    display: block !important;
    color: #013A51;
    font-family: Eina01-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .offers-bloc .show-more-info {
    display: block !important;
  }
  .offers-bloc .show-more-info a {
    color: #013A51 !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 100px;
    border: 1px solid #013a51;
    padding: 17px 25px;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .offers-bloc li:nth-last-child(-n+3),
  .offers-bloc li.assistance {
    display: none;
  }
  .offers-bloc table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .offers-bloc table.price-table th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .offers-bloc table.fast-service-table #last-tr td:first-child {
    border-bottom-left-radius: 15px;
  }
  .offers-bloc table.fast-service-table #last-tr td:last-child {
    border-bottom-right-radius: 15px;
  }
  .offers-bloc table .offer-intro.hide,
  .offers-bloc table .toggle-table-two.hide,
  .offers-bloc table .toggle-table-three.hide,
  .offers-bloc table .toggle-table-four.hide,
  .offers-bloc table .toggle-table-five.hide {
    display: none;
  }
  .offers-bloc table th,
  .offers-bloc table td {
    border: 1px solid #d9ebf3;
    padding: 8px;
  }
  .offers-bloc table th,
  .offers-bloc table td {
    border-left-color: #e9e9e9;
  }
  .offers-bloc table th:last-child,
  .offers-bloc table td:last-child {
    border-right-color: #e9e9e9;
  }
  .offers-bloc table th:first-of-type {
    border-top-color: #e9e9e9;
  }
  .offers-bloc table th {
    font-family: Eina01-Bold;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .offers-bloc table td.role,
  .offers-bloc table td:last-child {
    border-bottom: none;
    border-top: none;
  }
  .offers-bloc table td {
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .offers-bloc table td.role {
    font-family: Eina01-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .offers-bloc table tr td:last-child {
    color: #58676d;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .offers-bloc table tr:last-of-type td.role {
    border-bottom-color: #e9e9e9;
  }
  .offers-bloc table tr:nth-child(n+3) {
    background-color: #fff;
  }
  .offers-bloc table tr#offer-intro {
    padding-top: 30px;
    background-color: #fff !important;
  }
  .offers-bloc table tr#offer-intro #table-img {
    border-bottom: 0;
    padding-left: 15px;
  }
  .offers-bloc table tr#offer-intro #table-img img {
    margin-top: 32px;
  }
  .offers-bloc table tr#offer-intro td#table-title {
    color: #013A51;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .offers-bloc table tr#offer-intro td#table-title span {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .offers-bloc table tr#offer-intro td:last-child {
    border-radius: none;
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .offers-bloc table tr#last-tr td#role {
    border-bottom: 1px solid #e9e9e9;
  }
  .offers-bloc .toggleTable.rotate img,
  .offers-bloc #toggleTable.rotate img,
  .offers-bloc #toggleTableTwo.rotate img,
  .offers-bloc #toggleTableThree.rotate img,
  .offers-bloc #toggleTableFour.rotate img,
  .offers-bloc #toggleTableFive.rotate img {
    transform: rotate(-180deg);
    transition: all 1s;
  }
}
.offers-bloc .slick-slide:first-of-type {
  width: 170px;
}
.offers-bloc .slick-slide {
  width: 217px !important;
}

.start-steps {
  padding-top: 84px;
}
.start-steps .head-steps {
  text-align: center;
  margin-bottom: 52px;
}
.start-steps .head-steps .title-head-step {
  margin-bottom: 7px;
}
.start-steps .head-steps .title-head-step .step-title {
  color: #1BBE83;
}
.start-steps .head-steps .slug-steps {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #58676d;
}
.start-steps .timeline {
  position: relative;
  background-color: #fff;
  padding: 30px 69px 38px 70px;
  left: -210px;
  border-radius: 15px;
  box-shadow: 0px 4.829px 39px 0px rgba(0, 0, 0, 0.05);
  height: 687px;
}
@media (max-width: 1280px) {
  .start-steps .timeline {
    flex: 0 0 51.666667%;
    max-width: 51.666667%;
  }
}
@media (max-width: 1023px) {
  .start-steps .timeline {
    padding: 30px 9px 38px 44px;
    height: 702px;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 1006px) {
  .start-steps .timeline {
    height: 51%;
  }
}
@media (max-width: 820px) {
  .start-steps .timeline {
    height: 81%;
  }
}
@media (max-width: 431px) {
  .start-steps .timeline {
    height: 705px;
  }
}
@media (max-width: 414px) {
  .start-steps .timeline {
    height: 757px;
  }
}
@media (max-width: 391px) {
  .start-steps .timeline {
    height: 785px;
  }
}
@media (max-width: 375px) {
  .start-steps .timeline {
    height: 850px;
  }
}
@media (max-width: 361px) {
  .start-steps .timeline {
    height: 874px;
  }
}
.start-steps .timeline .container .content {
  margin-bottom: 25px;
}
.start-steps .timeline .container .content::before {
  content: " ";
  position: absolute;
  top: 40px;
  width: 0;
  z-index: 1;
  border-left: 2px solid rgba(154, 154, 154, 0.26);
  height: 73%;
  left: 45px;
}
@media (max-width: 1280px) {
  .start-steps .timeline .container .content::before {
    height: 59%;
  }
}
@media (max-width: 1197px) {
  .start-steps .timeline .container .content::before {
    height: 63%;
  }
}
@media (max-width: 1083px) {
  .start-steps .timeline .container .content::before {
    height: 74%;
  }
}
@media (max-width: 1024px) {
  .start-steps .timeline .container .content::before {
    height: 77%;
  }
}
@media (max-width: 1006px) {
  .start-steps .timeline .container .content::before {
    height: 76%;
  }
}
@media (max-width: 1006px) {
  .start-steps .timeline .container .content::before {
    height: 51%;
  }
}
@media (max-width: 820px) {
  .start-steps .timeline .container .content::before {
    height: 67%;
  }
}
@media (max-width: 431px) {
  .start-steps .timeline .container .content::before {
    height: 76%;
  }
}
@media (max-width: 414px) {
  .start-steps .timeline .container .content::before {
    height: 74%;
  }
}
@media (max-width: 391px) {
  .start-steps .timeline .container .content::before {
    height: 73%;
  }
}
@media (max-width: 375px) {
  .start-steps .timeline .container .content::before {
    height: 653px;
  }
}
@media (max-width: 361px) {
  .start-steps .timeline .container .content::before {
    height: 75%;
  }
}
.start-steps .timeline .container .content::before {
  content: "";
}
.start-steps .timeline h3 {
  margin-bottom: 9px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.start-steps .timeline h3::before {
  content: " ";
  position: absolute;
  z-index: 1;
  border-left: 2px solid rgba(154, 154, 154, 0.26);
  height: 100%;
  width: 21px;
  height: 21px;
  border-radius: 53.846px;
  background: #1BBE83;
  left: 35px;
  z-index: 99;
}
.start-steps .timeline .timeline-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}
.start-steps .bloc-items-steps {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  background-color: #edf4f7;
  border-radius: 16px;
  height: 645px;
  margin-bottom: 60px;
  margin-top: 82px;
}
.start-steps .image-steps {
  width: 33.333333%;
  padding: 0 15px;
  left: 49%;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.start-steps .image-steps img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1280px) {
  .start-steps .image-steps {
    left: 53%;
  }
}
.start-steps .items-steps {
  position: absolute;
  padding: 36px 25px 38px 42px;
  text-align: left;
  margin: 0 -15px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4.829px 39px 0px rgba(0, 0, 0, 0.05);
  left: 163px;
}
.start-steps .item-step::before {
  content: " ";
  border-left: 2px solid rgba(154, 154, 154, 0.26);
  position: absolute;
  margin-left: -25px;
  height: 69%;
  top: 52px;
  z-index: 1;
}
.start-steps .item-step:last-child::before {
  content: "";
  display: none;
}
.start-steps .item-step {
  margin-bottom: 25px;
}
.start-steps .item-step::marker {
  color: #1BBE83;
  font-size: 2.4rem;
}
.start-steps .item-step h3 {
  font-family: "Eina01-Bold";
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #013A51;
  margin-bottom: 10px;
}
.start-steps .item-step span {
  color: #013a51;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}
.start-steps .bloc-btn-steps {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 993px) {
  .start-steps {
    padding: 65px 0;
  }
  .start-steps .head-steps {
    margin-bottom: 15px;
  }
  .start-steps .bloc-btn-steps {
    margin-top: 15px;
  }
}
@media (max-width: 631px) {
  .start-steps .head-steps {
    margin-bottom: 126px;
  }
}
@media (max-width: 780px) {
  .start-steps .image-steps {
    display: none;
  }
  .start-steps .item-step {
    width: 100%;
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .start-steps .bloc-btn-steps .btn-default {
    width: 100%;
    color: #3fb46e;
    font-family: Eina01-SemiBold;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.564px;
    background-color: #fff;
    border: none;
  }
  .start-steps .bloc-btn-steps img {
    display: block !important;
    margin-left: 3px;
  }
  .start-steps .follow-link {
    display: block !important;
    padding-top: 41px;
  }
  .start-steps .follow-link a {
    color: #3fb46e;
    font-family: Eina01-SemiBold;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.564px;
  }
}

.about-section {
  overflow: hidden;
  padding-top: 60px;
  margin-bottom: 60px;
}
.about-section .container {
  background: #eef9f6;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 993px) {
  .about-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.about-section .content-video-switch {
  border-radius: 9px;
  box-shadow: 0px -0.952px 9.524px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 0;
}
.about-section .content-video-switch::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -100px;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 165px;
  min-width: 53px;
  background-image: url("../images/icons/motif1-video.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.about-section .content-video-switch::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -87px;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 272px;
  min-width: 63px;
  background-image: url("../images/icons/motif2-video.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.about-section .content-video-switch .bloc-image-video {
  border-radius: 9px;
}
@media (max-width: 993px) {
  .about-section {
    padding: 65px 15px 0;
  }
}
@media (max-width: 810px) {
  .about-section .container .row {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

.content-video-switch {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}
.content-video-switch .bloc-image-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.content-video-switch .bloc-image-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.content-video-switch .bloc-image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-video-switch .bloc-image-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .content-video-switch .bloc-image-video i {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.content-video-switch .bloc-image-video:hover i {
  transform: translate(-50%, -50%) scale(0.9);
}
.content-video-switch iframe {
  overflow: hidden;
}

.choose-section {
  overflow: hidden;
}
.choose-section .container {
  padding: 84px 0 54px;
  border-bottom: 1px solid #ebebeb;
}
.choose-section .title-section {
  text-align: center;
  margin-bottom: 41px;
}
.choose-section .row > div {
  margin-bottom: 30px;
}
.choose-section .item-choose {
  background: #ffffff;
  box-shadow: 0px 5.07px 28.9px rgba(198, 198, 198, 0.28);
  border-radius: 14px;
  padding: 37px 35px 37px 33px;
  color: #58676d;
  height: 100%;
}
.choose-section .item-choose .icon-choose {
  height: 43px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.choose-section .item-choose .icon-choose img {
  max-height: 100%;
}
.choose-section .item-choose .title-choose {
  font-family: "Eina01-Bold";
  font-weight: 400;
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #013A51;
}
@media (max-width: 993px) {
  .choose-section {
    padding: 65px 0 35px;
  }
}

.trust-section .container {
  border-radius: 16px;
  background-color: #f1f8fb;
  padding: 40px;
}
.trust-section .title-section {
  text-align: center;
  margin-bottom: 41px;
}
@media (max-width: 993px) {
  .trust-section {
    padding: 10px 24px 0px;
  }
}

.trust-section .title-section {
  margin-bottom: 21px;
}

.slider-trust {
  margin: 0 -15px;
}
.slider-trust .slick-list {
  padding: 20px 0;
  display: flex;
}
.slider-trust .slick-list .slick-track {
  display: flex;
}

.item-trust {
  padding: 0 15px;
}
.item-trust .content-trust {
  padding: 36px 30px;
  background: #ffffff;
  box-shadow: 0px 5.07px 28.9px rgba(198, 198, 198, 0.28);
  border-radius: 14px;
  height: 100%;
}
.item-trust .content-trust .name-trust {
  font-family: "Eina01-Bold";
  font-size: 16.8px;
  line-height: 20px;
  margin-bottom: 10px;
}
.item-trust .content-trust .name-trust span {
  color: #616e72;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
}
.item-trust .content-trust .note-item-trust {
  display: flex;
  margin-bottom: 10px;
}
.item-trust .content-trust .note-item-trust img {
  margin-right: 1px;
}

.faq-home-section {
  padding: 60px 0;
}
.faq-home-section .head-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.faq-home-section .head-faq .title-section {
  margin-bottom: 20px;
}
.faq-home-section .head-faq .title-section span {
  color: #1BBE83;
}
.faq-home-section .link-arrow-more {
  margin-bottom: 20px;
  color: #1BBE83;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: block;
}
.faq-home-section .link-arrow-more i {
  margin-left: 8px;
  transition: 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.faq-home-section .link-arrow-more:hover i {
  left: 5px;
}
@media (min-width: 641px) {
  .faq-home-section .bloc-items-faq-home .row .col-md-6:first-child .item-faq {
    height: -webkit-fill-available;
  }
}
.faq-home-section .bloc-items-faq-home .item-faq {
  width: 100%;
  display: inline-block;
  background: #eef9f6;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #dce3e5;
}
.faq-home-section .bloc-items-faq-home .item-faq .title-faq {
  font-family: "Eina01-Bold";
  font-size: 18.9px;
  line-height: 26px;
  position: relative;
  padding: 30px 50px 28px 30px;
  cursor: pointer;
  min-height: 110px;
}
.faq-home-section .bloc-items-faq-home .item-faq .title-faq:before {
  content: "";
  position: absolute;
  top: 36px;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 9px;
  min-width: 14px;
  background-image: url("../images/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-home-section .bloc-items-faq-home .item-faq .title-faq:not(.collapsed)::before {
  transform: rotateX(-180deg);
}
.faq-home-section .bloc-items-faq-home .item-faq .card-body {
  padding: 0 30px 1.25rem;
}
@media (max-width: 993px) {
  .faq-home-section {
    padding: 65px 0 45px;
  }
  .faq-home-section .head-faq {
    justify-content: center;
    text-align: center;
  }
  .faq-home-section .head-faq .link-arrow-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq-home-section .bloc-items-faq-home {
    column-count: 1;
  }
}

.help-section .head-help .container {
  background: #f1f8fb;
  padding: 40px;
  border-radius: 16px;
}
.help-section .head-help {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .help-section .head-help {
    margin-bottom: 40px;
  }
}
.help-section .head-help .content-head-help {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.help-section .head-help .content-head-help .bloc-title-section {
  padding-right: 60px;
}
.help-section .head-help .content-head-help .desc-section {
  margin-bottom: 20px;
}
.help-section .head-help .content-head-help .btn-default {
  margin-bottom: 20px;
  white-space: nowrap;
  margin-top: 30px;
}
.help-section .bloc-banner-footer {
  overflow: hidden;
  background-color: #013A51;
  color: #fff;
  margin-bottom: 93px;
  border-radius: 15px;
}
.help-section .bloc-banner-footer .desc-section {
  color: rgba(255, 255, 255, 0.8);
}
.help-section .bloc-banner-footer .detail-banner-footer {
  padding: 80px 0 80px 70px;
}
.help-section .image-banner-footer {
  position: relative;
  bottom: -5px;
  margin-left: -95px;
}
@media (max-width: 993px) {
  .help-section .head-help {
    padding: 0px 16px 0px;
  }
  .help-section .head-help .content-head-help {
    flex-wrap: wrap;
    justify-content: center;
  }
  .help-section .head-help .content-head-help .bloc-title-section {
    padding-right: 0px;
    text-align: center;
  }
  .help-section .head-help .content-head-help .btn-default {
    margin-top: 10px;
  }
  .help-section .image-banner-footer {
    display: none;
  }
  .help-section .bloc-banner-footer {
    margin-bottom: 65px;
  }
}
@media (max-width: 993px) and (max-width: 700px) {
  .help-section .bloc-banner-footer .title-section {
    margin-bottom: 26px;
  }
}
@media (max-width: 993px) {
  .help-section .bloc-banner-footer .detail-banner-footer {
    padding: 30px;
    text-align: start;
  }
}
@media (max-width: 993px) and (max-width: 362px) and (max-width: 362px) {
  .help-section .bloc-banner-footer .detail-banner-footer .btn-default {
    padding: 18px 17px;
  }
}
@media (max-width: 767px) {
  .help-section .head-help .content-head-help {
    justify-content: start !important;
  }
  .help-section .head-help .content-head-help .btn-default {
    width: 65%;
  }
  .help-section .bloc-title-section {
    text-align: start !important;
  }
  .help-section .bloc-banner-footer .btn-default {
    width: 100%;
    margin-top: 8px;
  }
}

.is-content-loaded .header-page .motifs-header svg {
  opacity: 1;
  visibility: visible;
}

.header-page {
  padding: 60px 0;
  overflow: hidden;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.header-page .content-page-header {
  width: 100%;
  max-width: 100%;
}
.header-page .titre-header {
  font-family: "Eina01-Bold";
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 12px;
}
.header-page .description-header {
  margin-top: 12px;
}
.header-page.header-model1 {
  background-color: #fff;
  color: #013A51;
  padding-top: 100px;
  padding-bottom: 0;
}
.header-page.header-model1 .titre-header {
  margin-bottom: 0;
}

.section-faq-question .racco-choix {
  margin-top: -250px;
}
@media (max-width: 992px) {
  .section-faq-question .racco-choix {
    margin-top: 0;
  }
}
.section-faq-question .header-paragraph {
  font-size: 15px;
  font-weight: 500;
  line-height: 28.571px;
  letter-spacing: -0.15px;
}
.section-faq-question .header-paragraph span {
  color: #1BBE83;
}
.section-faq-question .complete-offer .offers-content {
  background: #013a51;
  padding: 20px 20px 26px 30px !important;
  border-radius: 16px;
  margin-top: 18px;
  margin-bottom: 40px;
}
.section-faq-question .complete-offer .header-offer-title {
  color: #013a51;
  font-family: "Eina01-Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-faq-question .complete-offer .bloc:first-child {
  position: relative;
}
.section-faq-question .complete-offer .bloc:first-child ul li {
  display: flex;
  align-items: center;
}
.section-faq-question .complete-offer .bloc:first-child ul li a {
  font-family: Open Sans;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.section-faq-question .complete-offer .bloc:first-child ul.ul-seperate {
  margin-right: 100px;
}
@media (max-width: 700px) {
  .section-faq-question .complete-offer .bloc:first-child ul.ul-seperate {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section-faq-question .complete-offer .bloc:first-child ul.ul-seperate::after {
  content: " ";
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  position: absolute;
  right: 48px;
  height: 100%;
  top: 0;
}
@media (max-width: 700px) {
  .section-faq-question .complete-offer .bloc:first-child ul::after {
    content: none !important;
  }
}
.section-faq-question .complete-offer ul {
  list-style-type: none;
  list-style-image: url("../../images/green-check.svg") !important;
  padding-left: 0 !important;
}
.section-faq-question .complete-offer ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  text-decoration-line: underline;
  margin-bottom: 20px;
}
.section-faq-question .complete-offer ul li:last-child {
  margin-bottom: 0;
}
.section-faq-question .complete-offer ul {
  margin-bottom: 0;
}
.section-faq-question .type-raccordement .header-offer-title {
  color: #013a51;
  font-family: "Eina01-Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-faq-question .type-raccordement .card {
  position: relative;
  padding: 13px;
  width: 31%;
  margin-bottom: 20px;
  border-radius: 14px;
  border-color: #e2eaed !important;
}
@media (max-width: 700px) {
  .section-faq-question .type-raccordement .card {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .section-faq-question .type-raccordement .card {
    width: 100%;
  }
}
.section-faq-question .type-raccordement .card .card-body {
  padding: 25px 0 0 !important;
}
.section-faq-question .type-raccordement .card .card-price {
  color: #013a51;
  font-family: Eina01-SemiBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  position: absolute;
  right: 10px;
  background: rgba(29, 186, 129, 0.14);
  padding: 6px 12px;
}
.section-faq-question .type-raccordement .card .card-title {
  margin: 14px 0 68px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.section-faq-question .type-raccordement .card .card-link {
  border-radius: 85.445px;
  border: 0.854px solid rgba(1, 58, 81, 0.11);
  padding: 6px;
  position: absolute;
  bottom: 30px;
}
.section-faq-question .type-raccordement .card .card-link:hover {
  background-color: #1BBE83;
}
.section-faq-question .block-containt-offres.active {
  display: block !important;
}

.items-options-contact > div {
  margin-bottom: 30px;
}

.chat-ui {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 30px;
  width: 440px;
  min-height: 567px;
  flex-shrink: 0;
  border-radius: 9px;
  border: 1.158px solid #ced0d7;
  background: #fff;
  box-shadow: 0px 5.3235px 4.34px 0px rgba(198, 198, 198, 0.28);
  padding: 25px;
  z-index: 999;
}
@media (max-width: 575px) {
  .chat-ui {
    right: 10px;
    max-width: 95%;
  }
}
.chat-ui .header-chat-contact {
  display: flex;
  align-items: center;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #e2eaed;
  padding-bottom: 20px;
}
.chat-ui .header-chat-contact .close-chat {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  border: 1px solid #e2eaed;
  cursor: pointer;
  background: #1BBE83;
}
.chat-ui .header-chat-contact .close-chat .icon-close {
  margin-top: -3px;
  width: 15px;
  min-width: 15px;
  height: 15px;
}
.chat-ui .header-chat-contact .logo-chat {
  min-width: 60px;
  width: 60px;
  margin-right: 17px;
  position: relative;
}
.chat-ui .header-chat-contact .logo-chat img {
  width: 60px;
}
.chat-ui .header-chat-contact .logo-chat:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #1BBE83;
  bottom: 0;
  left: 70%;
  border: 2px solid #fff;
}
.chat-ui .header-chat-contact .logo-chat.online:after {
  background-color: #1BBE83;
}
.chat-ui .header-chat-contact .logo-chat.ofline:after {
  background-color: #ff7c03;
}
.chat-ui .header-chat-contact .statut-chat {
  color: #58676d;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
.chat-ui .header-chat-contact .name-support {
  color: #013a51;
  font-family: Eina01-Bold;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.226px;
  display: table-row;
}
.chat-ui .control-chat-sender {
  display: flex;
  border-radius: 14px;
  border: 1px solid #e2eaed;
  background: #fff;
}
.chat-ui .control-chat-sender input,
.chat-ui .control-chat-sender textarea {
  border: 0px;
  min-height: 50px;
  resize: none;
  height: 45px;
}
.chat-ui .control-chat-sender button {
  background: transparent;
  border: 0;
  padding-right: 15px;
}
.chat-ui .control-chat-buttons {
  display: none;
}
.chat-ui .control-chat-buttons .buttons {
  display: flex;
  justify-content: space-between;
}
.chat-ui .control-chat-buttons .buttons button,
.chat-ui .control-chat-buttons .buttons a {
  width: 49%;
  padding: 12.5px 0px;
  text-align: center;
}
.chat-ui .control-chat-buttons p {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.chat-ui .bloc-messanger-chat {
  height: 430px;
  overflow: auto;
  padding-top: 26px;
}
.chat-ui .bloc-messanger-chat .item-chat-message {
  display: flex;
  margin-bottom: 25px;
}
.chat-ui .bloc-messanger-chat .item-chat-message .image-chat {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px;
}
.chat-ui .bloc-messanger-chat .item-chat-message .image-chat img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.chat-ui .bloc-messanger-chat .item-chat-message .detail-item-message-chat {
  width: calc(100% - 54px);
}
.chat-ui .bloc-messanger-chat .item-chat-message .name-chat-message {
  color: rgba(1, 58, 81, 0.54);
  font-weight: 600;
  font-size: 14.7px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.chat-ui .bloc-messanger-chat .item-chat-message .message-chat {
  background-color: #ebf9f4;
  padding: 14px 25px;
  border-radius: 31px;
  margin-bottom: 16px;
}
.chat-ui .bloc-messanger-chat .item-chat-message.reponse .image-chat {
  order: 2;
  margin-left: 12px;
}
.chat-ui .bloc-messanger-chat .item-chat-message.reponse .detail-item-message-chat {
  order: 1;
  text-align: right;
}
.chat-ui .bloc-messanger-chat .item-chat-message.reponse .message-chat {
  background-color: #f3f3f3;
  border-radius: 31px;
  text-align: left;
}

.bloc-chat-contact {
  display: none;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 999;
  background: #e7e8e9;
  box-shadow: 0px 5.3235px 30.345px rgba(0, 0, 0, 0.12);
  border-radius: 14.7px 14.7px 0px 0px;
  width: 435px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 575px) {
  .bloc-chat-contact {
    right: 0;
  }
}
.bloc-chat-contact .header-chat-contact {
  display: flex;
  align-items: center;
  padding: 11px 26px;
  background-color: #fff;
  text-align: left;
}
.bloc-chat-contact .header-chat-contact .close-chat {
  margin-left: auto;
  cursor: pointer;
}
.bloc-chat-contact .header-chat-contact .logo-chat {
  min-width: 60px;
  width: 60px;
  margin-right: 17px;
}
.bloc-chat-contact .header-chat-contact .logo-chat img {
  width: 60px;
}
.bloc-chat-contact .header-chat-contact .detail-head-chat {
  padding-top: 10px;
}
.bloc-chat-contact .header-chat-contact .name-support {
  font-family: "Eina01-Bold";
  font-size: 16.8px;
  line-height: 22px;
  display: block;
}
.bloc-chat-contact .header-chat-contact .statut-chat {
  color: rgba(1, 58, 81, 0.5);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.bloc-chat-contact .header-chat-contact .statut-chat:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}
.bloc-chat-contact .header-chat-contact .statut-chat.online:before {
  background-color: #1BBE83;
}
.bloc-chat-contact .header-chat-contact .statut-chat.ofline:before {
  background-color: #ff7c03;
}
.bloc-chat-contact .bloc-messanger-chat {
  height: 350px;
  overflow: auto;
  padding: 26px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message {
  display: flex;
  margin-bottom: 25px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .image-chat {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .image-chat img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .detail-item-message-chat {
  width: calc(100% - 54px);
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .name-chat-message {
  color: rgba(1, 58, 81, 0.54);
  font-weight: 600;
  font-size: 14.7px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 8px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .message-chat {
  background-color: #fff;
  padding: 14px 25px;
  border-radius: 0 31px 31px 31px;
  margin-bottom: 16px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .options-tags-chat {
  display: flex;
  align-items: center;
}
@media (max-width: 320px) {
  .bloc-chat-contact .bloc-messanger-chat .item-chat-message .options-tags-chat {
    flex-wrap: wrap;
  }
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .tag-chat-message {
  background: #ffffff;
  border: 1.05px solid #1BBE83;
  border-radius: 105px;
  font-family: "Eina01-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 16.8px;
  line-height: 23px;
  color: #1BBE83;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 136px;
  width: 100%;
  height: 47px;
  margin-right: 13px;
  margin-bottom: 8px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message .tag-chat-message:last-child {
  margin-right: 0;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message.reponse .image-chat {
  order: 2;
  margin-left: 12px;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message.reponse .detail-item-message-chat {
  order: 1;
  text-align: right;
}
.bloc-chat-contact .bloc-messanger-chat .item-chat-message.reponse .message-chat {
  border-radius: 31px 0px 31px 31px;
  text-align: left;
}
.bloc-chat-contact .control-chat-sender {
  background-color: #fff;
  height: 72px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 26px;
}
.bloc-chat-contact .control-chat-sender textarea {
  border: 0;
  resize: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100% !important;
  min-height: auto;
  padding: 15px 0;
  margin-right: 15px;
  border-radius: 0;
}
.bloc-chat-contact .control-chat-sender .sender-chat-button {
  padding: 0;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.items-options-contact {
  padding-bottom: 25px;
}
@media (max-width: 993px) {
  .items-options-contact {
    padding-top: 35px;
  }
}

.item-contact {
  padding: 25px 25px 113px;
  border-radius: 14px;
  border: 1px solid #ced0d7;
  background: #fff;
  box-shadow: 0px 5px 4px 0px rgba(198, 198, 198, 0.28);
  height: 100%;
  position: relative;
  font-size: 15px;
  line-height: 22px;
}
.item-contact.active {
  background-color: #013a51;
  color: #fff;
  border-color: #0E9F6E;
}
.item-contact.active .desc-item-contact {
  color: #fff !important;
}
.item-contact.active .btn-default {
  background: #1BBE83;
  color: #fff;
  border-color: #0E9F6E !important;
}
.item-contact.active .btn-default:hover {
  border-color: #013a51;
  border-color: #fff;
  background-color: #0E9F6E !important;
}
.item-contact .head-content-contact {
  display: flex;
  align-items: center;
}
.item-contact .head-content-contact .icon-item-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 14px;
  border: 1px solid #ced0d7;
}
.item-contact .head-content-contact .icon-item-contact img {
  max-width: 27px;
}
@media (max-width: 575px) {
  .item-contact .head-content-contact {
    display: block;
    text-align: center;
  }
  .item-contact .head-content-contact .icon-item-contact {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.item-contact .detail-item-contact {
  width: 100%;
  position: relative;
}
.item-contact .detail-item-contact .desc-item-contact {
  color: #58676d;
}
.item-contact .detail-item-contact .title-item-contact {
  font-family: "Eina01-Bold";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 9px;
}
.item-contact .btn-default {
  border-color: #013A51;
  color: #013A51;
  background-color: transparent;
  min-height: 48px;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}
.item-contact .btn-default:not([href]) {
  cursor: default;
}
.item-contact .btn-default:not([href]):hover {
  color: #fff !important;
}
.item-contact .btn-default:hover {
  color: #fff;
  border-color: #1BBE83;
  background-color: #1BBE83;
}
@media (max-width: 993px) {
  .item-contact {
    padding: 25px 20px;
  }
  .item-contact .btn-default {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}

.modal-contact {
  text-align: center;
}
.modal-contact .modal-dialog {
  width: 571px;
  max-width: 90%;
  margin: 0.5em auto;
}
.modal-contact .modal-dialog .modal-content {
  background-color: #ffffff;
  box-shadow: 0px 5.3235px 30.345px rgba(198, 198, 198, 0.28);
  border-radius: 15px;
}
.modal-contact .modal-dialog .modal-content .close {
  display: flex;
  margin: 20px 30px 0 auto;
  opacity: 1;
}
.modal-contact .modal-dialog .modal-content .modal-body {
  padding: 30px 20px;
}
.modal-contact .modal-dialog .modal-content .modal-body .content-modal {
  width: 401px;
  max-width: 100%;
  margin: auto;
}
.modal-contact .modal-dialog .modal-content .modal-body .content-modal h5 {
  font-weight: 600;
  font-family: "Open Sans";
}
.modal-contact .modal-dialog .modal-content .modal-body .content-modal h5.modal-title {
  color: #013A51;
}
.modal-contact .modal-dialog .modal-content .modal-body .btn-default {
  position: static;
  border-color: #1BBE83;
  color: #fff;
}
.modal-contact .modal-dialog .modal-content .modal-body .btn-default:hover {
  background-color: #fff;
  color: #1BBE83;
  border-color: #1BBE83;
}
.modal-contact .modal-dialog .modal-content .modal-body .notice-postal {
  background: #ecf2f0;
  border-radius: 11px;
  display: block;
  padding: 17px 50px;
  text-decoration: none;
  color: #013A51;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact {
  text-align: left;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .form-check {
  padding-left: 0;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .form-check > p {
  margin-bottom: 10px;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .wpcf7-list-item > label > input {
  top: -2px;
  position: relative;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .message-action-contact {
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px;
  display: none;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .message-action-contact .title-message-contact {
  margin-top: 40px;
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.modal-contact .modal-dialog .modal-content .modal-body .bloc-formulaire-contact .message-action-contact .desc-message-contact {
  font-size: 16px;
  line-height: 28px;
  color: #58676d;
}
.modal-contact .modal-dialog .modal-content .modal-body .icon-modal {
  width: 136px;
  height: 136px;
  background: rgba(29, 186, 129, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 36px;
}
.modal-contact .modal-dialog .modal-content .modal-body .title-modal {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 11px;
}
.modal-contact .modal-dialog .modal-content .modal-body .description-modal {
  font-size: 17px;
  line-height: 28px;
  color: #58676d;
  margin-bottom: 30px;
}
.modal-contact#action-modal-contact .icon-modal > img {
  width: 50%;
}

.slider-nav-contact {
  background: #f9f9f9;
  border-radius: 100px;
  padding: 0px 13px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}
.slider-nav-contact .item-slide-contact {
  padding: 0 12px;
}
.slider-nav-contact .item-slide-contact span {
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
  color: #889398;
  padding: 22px 0;
}
.slider-nav-contact .item-slide-contact span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: 0.3s ease-in-out;
  height: 5px;
  background-color: #1BBE83;
  border-radius: 5px;
  transition-delay: 0.3s;
}
.slider-nav-contact .item-slide-contact.slick-current span {
  color: #013A51;
}
.slider-nav-contact .item-slide-contact.slick-current span::before {
  width: 100%;
}
@media (max-width: 993px) {
  .slider-nav-contact .slick-track {
    align-items: flex-end;
    display: flex;
  }
  .slider-nav-contact .slick-prev,
  .slider-nav-contact .slick-next {
    transform: none;
    top: 18px;
  }
  .slider-nav-contact .item-slide-contact span {
    white-space: nowrap;
  }
}

.title-topics {
  font-family: "Eina01-Bold";
  font-size: 22px;
  line-height: 16px;
  margin-bottom: 24px;
  color: #1BBE83;
}
@media (max-width: 993px) {
  .title-topics.mobile-button-topics {
    border: 1px solid #013A51;
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 17px;
    border-radius: 24px;
    color: #013A51;
  }
}

.sub-title-question {
  font-family: "Eina01-SemiBold";
  font-size: 14px;
  line-height: 16px;
  color: rgba(1, 58, 81, 0.5);
  margin-bottom: 24px;
  display: block;
}

.nav-mobile-scroll {
  padding: 10px 0;
  background-color: #fff;
  position: sticky;
  top: 85px;
  z-index: 1;
  margin-bottom: 30px;
}

.content-load-faq {
  height: 100%;
}
.content-load-faq .title-bloc-view {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 24px;
}
.content-load-faq .nav-view {
  font-family: "Eina01-SemiBold";
  font-size: 14px;
  line-height: 16px;
  color: rgba(1, 58, 81, 0.5);
  margin-bottom: 14px;
}
.content-load-faq .nav-view .icon-arrow-gray {
  margin: 0px 6px;
  position: relative;
  top: -1px;
}
.content-load-faq .nav-view .parent-view {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: rgba(1, 58, 81, 0.5);
}
.content-load-faq .nav-view .parent-view:hover {
  color: #013A51;
}
.content-load-faq .title-single-faq {
  font-family: "Eina01-Bold";
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
}
.content-load-faq .bloc-video {
  margin-bottom: 35px;
}
.content-load-faq .bloc-image {
  margin-bottom: 35px;
}
.content-load-faq .bloc-image img {
  border-radius: 35px;
  width: 100%;
}

.bloc-wisiwyg {
  padding-bottom: 12px;
  line-height: 27px;
}
.bloc-wisiwyg p {
  margin-bottom: 20px;
}
.bloc-wisiwyg a {
  color: #1BBE83;
  text-decoration: underline;
}
.bloc-wisiwyg a:hover {
  text-decoration: none;
}
.bloc-wisiwyg h2 {
  font-family: "Eina01-Bold";
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}
.bloc-wisiwyg h3 {
  font-family: "Eina01-Bold";
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
}
.bloc-wisiwyg h4 {
  font-family: "Eina01-Bold";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.bloc-wisiwyg ul {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 25px;
  margin-top: 30px;
}
.bloc-wisiwyg ul > li {
  display: flex;
}
.bloc-wisiwyg ul > li::before {
  content: "";
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1BBE83;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.bloc-wisiwyg ol {
  margin-bottom: 20px;
  padding-left: 45px;
  counter-reset: li;
  list-style: none;
}
.bloc-wisiwyg ol > li {
  counter-increment: li;
}
.bloc-wisiwyg ol > li:before {
  content: counter(li) ".";
  display: inline-block;
  margin-left: -18px;
  margin-right: 6px;
  color: #1BBE83;
  font-size: 16px;
  font-family: "FuturaPTDemi";
}

.nav-cats-faq {
  padding-right: 90px;
  max-height: calc(100vh - 162px);
  overflow-y: auto;
}
.nav-cats-faq > p {
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 14px;
  border: 1px solid #ced0d7;
  background-color: #fff;
  box-shadow: 0px 5px 4px 0px rgba(198, 198, 198, 0.28);
  font-family: "Eina01-SemiBold";
  font-size: 16px;
  transition: 0.3s ease-in-out;
  padding: 14px 20px;
  line-height: 22px;
}
.nav-cats-faq > p.active {
  background-color: #1BBE83;
  border-color: #1BBE83;
  color: #fff;
}
@media (max-width: 993px) {
  .nav-cats-faq {
    padding-right: 0px;
  }
}

.bloc-side-menu-faq .content-bloc-side-menu-faq {
  position: sticky;
  top: 110px;
}
@media (max-width: 993px) {
  .bloc-side-menu-faq {
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 35px;
    z-index: 9;
  }
  .bloc-side-menu-faq.toggled-topics {
    z-index: 999;
  }
}

@media (max-width: 993px) {
  .bloc-dynamic-content {
    padding-top: 0 !important;
  }
}

.menu-group-faq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 1111;
  padding: 38px 30px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.menu-group-faq.open-topics {
  opacity: 1;
  pointer-events: all;
}
.menu-group-faq .close-menu-topics {
  position: absolute;
  top: 22px;
  right: 30px;
}
.menu-group-faq .close-menu-topics i {
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.menu-group-faq > ul {
  list-style: none;
  padding: 0;
}
.menu-group-faq > ul > li {
  margin-bottom: 28px;
}
.menu-group-faq > ul > li span {
  display: flex;
  justify-content: space-between;
  font-family: "Eina01-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.menu-group-faq > ul > li span a {
  color: #013A51;
  text-decoration: none;
}
.menu-group-faq > ul > li.item-group-faq > span:after {
  content: "";
  position: relative;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  min-width: 16px;
  background-image: url("../images/icons/icon-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
  top: 9px;
}
.menu-group-faq > ul > li.item-group-faq.open > .sub-menu-group-faq {
  opacity: 1;
  pointer-events: all;
}
.menu-group-faq > ul > li > .sub-menu-group-faq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  padding: 38px 30px;
}
.menu-group-faq > ul > li > .sub-menu-group-faq .bloc-back-menu {
  margin-bottom: 25px;
}
.menu-group-faq > ul > li > .sub-menu-group-faq .bloc-back-menu .title-back-menu-faq {
  display: flex;
  justify-content: flex-start;
}
.menu-group-faq > ul > li > .sub-menu-group-faq .bloc-back-menu .title-back-menu-faq::before {
  content: "";
  position: relative;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../images/icons/icon-arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul {
  padding: 0;
  list-style: none;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li {
  padding-left: 19px;
  position: relative;
  margin-bottom: 15px;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background-image: url(../images/icons/motif-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li a {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #58676d;
  text-decoration: none;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li.active {
  padding: 6px 20px 6px 40px;
  background-color: #1BBE83;
  border-radius: 7px;
  color: #fff;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li.active:before {
  left: 20px;
  top: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background-image: url(../images/icons/motif-list-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-group-faq > ul > li > .sub-menu-group-faq ul > li.active a {
  color: #fff;
}

.nav-pills {
  background: #f9f9f9;
  border-radius: 100px;
  padding: 24px 25px;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 40px;
}
.nav-pills .nav-item {
  margin: 0 30px;
}
.nav-pills .nav-item:first-child {
  margin-left: 0;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-link {
  outline: none;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #889398;
  padding: 0;
  background-color: transparent !important;
  position: relative;
  border: 0;
}
.nav-pills .nav-link::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: 0.3s ease-in-out;
  height: 5px;
  background-color: #1BBE83;
  border-radius: 5px;
}
.nav-pills .nav-link.active {
  color: #013A51;
  font-weight: 700;
}
.nav-pills .nav-link.active::before {
  width: 100%;
}

.bloc-items-cart {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .bloc-items-cart .nav-carts-pills {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.bloc-items-cart .nav-carts-pills .nav-item {
  margin: 0;
}
@media (min-width: 575px) {
  .bloc-items-cart .nav-carts-pills .nav-item {
    margin: 0 30px;
  }
  .bloc-items-cart .nav-carts-pills .nav-item:nth-child(1) {
    order: 3;
    margin-right: 0;
    margin-left: 30px;
  }
  .bloc-items-cart .nav-carts-pills .nav-item:nth-child(2) {
    order: 2;
  }
  .bloc-items-cart .nav-carts-pills .nav-item:nth-child(3) {
    order: 1;
    margin-left: 0;
    margin-right: 30px;
  }
}
.bloc-items-cart .tab-content {
  margin-bottom: 60px;
}
.bloc-items-cart .content-list-item {
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans";
}
.bloc-items-cart .content-list-item ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.bloc-items-cart .content-list-item ul li {
  display: flex;
  align-items: flex-start;
}
.bloc-items-cart .content-list-item ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/icon-check-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
  top: 3px;
}
.bloc-items-cart .offer-type .offer-type-cart .item-cart {
  border-top: 1px solid #e9e9e9;
}
.bloc-items-cart .steps-row:last-of-type .item-cart {
  border-bottom: 1px solid #e9e9e9 !important;
}
.bloc-items-cart .row {
  margin: 0 -8px;
}
.bloc-items-cart .row > div {
  padding: 0 8px;
  display: flex;
}
.bloc-items-cart .row:first-child .item-cart {
  border-radius: 15px 15px 0 0;
}
.bloc-items-cart .row:last-of-type .item-cart {
  border-radius: 0px 0px 15px 15px;
}
@media (max-width: 770px) {
  .bloc-items-cart .row {
    flex-direction: column-reverse;
  }
  .bloc-items-cart .row .col-md-8 {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.bloc-items-cart .row .item-cart.popular-cart {
  background: #013a51;
}
.bloc-items-cart .row .item-cart.popular-cart .icon-cart span {
  text-shadow: 0px 4.806px 27.396px rgba(1, 58, 81, 0.09);
  font-family: Eina01-SemiBold;
  font-size: 19.907px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.529px;
  letter-spacing: 0.199px;
}
.bloc-items-cart .row .item-cart.popular-cart .icon-cart-mobile span {
  color: #fff;
}
.bloc-items-cart .row .item-cart.popular-cart .detail-price-cart .price-cart {
  color: #fff;
}
.bloc-items-cart .row .item-cart.popular-cart .tag-cart {
  background: #027dd7;
}
.bloc-items-cart .row .item-cart.popular-cart .list-cart li:first-child {
  text-decoration: none;
}
.bloc-items-cart .row .item-cart.popular-cart .list-cart li {
  font-size: 14.93px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.238px;
}
.bloc-items-cart .row .item-cart.popular-cart .btn-default.active {
  background-color: #49c095;
  border: none;
}
.bloc-items-cart .item-cart {
  padding: 27px 15px 27px 15px;
  border-bottom: none;
  border: none !important;
  height: 100%;
  position: relative;
}
@media (max-width: 770px) {
  .bloc-items-cart .item-cart {
    padding: 27px 28px 27px 27px;
  }
}
.bloc-items-cart .item-cart .tag-cart {
  background-color: #027dd7;
  position: absolute;
  right: 0;
  top: 26px;
  padding: 6px 16px 6px 17px;
  font-family: "Eina01-SemiBold";
  font-size: 14px;
  line-height: 19px;
  border-radius: 17px 0 0 17px;
}
.bloc-items-cart .item-cart.popular-cart {
  background: #013a51;
  color: #fff;
}
.bloc-items-cart .item-cart.popular-cart .price-cart {
  color: #fff5bf;
}
.bloc-items-cart .item-cart.popular-cart .price-item-cart {
  color: #fff !important;
}
.bloc-items-cart .item-cart.popular-cart .price-item-cart > span {
  color: #fff !important;
}
.bloc-items-cart .item-cart.popular-cart .list-cart li .tooltip-list .icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-image: url("../images/icons/info-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.bloc-items-cart .item-cart.popular-cart .list-cart .modal .content-modal {
  color: #013A51;
}
.bloc-items-cart .item-cart .icon-cart {
  margin-bottom: 18px;
}
.bloc-items-cart .item-cart .icon-cart > img {
  max-width: 38px;
}
@media (max-width: 990px) {
  .bloc-items-cart .item-cart .icon-cart .icon-cart-mobile img {
    width: 25.5px;
    height: 25.5px;
  }
}
.bloc-items-cart .item-cart .price-cart {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 24.67px;
  line-height: 32px;
  margin-bottom: 6px;
}
.bloc-items-cart .item-cart .title-cart {
  font-family: "Eina01-SemiBold";
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 18px;
  letter-spacing: 0.26px;
}
.bloc-items-cart .item-cart .content-list-item {
  text-align: left;
}
.bloc-items-cart .item-cart .content-list-item ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.bloc-items-cart .item-cart .content-list-item ul li {
  display: flex;
  align-items: flex-start;
}
.bloc-items-cart .item-cart .content-list-item ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/icon-check-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
  top: 3px;
}
.bloc-items-cart .item-cart .list-cart {
  padding-left: 0;
  list-style: none;
}
.bloc-items-cart .item-cart .list-cart li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 11px;
  font-family: "Eina01-SemiBold";
  font-weight: 400;
  margin-bottom: 20px;
}
.bloc-items-cart .item-cart .list-cart li .icon-list {
  margin-right: 8px;
  min-width: 19px;
  text-align: center;
}
.bloc-items-cart .item-cart .list-cart li .icon-list img {
  max-width: 100%;
}
.bloc-items-cart .item-cart .list-cart li .tooltip-list {
  position: relative;
  top: -1px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
}
.bloc-items-cart .item-cart .list-cart .modal-contact .modal-dialog {
  width: 372px;
}
.bloc-items-cart .item-cart .list-cart .modal-contact .modal-dialog .modal-content .modal-body .content-modal {
  width: 250px;
}
@media (max-width: 767px) {
  .bloc-items-cart .item-cart {
    border-radius: 15px !important;
    height: auto;
  }
}
.bloc-items-cart .steps-row {
  position: relative;
  text-align: center;
}
.bloc-items-cart .steps-row .info-step {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d7e5ee;
  z-index: 1;
  left: 21px;
  right: 21px;
  top: 0px;
  padding: 15px !important;
  text-align: center;
  border-radius: 70px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fbfdff;
  border-color: #d7e5ee;
}
@media (max-width: 990px) {
  .bloc-items-cart .steps-row .info-step {
    width: 70%;
    margin-inline: auto;
    margin-top: 8px;
  }
}
@media (max-width: 650px) {
  .bloc-items-cart .steps-row .info-step {
    width: unset;
  }
}
.bloc-items-cart .steps-row .info-step {
  height: 62px;
}
.bloc-items-cart .steps-row .info-step .title-step {
  margin-bottom: 0;
  font-family: "Open Sans";
  font-weight: 700;
  color: #013A51;
}
.bloc-items-cart .steps-row .info-step .sub-title-step {
  font-family: "Eina01-Regular";
  font-size: 14px;
  color: #2f5f71;
}
.bloc-items-cart .steps-row > div .item-cart {
  padding-top: 92px;
  padding-bottom: 25px;
}
.bloc-items-cart .steps-row > div .item-cart .price-item-cart {
  font-family: "Eina01-SemiBold";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.bloc-items-cart .steps-row > div .item-cart .price-item-cart span {
  display: block;
  font-family: "Eina01-Regular";
  color: #2f5f71;
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .bloc-items-cart .steps-row .info-step {
    height: 81px;
    position: static;
    margin-top: 26px;
  }
  .bloc-items-cart .steps-row .price-item-cart {
    margin-top: 26px;
    margin-bottom: 0;
    font-family: "Eina01-SemiBold";
  }
}

.bloc-menu-summary {
  position: sticky;
  top: 115px;
  padding-right: 96px;
}
.bloc-menu-summary .menu-summary {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow-y: auto;
  position: relative;
  padding-bottom: 140px;
}
.bloc-menu-summary .menu-summary.hide-shadower::after {
  display: none;
}
.bloc-menu-summary .menu-summary::after {
  content: " ";
  width: 298px;
  height: 245px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 75.95%, #fff 100%);
  position: fixed;
  bottom: 0;
}
.bloc-menu-summary .menu-summary:hover::after {
  display: none;
}
.bloc-menu-summary .menu-summary li {
  margin-bottom: 10px;
}
.bloc-menu-summary .menu-summary li a {
  font-family: "Eina01-SemiBold";
  font-size: 16px;
  line-height: 28px;
  color: #013A51;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.bloc-menu-summary .menu-summary li h2 {
  font-family: "Eina01-SemiBold";
  font-size: 16px;
  line-height: 28px;
  color: #013A51;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.bloc-menu-summary .menu-summary li.active a {
  color: #1BBE83;
}
.bloc-menu-summary .menu-summary li.active h2 {
  color: #1BBE83;
}

.title-summary {
  font-family: "Eina01-Bold";
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-bottom: 40px;
  padding-top: 10px;
}

.content-page-section .bloc-wisiwyg h2 {
  margin-bottom: 35px;
}
.content-page-section .bloc-wisiwyg h3 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 25px;
}

.item-content-nav {
  font-size: 15px;
  line-height: 28px;
  padding-left: 20px;
}
.item-content-nav .bloc-wisiwyg p {
  margin-bottom: 15px;
}
.item-content-nav .title-item-detail {
  font-family: "Eina01-SemiBold";
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 26px;
}
@media (max-width: 993px) {
  .item-content-nav {
    padding: 30px 0 0 0px;
  }
  .item-content-nav .bloc-wisiwyg {
    padding-bottom: 0;
  }
}

.item-accordion-tag {
  background: #f9f9f9;
  border-radius: 14px;
  margin-bottom: 20px;
}
.item-accordion-tag button {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  border: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  padding-right: 60px;
  width: 100%;
  position: relative;
}
.item-accordion-tag button::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 23px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  min-width: 25px;
  background-image: url("../images/icons/icon-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-accordion-tag button:not(.collapsed)::before {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  min-width: 25px;
  background-image: url("../images/icons/icon-moin.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-accordion-tag button .tag-accordion {
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #e15757;
  min-width: 33px;
  width: 33px;
  height: 17px;
  border-radius: 70px;
  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: 8px;
}
@media (max-width: 575px) {
  .item-accordion-tag button {
    padding: 24px 35px 24px 15px;
  }
  .item-accordion-tag button:before {
    right: 12px;
  }
}
.item-accordion-tag .card-body {
  padding: 0 29px 24px;
  background-color: transparent;
  border: 0;
}
.item-accordion-tag .card-body .cadre-item-accordion {
  background: #f1f1f1;
  padding: 30px 24px;
  border-radius: 14px;
  margin-bottom: 20px;
}
.item-accordion-tag .card-body .cadre-item-accordion:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .item-accordion-tag .card-body {
    padding: 0 12px 24px;
  }
  .item-accordion-tag .card-body .cadre-item-accordion {
    padding: 25px 18px;
  }
}
.item-accordion-tag .card-body .title-cadre-accordion {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
}
.item-accordion-tag .card-body .list-item-value-cadre {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .item-accordion-tag .card-body .list-item-value-cadre {
    display: block;
  }
}
.item-accordion-tag .card-body .list-item-value-cadre:last-child {
  margin-bottom: 0;
}
.item-accordion-tag .card-body .list-item-value-cadre > span {
  display: block;
  margin-bottom: 5px;
}
.item-accordion-tag .card-body .list-item-value-cadre .label-item-list {
  margin-right: 20px;
  font-weight: 700;
}

.page-404 {
  overflow: hidden;
}

.content-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 25px;
}
.content-404 .title-found {
  position: relative;
}
.content-404 .title-found .number-404 {
  font-family: "Eina01-Bold";
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}
.content-404 .title-found::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  height: 10.5px;
  width: 3000px;
  background-color: #022c3d;
}
.content-404 .title-found::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 10.5px;
  width: 3000px;
  background-color: #022c3d;
}
.content-404 .detail-404 {
  margin-left: 180px;
  width: 330px;
  min-width: 330px;
  max-width: 100%;
  color: #58676d;
  font-size: 15px;
  line-height: 28px;
}
.content-404 .detail-404 .titre-section {
  font-family: "Eina01-Bold";
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 27px;
  color: #013A51;
}
.content-404 .detail-404 .btn-default {
  margin-top: 10px;
  width: 270px;
  max-width: 100%;
  font-size: 15px;
}
.content-404 .detail-404 .btn-default.btn-light {
  border-color: rgba(1, 58, 81, 0.18);
  background-color: #013a51;
}
.content-404 .detail-404 .btn-default.btn-light:hover {
  background-color: #022c3d;
}
@media (max-width: 767px) {
  .content-404 {
    display: block;
    padding: 80px 0;
    text-align: center;
  }
  .content-404 .title-found {
    display: inline-block;
    margin-bottom: 25px;
  }
  .content-404 .title-found img {
    display: none;
  }
  .content-404 .title-found::before, .content-404 .title-found::after {
    content: none;
  }
  .content-404 .detail-404 {
    margin-left: 0px;
    min-width: auto;
  }
  .content-404 .detail-404 .titre-section {
    font-size: 40px;
    line-height: 1;
  }
}

.content-500 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.content-500 .title-server {
  position: relative;
}
.content-500 .title-server .number-500 {
  font-family: "Eina01-Bold";
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}
.content-500 .detail-500 {
  margin-left: 180px;
  width: 330px;
  min-width: 330px;
  max-width: 100%;
  color: #58676d;
  font-size: 15px;
  line-height: 28px;
}
.content-500 .detail-500 .titre-section {
  font-family: "Eina01-Bold";
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 27px;
  color: #013A51;
}
.content-500 .detail-500 .btn-default {
  margin-top: 10px;
  width: 270px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-500 {
    display: block;
    padding: 80px 0;
    text-align: center;
  }
  .content-500 .title-server {
    display: inline-block;
    margin-bottom: 25px;
  }
  .content-500 .title-server img {
    display: none;
  }
  .content-500 .detail-500 {
    margin-left: 0px;
    min-width: auto;
  }
  .content-500 .detail-500 .titre-section {
    font-size: 40px;
    line-height: 1;
  }
}

.section-page-tracking {
  padding: 22px 0 42px;
}
.section-page-tracking .sub-nav-step li {
  cursor: pointer;
}
@media (max-width: 993px) {
  .section-page-tracking .bloc-nav-sub-step {
    position: sticky;
    top: 80px;
    padding: 15px;
    background: #fff;
    z-index: 9;
  }
  .section-page-tracking .bloc-nav-sub-step .sub-nav-step {
    margin-bottom: 0;
  }
}

.progresse-bloc {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 2;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  .progresse-bloc {
    position: static;
    padding: 0;
  }
}
.progresse-bloc .head-progresse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-family: "Eina01-Bold";
  font-size: 15px;
  flex-wrap: wrap;
}
.progresse-bloc .head-progresse .title-progresse {
  font-size: 18px;
  margin-bottom: 0px;
}
.progresse-bloc .head-progresse .etat-order {
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.progresse-bloc .head-progresse .etat-order .value-eta-order {
  display: flex;
  margin-left: 6px;
}
.progresse-bloc .head-progresse .etat-order .value-eta-order::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  top: 5px;
  background-color: #b2b1b5;
}
.progresse-bloc .head-progresse .etat-order .value-eta-order.open::before {
  background-color: #9e76e0;
}
@media (max-width: 993px) {
  .progresse-bloc .head-progresse .title-progresse {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.progresse-bloc .bloc-step-progresse {
  font-family: "Eina01-SemiBold";
  font-size: 13px;
  line-height: 13px;
  display: flex;
  border-radius: 60px;
  overflow: hidden;
}
.progresse-bloc .bloc-step-progresse > span {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #6c757d;
  padding: 10px;
}
.progresse-bloc .bloc-step-progresse > span:last-child {
  border-right: 0;
}
.progresse-bloc .bloc-step-progresse > span.active-progress {
  border-color: #fff;
  background-color: #1BBE83;
  color: #fff;
}
.progresse-bloc .bloc-step-progresse > span.active-progress:last-of-type {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.progresse-bloc .bloc-step-progresse > span.attend-progress {
  background-color: #caf1e8;
  color: #1BBE83;
}

.view-tab-tracking {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.view-tab-tracking.active-tab-tracking {
  position: static;
  opacity: 1;
  pointer-events: all;
}

.row-tab-tracking {
  margin-bottom: 30px;
}
.row-tab-tracking .title-row-tab {
  font-family: "Eina01-Bold";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.table-my-orders.is-open {
  padding-bottom: 210px;
}

.default-table {
  font-size: 15px;
  line-height: 1;
  font-family: "Open Sans";
}
.default-table th,
.default-table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.default-table thead th {
  border-bottom: 0 !important;
  vertical-align: middle;
}
.default-table th {
  background-color: #f9f9f9;
  padding: 22px 20px;
  font-weight: bold;
}
.default-table th.no-wrap {
  white-space: nowrap;
}
.default-table th:first-child {
  border-radius: 10px 0 0 0;
}
.default-table th:last-child {
  border-radius: 0 10px 0 0;
}
.default-table tbody {
  border-top: 1px solid #edecec;
}
.default-table tbody td:first-child {
  border-left: 1px solid #edecec;
}
.default-table tbody td:last-child {
  border-right: 1px solid #edecec;
}
.default-table tbody tr:last-child td {
  border-bottom: 1px solid #edecec;
}
.default-table tbody tr:last-child td:first-child {
  border: 0;
}
.default-table tbody tr:last-child td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  border-left: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
  border-radius: 0 0 0 10px;
  background: transparent;
  pointer-events: none;
}
.default-table tbody tr:last-child td:last-child {
  border: 0;
}
.default-table tbody tr:last-child td:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  border-right: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
  border-radius: 0 0 10px 0;
  background: transparent;
  pointer-events: none;
}
.default-table tbody tr:last-child td:before {
  content: none;
}
.default-table .modal-contact {
  text-align: left;
}
.default-table .modal-contact .modal-body {
  padding: 30px 40px !important;
}
.default-table .modal-contact .modal-body .content-modal {
  width: 100% !important;
}
.default-table .modal-contact .title-row-voir {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 28px;
}
.default-table .modal-contact .bloc-wisiwyg strong {
  display: inline-block;
  margin-bottom: 20px;
}
.default-table .modal-contact .bloc-wisiwyg > ul {
  padding-left: 0;
}
.default-table td {
  padding: 25px 20px;
  position: relative;
}
.default-table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #edecec;
  height: 1px;
}
.default-table td:first-child::before {
  left: 20px;
}
.default-table td:last-child::before {
  right: 20px;
}
.default-table td.no-wrap {
  white-space: nowrap;
}
.default-table td .dropdow-value.show .value-statut:after {
  transform: rotate(-90deg);
}
.default-table td .dropdow-value .value-statut {
  cursor: pointer;
}
.default-table td .dropdow-value .value-statut:after {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  min-width: 6px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  margin-left: 10px;
}
.default-table td .dropdow-value .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 450px;
  padding: 20px 10px;
  font-size: 14px;
  border: 0;
  margin-top: 10px;
}
.default-table td .dropdow-value .dropdown-menu .table-value-status {
  width: 450px;
}
@media (max-width: 575px) {
  .default-table td .dropdow-value .dropdown-menu {
    width: 320px;
    overflow-x: auto;
  }
}
.default-table td .dropdow-value .dropdown-menu .head-table-value {
  display: flex;
  justify-content: flex-end;
  font-family: "Eina01-SemiBold";
  margin-bottom: 5px;
}
.default-table td .dropdow-value .dropdown-menu .head-table-value > span {
  display: inline-block;
  padding: 0 10px;
  min-width: 118px;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value {
  display: flex;
  transition: 0.3s all;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value:hover {
  background: #f5f5f5;
  border-radius: 6px;
  font-family: "Eina01-SemiBold";
}
.default-table td .dropdow-value .dropdown-menu .item-table-value .title-table-value {
  margin-right: auto;
  padding: 10px;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value .statut-dropdown {
  min-width: 118px;
  padding: 10px;
  text-align: center;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value .statut-dropdown i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d7d7d7;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value .statut-dropdown i.default {
  background-color: #f2893c;
}
.default-table td .dropdow-value .dropdown-menu .item-table-value .statut-dropdown i.done {
  background-color: #1BBE83;
}
.default-table td .value-statut {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.default-table td .value-statut::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 8px;
  top: 1px;
}
.default-table td .value-statut.disponible::before {
  background-color: #1BBE83;
}
.default-table td .value-statut.recevoir::before {
  background-color: #f88c3d;
}
.default-table td .value-statut.en-cours:before {
  background-color: #1e96ee;
}
.default-table td .doc-value {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Eina01-SemiBold";
}
.default-table td .doc-value:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  min-width: 19px;
  background-image: url("../images/icons/icon-doc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.default-table td .btns-action {
  display: flex;
  align-items: center;
}
.default-table td .btns-action .item-btn-action {
  margin-right: 21px;
}
.default-table td .btns-action .item-btn-action:last-child {
  margin-right: 0;
}
.default-table td .btns-action .item-btn-action > a {
  color: #1BBE83;
  text-decoration: none;
  font-family: "Eina01-SemiBold";
}

.bottom-footer {
  display: none;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show {
  display: block !important;
}

.tab-content > .tab-pane.active {
  display: block;
}

.section-faq-question .item-accordion {
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
  font-family: "Eina01-Regular";
  font-size: 15px;
  line-height: 20px;
}

.section-institution {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-institution {
    padding: 60px 0;
  }
}
.section-institution .institution-header .institution-badge {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.section-institution .institution-header .institution-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.section-institution .institution-header .institution-badge .institution-icon {
  color: #013a51;
  transition: transform 0.3s ease;
}
.section-institution .institution-header .institution-badge:hover .institution-icon {
  transform: rotate(5deg);
}
.section-institution .institution-header .title-section {
  font-size: 2.5rem;
  font-weight: 700;
  color: #013a51;
}
@media (max-width: 768px) {
  .section-institution .institution-header .title-section {
    font-size: 2rem;
  }
}
.section-institution .institution-header .lead {
  font-size: 1.15rem;
  color: #4a5568;
  line-height: 1.8;
}
.section-institution .institution-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.section-institution .institution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(1, 58, 81, 0.1);
}
.section-institution .institution-card .card-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(1, 58, 81, 0.03) 0%, rgba(1, 58, 81, 0.01) 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.section-institution .institution-card:hover .card-decoration {
  transform: scale(1.2);
  opacity: 0.5;
}
.section-institution .institution-card .icon-wrapper {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease;
}
.section-institution .institution-card .icon-wrapper svg {
  transition: all 0.3s ease;
}
.section-institution .institution-card:hover .icon-wrapper {
  transform: scale(1.1);
  background: rgba(1, 58, 81, 0.15) !important;
}
.section-institution .institution-card:hover .icon-wrapper svg {
  transform: rotate(5deg);
}
.section-institution .institution-card h3 {
  color: #013a51;
  margin-bottom: 1rem;
}
.section-institution .institution-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
}
.section-institution .btn-default {
  transition: all 0.3s ease;
  padding: 12px 32px;
  font-weight: 600;
}
.section-institution .btn-default svg {
  transition: transform 0.3s ease;
}
.section-institution .btn-default:hover svg {
  transform: translateX(5px);
}
.section-institution .btn-default:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.2);
}

.section-formations {
  padding: 80px 0;
  position: relative;
  background: #ffffff;
}
@media (max-width: 768px) {
  .section-formations {
    padding: 60px 0;
  }
}
.section-formations .formations-header .formations-badge {
  background: linear-gradient(135deg, rgba(63, 180, 110, 0.1) 0%, rgba(1, 58, 81, 0.1) 100%);
  box-shadow: 0 2px 8px rgba(63, 180, 110, 0.15);
  transition: all 0.3s ease;
}
.section-formations .formations-header .formations-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(63, 180, 110, 0.25);
}
.section-formations .formations-header .formations-badge svg {
  color: #3fb46e;
  transition: transform 0.3s ease;
}
.section-formations .formations-header .formations-badge:hover svg {
  transform: rotate(5deg);
}
.section-formations .formations-header .title-section {
  font-size: 2.5rem;
  font-weight: 700;
  color: #013a51;
}
@media (max-width: 768px) {
  .section-formations .formations-header .title-section {
    font-size: 2rem;
  }
}
.section-formations .formations-header .lead {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
}
.section-formations .formation-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.section-formations .formation-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(1, 58, 81, 0.15) !important;
  border-color: rgba(63, 180, 110, 0.3);
}
.section-formations .formation-card .formation-card-decoration {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(63, 180, 110, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.section-formations .formation-card:hover .formation-card-decoration {
  transform: scale(1.3);
  opacity: 0.8;
}
.section-formations .formation-card .formation-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(1, 58, 81, 0.1);
  font-family: "Eina01-SemiBold", sans-serif;
  transition: all 0.3s ease;
  z-index: 1;
}
.section-formations .formation-card:hover .formation-number {
  color: rgba(63, 180, 110, 0.3);
  transform: scale(1.1);
}
.section-formations .formation-card .formation-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-formations .formation-card .formation-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(63, 180, 110, 0.1) 0%, rgba(1, 58, 81, 0.1) 100%);
  transition: all 0.3s ease;
}
.section-formations .formation-card .formation-icon-wrapper svg {
  color: #3fb46e;
  transition: all 0.3s ease;
}
.section-formations .formation-card:hover .formation-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, rgba(63, 180, 110, 0.2) 0%, rgba(1, 58, 81, 0.2) 100%);
  box-shadow: 0 4px 12px rgba(63, 180, 110, 0.2);
}
.section-formations .formation-card:hover .formation-icon-wrapper svg {
  transform: scale(1.1);
  color: #013a51;
}
.section-formations .formation-card .formation-title {
  color: #013a51;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.section-formations .formation-card:hover .formation-title {
  color: #3fb46e;
}
.section-formations .formation-card .formation-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.section-formations .formation-card .formation-btn {
  color: #3fb46e;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.section-formations .formation-card .formation-btn .formation-arrow {
  transition: transform 0.3s ease;
}
.section-formations .formation-card .formation-btn:hover {
  color: #013a51;
  gap: 0.75rem !important;
}
.section-formations .formation-card .formation-btn:hover .formation-arrow {
  transform: translateX(5px);
}
.section-formations .formation-card .formation-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(63, 180, 110, 0.03) 0%, rgba(1, 58, 81, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.section-formations .formation-card:hover .formation-card-overlay {
  opacity: 1;
}
.section-formations .alert-info {
  background: #e7f5ff;
  border: 1px solid #74c0fc;
  color: #1971c2;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.section-formations .alert-info svg {
  vertical-align: middle;
}

.section-partenaires {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
@media (max-width: 768px) {
  .section-partenaires {
    padding: 60px 0;
  }
}
.section-partenaires .partenaires-header .partenaires-badge {
  background: linear-gradient(135deg, rgba(1, 58, 81, 0.1) 0%, rgba(63, 180, 110, 0.1) 100%);
  box-shadow: 0 2px 8px rgba(1, 58, 81, 0.15);
  transition: all 0.3s ease;
}
.section-partenaires .partenaires-header .partenaires-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.25);
}
.section-partenaires .partenaires-header .partenaires-badge svg {
  color: #013a51;
  transition: transform 0.3s ease;
}
.section-partenaires .partenaires-header .partenaires-badge:hover svg {
  transform: scale(1.1);
}
.section-partenaires .partenaires-header .title-section {
  font-size: 2.5rem;
  font-weight: 700;
  color: #013a51;
}
@media (max-width: 768px) {
  .section-partenaires .partenaires-header .title-section {
    font-size: 2rem;
  }
}
.section-partenaires .partenaires-header .lead {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
}
.section-partenaires .partner-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.section-partenaires .partner-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 32px rgba(1, 58, 81, 0.12) !important;
  border-color: rgba(63, 180, 110, 0.4);
}
.section-partenaires .partner-card .partner-decoration {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(63, 180, 110, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 0;
}
.section-partenaires .partner-card:hover .partner-decoration {
  transform: scale(1.4);
  opacity: 0.8;
}
.section-partenaires .partner-card .partner-image-wrapper {
  height: 160px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-partenaires .partner-card .partner-image-wrapper .partner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: all 0.4s ease;
  filter: grayscale(100%);
}
.section-partenaires .partner-card .partner-image-wrapper .partner-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(1, 58, 81, 0.05) 0%, rgba(63, 180, 110, 0.05) 100%);
}
.section-partenaires .partner-card .partner-image-wrapper .partner-image-placeholder .partner-logo-text svg {
  color: #013a51;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.section-partenaires .partner-card .partner-image-wrapper .partner-image-placeholder .partner-logo-text .partner-initials {
  font-size: 1.5rem;
  color: #013a51;
  letter-spacing: 2px;
  font-family: "Eina01-SemiBold", sans-serif;
}
.section-partenaires .partner-card .partner-image-wrapper .partner-link-icon {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(10px, -10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.section-partenaires .partner-card .partner-image-wrapper .partner-link-icon svg {
  color: #3fb46e;
}
.section-partenaires .partner-card:hover .partner-image-wrapper .partner-image {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.section-partenaires .partner-card:hover .partner-image-wrapper .partner-logo-text svg {
  transform: rotate(5deg) scale(1.1);
  opacity: 1;
}
.section-partenaires .partner-card:hover .partner-image-wrapper .partner-link-icon {
  opacity: 1;
  transform: translate(0, 0);
}
.section-partenaires .partner-card .partner-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.section-partenaires .partner-card .partner-content .partner-name {
  color: #013a51;
  transition: color 0.3s ease;
  font-size: 1rem;
  line-height: 1.4;
}
.section-partenaires .partner-card .partner-content .partner-location {
  font-size: 0.85rem;
}
.section-partenaires .partner-card .partner-content .partner-location svg {
  flex-shrink: 0;
  color: #3fb46e;
}
.section-partenaires .partner-card .partner-content .partner-description {
  color: #64748b;
  line-height: 1.6;
  flex-grow: 1;
}
.section-partenaires .partner-card:hover .partner-content .partner-name {
  color: #3fb46e;
}
.section-partenaires .partner-card .partner-border-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.section-partenaires .partner-card:hover .partner-border-effect {
  opacity: 1;
  border-color: rgba(63, 180, 110, 0.3);
}
.section-partenaires .partenaires-cta .bg-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border: 1px solid rgba(1, 58, 81, 0.1);
  transition: all 0.3s ease;
}
.section-partenaires .partenaires-cta .bg-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.1);
}
.section-partenaires .partenaires-cta .bg-light svg {
  color: #3fb46e !important;
  animation: rotateGlobe 20s linear infinite;
}

@keyframes rotateGlobe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-chiffres-cles .card-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #013a51;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-temoignages {
  padding: 80px 0;
  position: relative;
  background: #ffffff;
}
@media (max-width: 768px) {
  .section-temoignages {
    padding: 60px 0;
  }
}
.section-temoignages .temoignages-header .temoignages-badge {
  background: linear-gradient(135deg, rgba(1, 58, 81, 0.1) 0%, rgba(63, 180, 110, 0.1) 100%);
  box-shadow: 0 2px 8px rgba(1, 58, 81, 0.15);
  transition: all 0.3s ease;
}
.section-temoignages .temoignages-header .temoignages-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.25);
}
.section-temoignages .temoignages-header .temoignages-badge svg {
  color: #3fb46e;
  transition: transform 0.3s ease;
}
.section-temoignages .temoignages-header .temoignages-badge:hover svg {
  transform: scale(1.1);
}
.section-temoignages .temoignages-header .title-section {
  font-size: 2.5rem;
  font-weight: 700;
  color: #013a51;
}
@media (max-width: 768px) {
  .section-temoignages .temoignages-header .title-section {
    font-size: 2rem;
  }
}
.section-temoignages .temoignages-header .lead {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
}
.section-temoignages .testimonial-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.section-temoignages .testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(1, 58, 81, 0.15) !important;
}
.section-temoignages .testimonial-card .testimonial-quote-bg {
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0.05;
  transition: all 0.4s ease;
  z-index: 0;
}
.section-temoignages .testimonial-card .testimonial-quote-bg.testimonial-green {
  color: #3fb46e;
}
.section-temoignages .testimonial-card .testimonial-quote-bg.testimonial-blue {
  color: #1e96ee;
}
.section-temoignages .testimonial-card .testimonial-quote-bg.testimonial-orange {
  color: #f88c3d;
}
.section-temoignages .testimonial-card .testimonial-quote-bg.testimonial-purple {
  color: #9b59b6;
}
.section-temoignages .testimonial-card:hover .testimonial-quote-bg {
  transform: rotate(10deg) scale(1.1);
  opacity: 0.08;
}
.section-temoignages .testimonial-card .testimonial-card-body {
  position: relative;
  z-index: 1;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper {
  flex-shrink: 0;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar,
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder {
  width: 60px;
  height: 60px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder {
  font-size: 1.25rem;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder.testimonial-green {
  background: linear-gradient(135deg, #3fb46e 0%, #2d8a4f 100%);
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder.testimonial-blue {
  background: linear-gradient(135deg, #1e96ee 0%, #1670b8 100%);
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder.testimonial-orange {
  background: linear-gradient(135deg, #f88c3d 0%, #d97429 100%);
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-avatar-placeholder.testimonial-purple {
  background: linear-gradient(135deg, #9b59b6 0%, #7d3c98 100%);
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-verified-badge {
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-verified-badge.testimonial-green {
  background: #3fb46e;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-verified-badge.testimonial-blue {
  background: #1e96ee;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-verified-badge.testimonial-orange {
  background: #f88c3d;
}
.section-temoignages .testimonial-card .testimonial-avatar-wrapper .testimonial-verified-badge.testimonial-purple {
  background: #9b59b6;
}
.section-temoignages .testimonial-card:hover .testimonial-avatar-wrapper .testimonial-avatar,
.section-temoignages .testimonial-card:hover .testimonial-avatar-wrapper .testimonial-avatar-placeholder {
  transform: scale(1.05);
}
.section-temoignages .testimonial-card:hover .testimonial-avatar-wrapper .testimonial-verified-badge {
  transform: scale(1.1) rotate(10deg);
}
.section-temoignages .testimonial-card .testimonial-info .testimonial-name {
  color: #013a51;
  font-size: 1rem;
  line-height: 1.3;
}
.section-temoignages .testimonial-card .testimonial-info .testimonial-role {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.4;
}
.section-temoignages .testimonial-card .testimonial-info .testimonial-meta {
  color: #94a3b8;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-temoignages .testimonial-card .testimonial-info .testimonial-meta svg {
  vertical-align: middle;
}
.section-temoignages .testimonial-card .testimonial-rating {
  display: flex;
  gap: 4px;
}
.section-temoignages .testimonial-card .testimonial-rating .star {
  transition: all 0.2s ease;
}
.section-temoignages .testimonial-card .testimonial-rating .star.filled.testimonial-green {
  color: #3fb46e;
}
.section-temoignages .testimonial-card .testimonial-rating .star.filled.testimonial-blue {
  color: #1e96ee;
}
.section-temoignages .testimonial-card .testimonial-rating .star.filled.testimonial-orange {
  color: #f88c3d;
}
.section-temoignages .testimonial-card .testimonial-rating .star.filled.testimonial-purple {
  color: #9b59b6;
}
.section-temoignages .testimonial-card .testimonial-rating .star.empty {
  color: #e2e8f0;
}
.section-temoignages .testimonial-card:hover .testimonial-rating .star.filled {
  transform: scale(1.1);
}
.section-temoignages .testimonial-card .testimonial-quote p {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
}
.section-temoignages .testimonial-card .testimonial-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-temoignages .testimonial-card .testimonial-border.testimonial-green {
  background: linear-gradient(90deg, #3fb46e 0%, #2d8a4f 100%);
}
.section-temoignages .testimonial-card .testimonial-border.testimonial-blue {
  background: linear-gradient(90deg, #1e96ee 0%, #1670b8 100%);
}
.section-temoignages .testimonial-card .testimonial-border.testimonial-orange {
  background: linear-gradient(90deg, #f88c3d 0%, #d97429 100%);
}
.section-temoignages .testimonial-card .testimonial-border.testimonial-purple {
  background: linear-gradient(90deg, #9b59b6 0%, #7d3c98 100%);
}
.section-temoignages .testimonial-card:hover .testimonial-border {
  opacity: 1;
}
.section-temoignages .temoignages-cta .bg-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border: 1px solid rgba(1, 58, 81, 0.1);
  transition: all 0.3s ease;
}
.section-temoignages .temoignages-cta .bg-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.1);
}
.section-temoignages .temoignages-cta .bg-light svg {
  color: #fbbf24 !important;
}
.section-temoignages .temoignages-cta .btn-default {
  transition: all 0.3s ease;
}
.section-temoignages .temoignages-cta .btn-default svg {
  transition: transform 0.3s ease;
}
.section-temoignages .temoignages-cta .btn-default:hover {
  transform: translateY(-2px);
}
.section-temoignages .temoignages-cta .btn-default:hover svg {
  transform: translateX(5px);
}
.section-temoignages .testimonials-slider-wrapper {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .section-temoignages .testimonials-slider-wrapper {
    padding: 0 50px;
  }
}
.section-temoignages .testimonials-slider {
  overflow: hidden;
  margin: 0 auto;
}
.section-temoignages .testimonials-slider-track {
  display: flex;
  gap: 1rem;
  will-change: transform;
}
.section-temoignages .testimonials-slide {
  flex: 0 0 calc(33.333% - 0.667rem);
  min-width: 0;
}
@media (max-width: 991px) {
  .section-temoignages .testimonials-slide {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .section-temoignages .testimonials-slide {
    flex: 0 0 100%;
  }
}
.section-temoignages .testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(1, 58, 81, 0.1);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.section-temoignages .testimonials-nav svg {
  color: #013a51;
  transition: all 0.3s ease;
}
.section-temoignages .testimonials-nav:hover:not(:disabled) {
  background: #3fb46e;
  border-color: #3fb46e;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(63, 180, 110, 0.3);
}
.section-temoignages .testimonials-nav:hover:not(:disabled) svg {
  color: #ffffff;
  transform: scale(1.1);
}
.section-temoignages .testimonials-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.section-temoignages .testimonials-nav.testimonials-nav-prev {
  left: 0;
}
@media (max-width: 768px) {
  .section-temoignages .testimonials-nav.testimonials-nav-prev {
    left: 0;
  }
}
.section-temoignages .testimonials-nav.testimonials-nav-next {
  right: 0;
}
@media (max-width: 768px) {
  .section-temoignages .testimonials-nav.testimonials-nav-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .section-temoignages .testimonials-nav {
    width: 40px;
    height: 40px;
  }
  .section-temoignages .testimonials-nav svg {
    width: 20px;
    height: 20px;
  }
}
.section-temoignages .testimonials-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
.section-temoignages .pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.section-temoignages .pagination-dot:hover {
  border-color: #3fb46e;
  transform: scale(1.2);
}
.section-temoignages .pagination-dot.active {
  width: 32px;
  border-radius: 6px;
  background: #3fb46e;
  border-color: #3fb46e;
}
.section-temoignages .pagination-dot:focus-visible {
  outline: 2px solid #3fb46e;
  outline-offset: 2px;
}

.section-form-lead {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
@media (max-width: 768px) {
  .section-form-lead {
    padding: 60px 0;
  }
}
.section-form-lead .form-lead-content .title-section {
  color: #013a51;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-form-lead .form-lead-content .title-section {
    font-size: 2rem;
  }
}
.section-form-lead .form-lead-content .title-section .text-primary {
  color: #3fb46e !important;
}
.section-form-lead .form-lead-content .desc-section {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
}
.section-form-lead .form-lead-features .feature-item .feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(63, 180, 110, 0.1);
}
.section-form-lead .form-lead-features .feature-item .feature-icon svg {
  color: #3fb46e;
}
.section-form-lead .form-lead-features .feature-item .feature-text {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}
.section-form-lead .form-lead-features .feature-item .feature-text strong {
  color: #013a51;
}
.section-form-lead .form-lead-wrapper {
  border: 1px solid rgba(1, 58, 81, 0.1);
}
.section-form-lead .form-lead-wrapper .compact-form .form-group {
  margin-bottom: 1rem;
}
.section-form-lead .form-lead-wrapper .compact-form .form-label {
  font-weight: 600;
  color: #013a51;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.section-form-lead .form-lead-wrapper .compact-form .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.section-form-lead .form-lead-wrapper .compact-form .form-control:focus {
  border-color: #3fb46e;
  box-shadow: 0 0 0 3px rgba(63, 180, 110, 0.1);
  outline: none;
}
.section-form-lead .form-lead-wrapper .compact-form .form-control::placeholder {
  color: #94a3b8;
}
.section-form-lead .form-lead-wrapper .compact-form .btn-default {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-form-lead .form-lead-wrapper .compact-form .btn-default svg {
  margin-right: 0.5rem;
}
.section-form-lead .form-lead-wrapper .compact-form .btn-default:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(63, 180, 110, 0.3);
}
.section-form-lead .form-lead-wrapper .compact-form .form-disclaimer {
  font-size: 0.85rem;
  line-height: 1.5;
}

.section-director {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
@media (max-width: 768px) {
  .section-director {
    padding: 60px 0;
  }
}
.section-director .director-content .director-header .director-label {
  color: #3fb46e;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.section-director .director-content .director-header .title-section {
  color: #013a51;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-director .director-content .director-header .title-section {
    font-size: 2rem;
  }
}
.section-director .director-content .director-quote-wrapper .quote-icon {
  position: absolute;
  top: -20px;
  left: -10px;
  color: #3fb46e;
  opacity: 0.1;
  z-index: 0;
}
.section-director .director-content .director-quote-wrapper .director-quote {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  border-left: 4px solid #3fb46e;
  padding-left: 1.5rem;
  margin-left: 1rem;
}
.section-director .director-content .director-quote-wrapper .director-quote .quote-text {
  font-style: italic;
  color: #2d3748;
  font-size: 1.1rem;
  line-height: 1.8;
}
.section-director .director-content .director-quote-wrapper .director-message p {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.7;
}
.section-director .director-content .director-quote-wrapper .director-attribution {
  border-top: 2px solid #e2e8f0;
  margin-top: 2rem;
}
.section-director .director-content .director-quote-wrapper .director-attribution .attribution-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3fb46e 0%, #013a51 100%);
  border-radius: 2px;
}
.section-director .director-content .director-quote-wrapper .director-attribution .director-name {
  color: #013a51;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.section-director .director-content .director-quote-wrapper .director-attribution .director-institution {
  color: #718096;
  font-size: 0.9rem;
}
.section-director .director-image-wrapper .image-director {
  position: relative;
}
.section-director .director-image-wrapper .image-director .image-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(63, 180, 110, 0.1) 0%, rgba(1, 58, 81, 0.1) 100%);
  border-radius: 16px;
  z-index: 0;
  transition: all 0.4s ease;
}
.section-director .director-image-wrapper .image-director:hover .image-decoration {
  transform: translate(10px, 10px);
}
.section-director .director-image-wrapper .image-director .director-photo {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.section-director .director-image-wrapper .image-director .director-photo:hover {
  transform: scale(1.02);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
[data-animate=fade-up] {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
[data-animate=fade-up][data-animate-delay="100"] {
  animation-delay: 0.1s;
}
[data-animate=fade-up][data-animate-delay="200"] {
  animation-delay: 0.2s;
}
[data-animate=fade-up][data-animate-delay="300"] {
  animation-delay: 0.3s;
}
[data-animate=fade-up][data-animate-delay="400"] {
  animation-delay: 0.4s;
}

[data-animate=fade-in] {
  animation: fadeIn 0.8s ease-out forwards;
  opacity: 0;
}

[data-animate=slide-left] {
  animation: slideInLeft 0.8s ease-out forwards;
  opacity: 0;
}

[data-animate=slide-right] {
  animation: slideInRight 0.8s ease-out forwards;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  .institution-card,
  .director-photo,
  .btn-default {
    animation: none !important;
    transition: none !important;
  }
}
.viabilisation {
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .viabilisation .terrain {
    padding: 40px;
  }
}
.viabilisation .terrain {
  border-radius: 16px;
  border: 1px solid #F1F1F1;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .title {
  font-size: 45px;
  font-weight: 600;
  line-height: 54.7px;
  letter-spacing: -1.16px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .title {
    margin-top: 20px;
  }
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .offre-service {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .offre-list {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin: 27px 0;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult {
  margin-bottom: 37px;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult a,
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult button {
  gap: 4px;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult .btn-intro {
  color: #25241D !important;
  border-color: #25241D !important;
}
@media (max-width: 1025px) {
  .viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult a,
  .viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .link-consult button {
    margin: 5px 0;
    width: 100%;
  }
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .services .service-desc .service-tag {
  margin-bottom: 13px;
}
.viabilisation .terrain .bloc-intro-viabilisation .content-intro-viabilisation .services .service-desc .service-tag .titre {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.raccordement-type {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .raccordement-type {
    margin: 14px;
  }
}
@media (min-width: 992px) {
  .raccordement-type .bloc-raduis {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .raccordement-type .bloc-raduis {
    padding: 20px;
  }
}
.raccordement-type .bloc-raduis {
  border-radius: 16px;
  background: #FAFAFA;
}
.raccordement-type .bloc-raduis .raccordement-type-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.56px;
  margin-bottom: 40px;
}
.raccordement-type .bloc-raduis .raccordement-info .raccordement-icon img {
  width: 90%;
  background: #EEECEC;
  padding: 10px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .raccordement-type .bloc-raduis .raccordement-info .raccordement-icon img {
    width: unset;
  }
}
.raccordement-type .bloc-raduis .raccordement-info .description {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .raccordement-type .bloc-raduis .raccordement-info .description {
    margin-left: 7px;
  }
}
.raccordement-type .bloc-raduis .raccordement-info .description .raccordement-info-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.raccordement-type .bloc-raduis .raccordement-info .description .raccordement-info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .page-template-checkout .main-page {
    min-height: calc(100vh - 157px);
  }
}

.ui-autocomplete {
  z-index: 999999999;
}

.page-checkout .notice-price {
  font-size: 15px;
}
.page-checkout .notice-price p {
  opacity: 0.6;
}
.page-checkout .form-check:not(.form-check-icon) {
  display: inline-flex;
  align-items: flex-start;
}
.page-checkout .form-check:not(.form-check-icon) .form-check-input {
  margin: 0;
  position: static;
  margin-right: 10px;
}
.page-checkout .form-check:not(.form-check-icon) label {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 10px;
  line-height: 23px;
}
.page-checkout .form-check:not(.form-check-icon) label a {
  color: #1BBE83;
}
.page-checkout .form-check:not(.form-check-icon) label a:hover {
  text-decoration: underline;
}

.ref-order {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-right: 30px;
}

.bloc-nav-page-checkout {
  padding: 20px 0;
  position: sticky;
  top: 86px;
  z-index: 11;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  .bloc-nav-page-checkout {
    margin-bottom: 10px;
  }
}

.nav-page-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 14px 24px;
  background-color: #f9f9f9;
  border-radius: 100px;
}
.nav-page-checkout .prev-page {
  padding-right: 41px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #013A51;
}
.nav-page-checkout .prev-page.disabled {
  opacity: 0.32;
  cursor: default;
}
.nav-page-checkout .prev-page.disabled:hover {
  color: #013A51;
}
.nav-page-checkout .prev-page.disabled:hover i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-page-checkout .prev-page i {
  margin-right: 12px;
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
}
.nav-page-checkout .prev-page:hover {
  color: #1BBE83;
}
.nav-page-checkout .prev-page:hover i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-page-checkout .next-page {
  padding-left: 41px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #013A51;
}
.nav-page-checkout .next-page.disabled {
  opacity: 0.32;
  cursor: default;
}
.nav-page-checkout .next-page.disabled:hover {
  color: #013A51;
}
.nav-page-checkout .next-page.disabled:hover i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-page-checkout .next-page i {
  margin-left: 12px;
  transition: 0.3s ease-in-out;
}
.nav-page-checkout .next-page:hover {
  color: #1BBE83;
}
.nav-page-checkout .next-page:hover i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  min-width: 8px;
  background-image: url("../images/icons/icon-arrow-bleu-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-page-checkout .bloc-nav-pages {
  width: 100%;
}
.nav-page-checkout .bloc-nav-pages .slick-track {
  display: flex;
}
.nav-page-checkout .bloc-nav-pages ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  position: relative;
  padding-left: 0;
}
.nav-page-checkout .bloc-nav-pages ul::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d3dadd;
}
.nav-page-checkout .bloc-nav-pages ul li {
  background-color: #f9f9f9;
  padding: 0 17px;
  position: relative;
  display: flex;
  align-items: center;
  color: #889398;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 500;
}
.nav-page-checkout .bloc-nav-pages ul li a {
  display: flex;
  align-items: center;
  color: #013A51;
  text-decoration: none;
}
.nav-page-checkout .bloc-nav-pages ul li.active {
  font-weight: 700;
  color: #013A51;
}
.nav-page-checkout .bloc-nav-pages ul li.active .number-step {
  font-size: 0;
  background-color: #1BBE83;
  border: 0;
}
.nav-page-checkout .bloc-nav-pages ul li.active .number-step::before {
  opacity: 1;
}
.nav-page-checkout .bloc-nav-pages ul li:first-child {
  padding-left: 0;
}
.nav-page-checkout .bloc-nav-pages ul li:last-child {
  padding-right: 0;
}
.nav-page-checkout .bloc-nav-pages ul li .number-step {
  position: relative;
  border: 1px solid #d3dadd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 14px;
}
.nav-page-checkout .bloc-nav-pages ul li .number-step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 12px;
  min-width: 15px;
  background-image: url("../images/icons/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media (min-width: 994px) {
  .nav-page-checkout .bloc-nav-pages .slick-initialized {
    display: block;
  }
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-prev,
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-next {
    display: none !important;
  }
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-list,
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-track {
    transform: none !important;
  }
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-track {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-track::before, .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-track::after {
    content: none;
  }
  .nav-page-checkout .bloc-nav-pages .slick-initialized .slick-track li {
    width: auto !important;
  }
}
@media (max-width: 993px) {
  .nav-page-checkout {
    padding: 14px;
  }
  .nav-page-checkout .slick-next {
    right: -8px;
    background-color: #f9f9f9;
    height: 60px;
    border-radius: 0 100px 100px 0;
  }
  .nav-page-checkout .slick-next.slick-disabled {
    background-color: transparent;
  }
  .nav-page-checkout .slick-prev {
    left: -8px;
    background-color: #f9f9f9;
    height: 60px;
    border-radius: 100px 0 0 100px;
  }
  .nav-page-checkout .slick-prev.slick-disabled {
    background-color: transparent;
  }
  .nav-page-checkout .bloc-nav-pages ul::before {
    content: none;
  }
  .nav-page-checkout .bloc-nav-pages ul li {
    justify-content: center;
  }
}

@media (max-width: 993px) {
  .bloc-sub-nav-steps {
    position: sticky;
    top: 180px;
    padding-bottom: 20px;
    z-index: 1;
    background-color: #fff;
  }
  .bloc-sub-nav-steps .sub-nav-step {
    max-height: initial;
    overflow: initial;
  }
}

.content-form-step {
  position: sticky;
  top: 200px;
  padding-bottom: 35px;
}

.sub-nav-step {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 32px;
  position: sticky;
  top: 200px;
  z-index: 1;
  margin-bottom: 34px;
  max-height: calc(100vh - 330px);
  overflow-y: scroll;
}
.sub-nav-step::-webkit-scrollbar {
  width: 8px;
}
.sub-nav-step {
  /* Track */
}
.sub-nav-step::-webkit-scrollbar-track {
  background: transparent;
}
.sub-nav-step {
  /* Handle */
}
.sub-nav-step::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.sub-nav-step {
  /* Handle on hover */
}
.sub-nav-step::-webkit-scrollbar-thumb:hover {
  background: #28b380;
}
.sub-nav-step ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-nav-step ul li {
  padding-left: 20px;
  padding: 5px 0 5px 40px;
  margin-bottom: 14px;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sub-nav-step ul li:last-child {
  margin-bottom: 0;
}
.sub-nav-step ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../images/icons/icon-check-step-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-nav-step ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #d3dadd;
  border-radius: 6px;
}
.sub-nav-step ul li.finish:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("../images/icons/icon-check-step-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-nav-step ul li.active::before, .sub-nav-step ul li.finish::before {
  background-color: #1BBE83;
}
.sub-nav-step ul li.finish {
  cursor: pointer;
}
@media (max-width: 993px) {
  .sub-nav-step {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .sub-nav-step .nice-select {
    background: #f9f9f9;
    border-radius: 14px;
    height: auto;
    padding: 15px 20px;
    line-height: 16px;
    border: 0;
  }
  .sub-nav-step .nice-select:after {
    background-image: url(../images/icons/icon-arrow-bleu-ronder.svg);
    width: 10px;
    height: 6px;
    min-width: 10px;
    transform: rotate(0deg);
  }
  .sub-nav-step .nice-select.open:after {
    transform: rotate(180deg);
  }
  .sub-nav-step .nice-select .current {
    display: flex;
    font-family: "Open Sans";
    font-weight: 700;
  }
  .sub-nav-step .nice-select .current:before {
    content: "";
    position: relative;
    height: 18px;
    width: 4px;
    display: block;
    margin-right: 16px;
    background-color: #1BBE83;
    border-radius: 5px;
  }
  .sub-nav-step .nice-select .list {
    padding: 20px 20px 10px;
    background: #ffffff;
    border: 1px solid #1BBE83;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
  }
  .sub-nav-step .nice-select .list .option {
    background-color: transparent !important;
    line-height: 22px;
    min-height: auto;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .sub-nav-step .nice-select .list .option.selected::before {
    background-color: #1BBE83;
  }
  .sub-nav-step .current-select {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 14px;
    height: auto;
    padding: 15px 20px;
    line-height: 16px;
    border: 0;
    position: relative;
    font-family: "Open Sans";
    font-weight: 700;
  }
  .sub-nav-step .current-select span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 15px;
  }
  .sub-nav-step .current-select:before {
    content: "";
    position: relative;
    height: 18px;
    width: 4px;
    display: block;
    margin-right: 16px;
    background-color: #1BBE83;
    border-radius: 5px;
  }
  .sub-nav-step .current-select:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: auto;
    background-image: url(../images/icons/icon-arrow-bleu-ronder.svg);
    width: 10px;
    height: 6px;
    min-width: 10px;
    transform: rotate(0deg);
  }
  .sub-nav-step .current-select.open:after {
    transform: rotate(180deg);
  }
  .sub-nav-step > ul {
    list-style: none;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 20px 20px 10px;
    background: #ffffff;
    border: 1px solid #1BBE83;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    opacity: 0;
    overflow-y: scroll;
    pointer-events: none;
    height: 250px;
  }
  .sub-nav-step > ul li:last-child {
    margin-bottom: 14px;
  }
  .sub-nav-step > ul.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.title-tab {
  text-align: center;
  font-family: "Eina01-Bold";
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

.bloc-radioTowChoix {
  width: 250px;
  max-width: 100%;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
}

@media (max-width: 770px) {
  .prix-taxes {
    display: block !important;
  }
  .prix-taxes > p {
    text-align: center;
    font-family: Eina01-Bold;
    font-size: 17.916px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.123px;
  }
  .prix-taxes p:last-child {
    color: rgba(1, 58, 81, 0.5);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14.93px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.439px;
  }
}

.content-form-step .tab {
  display: none;
}
.content-form-step .bloc-form-check-items {
  display: flex;
  justify-content: center;
  width: 544px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.content-form-step .bloc-form-check-items .title-radio {
  width: 100%;
  text-align: center;
  font-family: "Eina01-SemiBold";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 16px;
}
.content-form-step .bloc-tab-form {
  width: 544px;
  max-width: 100%;
  margin: auto;
}
.content-form-step .bloc-tab-form > div:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.content-form-step .bloc-tab-form > div:last-child:before {
  content: none;
}
.content-form-step .bloc-tab-form.form-project .form-group {
  width: 510px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.content-form-step .bloc-tab-form.form-project .bloc-radio-group {
  width: 510px;
  max-width: 100%;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
}
.content-form-step .bloc-tab-form.form-project .bloc-radio-group.bloc-radioTowChoix {
  width: 250px;
}
.content-form-step .bloc-tab-form.info-client {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content-form-step .bloc-tab-form.info-client > div.bloc-btn-contact {
  order: 7;
  width: 170px;
}
.content-form-step .bloc-tab-form.info-client > div.nav-content-form-step {
  order: 6;
  width: 170px;
  margin-top: 3px;
}
.content-form-step .bloc-tab-form.info-client > div.nav-content-form-step .btn-default[disabled=disabled] {
  opacity: 0.65;
  cursor: default;
}
.content-form-step .bloc-tab-form input.invalid {
  border-color: red;
}
.content-form-step .bloc-tab-form label {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 16px;
}
.content-form-step .bloc-tab-form .bloc-radio-group > .title-radio {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.content-form-step .bloc-tab-form .bloc-radio-group .form-check {
  padding-left: 0;
}
.content-form-step .bloc-tab-form .bloc-radio-group .form-check input[type=radio] {
  border-color: #e2eaed;
}
.content-form-step .bloc-tab-form .bloc-radio-group .form-check input[type=radio]:checked {
  border-color: #1BBE83;
}
.content-form-step .bloc-tab-form .bloc-radio-group .form-check > label {
  margin-right: 25px !important;
}
.content-form-step .bloc-tab-form .bloc-radio-group .form-check > label:last-child {
  margin-left: 0 !important;
}
.content-form-step .bloc-tab-form .bloc-radio-group .radioTowChoix .form-check {
  padding: 0 12px;
  width: 100%;
}
.content-form-step .bloc-tab-form .bloc-radio-group .radioTowChoix .form-check > label {
  margin-right: 0 !important;
}
.content-form-step .bloc-tab-form .form-group {
  margin-bottom: 30px;
}
.content-form-step .bloc-tab-form textarea.form-control {
  min-height: 121px;
}
.content-form-step .bloc-tab-form .bloc-btn-contact {
  margin-bottom: 20px;
  padding: 4px 8px 0;
}
.content-form-step .bloc-tab-form .bloc-btn-contact .btn-default {
  width: 100%;
  font-size: 14px;
}
.content-form-step .bloc-tab-form .bloc-btn-contact .btn-default:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.content-form-step .bloc-tab-form .btn-default {
  padding: 12px 26px;
}

.nav-content-form-step {
  width: 342px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 770px) {
  .nav-content-form-step {
    width: unset;
  }
}
.nav-content-form-step .btn-default {
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  margin: 0 12px 10px;
  padding: 12px 26px;
  font-size: 14px;
  cursor: pointer !important;
  text-align: center;
}

.price-bloc-items {
  max-width: 100%;
  margin: auto;
}
.price-bloc-items .bloc-items-cart .row .offers-content ul li {
  list-style: none !important;
}
.price-bloc-items .bloc-items-cart .row .items-cart-content .item-cart ul li {
  font-family: "Eina01-SemiBold";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.238px;
}
.price-bloc-items .bloc-items-cart .item-cart .list-cart li .tooltip-list {
  top: -5px;
}
@media (max-width: 767px) {
  .price-bloc-items .bloc-items-cart .item-cart .list-cart li .tooltip-list {
    top: -1px;
    display: none;
  }
}
.price-bloc-items .bloc-items-cart .item-cart.item-special {
  padding: 0;
  border-radius: 28px !important;
  border: 5px solid #F3F3F3 !important;
  background: #FFF;
  background-origin: none;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header {
  padding: 27px 30px;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header .offer-diamond {
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 16px;
  background: #F2F2F2;
  margin-right: 20px;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header .offer-header-title {
  color: #013A51;
  font-family: Eina01-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header .price {
  color: #013A51;
  font-family: Eina01-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 800px) {
  .price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header .price {
    padding-top: 27px;
  }
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offer-header .details-prix {
  color: #013A51;
  font-family: Eina01-SemiBold;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
  text-decoration-line: underline;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content {
  padding: 0px 30px 30px;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content .bloc {
  position: relative;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content .bloc ul {
  padding: 0;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content .bloc ul li {
  margin-bottom: 20px;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content .bloc ul li a {
  text-decoration: underline;
  cursor: pointer;
}
.price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content .bloc:last-child ul::before {
  content: " ";
  position: absolute;
  border-left: 1px solid #F3F3F3;
  top: 0;
  height: 80%;
  left: -9px;
}
@media (max-width: 800px) {
  .price-bloc-items .bloc-items-cart .item-cart.item-special .offers-content {
    padding-inline: 28px;
  }
}
.price-bloc-items .bloc-items-cart .nav-carts-pills {
  padding: 14px 25px;
}
.price-bloc-items .bloc-items-cart .nav-carts-pills .nav-link {
  line-height: 20px;
}
.price-bloc-items .bloc-items-cart .nav-carts-pills .nav-link::before {
  bottom: -15px;
}
.price-bloc-items .bloc-items-cart .row > div {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .row .col-md-4:first-child {
    height: 372px;
  }
}
.price-bloc-items .bloc-items-cart .row .col-md-4:first-child .btn-default.active,
.price-bloc-items .bloc-items-cart .row .col-md-4:nth-child(even) .btn-default.active {
  background-color: transparent;
  color: #013A51 !important;
  border-color: #013A51 !important;
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .row .col-md-4:nth-child(even) .list-cart li:first-child {
    color: #6B7A80;
    font-weight: 400;
    text-decoration: none;
  }
}
.price-bloc-items .bloc-items-cart .item-cart {
  border-radius: 15px !important;
  padding-bottom: 72px;
  position: relative;
  border-radius: 14.93px;
  border: 1.045px solid #E9E9E9;
  background: #FFF;
}
.price-bloc-items .bloc-items-cart .item-cart .icon-cart {
  display: none;
}
.price-bloc-items .bloc-items-cart .item-cart .icon-cart-mobile {
  display: block !important;
  color: #013A51;
  text-shadow: 0px 4.806px 27.396px rgba(1, 58, 81, 0.09);
  font-family: Eina01-SemiBold;
  font-size: 19.907px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.529px; /* 118.194% */
  letter-spacing: 0.199px;
  margin-bottom: 16px;
}
.price-bloc-items .bloc-items-cart .item-cart .icon-cart-mobile img {
  display: block;
  margin-right: 10px;
  margin-bottom: 14px;
}
.price-bloc-items .bloc-items-cart .item-cart .title-cart {
  font-size: 20px;
}
@media (max-width: 722px) {
  .price-bloc-items .bloc-items-cart .item-cart .title-cart {
    display: none;
  }
}
.price-bloc-items .bloc-items-cart .item-cart .detail-price-cart {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .price-cart {
  font-family: "Eina01-Bold";
  font-size: 48px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 0;
  margin-right: 12px;
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .price-cart {
    display: flex;
    align-items: baseline;
  }
  .price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .price-cart span:first-of-type {
    display: none;
  }
  .price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .price-cart span:last-of-type {
    display: block !important;
    text-decoration: none;
    font-family: Eina01-Regular;
    font-size: 19.907px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.946px;
    margin-left: 8px;
  }
}
.price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .tooltip-list {
  font-family: Eina01-SemiBold;
  font-size: 13px;
  line-height: 16px;
  color: #023A51;
  text-decoration: underline;
  cursor: pointer;
}
.price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .tooltip-list:hover {
  text-decoration: none;
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .item-cart .detail-price-cart .tooltip-list {
    display: none;
  }
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .item-cart .list-cart li {
    font-size: 14.93px;
  }
  .price-bloc-items .bloc-items-cart .item-cart .list-cart li:only-child {
    color: #013A51;
  }
}
@media (max-width: 770px) {
  .price-bloc-items .bloc-items-cart .item-cart .list-cart:nth-child(2) li:first-child {
    color: green;
    text-decoration: none;
  }
}
.price-bloc-items .bloc-items-cart .item-cart.popular-cart .btn-default {
  border-color: #fff;
  color: #fff;
}
.price-bloc-items .bloc-items-cart .item-cart.popular-cart .btn-default:hover {
  background-color: #1BBE83;
  border-color: #1BBE83;
  color: #fff;
}
.price-bloc-items .bloc-items-cart .item-cart.popular-cart .detail-price-cart .tooltip-list {
  color: #fff;
}
.price-bloc-items .bloc-items-cart .item-cart .btn-default {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  background-color: transparent;
  border-color: #013A51;
  color: #013A51;
  height: 45px;
  font-size: 14px;
}
.price-bloc-items .bloc-items-cart .item-cart .btn-default:hover, .price-bloc-items .bloc-items-cart .item-cart .btn-default.active {
  background-color: #1BBE83 !important;
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.bloc-pay-recapture {
  position: sticky;
  top: 200px;
}
.bloc-pay-recapture .form-check {
  padding-left: 0;
}

.cadre-gray {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 22px;
}
.cadre-gray .title-cadre {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.cadre-gray .payment-status {
  font-size: 17px;
  font-weight: 700;
  color: #1BBE83;
  width: 100%;
  display: block;
  text-align: center;
}
.cadre-gray .payment-status svg {
  margin-right: 8px;
}
.cadre-gray.warning {
  background: rgba(251, 188, 5, 0.1);
}
.cadre-gray.warning .payment-status {
  color: #efb409;
}
.cadre-gray.primary {
  background: rgba(2, 125, 215, 0.09);
}
.cadre-gray.primary .payment-status {
  color: #027DD7;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cadre-gray.primary .payment-status a {
  color: #027DD7;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
@media (max-width: 575px) {
  .cadre-gray {
    padding: 25px 20px;
  }
}

.br-dashed {
  padding-bottom: 12px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #e2eaed;
}
@media (max-width: 993px) {
  .br-dashed {
    margin-top: 0 !important;
  }
}

.title-row-detail {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

.item-info-value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.item-info-value a {
  text-decoration: underline;
  font-size: 15px;
  color: #013a51;
}
.item-info-value > span {
  display: block;
  margin-bottom: 5px;
}
.item-info-value > span.value {
  font-size: 15px;
  font-weight: 700;
  padding-left: 15px;
}

.total-order-dtail .item-info-value {
  font-size: 17px;
  font-weight: 700;
}
.total-order-dtail .item-info-value .value {
  font-size: 17px;
  white-space: nowrap;
}
.total-order-dtail .notice-total {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: rgba(1, 58, 81, 0.5);
  display: block;
}

.bloc-pay-recapture .bloc-btn-pay-order .btn-default {
  cursor: pointer;
}

.bloc-btn-pay-order {
  margin-top: 20px;
}
.bloc-btn-pay-order .btn-default {
  width: 100%;
  height: 45px;
  font-size: 14px;
}
.bloc-btn-pay-order .btn-default.payment-form {
  background-color: #1BBE83;
  color: #fff;
}
.bloc-btn-pay-order .btn-default.passed-payment:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.bloc-btn-pay-order .btn-default.passed-payment:disabled:hover {
  background-color: #1BBE83;
  color: #fff;
}
.bloc-btn-pay-order .btn-default.done-form {
  display: none;
}
.bloc-btn-pay-order .btn-default.payment-form .icon-lock {
  margin-right: 6px;
  transition: 0.3s ease-in-out;
}
.bloc-btn-pay-order .btn-default.payment-form:hover .icon-lock {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-image: url("../images/icons/icon-lock-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.bloc-payement-method-recapture {
  position: sticky;
  top: 200px;
  display: none;
}
.bloc-payement-method-recapture label {
  font-size: 15px;
}
.bloc-payement-method-recapture .kr-form-error-visible {
  text-align: center;
  margin-bottom: 10px;
}
.bloc-payement-method-recapture .kr-error.form-control {
  border-color: red;
}
.bloc-payement-method-recapture .btn-default.payment-form {
  background-color: #1BBE83 !important;
  color: #fff !important;
  border-color: #1BBE83 !important;
}
.bloc-payement-method-recapture .btn-default.payment-form:hover {
  background-color: transparent !important;
  color: #1BBE83 !important;
}

.end-detail-payment {
  display: none;
}
.end-detail-payment .imgae-payment-recapture {
  margin-bottom: 40px;
  text-align: center;
}
.end-detail-payment .title-end-payment {
  display: block;
  font-family: "Eina01-Bold";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
}
.end-detail-payment .info-number-transfer {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #889398;
}
.end-detail-payment .total-end-payment {
  padding-top: 30px;
  margin: 30px 0;
  border-top: 1px dashed #e2eaed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #889398;
}

.back-to-detail {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.back-to-detail span {
  display: inline-block;
  cursor: pointer;
}

.methode-payement {
  margin-top: 28px;
}

@media (max-width: 993px) {
  .bloc-recapture .col-lg-8 > div {
    height: fit-content !important;
    border-bottom-left-radius: 100px 23px;
    border-bottom-right-radius: 100px 23px;
  }
}
@media (max-width: 640px) {
  .bloc-recapture {
    position: relative !important;
  }
}
.bloc-recapture .nav-pills {
  margin-bottom: 20px;
}
.bloc-recapture .row-items-need .col-lg-6 {
  max-width: 100%;
  flex: 1;
}
.bloc-recapture .item-table-need .default-table th {
  background: #f1f1f1;
}
.bloc-recapture .nav-pills {
  overflow-x: auto;
}
.bloc-recapture .row-items-need {
  background: #f1f1f1;
}
.bloc-recapture .row-items-need .col-lg-6 {
  width: 100%;
  flex: auto;
}
.bloc-recapture .col-lg-8 > .cadre-gray .tabs-recapture {
  height: calc(100% - 47px);
}
.bloc-recapture .col-lg-8 > .cadre-gray .tabs-recapture .tab-content {
  height: calc(100% - 70px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.tabs-recapture .nav-pills {
  border-bottom: 1px solid #e2eaed;
  margin-bottom: 30px !important;
  padding: 0;
  border-radius: 0;
  justify-content: flex-start;
}
.tabs-recapture .nav-pills li {
  margin-right: 44px;
}
.tabs-recapture .nav-pills li:last-child {
  margin-right: 0;
}
.tabs-recapture .nav-pills li .nav-link {
  background: transparent;
  border: 0;
  padding: 5px 0 11px;
  font-family: "Eina01-SemiBold";
  font-size: 15px;
  line-height: 20px;
  color: rgba(1, 58, 81, 0.5);
  position: relative;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.tabs-recapture .nav-pills li .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #1BBE83;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  transform: none;
}
.tabs-recapture .nav-pills li .nav-link:hover {
  color: #013A51;
}
.tabs-recapture .nav-pills li .nav-link.active {
  color: #013A51;
  font-family: "Eina01-Bold";
}
.tabs-recapture .nav-pills li .nav-link.active::before {
  width: 100%;
}
@media (max-width: 767px) {
  .tabs-recapture .nav-pills li {
    margin: 0 10px;
  }
}
.tabs-recapture .cadre-gray {
  background: #f1f1f1;
}
.tabs-recapture .cadre-gray:last-child {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  .tabs-recapture .cadre-gray:last-child {
    margin-bottom: 19px;
  }
}
.tabs-recapture .bloc-info-value {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.tabs-recapture .bloc-info-value .value {
  padding-left: 15px;
  font-weight: 600;
}
.tabs-recapture .detail-info-cadre {
  margin-top: 20px;
}
.tabs-recapture .detail-info-cadre .item-info-value {
  font-weight: 700;
}
.tabs-recapture .detail-info-cadre .item-info-value .value {
  font-weight: 600;
}
.tabs-recapture .detail-info-cadre .item-info-value:last-child {
  margin-bottom: 0;
}
.tabs-recapture .logo-site-price {
  margin-bottom: 15px;
}
.tabs-recapture .logo-site-price svg {
  width: 160px;
}
.tabs-recapture .logo-site-price svg path[fill=white] {
  fill: #013A51;
}
.tabs-recapture #pills-pricing .detail-info-cadre,
.tabs-recapture #pills-pricing-mobile .detail-info-cadre {
  margin-top: 12px;
}
.tabs-recapture #pills-pricing .detail-info-cadre .item-info-value span,
.tabs-recapture #pills-pricing-mobile .detail-info-cadre .item-info-value span {
  display: flex;
  align-items: center;
}
.tabs-recapture #pills-pricing .detail-info-cadre .item-info-value img,
.tabs-recapture #pills-pricing-mobile .detail-info-cadre .item-info-value img {
  margin-right: 8px;
  width: 19px;
}
.tabs-recapture #pills-pricing .detail-info-cadre .item-info-value .value a,
.tabs-recapture #pills-pricing-mobile .detail-info-cadre .item-info-value .value a {
  font-weight: 700;
  color: #027dd7;
}
@media (max-width: 575px) {
  .tabs-recapture #pills-pricing .detail-info-cadre .item-info-value .value,
  .tabs-recapture #pills-pricing-mobile .detail-info-cadre .item-info-value .value {
    margin-top: 20px;
  }
}

.plus-icon {
  background: #a5b3b8;
  border-radius: 50%;
  color: #fff;
  padding-left: 5px;
  padding-right: 7px;
  margin-left: 5px;
}

.modification-title {
  color: #013a51;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.documents .title-row-tab {
  color: #013a51;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.documents .file {
  display: flex;
  justify-content: space-between;
  max-height: 80px;
  margin-bottom: 25px !important;
  align-items: center;
}
.documents .file span:first-child {
  width: 70%;
  word-break: break-word;
  display: -webkit-box;
  padding-top: 19px;
}
.documents .file span svg {
  margin-right: 3px;
}
.documents .file span:last-child {
  width: 30%;
  text-align: right;
}
.documents .file span a {
  color: #1BBE83 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
  cursor: pointer;
}

.new-suivi p {
  color: #013a51;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-suivi .title-demande {
  color: #013a51;
  font-family: Eina01-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.4px; /* 280% */
}
.new-suivi .status-pill {
  padding: 10px 17px;
  border-radius: 25px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 15px;
  color: #fff;
  font-family: Eina01-SemiBold;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.4px; /* 336% */
}
.new-suivi .status-pill.color-a {
  background-color: #df6464;
}
.new-suivi .status-pill.color-o {
  background-color: #1ca0d4;
}
.new-suivi .status-pill.color-c {
  background-color: #1BBE83;
}
.new-suivi .cadre-gray.pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #013a51;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}
.new-suivi .cadre-gray.pill .status {
  display: inline-flex;
  align-items: center;
  padding: 15px 23px;
}
.new-suivi .cadre-gray.pill .status.fill {
  padding: 15px 23px;
  border-radius: 13px;
  gap: 10px;
  background: rgba(135, 150, 144, 0.23);
  color: #013a51;
}
.new-suivi .cadre-gray.pill .status.fill circle {
  fill: #879690;
}
.new-suivi .cadre-gray.pill .status.fill.color-O {
  background: rgba(29, 186, 129, 0.13);
}
.new-suivi .cadre-gray.pill .status.fill.color-O circle {
  fill: #1BBE83;
}
.new-suivi .cadre-gray.pill .status.fill.color-C {
  background-color: #1BBE83;
  color: #fff;
}
.new-suivi .cadre-gray.pill .status.fill.color-C circle {
  fill: #fff;
}
.new-suivi .cadre-gray.pill .status.fill.color-A {
  background-color: rgba(153, 97, 241, 0.13);
}
.new-suivi .cadre-gray.pill .status.fill.color-A circle {
  fill: #9961f1;
}
.new-suivi .cadre-gray.pill .status.fill.color-F {
  background-color: rgba(245, 136, 56, 0.13);
}
.new-suivi .cadre-gray.pill .status.fill.color-F circle {
  fill: #f58838;
}
.new-suivi .cadre-gray.pill .status.fill.color-L {
  background-color: rgba(232, 91, 84, 0.13);
}
.new-suivi .cadre-gray.pill .status.fill.color-L circle {
  fill: #e85b54;
}
.new-suivi .border-right {
  border-right: 1px solid #c0c0c0;
}
.new-suivi .row-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.new-suivi .row-details span {
  color: #013a51;
  text-align: right;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}
.new-suivi .row-details span.title {
  text-align: left;
  font-weight: 700;
}

.invoice-table {
  color: #013a51;
}

@media (max-width: 575px) {
  .bloc-info-value {
    display: block !important;
  }
  .bloc-info-value > span {
    display: block;
  }
  .bloc-info-value > span.value {
    padding-left: 0 !important;
    padding-top: 5px;
    margin-top: 5px;
    text-align: left !important;
  }
  .detail-info-cadre .item-info-value {
    display: block;
    margin-bottom: 25px;
    font-size: 15px;
  }
  .detail-info-cadre .item-info-value:last-child {
    margin-bottom: 0;
  }
  .detail-info-cadre .item-info-value > span.value {
    margin-top: 10px;
    padding-left: 0;
    text-align: left !important;
  }
}
.bloc-message-done-app {
  min-height: calc(100vh - 370px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc-message-done-app .content-message-done {
  width: 440px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
}
.bloc-message-done-app .content-message-done .img-message-done {
  margin-bottom: 28px;
}
.bloc-message-done-app .content-message-done .img-message-done img {
  width: 210px;
}
.bloc-message-done-app .content-message-done .title-message-done {
  font-family: "Eina01-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}
.bloc-message-done-app .content-message-done .text-message-done {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #58676d;
  margin-bottom: 34px;
}
.bloc-message-done-app .content-message-done .text-message-done a {
  color: #1BBE83;
  display: inline-block;
}
.bloc-message-done-app .content-message-done .btn-default {
  width: 290px;
  max-width: 100%;
  height: 45px;
  margin-bottom: 27px;
}
.bloc-message-done-app .content-message-done .btn-default.btn-light {
  color: #013A51;
  border-color: #013A51;
}
.bloc-message-done-app .content-message-done .btn-default.btn-light:hover {
  background-color: #013A51;
  color: #fff;
}

.page-template-checkout header.header-transparent .options-header .phone-option a {
  background-color: #1BBE83;
  border-color: #1BBE83;
  color: #fff;
}
.page-template-checkout header.header-transparent .options-header .phone-option a .icon-phone {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  min-width: 13px;
  background-image: url("../images/icons/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-checkout header.header-transparent .options-header .phone-option a:hover {
  background-color: #0E9F6E;
  border-color: #0E9F6E;
}
.page-template-checkout header .container > nav {
  flex-direction: row;
}
@media (max-width: 1200px) {
  .page-template-checkout header .options-header {
    margin-top: 0;
  }
  .page-template-checkout .header-transparent .options-header a {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1BBE83;
    border-color: #1BBE83;
  }
  .page-template-checkout .header-transparent .options-header a .icon-phone {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    min-width: 13px;
    background-image: url("../images/icons/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.notice-need {
  width: 540px;
  max-width: 100%;
  margin: 0 auto 46px;
  text-align: center;
  font-family: Eina02-Regular;
  font-size: 16px;
  line-height: 25px;
}

.bloc-notice-need {
  margin-bottom: 40px;
}
.bloc-notice-need .title-notice-need {
  font-family: "Eina01-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
.bloc-notice-need .notice-need {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  font-family: "Eina01-SemiBold";
}

.bloc-content-needs-items {
  width: 740px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.bloc-content-needs-items .nav-content-form-step {
  width: 540px;
  text-align: center;
}
.bloc-content-needs-items .nav-content-form-step .btn-default {
  margin: 0 12px 10px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .bloc-content-needs-items .nav-content-form-step {
    flex-wrap: wrap;
  }
  .bloc-content-needs-items .nav-content-form-step .btn-default {
    white-space: initial;
  }
}

.title-need-tag {
  font-family: "Eina01-Bold";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.title-need-tag .tag-need {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  background-color: #e15757;
  min-width: 33px;
  width: 33px;
  height: 20px;
  border-radius: 70px;
  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: 8px;
}

.important-note {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: rgba(254, 237, 175, 0.5);
  margin-bottom: 40px;
}
.important-note .head-title img {
  width: 28px;
  height: 28px;
}
.important-note .head-title span {
  color: #013A51;
  font-family: Eina01-SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.4px;
}
.important-note .description {
  color: #013A51;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.row-items-need {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.row-items-need:last-child {
  margin-bottom: 0;
}
.row-items-need .content-row-item-need {
  display: flex;
  align-items: flex-start;
}
.row-items-need .content-row-item-need .bloc-icon-need {
  min-width: 82px;
  width: 82px;
  height: 82px;
  border-radius: 13px;
  background: #e1f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}
@media (max-width: 575px) {
  .row-items-need .content-row-item-need {
    display: block;
  }
  .row-items-need .content-row-item-need .bloc-icon-need {
    margin: 0 auto 20px;
  }
}
.row-items-need .item-need {
  width: 100%;
}
.row-items-need .item-need .detail-value-need {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.row-items-need .item-need .detail-value-need:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.row-items-need .item-need .detail-value-need .bloc-info-value {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 22px;
}
.row-items-need .item-need .detail-value-need .bloc-info-value > span:first-child {
  font-weight: 700;
  padding-right: 15px;
}
.row-items-need .item-need .detail-value-need .bloc-info-value > span.value {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .row-items-need .item-need .detail-value-need .bloc-info-value {
    display: block;
    margin-bottom: 15px;
  }
  .row-items-need .item-need .detail-value-need .bloc-info-value > span.value {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
.row-items-need .title-table-need {
  font-family: "Eina01-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 11px;
  color: #1BBE83;
}
.row-items-need .sub-title-table-need {
  font-size: 14px;
  color: rgba(1, 58, 81, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.row-items-need .sub-title-table-need.date-sub-title:before {
  content: "";
  position: relative;
  margin-right: 6px;
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url("../images/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.row-items-need .cadre-gray {
  background: #f1f1f1;
  margin-bottom: 0;
}
.row-items-need .cadre-gray .bloc-info-value {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}
.row-items-need .cadre-gray .bloc-info-value .value {
  padding-left: 15px;
  font-weight: 600;
  width: 50%;
  text-align: right;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
}
.row-items-need .cadre-gray .bloc-info-value:last-child {
  margin-bottom: 0;
}

.price-nav-content .btn-default {
  margin: 0 12px 10px;
}

.item-table-need .title-table-need {
  font-family: "Eina01-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
}
.item-table-need .sub-title-table-need {
  font-size: 14px;
  color: rgba(1, 58, 81, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.item-table-need .sub-title-table-need.date-sub-title:before {
  content: "";
  position: relative;
  margin-right: 6px;
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  min-width: 17px;
  background-image: url("../images/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-table-need .table-responsive {
  margin-top: 20px;
}
.item-table-need .table-responsive .default-table th {
  padding: 20px 15px;
}
.item-table-need .table-responsive .default-table td {
  padding: 15px;
}
.item-table-need .table-responsive .default-table td::before {
  content: none;
}

.save-steps-form {
  background-color: #f9f9f9;
  border-radius: 15px;
  width: 343px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 58px 30px 30px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  position: relative;
}
.save-steps-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 17px;
  background-color: #1BBE83;
  border-radius: 0 0 15px 15px;
}
.save-steps-form .bloc-icon-sound {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  background-color: #e7e7ea;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.save-steps-form .nav-option-save {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 248px;
  max-width: 100%;
  margin: 36px auto 0;
}
.save-steps-form .btn-default {
  width: 100%;
  min-height: 40px;
  padding: 6px 20px;
  font-size: 14px;
  margin: 0px 12px 10px;
}

.price-detail-infos {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 993px) {
  .price-detail-infos {
    display: block;
  }
}
.price-detail-infos .modal-contact {
  text-align: center;
}
.price-detail-infos .modal-contact .modal-dialog {
  width: 372px;
}
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal {
  width: 250px;
}
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/icon-check-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
  top: 3px;
}
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal .content-modal,
.price-detail-infos .modal-contact .modal-dialog .modal-content .modal-body .content-modal .content-list-item {
  text-align: left;
}
.price-detail-infos .modal-contact.modal-contact-pricing .modal-dialog {
  width: 571px;
}
.price-detail-infos .modal-contact.modal-contact-pricing .modal-dialog .modal-content .modal-body .content-modal {
  width: 401px;
}
.price-detail-infos .list-cart {
  padding-left: 0;
  list-style: none;
}
.price-detail-infos .list-cart li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 11px;
  font-family: "Open Sans";
  font-weight: 500;
}
.price-detail-infos .list-cart li .icon-list {
  margin-right: 8px;
  min-width: 19px;
  text-align: center;
}
.price-detail-infos .list-cart li .icon-list img {
  max-width: 100%;
}
.price-detail-infos .list-cart li .tooltip-list {
  position: relative;
  top: -1px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .price-detail-infos {
    border-radius: 15px !important;
  }
}

.price-detail-infos .title-price {
  font-family: Eina01-Bold;
  font-size: 18px;
  margin-bottom: 0;
  width: 100%;
}

.price-detail-infos .detail-price-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.price-detail-infos .price-cart {
  font-family: Eina01-Bold;
  font-size: 14.483px;
  margin-right: 6px;
}

.price-detail-infos .detail-price-cart .tooltip-list {
  font-family: Eina01-SemiBold;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.price-detail-infos .list-cart {
  column-count: 2;
  column-gap: 25px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .price-detail-infos .list-cart {
    column-count: 1;
    column-gap: 0px;
  }
}

.price-detail-infos .bloc-avantage-price {
  border-left: 1px solid #cfd2d3;
  position: relative;
  width: 100%;
}
@media (max-width: 993px) {
  .price-detail-infos .bloc-avantage-price {
    margin-left: -23px;
    border-left: 0;
  }
}

.price-detail-infos .bloc-avantage-price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 10px));
  width: 1px;
  height: 100%;
  background-color: #cfd2d3;
}
@media (max-width: 767px) {
  .price-detail-infos .bloc-avantage-price:before {
    content: none;
  }
}

.price-detail-infos ul li {
  font-size: 14px;
  padding-left: 23px;
  position: relative;
}

.price-detail-infos ul li .tooltip-list {
  position: relative;
  top: -3px;
  cursor: pointer;
}

.price-detail-infos ul li > div {
  padding-left: 23px;
}

.price-detail-infos ul li > div:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 23px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background-image: url("../images/icons/icon-check-bleu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-amount {
  display: none;
}

@media (max-width: 993px) {
  .page-checkout .bloc-recap-details-payment {
    z-index: 0;
    height: auto;
    overflow-y: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -90px;
    margin-inline: 16px;
    margin-bottom: 50px;
    bottom: 0;
    border-top: 30px solid #fff;
    padding: 0;
    border-radius: 0;
    transition: 0.1s ease-in-out;
  }
  .page-checkout .bloc-recap-details-payment .title-cadre {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .page-checkout .bloc-recap-details-payment.open .form-check,
  .page-checkout .bloc-recap-details-payment.open .methode-payement {
    display: flex;
  }
  .page-checkout .bloc-recap-details-payment.open .layer {
    display: none;
  }
  .page-checkout .bloc-recap-details-payment .form-check,
  .page-checkout .bloc-recap-details-payment .methode-payement {
    padding-inline: 20px;
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment {
    position: relative;
    top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #f9f9f9;
    border-radius: 15px;
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment .toggle-closed {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    text-align: center;
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment .toggle-closed i {
    transition: 0.1s ease-in-out;
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment .toggle-closed.is-open i {
    transform: rotate(45deg);
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment .layer {
    height: 40px;
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 9;
  }
  .page-checkout .bloc-recap-details-payment .content-bloc-detail-payment .mobile-amount {
    display: block;
  }
  .page-checkout .bloc-recap-details-payment .bloc-pay-recapture {
    z-index: 11;
    padding: 0 0 30px;
    position: relative;
    top: auto;
  }
  .page-checkout .bloc-recap-details-payment .bloc-pay-recapture > .cadre-gray {
    background-color: transparent;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .page-checkout .bloc-recap-details-payment .bloc-pay-recapture .bloc-btn-pay-order {
    margin: 32px 0px 35px;
    padding-inline: 20px;
  }
  .page-checkout .bloc-recap-details-payment .bloc-pay-recapture .total-order-dtail {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2eaed;
  }
  .page-checkout .bloc-recap-details-payment .bloc-pay-recapture .methode-payement {
    margin-top: 15px;
  }
  .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture {
    padding-bottom: 25px;
  }
  .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture .form-payement-methode .row.kr-embedded > div:nth-child(6), .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture .form-payement-methode .row.kr-embedded > div:nth-child(7) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture .cadre-gray {
    margin: 0;
    background-color: transparent;
  }
  .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture .methode-payement {
    margin-top: 15px;
  }
  .page-checkout .bloc-recap-details-payment .bloc-payement-method-recapture .methode-payement .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 993px) and (max-width: 993px) {
  .nav-content-form-step.previous-step {
    display: contents !important;
  }
  .nav-content-form-step.previous-step a {
    margin: -26px 38px 26px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  .page-checkout .bloc-recap-details-payment.open .bloc-payement-method-recapture {
    overflow-y: hidden !important;
  }
}
.form-check.form-check-icon label:hover {
  color: #1BBE83;
  transform: translate(0, -10px);
  border-color: #1BBE83;
  box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
  -webkit-box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
  -moz-box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
}

.radioTowChoix .form-check label:hover {
  color: #1BBE83;
  border: 3px solid #1BBE83;
  box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
  -webkit-box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
  -moz-box-shadow: 2px -3px 132px -59px rgba(0, 173, 131, 0.75);
}

@media (max-width: 767px) {
  .tabs-recapture ul {
    overflow-x: auto;
  }
  .new-suivi .cadre-gray.pill {
    display: block;
    padding-top: 21px;
  }
  .new-suivi .cadre-gray.pill div {
    text-align: left;
  }
  .new-suivi .cadre-gray.pill div.no-pad {
    padding: 15px 0px;
  }
  .new-suivi .cadre-gray.pill div.fill {
    margin-top: 12px;
  }
  .new-suivi .border-right {
    border-right: 0 !important;
  }
  .new-suivi .row-details {
    display: block;
  }
  .new-suivi .row-details span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .files .file {
    display: inline-table;
  }
  .files .file span:first-child {
    width: 90%;
  }
  .files .file span:last-child {
    margin-left: 20px;
  }
}
.price-bloc-items .tooltip-list .icon-tooltip,
.price-bloc-items .icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/info-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/info-price.svg") !important;
  width: 16px;
  height: 16px;
}

.bloc-avantage-price .icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/info-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/info-price.svg") !important;
  width: 16px;
  height: 16px;
}

.page-faq-price .icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 11px;
  min-width: 15px;
  background-image: url("../images/icons/info-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/info-price.svg") !important;
  width: 16px;
  height: 16px;
}

.section-faq-question .tab-content {
  display: flex;
  flex-direction: column-reverse;
}
.section-faq-question .tab-content .tab-pane.active {
  order: 0;
}
.section-faq-question .tab-content .tab-pane.fade {
  display: contents;
}
.section-faq-question .tab-content .tab-pane.fade .item-cart {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.section-faq-question .tab-content .tab-pane:nth-child(n+4) {
  display: none;
}

.show-only-on-mobile {
  display: none;
}

@media (max-width: 993px) {
  .hide-only-on-mobile {
    display: none;
  }
  .show-only-on-mobile {
    display: block;
    margin-bottom: 35px;
  }
}
.section-formations-archive {
  padding: 60px 0 80px;
}
.section-formations-archive .active-filters-badge {
  background: linear-gradient(135deg, #1BBE83 0%, #0E9F6E 100%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 16px rgba(0, 173, 131, 0.2);
  animation: slideInDown 0.3s ease;
}
.section-formations-archive .active-filters-badge .badge-text {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.section-formations-archive .active-filters-badge .clear-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #fff;
}
.section-formations-archive .active-filters-badge .clear-filters:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.section-formations-archive .active-filters-badge .clear-filters svg {
  width: 14px;
  height: 14px;
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-formations-archive .formations-filters {
  position: sticky;
  top: 120px;
}
.section-formations-archive .formations-filters .filter-title {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #013A51;
  margin-bottom: 20px;
}
.section-formations-archive .formations-filters .btn-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-formations-archive .formations-filters .btn-group-vertical .btn-filter {
  text-align: left;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  padding: 16px 24px;
  transition: all 0.3s ease;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-formations-archive .formations-filters .btn-group-vertical .btn-filter .filter-count {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.7;
  margin-left: 8px;
}
.section-formations-archive .formations-filters .btn-group-vertical .btn-filter.active {
  background-color: #1BBE83;
  border-color: #1BBE83;
  color: #fff;
}
.section-formations-archive .formations-filters .btn-group-vertical .btn-filter.active .filter-count {
  opacity: 0.9;
}
.section-formations-archive .formations-filters .btn-group-vertical .btn-filter:hover:not(.active) {
  background-color: rgba(0, 173, 131, 0.05);
  border-color: #1BBE83;
}
.section-formations-archive .formations-grid .formation-card {
  margin-bottom: 30px;
  height: 100%;
}
.section-formations-archive .formations-grid .formation-card .card-racco {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
}
.section-formations-archive .formations-grid .formation-card .card-racco:hover {
  box-shadow: 0px 8px 32px rgba(0, 173, 131, 0.15);
  transform: translateY(-4px);
}
.section-formations-archive .formations-grid .formation-card .card-racco .formation-cycle-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1BBE83 0%, #0E9F6E 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.section-formations-archive .formations-grid .formation-card .card-racco .formation-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #F1F8FB 0%, #E0F0F5 100%);
}
.section-formations-archive .formations-grid .formation-card .card-racco .formation-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-formations-archive .formations-grid .formation-card .card-racco .formation-thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(1, 58, 81, 0.1), transparent);
}
.section-formations-archive .formations-grid .formation-card .card-racco:hover .formation-thumbnail img {
  transform: scale(1.05);
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-domaines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-domaines .domaine-tag {
  background-color: rgba(0, 173, 131, 0.1);
  color: #1BBE83;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans";
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .card-title {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #013A51;
  margin-bottom: 12px;
  min-height: 56px;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 0;
  border-top: 1px solid #E8F3F7;
  border-bottom: 1px solid #E8F3F7;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Open Sans";
  font-size: 14px;
  color: #49565b;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-meta .meta-item svg, .section-formations-archive .formations-grid .formation-card .card-racco .card-body .formation-meta .meta-item img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .card-text {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  color: #49565b;
  margin-bottom: 20px;
  flex-grow: 1;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .card-footer-actions {
  margin-top: auto;
  padding-top: 16px;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .card-footer-actions .btn-default {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 14px 20px;
}
.section-formations-archive .formations-grid .formation-card .card-racco .card-body .card-footer-actions .btn-default img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.section-formations-archive .formations-grid .no-formations {
  text-align: center;
  padding: 60px 20px;
}
.section-formations-archive .formations-grid .no-formations .no-formations-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  opacity: 0.3;
}
.section-formations-archive .formations-grid .no-formations h3 {
  font-family: "Eina01-Bold";
  font-size: 24px;
  color: #013A51;
  margin-bottom: 12px;
}
.section-formations-archive .formations-grid .no-formations p {
  font-family: "Open Sans";
  font-size: 16px;
  color: #49565b;
  margin-bottom: 24px;
}
@media (max-width: 993px) {
  .section-formations-archive {
    padding: 40px 0 60px;
  }
  .section-formations-archive .formations-filters {
    position: static;
    margin-bottom: 40px;
  }
  .section-formations-archive .formations-filters .btn-group-vertical {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-formations-archive .formations-filters .btn-group-vertical .btn-filter {
    flex: 1;
    min-width: calc(50% - 5px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-formations-archive .formations-filters .btn-group-vertical .btn-filter {
    min-width: 100%;
  }
}

.formation-single {
  padding: 60px 0;
}
.formation-single .formation-hero {
  background: linear-gradient(135deg, #013A51 0%, #19506E 100%);
  color: #fff;
  padding: 60px 30px;
  margin-bottom: 60px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.formation-single .formation-hero.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.formation-single .formation-hero.has-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(1, 58, 81, 0.92) 0%, rgba(0, 93, 131, 0.88) 100%);
  z-index: 1;
}
.formation-single .formation-hero.has-background-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.03) 35px, rgba(255, 255, 255, 0.03) 70px);
  z-index: 2;
}
.formation-single .formation-hero .formation-header-content {
  position: relative;
  z-index: 3;
}
.formation-single .formation-hero .formation-header-content .formation-level-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.formation-single .formation-hero .formation-header-content h1 {
  font-family: "Eina01-Bold";
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .formation-single .formation-hero .formation-header-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.formation-single .formation-hero .formation-header-content .formation-description {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 28px;
  opacity: 0.95;
  margin-bottom: 30px;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info .info-item .info-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info .info-item .info-icon svg, .formation-single .formation-hero .formation-header-content .formation-quick-info .info-item .info-icon img {
  width: 20px;
  height: 20px;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info .info-item .info-content .info-label {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.formation-single .formation-hero .formation-header-content .formation-quick-info .info-item .info-content .info-value {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .formation-single .formation-hero .formation-header-content .formation-quick-info {
    gap: 16px;
  }
}
.formation-single .formation-content .content-section {
  margin-bottom: 50px;
}
.formation-single .formation-content .content-section .section-title {
  font-family: "Eina01-Bold";
  font-size: 28px;
  line-height: 36px;
  color: #013A51;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 3px solid #1BBE83;
  display: inline-block;
}
.formation-single .formation-content .content-section .section-content {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #49565b;
}
.formation-single .formation-content .content-section .section-content ul {
  list-style: none;
  padding-left: 0;
}
.formation-single .formation-content .content-section .section-content ul li {
  display: flex;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
.formation-single .formation-content .content-section .section-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #1BBE83;
  border-radius: 50%;
}
.formation-single .formation-content .programme-accordion .accordion-default .item-accordion {
  background: #fff;
  border: 1px solid #E8F3F7;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.formation-single .formation-content .programme-accordion .accordion-default .item-accordion:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}
.formation-single .formation-content .programme-accordion .accordion-default .item-accordion .head-accordion {
  font-family: "Eina01-SemiBold";
  font-size: 18px;
  color: #013A51;
}
.formation-single .formation-content .programme-accordion .accordion-default .item-accordion .head-accordion:not(.collapsed) {
  color: #1BBE83;
}
.formation-single .formation-sidebar .sidebar-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  padding: 32px;
  position: sticky;
  top: 120px;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-title {
  font-family: "Eina01-Bold";
  font-size: 22px;
  color: #013A51;
  margin-bottom: 16px;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-description {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  color: #49565b;
  margin-bottom: 24px;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-cta {
  background: linear-gradient(135deg, #F1F8FB 0%, #E0F0F5 100%);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  text-align: center;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-cta .cta-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background: #1BBE83;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-cta .cta-icon svg, .formation-single .formation-sidebar .sidebar-card .sidebar-cta .cta-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}
.formation-single .formation-sidebar .sidebar-card .sidebar-cta .cta-text {
  font-family: "Eina01-SemiBold";
  font-size: 16px;
  color: #013A51;
  margin-bottom: 12px;
}
.formation-single .formation-sidebar .sidebar-card .sidebar-cta .cta-subtext {
  font-family: "Open Sans";
  font-size: 14px;
  color: #49565b;
}
.formation-single .formation-sidebar .sidebar-card form .form-group {
  margin-bottom: 20px;
}
.formation-single .formation-sidebar .sidebar-card form .form-group label {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  color: #013A51;
  margin-bottom: 8px;
  display: block;
}
.formation-single .formation-sidebar .sidebar-card form .form-group input,
.formation-single .formation-sidebar .sidebar-card form .form-group textarea,
.formation-single .formation-sidebar .sidebar-card form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D9E8ED;
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 15px;
  transition: all 0.3s ease;
}
.formation-single .formation-sidebar .sidebar-card form .form-group input:focus,
.formation-single .formation-sidebar .sidebar-card form .form-group textarea:focus,
.formation-single .formation-sidebar .sidebar-card form .form-group select:focus {
  border-color: #1BBE83;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 173, 131, 0.1);
}
.formation-single .formation-sidebar .sidebar-card form .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.formation-single .formation-sidebar .sidebar-card form .btn-default {
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 993px) {
  .formation-single .formation-sidebar {
    margin-top: 40px;
  }
  .formation-single .formation-sidebar .sidebar-card {
    position: static;
  }
}
.formation-single .related-formations {
  padding: 60px 40px;
  background: linear-gradient(135deg, #F1F8FB 0%, #E8F3F7 100%);
  margin: 60px -15px 0;
  border-radius: 24px;
  position: relative;
}
.formation-single .related-formations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1BBE83 0%, #013A51 100%);
  border-radius: 24px 24px 0 0;
}
.formation-single .related-formations .related-title {
  font-family: "Eina01-Bold";
  font-size: 32px;
  text-align: center;
  color: #013A51;
  margin-bottom: 48px;
  position: relative;
}
.formation-single .related-formations .related-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #1BBE83;
  margin: 16px auto 0;
  border-radius: 2px;
}
.formation-single .related-formations .formation-card {
  margin-bottom: 30px;
}
.formation-single .related-formations .formation-card .card-racco {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.formation-single .related-formations .formation-card .card-racco:hover {
  box-shadow: 0px 8px 32px rgba(0, 173, 131, 0.15);
  transform: translateY(-4px);
}
.formation-single .related-formations .formation-card .card-racco .formation-cycle-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1BBE83 0%, #0E9F6E 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.formation-single .related-formations .formation-card .card-racco .formation-thumbnail {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #F1F8FB 0%, #E0F0F5 100%);
}
.formation-single .related-formations .formation-card .card-racco .formation-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.formation-single .related-formations .formation-card .card-racco .formation-thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(1, 58, 81, 0.15), transparent);
}
.formation-single .related-formations .formation-card .card-racco:hover .formation-thumbnail img {
  transform: scale(1.08);
}
.formation-single .related-formations .formation-card .card-racco .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.formation-single .related-formations .formation-card .card-racco .card-body .formation-domaines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.formation-single .related-formations .formation-card .card-racco .card-body .formation-domaines .domaine-tag {
  background-color: rgba(0, 173, 131, 0.1);
  color: #1BBE83;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans";
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-title {
  font-family: "Eina01-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #013A51;
  margin-bottom: 12px;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.formation-single .related-formations .formation-card .card-racco .card-body .formation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 0;
  border-top: 1px solid #E8F3F7;
  border-bottom: 1px solid #E8F3F7;
}
.formation-single .related-formations .formation-card .card-racco .card-body .formation-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Open Sans";
  font-size: 14px;
  color: #49565b;
}
.formation-single .related-formations .formation-card .card-racco .card-body .formation-meta .meta-item svg, .formation-single .related-formations .formation-card .card-racco .card-body .formation-meta .meta-item img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-text {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  color: #49565b;
  margin-bottom: 20px;
  flex-grow: 1;
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-footer-actions {
  margin-top: auto;
  padding-top: 16px;
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-footer-actions .btn-default {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 14px 20px;
  transition: all 0.3s ease;
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-footer-actions .btn-default img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.formation-single .related-formations .formation-card .card-racco .card-body .card-footer-actions .btn-default:hover img {
  transform: translateX(4px);
}
@media (max-width: 993px) {
  .formation-single .related-formations {
    padding: 40px 30px;
    margin: 40px 0 0;
  }
  .formation-single .related-formations .related-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .formation-single .related-formations {
    padding: 30px 20px;
  }
  .formation-single .related-formations .related-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .formation-single .related-formations .formation-card {
    margin-bottom: 20px;
  }
  .formation-single .related-formations .formation-card .card-racco .formation-thumbnail {
    height: 180px;
  }
}

.about-hero-section {
  position: relative;
  min-height: 480px;
  background: linear-gradient(rgba(1, 58, 81, 0.7) 0%, rgba(0, 20, 40, 0.9) 100%), url("../images/about-us-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 1190px;
}

.about-hero-overlay {
  width: 100%;
}

.about-hero-content {
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero-title {
  font-family: "Eina01-Bold";
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.about-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .about-hero-section {
    min-height: 400px;
    padding: 60px 0;
    margin: 20px 10px;
  }
  .about-hero-title {
    font-size: 2rem;
  }
  .about-hero-subtitle {
    font-size: 1rem;
  }
  .about-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .about-hero-buttons .btn-default {
    width: 100%;
    max-width: 300px;
  }
}
.section-about-content {
  padding: 80px 0;
}
@media (max-width: 993px) {
  .section-about-content {
    padding: 50px 0;
  }
}

.about-timeline {
  position: relative;
}

.timeline-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  position: relative;
  padding-bottom: 30px;
}
.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #E8EDF1;
}

.timeline-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E8EDF1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013A51;
  position: relative;
  z-index: 1;
}
.timeline-icon i {
  font-size: 20px;
}

.timeline-content {
  padding-top: 5px;
}

.timeline-title {
  font-family: "Eina01-SemiBold";
  font-size: 1rem;
  color: #013A51;
  margin-bottom: 5px;
}

.timeline-year {
  font-size: 0.9rem;
  color: #8f855f;
  margin: 0;
}

.about-principles {
  padding-left: 30px;
}
@media (max-width: 993px) {
  .about-principles {
    padding-left: 0;
    margin-top: 40px;
  }
}

.principle-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
}
.principle-card:hover {
  border-color: #1BBE83;
  box-shadow: 0 4px 12px rgba(27, 190, 131, 0.1);
  transform: translateY(-2px);
}

.principle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8f855f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.principle-icon i {
  font-size: 24px;
}

.principle-title {
  font-family: "Eina01-Bold";
  font-size: 1.1rem;
  color: #013A51;
  margin-bottom: 12px;
}

.principle-desc {
  font-size: 0.9rem;
  color: #293c4e;
  line-height: 1.6;
  margin: 0;
}

.section-pedagogy {
  padding: 80px 0;
  background-color: #E8EDF1;
}
@media (max-width: 993px) {
  .section-pedagogy {
    padding: 50px 0;
  }
}

.pedagogy-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}
.pedagogy-card:hover {
  border-color: #013A51;
  box-shadow: 0 4px 12px rgba(1, 58, 81, 0.1);
  transform: translateY(-2px);
}

.pedagogy-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #013A51;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.pedagogy-icon i {
  font-size: 28px;
}

.pedagogy-title {
  font-family: "Eina01-Bold";
  font-size: 1.2rem;
  color: #013A51;
  margin-bottom: 15px;
}

.pedagogy-desc {
  font-size: 0.9rem;
  color: #293c4e;
  line-height: 1.7;
  margin: 0;
}

.section-team {
  padding: 80px 0;
}
@media (max-width: 993px) {
  .section-team {
    padding: 50px 0;
  }
}

.team-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.team-card:hover {
  border-color: #1BBE83;
  box-shadow: 0 6px 16px rgba(27, 190, 131, 0.15);
  transform: translateY(-4px);
}

.team-image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #E8EDF1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-name {
  font-family: "Eina01-Bold";
  font-size: 1.1rem;
  color: #013A51;
  margin-bottom: 8px;
}

.team-role {
  font-size: 0.9rem;
  color: #1BBE83;
  font-weight: 600;
  margin: 0;
}

.section-story-detail {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (max-width: 993px) {
  .section-story-detail {
    padding: 50px 0;
  }
}

.story-image {
  position: relative;
}
.story-image img {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 993px) {
  .story-image {
    margin-top: 40px;
  }
}

.consulting-hero-section {
  position: relative;
  min-height: 480px;
  background: linear-gradient(rgba(1, 58, 81, 0.85) 0%, rgba(25, 80, 110, 0.95) 100%), url("../images/consulting-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 1190px;
}

.consulting-hero-overlay {
  width: 100%;
}

.consulting-hero-content {
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.consulting-hero-title {
  font-family: "Eina01-Bold";
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.consulting-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.consulting-hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .consulting-hero-section {
    min-height: 400px;
    padding: 60px 0;
    margin: 20px 10px;
  }
  .consulting-hero-title {
    font-size: 2rem;
  }
  .consulting-hero-subtitle {
    font-size: 1rem;
  }
  .consulting-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .consulting-hero-buttons .btn-default {
    width: 100%;
    max-width: 300px;
  }
}
.section-consulting-offer {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (max-width: 993px) {
  .section-consulting-offer {
    padding: 50px 0;
  }
}

.consulting-image {
  position: relative;
}
.consulting-image img {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 993px) {
  .consulting-image {
    margin-top: 40px;
  }
}

.consulting-features {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #E8EDF1;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.feature-item:hover {
  background-color: rgb(223.1791891892, 230.0967567568, 235.6308108108);
  transform: translateX(5px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #1BBE83;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.feature-icon i {
  font-size: 24px;
}

.feature-content {
  flex: 1;
}
.feature-content h3 {
  font-family: "Eina01-Bold";
  font-size: 1.1rem;
  color: #013A51;
  margin-bottom: 5px;
}
.feature-content p {
  font-size: 0.9rem;
  color: #293c4e;
  margin: 0;
  line-height: 1.5;
}

.section-consulting-services {
  padding: 80px 0;
  background-color: #E8EDF1;
}
@media (max-width: 993px) {
  .section-consulting-services {
    padding: 50px 0;
  }
}

.service-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}
.service-card:hover {
  border-color: #1BBE83;
  box-shadow: 0 6px 20px rgba(27, 190, 131, 0.15);
  transform: translateY(-4px);
}
.service-card:hover .service-icon {
  background-color: #1BBE83;
  transform: scale(1.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #013A51;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.service-icon i {
  font-size: 32px;
}

.service-title {
  font-family: "Eina01-Bold";
  font-size: 1.2rem;
  color: #013A51;
  margin-bottom: 15px;
}

.service-desc {
  font-size: 0.9rem;
  color: #293c4e;
  line-height: 1.6;
  margin: 0;
}

.section-consulting-methodology {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (max-width: 993px) {
  .section-consulting-methodology {
    padding: 50px 0;
  }
}

.methodology-card {
  background-color: #FFFFFF;
  border: 2px solid #E8EDF1;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.methodology-card:hover {
  border-color: #013A51;
  box-shadow: 0 6px 20px rgba(1, 58, 81, 0.1);
  transform: translateY(-4px);
}
.methodology-card:hover .methodology-number {
  background-color: #013A51;
  color: #FFFFFF;
}

.methodology-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #E8EDF1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eina01-Bold";
  font-size: 1.5rem;
  color: #013A51;
  transition: all 0.3s ease;
}

.methodology-title {
  font-family: "Eina01-Bold";
  font-size: 1.2rem;
  color: #013A51;
  margin-bottom: 12px;
}

.methodology-desc {
  font-size: 0.9rem;
  color: #293c4e;
  line-height: 1.6;
  margin: 0;
}

.section-consulting-cta {
  padding: 80px 0;
  background-color: #E8EDF1;
}
@media (max-width: 993px) {
  .section-consulting-cta {
    padding: 50px 0;
  }
}

.consulting-cta-card {
  background: linear-gradient(135deg, #013A51 0%, #19506E 100%);
  border-radius: 16px;
  padding: 50px 40px;
  box-shadow: 0 8px 24px rgba(1, 58, 81, 0.25);
}
@media (max-width: 993px) {
  .consulting-cta-card {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .consulting-cta-card {
    padding: 30px 20px;
  }
}

.cta-title {
  font-family: "Eina01-Bold";
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cta-title {
    font-size: 1.5rem;
  }
}

.cta-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta-desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.btn-light {
  background-color: #FFFFFF;
  color: #013A51 !important;
  border: 2px solid #FFFFFF;
  font-weight: 600;
}
.btn-light:hover {
  background-color: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}

.btn-blue-light {
  background-color: #FFFFFF;
  color: #013A51 !important;
  border: 2px solid #FFFFFF;
  font-weight: 600;
}
.btn-blue-light:hover {
  background-color: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}

.contact-hero-section {
  position: relative;
  min-height: 400px;
  background: linear-gradient(rgba(1, 58, 81, 0.85) 0%, rgba(25, 80, 110, 0.95) 100%), url("../images/contact-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 1190px;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}

.contact-hero-content {
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.contact-hero-title {
  font-family: "Eina01-Bold";
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.contact-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

@media (max-width: 768px) {
  .contact-hero-section {
    min-height: 350px;
    padding: 60px 0;
    margin: 20px 10px;
  }
  .contact-hero-title {
    font-size: 2rem;
  }
  .contact-hero-subtitle {
    font-size: 1rem;
  }
}
.section-quick-contact {
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 993px) {
  .section-quick-contact {
    padding: 40px 0;
    margin-top: 0;
  }
}

.quick-contact-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.quick-contact-card:hover {
  border-color: #1BBE83;
  box-shadow: 0 6px 20px rgba(27, 190, 131, 0.15);
  transform: translateY(-4px);
  color: #FFFFFF;
}
.quick-contact-card:hover .quick-contact-icon {
  background-color: #1BBE83;
  transform: scale(1.1);
  color: #FFFFFF;
}

.quick-contact-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.quick-contact-icon i {
  font-size: 32px;
}

.quick-contact-title {
  font-family: "Eina01-Bold";
  font-size: 1.2rem;
  color: #013A51;
  margin-bottom: 15px;
}

.quick-contact-info {
  font-size: 1rem;
  color: #293c4e;
  line-height: 1.8;
  margin-bottom: 8px;
}
.quick-contact-info:last-child {
  margin-bottom: 0;
}
.quick-contact-info a {
  color: #1BBE83;
  text-decoration: none;
  transition: color 0.3s ease;
}
.quick-contact-info a:hover {
  color: #0E9F6E;
  text-decoration: underline;
}

.section-campus-locations {
  padding: 80px 0;
  background-color: #E8EDF1;
}
@media (max-width: 993px) {
  .section-campus-locations {
    padding: 50px 0;
  }
}

.campus-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}
.campus-card:hover {
  box-shadow: 0 8px 24px rgba(1, 58, 81, 0.1);
  transform: translateY(-2px);
}

.campus-card-header {
  background: linear-gradient(135deg, #013A51 0%, #19506E 100%);
  padding: 30px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.campus-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.campus-icon i {
  font-size: 28px;
}

.campus-title {
  font-family: "Eina01-Bold";
  font-size: 1.5rem;
  color: #FFFFFF;
  margin: 0;
}

.campus-card-body {
  padding: 30px 25px;
}

.campus-info-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EDF1;
}
.campus-info-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.campus-info-label {
  font-family: "Eina01-SemiBold";
  font-size: 0.95rem;
  color: #013A51;
  min-width: 90px;
}

.campus-info-text {
  font-size: 0.95rem;
  color: #293c4e;
  flex: 1;
}

.campus-map-container {
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.campus-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E8EDF1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #A3ADB8;
}
.map-placeholder i {
  font-size: 48px;
  margin-bottom: 10px;
}
.map-placeholder p {
  margin: 0;
  font-size: 0.9rem;
}

.section-contact-form {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (max-width: 993px) {
  .section-contact-form {
    padding: 50px 0;
  }
}

.contact-form-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  .contact-form-wrapper {
    margin-bottom: 50px;
  }
}

.contact-form-container {
  background-color: #E8EDF1;
  padding: 35px;
  border-radius: 12px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-form-container {
    padding: 25px 20px;
  }
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  display: block;
  font-family: "Eina01-SemiBold";
  font-size: 0.95rem;
  color: #013A51;
  margin-bottom: 8px;
}
.contact-form .form-group .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #A3ADB8;
  border-radius: 8px;
  font-size: 1rem;
  color: #293c4e;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #1BBE83;
  box-shadow: 0 0 0 3px rgba(27, 190, 131, 0.1);
}
.contact-form .form-group .form-control::placeholder {
  color: #A3ADB8;
}
.contact-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contact-form .form-group select.form-control {
  cursor: pointer;
}
.contact-form .btn-default {
  margin-top: 10px;
}
.contact-form .btn-default i {
  margin-right: 8px;
}

.contact-sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 993px) {
  .contact-sidebar {
    position: relative;
    top: 0;
  }
}

.contact-sidebar-section {
  background-color: #E8EDF1;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
}
.contact-sidebar-section:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  font-family: "Eina01-Bold";
  font-size: 1.3rem;
  color: #013A51;
  margin-bottom: 15px;
}

.sidebar-desc {
  font-size: 0.95rem;
  color: #293c4e;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background-color: #FFFFFF;
  border: 1px solid #E8EDF1;
  border-radius: 8px;
  text-decoration: none;
  color: #293c4e;
  transition: all 0.3s ease;
}
.social-link i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
}
.social-link span {
  font-family: "Eina01-SemiBold";
  font-size: 1rem;
}
.social-link.facebook i {
  background-color: #1877f2;
}
.social-link.facebook:hover {
  border-color: #1877f2;
  background-color: rgba(24, 119, 242, 0.05);
}
.social-link.linkedin i {
  background-color: #0077b5;
}
.social-link.linkedin:hover {
  border-color: #0077b5;
  background-color: rgba(0, 119, 181, 0.05);
}
.social-link.instagram i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-link.instagram:hover {
  border-color: #e6683c;
  background-color: rgba(230, 104, 60, 0.05);
}
.social-link.youtube i {
  background-color: #ff0000;
}
.social-link.youtube:hover {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.05);
}
.social-link:hover {
  transform: translateX(5px);
}

footer .content-footer {
  background-color: #022c3d;
  color: #fff;
}
footer .content-footer a {
  color: #fff;
}
footer .content-footer .top-footer {
  padding: 57px 0 6px;
}
footer .content-footer .top-footer .logo-footer {
  margin-bottom: 20px;
}
footer .content-footer .top-footer .menu-footer {
  text-align: right;
  margin-bottom: 20px;
}
footer .content-footer .top-footer .menu-footer .navbar-nav {
  display: inline-flex;
  flex-direction: row;
  margin: 0 -14px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .content-footer .top-footer .menu-footer .navbar-nav .nav-item {
  padding: 0 14px;
}
footer .content-footer .top-footer .menu-footer .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.09em;
  color: #fff;
  padding: 6px 0;
  opacity: 0.7;
  position: relative;
  transition: 0.3s ease-in-out;
}
footer .content-footer .top-footer .menu-footer .navbar-nav .nav-item.active .nav-link, footer .content-footer .top-footer .menu-footer .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
}
footer .content-footer .copyright-footer {
  padding: 20px 0 11px;
  border-top: 1px solid rgba(235, 235, 235, 0.3);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
footer .content-footer .copyright-footer .copyright-text {
  display: block;
  margin-bottom: 20px;
  padding-top: 6px;
}
footer .content-footer .copyright-footer .has-top-border {
  border-top: 1px solid rgba(235, 235, 235, 0.3);
}
footer .content-footer .copyright-footer .menu-copyright {
  margin-bottom: 20px;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav {
  display: table;
  width: 100%;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item {
  padding: 0 14px;
  display: table-cell;
  text-align: center;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item:first-child {
  text-align: left;
  padding-left: 0;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item:last-child {
  text-align: right;
  padding-right: 0;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
  position: relative;
  transition: 0.3s ease-in-out;
}
footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item.active .nav-link, footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}
footer .bottom-footer {
  background-color: #022634;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
footer .bottom-footer a {
  color: #fff;
  text-decoration: none;
}
footer .bottom-footer a.toggle-info-footer {
  position: relative;
  display: flex;
  align-items: center;
}
footer .bottom-footer a.toggle-info-footer:after {
  content: "";
  position: relative;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  min-width: 16px;
  background-image: url("../images/icons/icon-arrow-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
  transition: 0.3s ease-in-out;
}
footer .bottom-footer a.toggle-info-footer:not(.collapsed):after {
  transform: rotateX(0deg);
}
footer .bottom-footer .card-body {
  padding: 10px 0 0;
  line-height: 24px;
  opacity: 0.7;
}
footer.footer-light {
  border-top: 1px solid #d3dadd;
  bottom: 0;
  z-index: 999;
}
footer.footer-light .content-footer {
  background-color: #fff;
  color: #013A51 !important;
}
footer.footer-light .content-footer.has-top-border {
  border-top: 1px solid #d3dadd;
}
footer.footer-light .content-footer .copyright-footer {
  color: #013A51;
  padding: 18px 0 0;
}
footer.footer-light .content-footer .copyright-footer .has-top-border {
  border-top: 1px solid #d3dadd;
}
footer.footer-light .content-footer a {
  color: #013A51 !important;
}
footer.footer-light .content-footer a:hover {
  color: #1BBE83;
}
@media (max-width: 993px) {
  footer .content-footer .top-footer .logo-footer {
    text-align: left;
    margin-left: 20px;
  }
  footer .content-footer .top-footer .menu-footer {
    text-align: left;
    margin-left: 20px;
  }
  footer .content-footer .copyright-footer .menu-copyright {
    text-align: left;
    margin-left: 20px;
  }
  footer .content-footer .copyright-footer .row {
    justify-content: center;
  }
  footer .content-footer .copyright-footer .row .col-lg-4 {
    order: 2;
  }
}
@media (max-width: 575px) {
  footer .content-footer .copyright-footer .menu-copyright .navbar-nav {
    margin: 0 -10px;
    display: flex;
  }
  footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item {
    padding: 0 10px;
  }
}

@media (max-width: 736px) {
  footer .content-footer .copyright-footer .menu-copyright .navbar-nav .nav-item {
    text-align: left !important;
    padding-left: 7px !important;
  }
  footer .content-footer .top-footer .menu-footer .navbar-nav {
    display: block;
  }
  .has-top-border {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 0;
    max-width: 1190px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

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