@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
.color-green {
  color: #13BC9E !important;
}

.bg-green {
  background: #13BC9E !important;
}

.color-green-dark {
  color: #0EA087 !important;
}

.bg-green-dark {
  background: #0EA087 !important;
}

.color-blue-light {
  color: #cce5ff !important;
}

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

.color-blue {
  color: #20466A !important;
}

.bg-blue {
  background: #20466A !important;
}

.color-blue-sky {
  color: #216EFF !important;
}

.bg-blue-sky {
  background: #216EFF !important;
}

.color-blue-dark {
  color: #303280 !important;
}

.bg-blue-dark {
  background: #303280 !important;
}

.color-orange {
  color: #F36730 !important;
}

.bg-orange {
  background: #F36730 !important;
}

.color-orange-dark {
  color: #C43700 !important;
}

.bg-orange-dark {
  background: #C43700 !important;
}

.color-red {
  color: #d43f3a !important;
}

.bg-red {
  background: #d43f3a !important;
}

.color-red-dark {
  color: #9c2825 !important;
}

.bg-red-dark {
  background: #9c2825 !important;
}

.color-purple-light {
  color: #E3E3ED !important;
}

.bg-purple-light {
  background: #E3E3ED !important;
}

.color-grey {
  color: #A3B1BE !important;
}

.bg-grey {
  background: #A3B1BE !important;
}

.color-grey-blue {
  color: #8c8cbc !important;
}

.bg-grey-blue {
  background: #8c8cbc !important;
}

.color-grey-light {
  color: #CCDAE1 !important;
}

.bg-grey-light {
  background: #CCDAE1 !important;
}

.color-grey-lighter {
  color: #F3F5F6 !important;
}

.bg-grey-lighter {
  background: #F3F5F6 !important;
}

.color-white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.mt-1 {
  margin-top: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ml-1 {
  margin-left: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

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

.mr-2 {
  margin-right: 8px;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2 {
  margin-left: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.ml-3 {
  margin-left: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.ml-4 {
  margin-left: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.ml-5 {
  margin-left: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.ml-6 {
  margin-left: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.mt-7 {
  margin-top: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.ml-7 {
  margin-left: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.mt-8 {
  margin-top: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.ml-8 {
  margin-left: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.mt-9 {
  margin-top: 36px;
}

.mr-9 {
  margin-right: 36px;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.ml-9 {
  margin-left: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.mt-10 {
  margin-top: 40px;
}

.mr-10 {
  margin-right: 40px;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.ml-10 {
  margin-left: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.f1, .fz1 {
  font-size: 1px;
}

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

.f2, .fz2 {
  font-size: 2px;
}

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

.f3, .fz3 {
  font-size: 3px;
}

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

.f4, .fz4 {
  font-size: 4px;
}

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

.f5, .fz5 {
  font-size: 5px;
}

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

.f6, .fz6 {
  font-size: 6px;
}

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

.f7, .fz7 {
  font-size: 7px;
}

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

.f8, .fz8 {
  font-size: 8px;
}

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

.f9, .fz9 {
  font-size: 9px;
}

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

.f10, .fz10 {
  font-size: 10px;
}

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

.f11, .fz11 {
  font-size: 11px;
}

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

.f12, .fz12 {
  font-size: 12px;
}

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

.f13, .fz13 {
  font-size: 13px;
}

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

.f14, .fz14 {
  font-size: 14px;
}

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

.f15, .fz15 {
  font-size: 15px;
}

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

.f16, .fz16 {
  font-size: 16px;
}

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

.f17, .fz17 {
  font-size: 17px;
}

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

.f18, .fz18 {
  font-size: 18px;
}

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

.f19, .fz19 {
  font-size: 19px;
}

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

.f20, .fz20 {
  font-size: 20px;
}

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

.f21, .fz21 {
  font-size: 21px;
}

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

.f22, .fz22 {
  font-size: 22px;
}

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

.f23, .fz23 {
  font-size: 23px;
}

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

.f24, .fz24 {
  font-size: 24px;
}

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

.f25, .fz25 {
  font-size: 25px;
}

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

.f26, .fz26 {
  font-size: 26px;
}

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

.f27, .fz27 {
  font-size: 27px;
}

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

.f28, .fz28 {
  font-size: 28px;
}

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

.f29, .fz29 {
  font-size: 29px;
}

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

.f30, .fz30 {
  font-size: 30px;
}

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

.f31, .fz31 {
  font-size: 31px;
}

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

.f32, .fz32 {
  font-size: 32px;
}

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

.f33, .fz33 {
  font-size: 33px;
}

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

.f34, .fz34 {
  font-size: 34px;
}

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

.f35, .fz35 {
  font-size: 35px;
}

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

.f36, .fz36 {
  font-size: 36px;
}

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

.f37, .fz37 {
  font-size: 37px;
}

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

.f38, .fz38 {
  font-size: 38px;
}

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

.f39, .fz39 {
  font-size: 39px;
}

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

.f40, .fz40 {
  font-size: 40px;
}

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

.f41, .fz41 {
  font-size: 41px;
}

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

.f42, .fz42 {
  font-size: 42px;
}

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

.f43, .fz43 {
  font-size: 43px;
}

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

.f44, .fz44 {
  font-size: 44px;
}

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

.f45, .fz45 {
  font-size: 45px;
}

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

.f46, .fz46 {
  font-size: 46px;
}

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

.f47, .fz47 {
  font-size: 47px;
}

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

.f48, .fz48 {
  font-size: 48px;
}

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

.f49, .fz49 {
  font-size: 49px;
}

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

.f50, .fz50 {
  font-size: 50px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.pr0 {
  padding-right: 0px;
}

.pr10 {
  padding-right: 10px;
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.red-dashed {
  border: red dashed 5px;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.refonte-2023 .btn {
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease;
  padding: 8px 12px;
}
.refonte-2023 .btn.btn-success {
  border: 1px solid #0EA087 !important;
  border-bottom-width: 4px !important;
  color: #13BC9E;
  background: #fff;
}
.refonte-2023 .btn.btn-success:hover {
  border-color: #13BC9E #13BC9E #0EA087 #13BC9E;
  background: #13BC9E;
  color: #fff;
}
.refonte-2023 .btn.btn-primary {
  border: 1px solid #303280 !important;
  border-bottom-width: 4px !important;
  color: #20466A;
  background: #fff;
}
.refonte-2023 .btn.btn-primary:hover {
  border-color: #20466A #20466A #303280 #20466A;
  background: #20466A;
  color: #fff;
}
.refonte-2023 .btn.btn-primary-full {
  border: 1px solid #303280;
  border-bottom-width: 4px;
  border-color: #3B3FAF #3B3FAF #303280 #3B3FAF;
  background: #3B3FAF;
  color: #fff;
}
.refonte-2023 .btn.btn-primary-full:hover {
  border-color: #20466A #20466A #303280 #20466A;
  color: #3B3FAF;
  background: #fff;
}
.refonte-2023 .btn.btn-secondary {
  border: 1px solid #C43700 !important;
  border-bottom-width: 4px !important;
  color: #F36730;
  background: #fff;
}
.refonte-2023 .btn.btn-secondary:hover {
  border-color: #F36730 #F36730 #C43700 #F36730;
  background: #F36730;
  color: #fff;
}
.refonte-2023 .btn.btn-danger {
  border: 1px solid #d43f3a !important;
  border-bottom-width: 4px !important;
  color: #d43f3a;
  background: #fff;
}
.refonte-2023 .btn.btn-danger:hover {
  border-color: #d43f3a #d43f3a #9c2825 #d43f3a;
  background: #d43f3a;
  color: #fff;
}
.refonte-2023 .btn.btn-secondary-full {
  border-bottom: 4px solid #C43700 !important;
  background: #F36730;
  color: #fff;
}
.refonte-2023 .btn.btn-secondary-full:hover {
  border: 1px solid #C43700 !important;
  border-bottom-width: 4px !important;
  color: #F36730;
  background: #fff;
}
.refonte-2023 .btn.btn-validate {
  border-color: #13BC9E #13BC9E #0EA087 #13BC9E;
  background: #13BC9E;
  color: #fff;
  border-bottom-width: 4px;
}
.refonte-2023 .btn.btn-validate:hover {
  background: #0EA087;
}
.refonte-2023 .btn.btn-button {
  background: #fff;
  border: 1px solid #A3B1BE;
  padding: 10px 12px;
}
.refonte-2023 .btn.btn-disabled {
  pointer-events: none !important;
  border: unset !important;
  opacity: 0.5 !important;
  background: #A3B1BE !important;
  color: #fff !important;
}
.refonte-2023 .btn.btn-disabled.btn-popover {
  pointer-events: visible !important;
  cursor: not-allowed;
}
.refonte-2023 .btn.validate-btn {
  display: block;
}
.refonte-2023 .btn.btn-white-round {
  border: 1px solid white;
  color: white;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
}
.refonte-2023 .btn.btn-white-round:hover {
  background: white;
  color: #20466A;
}
.refonte-2023 .btn.btn-orange-round {
  border: 1px solid #F36730;
  color: #F36730;
  border-radius: 50px;
  padding: 8px 16px;
  background: white;
  font-size: 14px;
  line-height: 16px;
}
.refonte-2023 .btn.btn-orange-round:hover {
  background: #F36730;
  color: white;
}
.refonte-2023 .btn.btn-orange-round.full {
  background: #F36730;
  color: white;
}
.refonte-2023 .btn.btn-orange-round.full:hover {
  background-color: transparent;
  color: #F36730;
}
.refonte-2023 .btn.btn-blue-round {
  border: 1px solid #303280;
  color: #303280;
  border-radius: 50px;
  padding: 8px 16px;
  background: white;
  font-size: 14px;
  line-height: 16px;
}
.refonte-2023 .btn.btn-blue-round:hover {
  background: #303280;
  color: white;
}
.refonte-2023 .btn.btn-xs {
  padding: 0 7px;
}
.refonte-2023 .btn.disabled {
  opacity: 0.4;
  border-bottom-color: grey !important;
  background: grey !important;
}

.refonte-2023 h1, .refonte-2023 .h1 {
  font-size: 24px;
  margin: 0;
  color: #20466A;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .refonte-2023 h1, .refonte-2023 .h1 {
    font-weight: 900;
  }
}
.refonte-2023 h2, .refonte-2023 .h2 {
  font-size: 20px;
  margin: 0;
  color: #20466A;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .refonte-2023 h2, .refonte-2023 .h2 {
    font-weight: 900;
  }
}

/*****************************************/
.d-flex {
  display: flex;
}

label.required:after {
  content: " *";
  color: #AF2018;
}

iframe.video-formation {
  border: none;
}

.disponibilites .label-default {
  text-decoration: line-through;
}

input[type=checkbox] {
  margin: 11px 0px;
  height: auto;
  width: auto;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label {
  background-color: #3B3FAF;
}
.custom-checkbox label {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  border: 1px solid #303280;
  cursor: pointer;
}
.custom-checkbox label:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox.disabled label {
  cursor: not-allowed;
  background-color: #8c8cbc !important;
  border: 1px solid #8c8cbc !important;
}
.custom-checkbox.orange input[type=checkbox] {
  display: none;
}
.custom-checkbox.orange input[type=checkbox]:not(:checked) + label {
  border: 1px solid #F36730;
}

table.evaluation td.choix:hover input[type=radio] {
  background: rgb(255, 242, 230);
  cursor: pointer;
  box-shadow: 0 0 8px #1884e4;
}

table.evaluation td.choix {
  cursor: pointer;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* Survey */
body.survey {
  background-color: #F3F3F3;
}
body.survey #footer {
  min-height: unset;
}
body.survey #footer footer {
  margin: 15px 0;
}
body.survey #footer footer p {
  color: #fff;
}
body.survey #footer footer p:last-child {
  margin: 0;
}
.survey-wrapper {
  background-color: #F3F3F3;
  font-family: "latoregular", "sans sherif", arial;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
.survey-wrapper .steps-column {
  position: relative;
  width: 100%;
  margin: 10px auto 40px auto;
}
@media screen and (min-width: 768px) {
  .survey-wrapper .steps-column {
    max-width: calc(100% - 60px);
    width: 640px;
  }
}
.survey-wrapper .step-wrapper {
  padding: 10px 0;
  transition: 0.5s;
  position: relative;
  left: 0;
}
.survey-wrapper .step-wrapper.hidden-bottom {
  position: absolute;
  left: 150%;
  opacity: 0;
  visibility: hidden;
}
.survey-wrapper .step-wrapper.hidden-top {
  position: absolute;
  left: -150%;
  opacity: 0;
  visibility: hidden;
}
.survey-wrapper .step-wrapper input[type=text],
.survey-wrapper .step-wrapper input[type=email] {
  cursor: auto;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  height: auto;
}
.survey-wrapper .step-wrapper input[type=text]:hover,
.survey-wrapper .step-wrapper input[type=email]:hover {
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
}
.survey-wrapper .step-wrapper input[type=text]:focus, .survey-wrapper .step-wrapper input[type=text]:active,
.survey-wrapper .step-wrapper input[type=email]:focus,
.survey-wrapper .step-wrapper input[type=email]:active {
  box-shadow: 0 0 0 2px #19b394;
}
.survey-wrapper .step-wrapper .selectize-input {
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  height: auto;
  background-image: unset;
}
.survey-wrapper .step-wrapper .selectize-input.dropdown-active, .survey-wrapper .step-wrapper .selectize-input:focus, .survey-wrapper .step-wrapper .selectize-input:active {
  box-shadow: 0 0 0 2px #19b394;
}
.survey-wrapper .step-wrapper .selectize-input input {
  font-size: 16px;
  line-height: 24px;
}
.survey-wrapper .step-wrapper .selectize-input + .selectize-dropdown {
  border: none;
}
.survey-wrapper .step-wrapper .selectize-input + .selectize-dropdown .selectize-dropdown-content .option.active {
  background-color: rgba(25, 179, 148, 0.1019607843);
}
.survey-wrapper .step-wrapper .empty-required {
  box-shadow: 0 0 0 2px #db2424 !important;
}
.survey-wrapper .step-wrapper .selectize-control.multi .selectize-input .item {
  background-color: rgba(25, 179, 148, 0.1019607843);
  background-image: unset;
  color: #19b394;
  border: none;
  text-shadow: none;
  border-radius: 50px;
  padding: 6px 12px;
}
.survey-wrapper .step-wrapper label {
  padding-bottom: 16px;
  margin: 0;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
}
.survey-wrapper .step-wrapper .info-bulle {
  display: inline-block;
}
.survey-wrapper .step-wrapper .label-wrapper {
  position: relative;
}
.survey-wrapper .step-wrapper .label-wrapper .question-nb {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 100%;
  top: 0;
  padding: 6px 8px 0 0;
}
.survey-wrapper .step-wrapper .input-panel {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 0 auto 16px auto;
  padding: 32px 40px 40px 40px;
}
.survey-wrapper .step-wrapper .input-panel .centered-buttons {
  display: flex;
  justify-content: center;
}
.survey-wrapper .step-wrapper .radio-as-btn {
  margin: 0 10px;
}
.survey-wrapper .step-wrapper .radio-as-btn label {
  padding: 16px 48px;
  color: #19b394;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.survey-wrapper .step-wrapper .radio-as-btn label:hover {
  box-shadow: 0 0 0 2px #19b394;
}
.survey-wrapper .step-wrapper .radio-as-btn input {
  display: none;
}
.survey-wrapper .step-wrapper .radio-as-btn input:checked + label {
  box-shadow: 0 0 0 2px #19b394;
}
.survey-wrapper .step-progress {
  width: 300px;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(23, 143, 81, 0.6392156863);
  margin-bottom: 16px;
  background-color: #fff;
  display: none;
}
.survey-wrapper .step-progress .step-progress-bar {
  background-color: rgba(23, 143, 81, 0.6392156863);
  height: 26px;
  border-radius: 0 50px 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
}
.survey-wrapper .step-controls {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
  margin: 0 auto;
}
.survey-wrapper .step-controls > div:not(.active) {
  display: none;
}
.survey-wrapper .step-controls > div {
  text-align: center;
}
.survey-wrapper .step-controls .next-step {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .survey-wrapper .step-controls .next-step {
    text-align: right;
  }
}
.survey-wrapper .survey-btn {
  padding: 16px 48px;
  color: #19b394;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  appearance: none;
  border: none;
}
.survey-wrapper .survey-btn:hover, .survey-wrapper .survey-btn:active, .survey-wrapper .survey-btn:hover {
  box-shadow: 0 0 0 2px #19b394;
}
.survey-wrapper .survey-btn.green {
  background: #19b394;
  color: #fff;
}
.survey-wrapper .survey-btn.green:hover, .survey-wrapper .survey-btn.green:active, .survey-wrapper .survey-btn.green:hover {
  color: #19b394;
  background-color: #fff;
}
.survey-wrapper .validate-form.validation-unavailable {
  position: relative;
}
.survey-wrapper .validate-form.validation-unavailable:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
}
.survey-wrapper .validate-form.validation-unavailable .survey-btn {
  background-color: grey !important;
  cursor: default !important;
  color: #fff !important;
  box-shadow: none !important;
}
.survey-wrapper .survey-error {
  display: block;
  padding: 10px 16px;
  background-color: #ffdddd;
  border-radius: 4px;
  color: #a64343;
  margin-bottom: 4px;
}
.survey-wrapper .survey-warning {
  display: block;
  padding: 10px 16px;
  background-color: #ffefdd;
  border-radius: 4px;
  color: #906630;
  margin-bottom: 4px;
}
.survey-wrapper .survey-alert {
  display: block;
  padding: 10px 16px;
  background-color: #ffdddd;
  border-radius: 4px;
  color: #a64343;
  margin-bottom: 16px;
}
.survey-wrapper .help-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.survey-wrapper .help-block ul li {
  display: block;
  padding: 10px 16px;
  background-color: #ffdddd;
  border-radius: 4px;
  color: #a64343;
}
.survey-wrapper .help-block ul li:not(:last-child) {
  margin-bottom: 4px;
}

.entrepreneur .intervention-wrapper {
  padding: 36px 5px;
}
.entrepreneur .intervention-wrapper span, .entrepreneur .intervention-wrapper a {
  color: #20466A;
}
.entrepreneur .intervention-wrapper * {
  font-family: "Lato" !important;
}
.entrepreneur .intervention-wrapper h1 {
  font-size: 30px;
  color: #E67E21;
  font-family: "Lato";
  font-weight: 400;
  margin-bottom: 20px;
}
.entrepreneur .intervention-wrapper h1 small {
  font-family: "Lato";
  font-weight: 400;
  font-size: 19px;
  color: #C5C5C5;
}
.entrepreneur .intervention-wrapper .bloc-infos {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
  color: #5E768F;
}
.entrepreneur .intervention-wrapper .bloc-infos p > span, .entrepreneur .intervention-wrapper .bloc-infos div > span {
  font-size: 15px;
}
.entrepreneur .intervention-wrapper .bloc-infos p > span:first-child, .entrepreneur .intervention-wrapper .bloc-infos div > span:first-child {
  font-family: "Lato";
  font-weight: 700;
}
.entrepreneur .intervention-wrapper .bloc-infos p > span:last-child, .entrepreneur .intervention-wrapper .bloc-infos div > span:last-child {
  font-family: "Lato";
  font-weight: 400;
}
.entrepreneur .intervention-wrapper .bloc-infos p .label, .entrepreneur .intervention-wrapper .bloc-infos div .label {
  font-size: 12px;
}
.entrepreneur .intervention-wrapper .bloc-infos div.formatted {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .entrepreneur .intervention-wrapper .bloc-infos div.formatted {
    flex-wrap: nowrap;
  }
}
.entrepreneur .intervention-wrapper .bloc-infos div.formatted > span:first-child {
  min-width: 140px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .entrepreneur .intervention-wrapper .bloc-infos div.formatted > *:last-child {
    padding-left: 15px;
  }
}
.entrepreneur .intervention-wrapper .bloc-right h3 {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  color: #E67E22;
  padding-top: 15px;
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item {
  border: 1px solid rgba(86, 113, 138, 0.3294117647);
  padding: 15px;
  margin-bottom: 12px;
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 530px) and (max-width: 767px) {
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .row > div:first-child {
    width: 58.3333333333%;
  }
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .row > div:last-child {
    width: 41.6666666667%;
  }
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item .btn {
  border-bottom: unset;
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item span {
  font-size: 15px;
  color: #20466A;
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item .creneau-item-date {
  font-weight: 700;
  margin-right: 20px;
  display: block;
}
@media screen and (min-width: 350px) {
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .creneau-item-date {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .creneau-item-date {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .entrepreneur .intervention-wrapper .bloc-right .creneau-item .creneau-item-date {
    display: inline-block;
  }
}
.entrepreneur .intervention-wrapper .bloc-right .creneau-item .creneau-item-hour {
  font-weight: 400;
}
.entrepreneur .modal .close {
  font-size: 35px;
}
.entrepreneur .modal .modal-header {
  padding: 15px 20px !important;
}
.entrepreneur .modal .modal-header .modal-title {
  font-size: 20px;
  font-family: "Lato";
  font-weight: 700;
}
.entrepreneur .modal .modal-header .modal-title small {
  color: #000;
}
.entrepreneur .modal .modal-body * {
  font-family: "Lato";
}
.entrepreneur .modal .modal-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.entrepreneur .modal .modal-body ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.entrepreneur .modal .modal-body ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}
.entrepreneur .modal .modal-body ul li span {
  font-weight: 700;
}
.entrepreneur .modal .modal-footer {
  margin-top: 0;
}
.entrepreneur .modal .modal-footer .btn {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato";
}

.btn-accept {
  font-family: "Lato";
  border: 1px solid #E67E22;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 14px;
  display: block;
  color: #E67E22;
  text-align: center;
  transition: all 0.2s ease;
}
.btn-accept.btn-disabled {
  pointer-events: none;
  padding: 7px;
  border: unset;
  background: rgba(94, 118, 143, 0.2);
  color: #fff !important;
}
.btn-accept:focus, .btn-accept:hover {
  text-decoration: none;
  background: #E67E22;
  color: #fff;
}

.wauto {
  width: auto !important;
}

.refonte-2023 {
  line-height: 1.3;
  margin-top: 111px;
  color: #20466A;
  /* HELPERS */
}
.refonte-2023 * {
  line-height: 1.3 !important;
}
.refonte-2023 .last-version-button {
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .last-version-button {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.refonte-2023 .last-version-button:hover {
  color: #303280;
}
.refonte-2023 .navbar {
  margin-bottom: 0;
  border: 0;
}
.refonte-2023 .navbar .menu-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #20466A;
  padding-top: 10px;
  position: relative;
}
.refonte-2023 .navbar .menu-wrapper .navbar-header {
  padding-bottom: 20px;
}
.refonte-2023 .navbar .menu-wrapper .navbar-header .navbar-toggle {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px;
  margin: 0;
  display: block !important;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .navbar .menu-wrapper .navbar-header .navbar-toggle {
    display: none !important;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav {
  align-self: self-end;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .refonte-2023 .navbar .menu-wrapper .nav {
    position: fixed;
    background: #fff;
    top: 81px;
    right: -105%;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    transition: all 0.2s ease;
  }
  .refonte-2023 .navbar .menu-wrapper .nav.open {
    right: 0;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav li {
  float: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .navbar .menu-wrapper .nav li {
    display: inline-block;
    text-align: left;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #20466A;
  position: relative;
  background: none;
  color: #20466A;
  transition: all 0.1s ease;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .refonte-2023 .navbar .menu-wrapper .nav li a {
    padding: 10px 15px;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav li a:after {
  transition: all 0.1s ease;
}
.refonte-2023 .navbar .menu-wrapper .nav li:not(.active) a:after {
  content: "";
  width: 0;
  height: 4px;
  background: #F36730;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .refonte-2023 .navbar .menu-wrapper .nav li:not(.active):hover a:after {
    width: 60px;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav li:hover a {
  background: none;
}
.refonte-2023 .navbar .menu-wrapper .nav li.active a {
  color: #F36730;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .navbar .menu-wrapper .nav li.active a {
    font-weight: 400;
    color: #20466A;
  }
}
.refonte-2023 .navbar .menu-wrapper .nav li.active a:after {
  width: 60px;
  height: 8px;
  background: #F36730;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .refonte-2023 .navbar .menu-wrapper .nav li.active a:after {
    content: "";
  }
}
.refonte-2023 *:not(i) {
  font-family: "Lato", sans-serif !important;
}
.refonte-2023 h1 {
  font-size: 24px;
  margin: 0;
  color: #20466A;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .refonte-2023 h1 {
    font-weight: 900;
  }
}
.refonte-2023 #filter-form {
  padding: 12px 24px;
  border-bottom: 1px solid #CCDAE1;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form {
    padding: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form {
    margin-bottom: 36px;
  }
}
.refonte-2023 #filter-form .form-wrapper {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .form-wrapper {
    flex-wrap: nowrap;
  }
}
.refonte-2023 #filter-form .form-wrapper div h1 {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .form-wrapper div h1 {
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
}
.refonte-2023 #filter-form .form-wrapper div .choose-old-list {
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form .form-wrapper div .choose-old-list {
    text-align: left;
    margin-bottom: 0;
  }
}
.refonte-2023 #filter-form .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form .filters-wrapper {
    width: auto;
    flex-wrap: nowrap;
  }
}
.refonte-2023 #filter-form .filters-wrapper .filters-count {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: #F36730;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.refonte-2023 #filter-form .filters-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper > div {
    width: auto;
  }
}
.refonte-2023 #filter-form .filters-wrapper .open-filters span {
  margin-left: 5px;
  font-weight: 700;
  color: #20466A;
  font-size: 14px;
  display: none;
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form .filters-wrapper .open-filters span {
    display: inline-block;
  }
}
.refonte-2023 #filter-form .filters-wrapper .open-filters {
  width: 48px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper .open-filters {
    margin-right: 12px;
    width: auto;
  }
}
.refonte-2023 #filter-form .filters-wrapper .sort-select {
  width: calc(100% - 48px - 15px);
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper .sort-select {
    width: 180px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form .filters-wrapper .sort-select {
    width: auto;
  }
}
.refonte-2023 #filter-form .filters-wrapper .sort-select .selectize-input {
  background: #fff;
  width: 100%;
  padding: 11px 10px;
  border-radius: 4px;
  border: 1px solid #A3B1BE;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper .sort-select .selectize-input {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 #filter-form .filters-wrapper .sort-select .selectize-input {
    width: 250px;
  }
}
.refonte-2023 #filter-form .filters-wrapper .sort-select .selectize-dropdown .option {
  padding: 8px;
}
.refonte-2023 #filter-form .filters-wrapper .form-group {
  margin-bottom: 0;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  position: absolute;
  background: #fff;
  width: 300px;
  border: 1px solid #A3B1BE;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 25px;
  border-radius: 4px;
  top: -15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refonte-2023 #filter-form .filters-wrapper .filters-bloc {
    left: -13px;
    right: auto;
  }
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .open-filters {
  border: none;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
  cursor: default;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .close-filters {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 25px;
  height: 25px;
  padding: 10px;
  cursor: pointer;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .close-filters:before, .refonte-2023 #filter-form .filters-wrapper .filters-bloc .close-filters:after {
  content: "";
  cursor: pointer;
  width: 25px;
  height: 1px;
  background: #20466A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .close-filters:before {
  transform: rotate(-45deg) translate(-10px, -10px);
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .close-filters:after {
  transform: rotate(45deg) translate(-10px, 10px);
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .filter-label {
  font-size: 14px;
  font-weight: 700;
  color: #20466A;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .filter-action-buttons button:first-child {
  width: auto;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc .filter-action-buttons button:last-child {
  width: 130px;
}
.refonte-2023 #filter-form .filters-wrapper .filters-bloc.open {
  z-index: 2;
  opacity: 1;
  pointer-events: initial;
}
.refonte-2023 input[type=text] {
  padding: 5px 10px;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #A3B1BE;
}
.refonte-2023 .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.refonte-2023 .alert {
  display: block;
  color: #20466A;
  margin-bottom: 16px;
  border-bottom: 0;
  border-radius: 4px;
  position: relative;
  font-size: 13px !important;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .alert {
    font-size: 14px !important;
  }
}
.refonte-2023 .alert a {
  color: #20466A;
}
.refonte-2023 .alert.alert-info {
  background: #cce5ff;
}
.refonte-2023 .alert.alert-success {
  background: #13BC9E;
  color: #fff;
}
.refonte-2023 .alert.alert-warning {
  background: #F36730;
  color: #fff;
}
.refonte-2023 .alert.alert-success {
  background: #13BC9E;
  color: #fff;
}
.refonte-2023 .alert .alert-close {
  background: url("../images/cross.svg") no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.refonte-2023.entrepreneur, .refonte-2023.enseignant {
  background: #fff;
}
.refonte-2023 .interventions-list {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .interventions-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.refonte-2023 .intervention-item {
  font-family: "Lato";
  border-radius: 4px;
  border: 1px solid #A3B1BE;
  position: relative;
  transition: all 0.2s ease;
  color: #20466A;
  padding: 16px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item {
    margin-top: 0;
    margin-bottom: 24px;
    padding: 24px;
  }
}
.refonte-2023 .intervention-item:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 4px;
  background: #385A7A;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: opacity 0.2s ease;
}
.refonte-2023 .intervention-item .distance-bloc {
  position: absolute;
  top: -20px;
  left: -15px;
  color: red;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .distance-bloc {
    top: 20px;
  }
}
.refonte-2023 .intervention-item .distance-bloc .picto-pin {
  position: relative;
  left: -4px;
}
.refonte-2023 .intervention-item .distance-bloc .picto-pin g {
  transition: all 0.2s ease;
}
.refonte-2023 .intervention-item .distance-bloc .distance-value {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  line-height: 13px;
  top: 20px;
  left: 15px;
  transform: translate(-50%, -50%);
  color: #F36730;
  transition: all 0.2s ease;
}
.refonte-2023 .intervention-item .type-bloc {
  position: absolute;
  right: 0;
  padding: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  height: 28px;
  background: #F3F5F6;
  border-top-right-radius: 4px;
  top: -29px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .type-bloc {
    top: 0;
  }
}
.refonte-2023 .intervention-item .type-bloc .type {
  color: #20466A;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 5px;
}
.refonte-2023 .intervention-item .type-bloc .counter {
  background: #13BC9E;
  border-radius: 2px;
  padding: 0 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}
.refonte-2023 .intervention-item .type-bloc .counter.isEmpty {
  background: #F36730;
}
.refonte-2023 .intervention-item .type-bloc:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  transition: all 0.2s ease;
  border-color: transparent transparent #F3F5F6 transparent;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .type-bloc:before {
    border-width: 0 28px 28px 0;
    transition: all 0.2s ease;
    border-color: transparent #F3F5F6 transparent transparent;
  }
}
@media screen and (max-width: 991px) {
  .refonte-2023 .intervention-item .type-bloc {
    background: #CCDAE1;
  }
  .refonte-2023 .intervention-item .type-bloc:before {
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #CCDAE1 transparent;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .refonte-2023 .intervention-item .type-bloc:before {
    border-color: transparent #CCDAE1 transparent transparent;
    border-width: 0 28px 28px 0;
  }
}
.refonte-2023 .intervention-item .etablissement {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .etablissement {
    margin-bottom: 15px;
  }
}
.refonte-2023 .intervention-item .etablissement .ville {
  line-height: 16px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .etablissement .ville {
    font-size: 15px;
  }
}
.refonte-2023 .intervention-item .etablissement .etablissement-name {
  font-size: 14px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .etablissement .etablissement-name {
    font-size: 16px;
  }
}
.refonte-2023 .intervention-item .etablissement .tag-event {
  background: #F36730;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .refonte-2023 .intervention-item .etablissement .tag-event {
    margin: 7px 0;
  }
}
.refonte-2023 .intervention-item .etablissement .etablissement-type {
  font-size: 12px;
  margin-top: -4px;
  line-height: 14px;
}
.refonte-2023 .intervention-item .intervention-id {
  border-radius: 4px;
  color: #F36730;
  border: 1px solid #F36730;
  padding: 4px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}
.refonte-2023 .intervention-item .intervention-id-inline {
  color: #F36730;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.refonte-2023 .intervention-item .intervention-tag {
  border-radius: 4px;
  color: #3B3FAF;
  border: 1px solid #3B3FAF;
  padding: 7px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 16px;
}
.refonte-2023 .intervention-item .intervention-tag.warning, .refonte-2023 .intervention-item .intervention-tag.in_progress_warning {
  color: #F36730;
  border: 1px solid #F36730;
}
.refonte-2023 .intervention-item .intervention-tag.success {
  color: white;
  border: 1px solid #13BC9E;
}
.refonte-2023 .intervention-item .intervention-tag.in_progress_success {
  color: white;
  border: 1px solid #8c8cbc;
  background-color: #8c8cbc;
}
.refonte-2023 .intervention-item .intervention-date-recap {
  padding: 0;
  list-style: none;
}
.refonte-2023 .intervention-item .intervention-date-recap li {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2px;
}
.refonte-2023 .intervention-item .intervention-date-recap li:first-letter {
  text-transform: capitalize;
}
.refonte-2023 .intervention-item .intervention-list {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .refonte-2023 .intervention-item .intervention-list {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.refonte-2023 .intervention-item .intervention-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .refonte-2023 .intervention-item .intervention-list ul {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 .intervention-item .intervention-list ul {
    width: 230px;
  }
}
.refonte-2023 .intervention-item .intervention-list ul li {
  font-size: 14px;
  position: relative;
  padding: 5px 10px 5px 15px;
  margin-bottom: 5px;
}
.refonte-2023 .intervention-item .intervention-list ul li * {
  cursor: pointer;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio] {
  appearance: none;
  position: absolute;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  border: 1px solid #A3B1BE;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease;
  left: 0;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio].select-date-error::before {
  border: 1px solid #C43700;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]::after {
  content: "";
  left: -8px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/btn-radio.svg");
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:focus {
  outline: none;
  outline-offset: 0;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:checked::before {
  border-color: #13BC9E;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:checked::after {
  background: url("../images/btn-radio-checked.svg");
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:checked:hover::after {
  background: url("../images/btn-radio-checked.svg");
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:checked + label {
  color: #13BC9E;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:hover::before {
  border-color: #13BC9E;
}
.refonte-2023 .intervention-item .intervention-list ul li input[type=radio]:hover::after {
  background: url("../images/btn-radio-hover.svg");
}
.refonte-2023 .intervention-item .intervention-list ul li label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .intervention-list ul li label {
    font-size: 14px;
  }
}
.refonte-2023 .intervention-item .intervention-list .show-more-dates {
  font-size: 13px;
  display: block;
  font-weight: bold;
  position: relative;
}
.refonte-2023 .intervention-item .intervention-list .show-more-dates:after {
  content: "de dates";
  padding-left: 20px;
  background: url("../images/picto-100k-plus.svg") no-repeat;
  background-size: 14px;
  background-position-y: 1px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .intervention-list .show-more-dates {
    display: none;
  }
}
.refonte-2023 .intervention-item .intervention-list .show-more-dates.open:after {
  background: url("../images/picto-100k-moins.svg") no-repeat;
  background-size: 14px;
  background-position-y: 1px;
}
.refonte-2023 .intervention-item .intervention-list .bloc-actions {
  text-align: center;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 479px) {
  .refonte-2023 .intervention-item .intervention-list .bloc-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item .intervention-list .bloc-actions {
    margin-top: 30px;
    margin-top: 0;
    text-align: left;
  }
}
.refonte-2023 .intervention-item .intervention-list .bloc-actions .details {
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .refonte-2023 .intervention-item .intervention-list .bloc-actions .details {
    margin-bottom: 10px;
    display: block;
  }
}
.refonte-2023 .intervention-item:hover .distance-bloc svg.picto-pin g, .refonte-2023 .intervention-item.active .distance-bloc svg.picto-pin g {
  fill: #F36730;
}
.refonte-2023 .intervention-item:hover .distance-bloc .distance-value, .refonte-2023 .intervention-item.active .distance-bloc .distance-value {
  color: #fff;
}
.refonte-2023 .intervention-item:hover .etablissement .etablissement-name, .refonte-2023 .intervention-item.active .etablissement .etablissement-name {
  color: #F36730;
}
.refonte-2023 .intervention-item:hover .type-bloc, .refonte-2023 .intervention-item.active .type-bloc {
  background: #CCDAE1;
}
.refonte-2023 .intervention-item:hover .type-bloc:before, .refonte-2023 .intervention-item.active .type-bloc:before {
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #CCDAE1 transparent;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .intervention-item:hover .type-bloc:before, .refonte-2023 .intervention-item.active .type-bloc:before {
    border-color: transparent #CCDAE1 transparent transparent;
    border-width: 0 28px 28px 0;
  }
}
.refonte-2023 .intervention-item:hover:after, .refonte-2023 .intervention-item.active:after {
  opacity: 1;
}
.refonte-2023 .intervention-item.alert {
  border-color: #f3672f;
}
.refonte-2023 .intervention-item.alert:after {
  background: #f3672f !important;
}
.refonte-2023 .intervention-item.alert .alert-pop-in .text {
  color: #f3672f;
}
.refonte-2023 .intervention-item.alert .alert-pop-in .info-bulle {
  color: #20466A;
}
.refonte-2023 .intervention-item .intervention-item-info {
  font-size: 13px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.refonte-2023 .intervention-item .qrcode-action-desktop {
  display: none;
}
@media screen and (min-width: 991px) {
  .refonte-2023 .intervention-item .qrcode-action-desktop {
    display: block;
  }
}
.refonte-2023 .intervention-item .qrcode-action-mobile {
  display: block;
}
@media screen and (min-width: 991px) {
  .refonte-2023 .intervention-item .qrcode-action-mobile {
    display: none;
  }
}
.refonte-2023 .map-wrapper {
  position: sticky !important;
  top: 90px !important;
}
.refonte-2023 .map-wrapper #pac-input {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 15px;
  width: calc(100% - 75px);
}
.refonte-2023 .map-wrapper #pac-input.full-screen {
  position: fixed;
  top: 10px;
  z-index: 99999999;
  width: 50%;
  min-width: 200px;
}
.refonte-2023 .map-wrapper #map {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .map-wrapper #map {
    height: 650px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .refonte-2023 .map-wrapper #map {
    border-radius: 8px;
  }
}
.refonte-2023 .map-wrapper #map .gm-style-mtc {
  display: none;
}
.refonte-2023 .map-wrapper #map .gm-fullscreen-control {
  border-radius: 4px !important;
}
.refonte-2023 .map-wrapper #map .gm-style-iw-d {
  overflow: initial !important;
}
.refonte-2023 .map-wrapper #map .gm-style-iw-c {
  overflow: initial !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}
.refonte-2023 .map-wrapper #map .gm-ui-hover-effect {
  opacity: 1 !important;
  background: white !important;
  top: 73px !important;
  right: 14px !important;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .map-wrapper #map .gm-ui-hover-effect {
    right: 0 !important;
    top: -17px !important;
    border: 1px solid #A3B1BE !important;
    border-bottom: 0 !important;
  }
}
.refonte-2023 .map-wrapper #map .intervention-item {
  background: #fff;
  border-top-right-radius: 0;
  margin-bottom: 0;
}
.refonte-2023 .map-wrapper #map .intervention-item .bloc-actions {
  margin-left: 30px;
}
.refonte-2023 .map-wrapper #map .intervention-item .bloc-actions .details {
  margin-bottom: 10px;
}
.refonte-2023 .map-wrapper #map .intervention-item .distance-bloc svg.picto-pin g {
  fill: #F36730;
}
.refonte-2023 .map-wrapper #map .intervention-item .distance-bloc .distance-value {
  color: #fff;
}
.refonte-2023 .map-wrapper #map .intervention-item .etablissement .etablissement-name {
  color: #F36730;
}
.refonte-2023 .map-wrapper #map .intervention-item .type-bloc {
  background: #CCDAE1;
}
.refonte-2023 .map-wrapper #map .intervention-item .type-bloc:before {
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #CCDAE1 transparent;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .map-wrapper #map .intervention-item .type-bloc:before {
    border-color: transparent #CCDAE1 transparent transparent;
    border-width: 0 28px 28px 0;
  }
}
.refonte-2023 .map-wrapper #map .intervention-item:after {
  opacity: 1;
}
.refonte-2023 .map-wrapper #map .details {
  display: none;
}
.refonte-2023 .column-map {
  order: 1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .refonte-2023 .column-map {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .refonte-2023 .column-map {
    margin-bottom: 0;
    order: 2;
  }
}
.refonte-2023 .column-list {
  order: 2;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .column-list {
    order: 1;
  }
}
.refonte-2023 .column-list .buttons-actions-list button {
  margin-left: 10px;
  margin-right: 10px;
}
.refonte-2023 .column-list .buttons-actions-list .see-more {
  display: block;
}
.refonte-2023 .fwb, .refonte-2023 .bold {
  font-weight: bold;
}
.refonte-2023 .fw-black {
  font-weight: 900;
}
.refonte-2023 .uppercase {
  text-transform: uppercase;
}
.refonte-2023 .italic {
  font-style: italic;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .md-flex-row {
    flex-direction: row !important;
  }
}
.refonte-2023 .flex-col {
  flex-direction: column;
}
.refonte-2023 .mb-0 {
  margin-bottom: 0 !important;
}
.refonte-2023 .mb-4 {
  margin-bottom: 16px !important;
}
.refonte-2023 .mb-10 {
  margin-right: 10px;
}
.refonte-2023 .mr-12 {
  margin-right: 12px;
}
.refonte-2023 .mr-16 {
  margin-right: 16px;
}
.refonte-2023 .db {
  display: block;
}
.refonte-2023 .dib {
  display: inline-block;
}
.refonte-2023 .df, .refonte-2023 .d-flex {
  display: flex;
}
.refonte-2023 .align-items-center {
  align-items: center;
}
.refonte-2023 .justify-content-end {
  justify-content: flex-end;
}
.refonte-2023 .justify-content-between {
  justify-content: space-between;
}
.refonte-2023 .justify-content-around {
  justify-content: space-around;
}
.refonte-2023 .justify-content-center {
  justify-content: center;
}
.refonte-2023 .underline {
  text-decoration: underline;
}
.refonte-2023 .text-tiny {
  font-size: 14px;
  line-height: 17px;
}
.refonte-2023 .text-medium {
  font-size: 16px;
  line-height: 19px;
}
.refonte-2023 .text-orange {
  color: #F36730;
}
.refonte-2023 .text-dark-blue {
  color: #3B3FAF;
}
.refonte-2023 .text-error {
  color: #e62424;
  font-size: 14px;
  line-height: 17px;
}
.refonte-2023 .label-tiny {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 900;
}
.refonte-2023 .text-balance {
  text-wrap: balance;
}
.refonte-2023 .fade-opacity {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .refonte-2023 .text-md-right {
    text-align: right !important;
  }
  .refonte-2023 .d-md-flex {
    display: flex !important;
  }
  .refonte-2023 .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .refonte-2023 .pr-md-0 {
    padding-right: 0 !important;
  }
  .refonte-2023 .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .refonte-2023 .pl-lg-40 {
    padding-left: 40px !important;
  }
  .refonte-2023 .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.refonte-2023 .p-rel {
  position: relative;
}
.refonte-2023 .p-abs {
  position: absolute;
}
.refonte-2023 .p-abs {
  position: absolute;
}
.refonte-2023 .btn-close {
  background: url("../images/cross.svg") no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.refonte-2023 .btn-close-light {
  background: url("../images/cross-light.svg") no-repeat;
  background-size: cover;
}
.refonte-2023 .alert {
  border: 1px solid;
  border-radius: 8px;
}
.refonte-2023 .alert p {
  margin: 0;
}
.refonte-2023 .alert > div:first-child span {
  font-size: 18px;
  font-weight: 900;
}
.refonte-2023 .alert > div p {
  font-size: 15px;
  font-weight: 400;
}
.refonte-2023 .alert > div p a {
  text-decoration: underline;
  color: #C43700;
}
.refonte-2023 .alert > div p a:hover {
  text-decoration: none;
}
.refonte-2023 .alert.alert-warning {
  background: #FFE6DD;
  color: #C43700;
  border-color: #C43700;
}
.refonte-2023 .type-intervention-bloc .invalid {
  background: rgba(128, 128, 128, 0.4);
  color: rgba(128, 128, 128, 0.6);
}
.refonte-2023 .type-intervention-bloc .invalid .invalid-info-bloc {
  top: 10px;
  color: #C43700;
  border: 1px solid #C43700;
  border-radius: 8px;
  text-align: center;
  background: #FFE6DD;
  font-weight: 500;
  padding: 15px;
}
.refonte-2023 .type-intervention-bloc .invalid .invalid-info-bloc p {
  margin-bottom: 0;
}
.refonte-2023 .type-intervention-bloc > .d-flex {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .type-intervention-bloc > .d-flex {
    flex-direction: row;
  }
}
.refonte-2023 .type-intervention-bloc .bloc-speed-meeting {
  margin-bottom: 26px;
  order: 2;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .type-intervention-bloc .bloc-speed-meeting {
    margin-bottom: 0;
    order: 1;
  }
}
.refonte-2023 .type-intervention-bloc .bloc-intervention-individuelle {
  margin-bottom: 26px;
  order: 1;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .type-intervention-bloc .bloc-intervention-individuelle {
    margin-bottom: 0;
    order: 2;
  }
}
.refonte-2023 .type-intervention-bloc .bloc-operation-sensibilisation {
  margin-bottom: 26px;
  order: 3;
}
@media screen and (min-width: 992px) {
  .refonte-2023 .type-intervention-bloc .bloc-operation-sensibilisation {
    margin-bottom: 0;
  }
}
.refonte-2023 .type-intervention-bloc .type-item {
  border: 1px solid #8c8cbc;
  border-radius: 8px;
  padding: 12px 16px 16px;
}
@media screen and (min-width: 480px) {
  .refonte-2023 .type-intervention-bloc .type-item {
    padding: 24px 32px 32px;
  }
}
.refonte-2023 .type-intervention-bloc .type-item .type-picto {
  font-size: 40px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-picto:before {
  color: #F36730;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-title {
  font-size: 20px;
  color: #303280;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-intro {
  font-size: 16px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-description {
  font-size: 14px;
  margin-top: 24px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details {
  background: rgba(227, 227, 237, 0.5);
  padding: 24px;
  margin-top: 24px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details .details-intro span {
  font-size: 18px;
  font-weight: 700;
  color: #F36730;
  display: block;
  margin-bottom: 2px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details .details-intro p {
  font-size: 14px;
  color: #303280;
  font-weight: 700;
  padding: 0 8px;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #303280;
}
.refonte-2023 .type-intervention-bloc .type-item .type-item-details ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 8px;
  height: 13px;
  border-right: 3px solid #F36730;
  border-bottom: 3px solid #F36730;
  transform: rotate(45deg);
}
.refonte-2023 .type-intervention-bloc .type-item.type-special {
  border: 2px solid #F36730;
  box-shadow: 0 3px 20px rgba(243, 103, 48, 0.2823529412);
  padding-top: 35px;
  margin-top: 20px;
  position: relative;
}
.refonte-2023 .type-intervention-bloc .type-item.type-special .type-item-tag {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  background: #303280;
  color: #fff;
  padding: 10px;
  width: 80%;
  text-align: center;
  border-radius: 4px;
}
.refonte-2023 .popover-custom-inner {
  position: relative;
}
.refonte-2023 .popover-custom-inner .popover-custom {
  visibility: hidden;
  transition: all 0.2s ease;
  position: absolute;
  top: 50px;
  background: #FFE6DD;
  padding: 8px 12px;
  border: 1px solid #C43700;
  color: #C43700;
  border-radius: 4px;
  z-index: 100;
}
.refonte-2023 .popover-custom-inner .popover-custom span {
  font-weight: 700;
  display: block;
  font-size: 18px;
}
.refonte-2023 .popover-custom-inner .popover-custom p {
  font-size: 12px;
}
.refonte-2023 .popover-custom-inner .popover-custom:after {
  content: "";
  position: absolute;
  top: -5.5px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) rotate(45deg);
  background: #FFE6DD;
  border-top: 1px solid #C43700;
  border-left: 1px solid #C43700;
  width: 10px;
  height: 10px;
}
.refonte-2023 .popover-custom-inner .popover-custom:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.refonte-2023 .popover-custom-inner:hover .popover-custom {
  visibility: visible;
}

.banner-card {
  background-color: #F3F5F6;
  border-bottom: 1px solid #CCDAE1;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .banner-card {
    padding: 16px;
  }
}

.titre-fin {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: #303280;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
}
@media screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.table-refonte {
  width: 100%;
}
.table-refonte thead tr th {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #303280;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #303280;
  text-transform: uppercase;
}
.table-refonte thead tr th:not(:first-child) {
  padding-left: 6px;
}
.table-refonte thead tr th:not(:last-child) {
  padding-right: 6px;
}
.table-refonte tbody tr td {
  font-size: 14px;
  line-height: 17px;
  color: #303280;
  padding: 9px 0;
  border: none;
}
.table-refonte tbody tr td:not(:first-child) {
  padding-left: 6px;
}
.table-refonte tbody tr td:not(:last-child) {
  padding-right: 6px;
}

.stepper-back {
  padding: 8px 16px;
  border-radius: 4px 4px 0 0 !important;
  background: #8c8cbc;
  color: white;
  font-size: 12px !important;
  line-height: 15px;
}
.stepper-back:hover {
  background: #303280;
  color: white;
}

.stepper-card {
  border: 1px solid #303280;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 4px 0 #303280;
}
.stepper-card .stepper-heading {
  padding: 13px 24px 11px 24px;
  background-color: #303280;
  color: white;
}
@media (max-width: 768px) {
  .stepper-card .stepper-heading {
    padding: 13px 16px 11px 16px;
  }
}
.stepper-card .stepper-heading .demande-id {
  margin-right: 12px;
  display: inline-block;
  padding: 9px;
  background-color: #8c8cbc;
  color: white;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stepper-card .stepper-heading .demande-id {
    margin-bottom: 8px;
  }
}
.stepper-card .stepper-heading .demande-label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stepper-card .stepper-heading .demande-label {
    margin-bottom: 10px;
  }
}
.stepper-card .stepper-banner {
  background-color: #FFEAE2;
  padding: 24px;
}
@media (max-width: 500px) {
  .stepper-card .stepper-banner {
    padding: 16px;
  }
}
.stepper-card .stepper-banner.blue {
  background-color: #E3E3ED;
}
.stepper-card .stepper-banner.green {
  background-color: #DAF4F0;
}
.stepper-card .stepper-banner .stepper-banner-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  color: #3038A2;
  margin-bottom: 16px;
  text-align: center;
}
.stepper-card .stepper-banner .stepper {
  display: inline-flex;
  grid-gap: 40px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .stepper-card .stepper-banner .stepper {
    grid-gap: 24px;
  }
}
.stepper-card .stepper-banner .stepper div {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #13BC9E;
  font-size: 18px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #13BC9E;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0 #0EA087;
  position: relative;
}
@media (max-width: 500px) {
  .stepper-card .stepper-banner .stepper div {
    width: 30px;
    height: 30px;
  }
}
.stepper-card .stepper-banner .stepper div.check {
  background-color: #13BC9E;
  color: white;
}
.stepper-card .stepper-banner .stepper div .step-info {
  background: #303280;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  border-radius: 4px;
  padding: 16px 8px;
  width: 180px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  color: #fff;
}
.stepper-card .stepper-banner .stepper div .step-info:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #303280;
  transform: translateX(-50%) rotate(-45deg);
}
.stepper-card .stepper-banner .stepper div:hover .step-info {
  opacity: 1;
  pointer-events: auto;
}
.stepper-card .stepper-banner .stepper:before, .stepper-card .stepper-banner .stepper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: white;
  z-index: -2;
  transform: translateY(-2px);
}
.stepper-card .stepper-banner .stepper:after {
  width: 0;
  background-color: #0EA087;
  z-index: -1;
}
.stepper-card .stepper-banner .stepper.step-2:after {
  width: 25%;
}
.stepper-card .stepper-banner .stepper.step-3:after {
  width: 50%;
}
.stepper-card .stepper-banner .stepper.step-4:after {
  width: 75%;
}
.stepper-card .stepper-banner .stepper.step-5:after {
  width: 100%;
}
.stepper-card .stepper-banner .tips-wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 16px;
  flex-wrap: wrap;
}
.stepper-card .stepper-banner .tips-wrapper .tips {
  padding: 24px 16px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  max-width: 260px;
}
.stepper-card .stepper-banner .tips-wrapper .tips p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3B3FAF;
}
.stepper-card .stepper-content {
  padding: 24px;
}
@media (max-width: 500px) {
  .stepper-card .stepper-content {
    padding: 16px;
  }
}
.stepper-card .stepper-content #periode-list,
.stepper-card .stepper-content #creneaux-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.stepper-card .stepper-content #periode-list li,
.stepper-card .stepper-content #creneaux-list li {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 6px;
}
.stepper-card .stepper-content #periode-list li:first-letter,
.stepper-card .stepper-content #creneaux-list li:first-letter {
  text-transform: capitalize;
}
.stepper-card .stepper-content .table-refonte thead tr th {
  text-transform: inherit;
  padding-bottom: 8px;
}
@media (max-width: 1200px) {
  .stepper-card .stepper-content .content-reorder-lg {
    display: flex;
    flex-direction: column-reverse;
  }
}

.card {
  border: 1px solid #303280;
  border-radius: 5px;
  box-shadow: 0 4px 0 #303280;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .card {
    padding: 16px;
  }
}
.card .card-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #303280;
  text-decoration: underline;
}
.card ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: list-nb;
}
.card ol li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #303280;
  font-size: 14px;
  line-height: 17px;
}
.card ol li:before {
  counter-increment: list-nb;
  content: counter(list-nb) ". ";
}
.card ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

hr.blue {
  border-top: 1px solid #303280;
  margin: 16px 0;
}

.badge {
  padding: 3px 4px 5px 4px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .elipsis-nom-intervant {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.modal-refonte .modal-content .modal-header {
  padding: 40px 40px 8px 40px;
  border-bottom: 0;
}
@media (max-width: 600px) {
  .modal-refonte .modal-content .modal-header {
    padding: 40px 20px 8px 20px;
  }
}
.modal-refonte .modal-content .modal-header .modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  color: #303280;
  margin-bottom: 0;
}
.modal-refonte .modal-content .modal-header .close {
  position: absolute;
  top: 24px;
  right: 23px;
  width: 16px;
  height: 16px;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 600px) {
  .modal-refonte .modal-content .modal-header .close {
    top: 17px;
    right: 17px;
  }
}
.modal-refonte .modal-content .modal-header .close:before, .modal-refonte .modal-content .modal-header .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 1px;
  background-color: #303280;
}
@media (max-width: 600px) {
  .modal-refonte .modal-content .modal-header .close:before, .modal-refonte .modal-content .modal-header .close:after {
    width: 19px;
  }
}
.modal-refonte .modal-content .modal-header .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-refonte .modal-content .modal-header .close span {
  display: none;
}
.modal-refonte .modal-content .modal-body {
  padding: 0 40px 40px 40px;
}
@media (max-width: 600px) {
  .modal-refonte .modal-content .modal-body {
    padding: 0 20px 30px 20px;
  }
}

.collapse-responsive-table .hidden-column {
  display: none;
}
.collapse-responsive-table.table tr.toggle-open {
  background-color: #303280;
}
.collapse-responsive-table.table tr td:first-child, .collapse-responsive-table.table tr th:first-child {
  padding-left: 8px;
}
.collapse-responsive-table.table tr td:last-child, .collapse-responsive-table.table tr th:last-child {
  padding-right: 8px;
}
.collapse-responsive-table.table tr td:hover .responsive-collapse-toggler, .collapse-responsive-table.table tr th:hover .responsive-collapse-toggler {
  background-color: #303280;
}
.collapse-responsive-table.table tr td:hover .responsive-collapse-toggler:before, .collapse-responsive-table.table tr td:hover .responsive-collapse-toggler:after, .collapse-responsive-table.table tr th:hover .responsive-collapse-toggler:before, .collapse-responsive-table.table tr th:hover .responsive-collapse-toggler:after {
  background: white;
}
@media (max-width: 500px) {
  .collapse-responsive-table.table tr td .thumbnail-pp, .collapse-responsive-table.table tr th .thumbnail-pp {
    display: none;
  }
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper {
  padding-right: 0;
  padding-top: 0;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler {
  padding: 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler + * {
  margin-left: 8px;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler::before, .collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 12px;
  height: 1px;
  background-color: #303280;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler.open {
  background-color: #303280;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler.open:before {
  background: white;
}
.collapse-responsive-table .responsive-collapse-toggler-wrapper .responsive-collapse-toggler.open:after {
  display: none;
}
.collapse-responsive-table .collapse-row {
  border-bottom: 1px solid #303280 !important;
}
.collapse-responsive-table .collapse-row td {
  background-color: #E3E3ED;
  padding: 10px !important;
}
.collapse-responsive-table .collapse-row td p:not(:last-child) {
  margin-bottom: 8px;
}
.collapse-responsive-table.table-striped .responsive-collapse-toggler-wrapper .responsive-collapse-toggler {
  border: 1px solid #cecece;
}

.table-liste-intervants tbody tr:first-child td {
  padding-top: 9px;
  padding-bottom: 4px;
}
.table-liste-intervants tbody tr td {
  padding-top: 0;
  padding-bottom: 4px;
}
@media (max-width: 600px) {
  .table-liste-intervants tbody tr:not(:first-child) td {
    padding-top: 8px;
  }
}

body.body-top-80 {
  margin-top: 80px;
}

.line-clamp-3 {
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 51px;
}

.show-more-btn {
  color: #303280;
  text-decoration: underline;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  font-size: 14px;
}

.show-more-text:not(.hideable) + .show-more-btn {
  display: none;
}
.show-more-text.hideable:not(.line-clamp-3) + .show-more-btn svg {
  transform: rotate(180deg);
}

.nopadding {
  padding: 0 !important;
}

.search-module {
  position: relative;
  z-index: 100;
}

/********** EVALUATIONS **********/
.page-evaluation {
  margin-top: 0;
  background: #E3E3ED;
  /** CUSTOMS INPUTS **/
}
.page-evaluation .evaluation-progress {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 11px;
  background: #CCDAE1;
  z-index: 100;
}
.page-evaluation .evaluation-progress .current-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #13BC9E;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.page-evaluation * {
  font-family: "Lato" !important;
}
.page-evaluation .navbar {
  position: relative;
  margin-bottom: 0;
}
.page-evaluation .navbar .navbar-toggle {
  display: none;
}
.page-evaluation .navbar .navbar-header {
  float: unset;
  padding-bottom: 0 !important;
}
.page-evaluation .navbar .navbar-brand {
  height: 90px;
  float: unset;
  display: block;
  text-align: center;
}
.page-evaluation .navbar .navbar-brand img {
  height: 60px;
  margin-top: 0;
}
.page-evaluation .navbar .menu-wrapper {
  display: block;
  border-bottom: 0;
  padding-top: 0;
}
.page-evaluation .evaluation-top-bloc {
  background: linear-gradient(90deg, #303280 50%, #13BC9E 50%);
}
@media screen and (max-width: 991px) {
  .page-evaluation .evaluation-top-bloc {
    z-index: 20;
    left: 0;
    right: 0;
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-evaluation .evaluation-top-bloc {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile {
  display: block;
  z-index: 30;
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile .top-wrapper-dropdown-action.active span:after {
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 3px;
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile .top-wrapper-dropdown-mobile-details {
  background: #303280;
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile .top-wrapper-dropdown-mobile-share {
  background: #13BC9E;
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 11px 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile span {
    font-size: 16px;
    padding: 12px 0;
  }
}
.page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -3px;
  margin-right: 3px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile span:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 992px) {
  .page-evaluation .evaluation-top-bloc .top-wrapper-dropdown-mobile {
    display: none;
  }
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper {
  background: #303280;
  padding: 45px 0 132px 0;
}
@media screen and (max-width: 991px) {
  .page-evaluation .evaluation-top-bloc .evaluation-top-wrapper {
    padding-top: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-evaluation .evaluation-top-bloc .evaluation-top-wrapper {
    padding: 0 21px 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top {
    padding-top: 24px;
  }
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top span {
  font-weight: bold;
  font-size: 16px;
  color: #F36730;
  display: block;
  text-transform: uppercase;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top h1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top h1 {
    font-size: 32px;
  }
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-evaluation .evaluation-top-bloc .evaluation-top-wrapper .evaluation-top p {
    margin-bottom: 10px;
  }
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-details {
  background: #303280;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-details .intervention-item-share {
  display: none;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-details .intervention-item-details {
  display: block;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-share {
  background: #13BC9E;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-share .bloc-intervention-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-share .intervention-item-details {
  display: none;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.dropdown-mobile-share .intervention-item-share {
  display: block;
}
.page-evaluation .evaluation-top-bloc.fixed {
  position: fixed;
  top: 0;
}
.page-evaluation .evaluation-top-bloc .evaluation-top-wrapper.open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}
.page-evaluation .evaluation-top-bloc.form-unavailable {
  background: #303280;
}
@media screen and (max-width: 991px) {
  .page-evaluation .evaluation-top-bloc.form-unavailable .evaluation-top-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.page-evaluation .evaluation-top-bloc.form-unavailable .top-wrapper-dropdown-mobile {
  display: none;
}
.page-evaluation #evaluation {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-evaluation #evaluation {
    margin-top: -100px;
  }
}
.page-evaluation #evaluation > .d-flex-md {
  display: block;
}
@media screen and (min-width: 992px) {
  .page-evaluation #evaluation > .d-flex-md {
    display: flex;
  }
}
.page-evaluation #evaluation form {
  margin-left: 21px;
  margin-right: 21px;
}
@media screen and (min-width: 768px) {
  .page-evaluation #evaluation form {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-evaluation #evaluation form .panel-body {
  padding: 0;
}
.page-evaluation #evaluation form .form-item {
  background: #fff;
  padding: 24px;
  border: 1px solid #303280;
  border-bottom-width: 5px;
  border-radius: 4px;
  margin-bottom: 26px;
}
.page-evaluation #evaluation form .form-item .form-item-title {
  font-weight: bold;
  color: #F36730;
  font-size: 24px;
}
.page-evaluation #evaluation form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.page-evaluation #evaluation form .control-label {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #303280;
  margin-bottom: 10px;
}
.page-evaluation #evaluation form .control-label:first-letter {
  text-transform: capitalize;
}
.page-evaluation #evaluation form label {
  font-size: 13px;
  font-weight: bold;
}
.page-evaluation #evaluation form input[type=text] {
  width: 100%;
}
.page-evaluation #evaluation form .slider-group {
  margin-bottom: 10px;
}
.page-evaluation #evaluation form .slider-group label {
  margin-bottom: 20px;
}
.page-evaluation #evaluation form .slider-group .slider {
  background: #8c8cbc;
  height: 25px !important;
  border: 0;
  margin: 10px auto 20px auto;
  width: calc(100% - 20px);
  border-radius: 15px;
}
.page-evaluation #evaluation form .slider-group .slider .ui-slider-range {
  background: #303280;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.page-evaluation #evaluation form .slider-group .slider .ui-state-default {
  opacity: 0;
}
.page-evaluation #evaluation form .slider-group .slider .icon {
  z-index: 15;
  margin-left: -15px;
  top: -10px;
  background-repeat: no-repeat;
  cursor: grab;
  width: 45px !important;
  height: 45px !important;
  background-size: cover;
  position: absolute;
  background-position: center;
}
.page-evaluation #evaluation form .slider-group .slider-count {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.page-evaluation #evaluation form .slider-group .slider-count span {
  display: inline-block;
  width: auto;
  text-align: center;
  font-weight: bold;
}
.page-evaluation .bloc-intervention-inner {
  position: sticky;
  top: 20px;
  max-width: 350px;
}
.page-evaluation .bloc-intervention-inner .bloc-intervention {
  background: #fff;
  border: 1px solid #303280;
  border-bottom-width: 5px;
  border-radius: 4px;
  padding: 24px 22px;
  margin-top: 0;
}
.page-evaluation .bloc-intervention-inner .bloc-intervention .intervention-date-recap {
  margin-bottom: 0;
}
.page-evaluation .bloc-intervention-inner .bloc-intervention .type-bloc {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .page-evaluation .bloc-intervention-inner .bloc-intervention .type-bloc {
    top: 0;
  }
  .page-evaluation .bloc-intervention-inner .bloc-intervention .type-bloc:before {
    border-color: transparent #CCDAE1 transparent transparent !important;
    border-width: 0 28px 28px 0 !important;
  }
}
.page-evaluation .bloc-intervention-inner .bloc-intervention .intervention-tag {
  background: #8c8cbc;
  color: #fff;
  font-weight: bold;
  border: unset;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 0;
}
.page-evaluation .panel-footer {
  background: none;
}
.page-evaluation .custom-input {
  position: relative;
  /** CHECKBOX **/
  /** RADIO **/
}
.page-evaluation .custom-input.custom-checkbox input, .page-evaluation .custom-input.custom-radio input {
  display: none;
}
.page-evaluation .custom-input.custom-checkbox input:checked + label, .page-evaluation .custom-input.custom-radio input:checked + label {
  background: none;
}
.page-evaluation .custom-input.custom-checkbox label, .page-evaluation .custom-input.custom-radio label {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  border: none;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.page-evaluation .custom-input.custom-checkbox label:after, .page-evaluation .custom-input.custom-checkbox label:before, .page-evaluation .custom-input.custom-radio label:after, .page-evaluation .custom-input.custom-radio label:before {
  content: "";
  position: absolute;
}
.page-evaluation .custom-input.custom-checkbox input:checked + label:before {
  background-color: #13BC9E;
  border-color: #13BC9E;
}
.page-evaluation .custom-input.custom-checkbox label:after {
  width: 4px;
  height: 9px;
  top: calc(50% - 1px);
  left: 6px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
.page-evaluation .custom-input.custom-checkbox label:before {
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #303280;
  border-radius: 4px;
}
.page-evaluation .custom-input.custom-radio input {
  display: none;
}
.page-evaluation .custom-input.custom-radio input:checked + label:before {
  border-color: #13BC9E;
}
.page-evaluation .custom-input.custom-radio input:checked + label:after {
  background-color: #13BC9E;
  border-color: #13BC9E;
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.page-evaluation .custom-input.custom-radio label:after {
  width: 9px;
  height: 9px;
  top: 50%;
  left: 4px;
  border: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg) scale(0);
  border-radius: 50px;
  transition: all 0.1s ease;
}
.page-evaluation .custom-input.custom-radio label:before {
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #8c8cbc;
  border-radius: 50px;
}
.page-evaluation .custom-input.disabled label {
  cursor: not-allowed;
  background-color: #8c8cbc !important;
  border: 1px solid #8c8cbc !important;
}
.page-evaluation.page-success {
  background: #E3E3ED;
}
.page-evaluation.page-success .success-bloc {
  background: #fff;
  margin: 20px 0 20px;
  padding: 24px 24px;
  text-align: center;
  border: 1px solid #303280;
  border-bottom: 4px solid #303280;
  border-radius: 4px;
}
.page-evaluation textarea {
  resize: vertical;
  min-height: 100px;
}

.qr-code-popin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.qr-code-popin img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.qr-code-popin.open {
  display: block;
}

.modal-qrcode img {
  max-width: 400px;
}
.modal-qrcode .modal-body {
  display: flex;
  justify-content: center;
  align-content: center;
}

.header-bloc {
  padding: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid #8c8cbc;
}
.header-bloc .header-bloc-inner {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header-bloc .header-bloc-inner {
    flex-direction: row;
  }
}
.header-bloc .header-bloc-inner .header-contact-encart {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .header-bloc .header-bloc-inner .header-contact-encart {
    margin-top: 0px;
  }
}
.header-bloc h1 {
  margin-bottom: 4px;
}
.header-bloc p {
  font-size: 14px;
  margin-bottom: 0;
}

.elearning-intro {
  margin-bottom: 48px;
}
.elearning-intro p {
  margin-bottom: 0;
  font-size: 14px;
}
.elearning-intro h2 {
  margin-bottom: 16px !important;
}
.elearning-intro .elearning_valid {
  border: 1px solid #13BC9E;
}
.elearning-intro .elearning_valid p {
  color: #303280 !important;
}
.elearning-intro .elearning_valid .bloc-elearning-actions {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .elearning-intro .elearning_valid .bloc-elearning-actions {
    flex-direction: row;
  }
}
.elearning-intro .elearning_valid .bloc-elearning-actions > div:last-child {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .elearning-intro .elearning_valid .bloc-elearning-actions > div:last-child {
    flex-direction: row;
  }
}
.elearning-intro .elearning_invalid {
  border: 1px solid #C43700;
}
.elearning-intro .elearning_invalid p {
  color: #C43700 !important;
}
.elearning-intro > div {
  padding: 24px;
  border-radius: 8px;
}
.elearning-intro > div h3 {
  margin-bottom: 8px !important;
}
.elearning-intro > div a {
  margin-top: 16px;
  font-weight: 700 !important;
}

.bloc-list-sessions-echanges .nav li a {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  color: #303280 !important;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .nav li a {
    font-size: 16px;
  }
}
.bloc-list-sessions-echanges .nav li a:hover, .bloc-list-sessions-echanges .nav li a:active, .bloc-list-sessions-echanges .nav li a:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
}
.bloc-list-sessions-echanges .nav li a:after {
  transition: all 0.2s ease;
  width: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  height: 4px;
  background: #303280;
  border-radius: 4px;
}
.bloc-list-sessions-echanges .nav li.active a {
  font-weight: 700;
}
.bloc-list-sessions-echanges .nav li.active a:after {
  width: 60%;
}
.bloc-list-sessions-echanges .tab-content {
  margin-top: 36px;
}
.bloc-list-sessions-echanges .session-inner-wrapper {
  margin-bottom: 18px;
  padding: 0 24px;
}
.bloc-list-sessions-echanges .session-inner-wrapper.is-enrolled {
  padding: 18px 24px;
  background: rgba(19, 188, 158, 0.1);
}
.bloc-list-sessions-echanges .session-inner-wrapper.is-enrolled .session-item {
  align-items: flex-start;
  margin-bottom: 0;
}
.bloc-list-sessions-echanges .session-item {
  font-family: "Lato";
  border-radius: 4px;
  border: 1px solid #A3B1BE;
  position: relative;
  transition: all 0.2s ease;
  color: #20466A;
  padding: 16px;
  margin-top: 60px;
  display: flex;
  background: #fff;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .session-item {
    flex-direction: row;
    margin-top: 0;
    padding: 30px 16px 30px 36px;
  }
}
.bloc-list-sessions-echanges .session-item.is-enrolled {
  align-items: flex-start;
}
.bloc-list-sessions-echanges .session-item:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 4px;
  background: #385A7A;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: opacity 0.2s ease;
}
.bloc-list-sessions-echanges .session-item .session-type {
  position: absolute;
  right: 0;
  padding: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  height: 28px;
  background: #303280;
  border-top-right-radius: 4px;
  top: -29px;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .session-item .session-type {
    top: 0;
  }
}
.bloc-list-sessions-echanges .session-item .session-type span {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  margin-right: 5px;
}
.bloc-list-sessions-echanges .session-item .session-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  transition: all 0.2s ease;
  border-color: transparent transparent #303280 transparent;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .session-item .session-type:before {
    border-width: 0 28px 28px 0;
    transition: all 0.2s ease;
    border-color: transparent #303280 transparent transparent;
  }
}
.bloc-list-sessions-echanges .session-item .session-item-bloc {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc .picto {
  margin-right: 16px;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-date {
  font-size: 16px;
  font-weight: 900;
  color: #C43700;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-date .date {
  margin-right: 8px;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-date .reseau {
  color: #fff;
  background: #C43700;
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
  font-weight: 700;
  border-radius: 16px;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-lieu > div {
  color: #303280;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-lieu > div .lieu {
  font-size: 18px;
  font-weight: 900;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-lieu > div .description {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-tutors {
  margin-bottom: 0;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-tutors > div span {
  font-size: 12px;
  margin-right: 4px;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-tutors > div ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.bloc-list-sessions-echanges .session-item .session-item-bloc.session-tutors > div ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #303280;
}
.bloc-list-sessions-echanges .session-item:hover:after, .bloc-list-sessions-echanges .session-item.active:after {
  opacity: 1;
}
.bloc-list-sessions-echanges .session-item .session-item-action {
  margin-top: 16px;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .session-item .session-item-action {
    align-self: auto;
    margin-top: 0;
    margin-left: 30px;
  }
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered,
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-to-register {
  width: auto;
}
@media screen and (min-width: 768px) {
  .bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered,
  .bloc-list-sessions-echanges .session-item .session-item-action .bloc-to-register {
    width: 192px;
  }
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered {
  background: #13BC9E;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  margin-top: 16px;
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered span {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered .unregister {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #fff;
  margin-top: 8px;
  text-decoration: underline;
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-registered .unregister:hover {
  text-decoration: none;
}
.bloc-list-sessions-echanges .session-item .session-item-action .bloc-to-register {
  text-align: right;
}
.bloc-list-sessions-echanges .session-item.session-old {
  display: block;
  opacity: 0.5;
  pointer-events: none;
  margin-bottom: 16px;
}

.bloc-info-sessions-echanges {
  border-radius: 4px;
  border: 1px solid #8c8cbc;
  padding: 24px;
  border-bottom: 4px solid #303280;
}
.bloc-info-sessions-echanges ul {
  padding-left: 17px;
}

#toast {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.btn-lightblue-full {
  color: #fff;
  background-color: #8C8CBC;
  border-color: #303280;
  border-width: 1px 1px 4px 1px;
}

.btn-lightblue-full:hover {
  color: #fff;
  background-color: #303280;
  border-color: #303280;
}

.progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background-color: #CACADE;
  margin-bottom: 8px;
}
.progress-bar .progress-0 {
  width: 0%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-1 {
  width: 1%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-2 {
  width: 2%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-3 {
  width: 3%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-4 {
  width: 4%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-5 {
  width: 5%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-6 {
  width: 6%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-7 {
  width: 7%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-8 {
  width: 8%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-9 {
  width: 9%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-10 {
  width: 10%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-11 {
  width: 11%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-12 {
  width: 12%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-13 {
  width: 13%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-14 {
  width: 14%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-15 {
  width: 15%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-16 {
  width: 16%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-17 {
  width: 17%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-18 {
  width: 18%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-19 {
  width: 19%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-20 {
  width: 20%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-21 {
  width: 21%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-22 {
  width: 22%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-23 {
  width: 23%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-24 {
  width: 24%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-25 {
  width: 25%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-26 {
  width: 26%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-27 {
  width: 27%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-28 {
  width: 28%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-29 {
  width: 29%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-30 {
  width: 30%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-31 {
  width: 31%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-32 {
  width: 32%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-33 {
  width: 33%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-34 {
  width: 34%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-35 {
  width: 35%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-36 {
  width: 36%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-37 {
  width: 37%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-38 {
  width: 38%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-39 {
  width: 39%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-40 {
  width: 40%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-41 {
  width: 41%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-42 {
  width: 42%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-43 {
  width: 43%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-44 {
  width: 44%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-45 {
  width: 45%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-46 {
  width: 46%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-47 {
  width: 47%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-48 {
  width: 48%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-49 {
  width: 49%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-50 {
  width: 50%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-51 {
  width: 51%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-52 {
  width: 52%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-53 {
  width: 53%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-54 {
  width: 54%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-55 {
  width: 55%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-56 {
  width: 56%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-57 {
  width: 57%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-58 {
  width: 58%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-59 {
  width: 59%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-60 {
  width: 60%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-61 {
  width: 61%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-62 {
  width: 62%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-63 {
  width: 63%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-64 {
  width: 64%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-65 {
  width: 65%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-66 {
  width: 66%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-67 {
  width: 67%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-68 {
  width: 68%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-69 {
  width: 69%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-70 {
  width: 70%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-71 {
  width: 71%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-72 {
  width: 72%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-73 {
  width: 73%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-74 {
  width: 74%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-75 {
  width: 75%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-76 {
  width: 76%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-77 {
  width: 77%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-78 {
  width: 78%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-79 {
  width: 79%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-80 {
  width: 80%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-81 {
  width: 81%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-82 {
  width: 82%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-83 {
  width: 83%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-84 {
  width: 84%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-85 {
  width: 85%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-86 {
  width: 86%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-87 {
  width: 87%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-88 {
  width: 88%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-89 {
  width: 89%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-90 {
  width: 90%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-91 {
  width: 91%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-92 {
  width: 92%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-93 {
  width: 93%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-94 {
  width: 94%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-95 {
  width: 95%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-96 {
  width: 96%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-97 {
  width: 97%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-98 {
  width: 98%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-99 {
  width: 99%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}
.progress-bar .progress-100 {
  width: 100%;
  background-color: #F36730;
  height: 16px;
  border-radius: 8px;
}

.bottom-right-stuck {
  position: fixed;
  bottom: 0;
  right: 24px;
  z-index: 99;
  border-radius: 8px 8px 0 0;
}

.bottom-right {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 99;
  border-radius: 8px 8px 8px 8px;
}

.modal-pop-in {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #303280;
  padding: 24px;
  max-width: 512px;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.modal-pop-in .modal-pop-in-header {
  color: white;
  margin-bottom: 32px;
  position: relative;
}
.modal-pop-in .modal-pop-in-header h1 {
  color: white;
  margin-bottom: 8px;
}
.modal-pop-in .modal-pop-in-header .hint {
  color: #8c8cbc;
}
.modal-pop-in .modal-pop-in-header .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  color: white;
  cursor: pointer;
  opacity: 1;
  text-align: center;
}
.modal-pop-in .modal-pop-in-header .close i {
  width: 24px;
  height: 24px;
}
.modal-pop-in .modal-pop-in-body .di-card {
  background-color: white;
  border-radius: 8px 8px 8px 8px;
}
.modal-pop-in .modal-pop-in-body .di-card:not(:last-child) {
  margin-bottom: 16px;
}
.modal-pop-in .modal-pop-in-body .di-card:nth-child(n+4) {
  display: none;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-header {
  padding: 16px 24px;
  background-color: #e3e3ed;
  color: #303280;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-header .type, .modal-pop-in .modal-pop-in-body .di-card .di-card-header .numero {
  font-size: 16px;
  margin-bottom: 4px;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-header .type {
  padding-right: 4px;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-header .numero {
  color: #F36730;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-header:last-child {
  border-radius: 8px 8px 8px 8px;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-body {
  padding: 16px 24px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.modal-pop-in .modal-pop-in-body .di-card .di-card-body .big-info {
  color: #F36730;
  font-size: 24px;
}
.modal-pop-in .modal-pop-in-body .di-card .di-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-pop-in.pop-in-close {
  transform: translateX(120%) !important;
}

.selectize-dropdown .active.closed-option {
  color: #C43700;
  background-color: #f8f3f2;
}

.selectize-control.plugin-remove_button .item.closed-option .remove {
  border-left: 1px solid #C43700;
}

.selectize-control.multi .selectize-input > div.closed-option {
  border: 1px solid #C43700;
}

.selectize-control.multi .selectize-input [data-value].closed-option {
  background-image: linear-gradient(to bottom, #f5713d, #F36730);
  background-color: #F36730;
}

.survey {
  margin-top: 165px !important;
}
@media screen and (min-width: 768px) {
  .survey {
    margin-top: 80px !important;
  }
}
.survey .menu-wrapper {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .survey .menu-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .survey .navbar-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .survey .navbar-form .form-group {
    width: 30%;
  }
  .survey .navbar-form .form-group input {
    padding: 5px 10px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #A3B1BE;
  }
}

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