@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-light.ttf") format("trueType");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-regular.ttf") format("trueType");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-medium.ttf") format("trueType");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-bold.ttf") format("trueType");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-black.ttf") format("trueType");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  background-color: #FAF8F2;
}

a {
  color: inherit;
  text-decoration: inherit; /* no underline */
  cursor: pointer;
}
a:hover {
  color: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

p {
  line-height: 28px;
  font-weight: 400;
}

.Ap-font-inter {
  font-family: "Roboto", sans-serif;
}

.Ap-font-tajawal {
  font-family: "Roboto", sans-serif;
}

.Ap-col-11 {
  width: 98%;
}

.Ap-col-1 {
  width: 2%;
}

.Ap-fw-l {
  font-weight: 300;
}

.Ap-fw-r {
  font-weight: 400;
}

.Ap-fw-m {
  font-weight: 500;
}

.Ap-fw-b {
  font-weight: 700;
}

.Ap-fw-black {
  font-weight: 900;
}

.Ap-bg-body {
  background: #FAF8F2;
}

.Ap-txt-p-900 {
  color: #68230C;
}

.Ap-txt-p-800 {
  color: #933211;
}

.Ap-txt-p-700 {
  color: #B43D14;
}

.Ap-txt-p-600 {
  color: #D04718;
}

.Ap-txt-p-500 {
  color: #E9501B;
}

.Ap-txt-p-400 {
  color: #ED8674;
}

.Ap-txt-p-300 {
  color: #F2ACA2;
}

.Ap-txt-p-200 {
  color: #F6CBC6;
}

.Ap-txt-p-100 {
  color: #FAE6E4;
}

.Ap-txt-s-900 {
  color: #102234;
}

.Ap-txt-s-800 {
  color: #173049;
}

.Ap-txt-s-700 {
  color: #1C3B5A;
}

.Ap-txt-s-600 {
  color: #214468;
}

.Ap-txt-s-500 {
  color: #254D75;
}

.Ap-txt-s-400 {
  color: #76859A;
}

.Ap-txt-s-300 {
  color: #A3ABB8;
}

.Ap-txt-s-200 {
  color: #C6CBD2;
}

.Ap-txt-s-100 {
  color: #E4E6EA;
}

.Ap-txt-n-800 {
  color: #180F00;
}

.Ap-txt-n-700 {
  color: #322F2B;
}

.Ap-txt-n-600 {
  color: #514F4C;
}

.Ap-txt-n-500 {
  color: #797572;
}

.Ap-txt-n-400 {
  color: #9B9896;
}

.Ap-txt-n-300 {
  color: #BABABA;
}

.Ap-txt-n-200 {
  color: #D4D4D4;
}

.Ap-txt-n-100 {
  color: #EAEAEA;
}

.Ap-txt-white {
  color: #fff;
}

.Ap-txt-err-200 {
  color: #E1060E;
}

.Ap-txt-err-100 {
  color: #e86d7e;
}

.Ap-txt-err-75 {
  color: #ef98a4;
}

.Ap-txt-err-50 {
  color: #fbe6e9;
}

.Ap-txt-val-300 {
  color: #0FAD3E;
}

.Ap-txt-val-200 {
  color: #39a472;
}

.Ap-txt-val-100 {
  color: #74bf9c;
}

.Ap-txt-val-75 {
  color: #9dd2b9;
}

.Ap-txt-val-50 {
  color: #e7f4ee;
}

.Ap-txt-war-300 {
  color: #E89A14;
}

.Ap-bg-p-900 {
  background-color: #68230C;
}

.Ap-bg-p-800 {
  background-color: #933211;
}

.Ap-bg-p-700 {
  background-color: #B43D14;
}

.Ap-bg-p-600 {
  background-color: #D04718;
}

.Ap-bg-p-500 {
  background-color: #E9501B;
}

.Ap-bg-p-400 {
  background-color: #ED8674;
}

.Ap-bg-p-300 {
  background-color: #F2ACA2;
}

.Ap-bg-p-200 {
  background-color: #F6CBC6;
}

.Ap-bg-p-100 {
  background-color: #FAE6E4;
}

.Ap-bg-white {
  background: #fff;
}

.Ap-bg-s-900 {
  background-color: #102234;
}

.Ap-bg-s-800 {
  background-color: #173049;
}

.Ap-bg-s-700 {
  background-color: #1C3B5A;
}

.Ap-bg-s-600 {
  background-color: #214468;
}

.Ap-bg-s-500 {
  background-color: #254D75;
}

.Ap-bg-s-400 {
  background-color: #76859A;
}

.Ap-bg-s-300 {
  background-color: #A3ABB8;
}

.Ap-bg-s-200 {
  background-color: #C6CBD2;
}

.Ap-bg-s-100 {
  background-color: #E4E6EA;
}

.Ap-bg-n-800 {
  background-color: #180F00;
}

.Ap-bg-n-700 {
  background-color: #322F2B;
}

.Ap-bg-n-600 {
  background-color: #514F4C;
}

.Ap-bg-n-500 {
  background-color: #797572;
}

.Ap-bg-n-400 {
  background-color: #9B9896;
}

.Ap-bg-n-300 {
  background-color: #BABABA;
}

.Ap-bg-n-200 {
  background-color: #D4D4D4;
}

.Ap-bg-n-100 {
  background-color: #EAEAEA;
}

.Ap-bg-err-200 {
  background-color: #E1060E;
}

.Ap-bg-err-100 {
  background-color: #e86d7e;
}

.Ap-bg-err-75 {
  background-color: #ef98a4;
}

.Ap-bg-err-50 {
  background-color: #fbe6e9;
}

.Ap-bg-val-300 {
  background-color: #0FAD3E;
}

.Ap-bg-val-200 {
  background-color: #39a472;
}

.Ap-bg-val-100 {
  background-color: #74bf9c;
}

.Ap-bg-val-75 {
  background-color: #9dd2b9;
}

.Ap-bg-val-50 {
  background-color: #e7f4ee;
}

.Ap-bg-war-300 {
  background-color: #E89A14;
}

.Ap-bg-inf-300 {
  background-color: #EDF6FF;
}

.w-70 {
  width: 70%;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-200 {
  padding-bottom: 200px;
}

select.chose-lng {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #110B00;
  margin: 0 0px 0 24px;
  outline: none !important;
  cursor: pointer;
}

header.open-absolute-header .header {
  background: white !important;
}
header .mobile-block {
  display: flex;
  align-items: center;
}
header.absolut-header .header {
  background: transparent;
  width: 100%;
  top: 0;
  position: absolute;
}
header .header {
  background: white;
  padding: 10px 0;
  z-index: 999;
}
header .header .appeler-btn {
  font-weight: 500;
  font-size: 14px;
  color: #110B00;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
}
header .header .appeler-btn:first-letter {
  text-transform: uppercase;
}
header .header .left-header ul {
  margin: 0;
}
header .header .left-header ul li {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 24px;
}
header .header .left-header ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #110B00;
  text-decoration: none;
}
header .header .left-header ul li:first-letter {
  text-transform: uppercase;
}
header .header .left-header .call-number {
  font-weight: 500;
  font-size: 14px;
  color: #110B00;
  text-decoration: none;
  background: url("../img/icons/white/tele.svg") no-repeat center left;
  padding-left: 20px;
  margin-left: 24px;
  padding-right: 0;
}
header .header .left-header .select-lng.form-select {
  padding: 0 !important;
  border: none;
  background: transparent;
  min-width: 190px;
}
header .header .left-header .select-lng .rounded-circle {
  border-radius: 0 !important;
}
header .header .left-header .select-lng .select2-selection__arrow {
  background: url("../img/icons/primary/arows-select2.svg") no-repeat center right;
  width: 13px;
  height: 20px;
  margin-left: 5px;
}
header .header .btn-mobile {
  background: url(../img/icons/btn-menu-mobile.png) no-repeat center;
  width: 27px;
  height: 24px;
  background-size: 23px;
  cursor: pointer;
  margin-left: 10px;
}
header .header .btn-mobile.open {
  background: transparent url(../img/icons/close-menu.png) no-repeat center;
  background-size: 27px;
}
header .header .bloc-logo .logo {
  display: block;
}
header .header .bloc-logo .logo-white {
  display: none;
}
header.in-scrol {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.in-scrol .header {
  background: white;
  padding: 20px 0;
}
header.in-scrol .header .logo {
  display: none;
}
header.in-scrol .header .logo-white {
  display: block;
}

.select-pays .select-btn-pays {
  width: auto;
  display: flex;
  justify-content: flex-end;
  background: transparent;
  padding: 5px 0 5px 0px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0019);
}
@media screen and (max-width: 600px) {
  .select-pays .select-btn-pays {
    padding: 5px 0 5px 5px;
  }
}
.select-pays .select-btn-pays img {
  margin-right: 8px;
  margin-left: 24px;
}
@media screen and (max-width: 600px) {
  .select-pays .select-btn-pays img {
    margin: 0;
  }
}
.select-pays .select-btn-pays .sBtn-text {
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
  padding-left: 0px;
}
.select-pays .select-btn-pays .bx-chevron-down {
  font-size: 23px;
}
.select-pays .options-pays {
  position: absolute;
  padding: 0 11px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0019);
  list-style: none;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 600px) {
  .select-pays .options-pays {
    padding: 0 7px;
  }
}
.select-pays .options-pays .option-pays {
  cursor: pointer;
  margin: 7px 0;
  min-width: 170px;
}
.select-pays .options-pays .option-pays .option-text {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .select-pays .options-pays .option-pays .option-text {
    font-size: 0;
  }
}
.select-pays .options-pays .option-pays .option-text:hover {
  color: #E9501B;
}
.select-pays.active .options-pays {
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select-pays.active .select-btn-pays {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-pays.active .select-btn-pays i {
  transform: rotate(-180deg);
}

.model-etre-appeler .modal-content {
  padding-top: 20px;
  text-align: center;
}
.model-etre-appeler .modal-content .soustitre {
  margin: 10px 0;
}
.model-etre-appeler .modal-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #514F4C;
}
.model-etre-appeler .modal-content p span {
  font-weight: 600;
  color: #254D75;
}
.model-etre-appeler .modal-content input {
  color: #797572;
  font-weight: 500;
}
.model-etre-appeler .modal-content input[type=submit] {
  width: 203px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
  border: none;
  color: #FFFFFF;
  margin-top: 20px;
}
.model-etre-appeler .modal-content .btn-close {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 9;
  outline: none;
}
.model-etre-appeler .modal-content select {
  background: url("../img/icons/icon-select.png") no-repeat center right 12px;
  color: #797572;
  font-weight: 500;
}
.model-etre-appeler .modal-content select:invalid {
  color: #797572;
}
.model-etre-appeler form {
  margin: 30px auto;
}

@media (max-width: 768px) {
  header .header .appeler-btn {
    display: block;
    margin-bottom: 25px;
  }
}
.footer {
  position: relative;
  padding-top: 50px;
}
.footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #514F4C;
  max-width: 330px;
  margin: 20px 0;
}
.footer .reseau-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer .menu-footer li {
  font-weight: 500;
  font-size: 14px;
  color: #514F4C;
  margin-bottom: 12px;
}
.footer .menu-footer li::first-letter {
  text-transform: capitalize;
}
.footer .menu-footer li:first-of-type {
  font-weight: 700;
  font-size: 21px;
  color: #110B00;
  margin-bottom: 15px;
}
.footer .form-footer label {
  font-weight: 700;
  font-size: 21px;
  color: #110B00;
  margin-bottom: 15px;
}
.footer .form-footer .select-pays {
  padding: 0 16px 0 44px;
  width: 257px;
  -webkit-appearance: none;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  outline: none;
  color: #797572;
  background-image: url(../img/icons/primary/icon-lng.svg), url(../img/icons/primary/arows-select2.svg);
  background-repeat: no-repeat;
  background-position: center left 15px, center right 15px;
  background-color: white;
}
.footer:before {
  content: "";
  position: absolute;
  height: 100%;
  background: white;
  width: 35%;
  top: 0;
  left: 0;
  max-width: 1035px;
}
.footer::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #F9F9F9;
  width: 65%;
  top: 0;
  right: 0;
  z-index: -1;
}
.footer .bottom-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 30px;
}
.footer .bottom-footer ul {
  margin: 0;
}
@media (max-width: 600px) {
  .footer .bottom-footer ul {
    display: inline-block;
  }
}
.footer .bottom-footer ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer .bottom-footer ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #514F4C;
}
.footer .bottom-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #797572;
  margin: 0;
}
.footer .bottom-footer .chose-lng {
  color: #514F4C;
}
.footer .lng-footer {
  border-color: #EBEBEB !important;
  color: #797572;
}
.footer .lng-footer.form-select {
  padding-top: 12px !important;
  width: 220px !important;
  padding-bottom: 12px;
  background-image: url("../img/icon-select-foot.png");
  background-size: 13px;
}

/*********************************** Mobile Footer *******************************/
@media (max-width: 575.98px) {
  .footer::before {
    width: 100%;
    height: 32%;
  }
  .footer::after {
    bottom: 0;
    height: 70%;
    width: 100%;
    top: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer::before {
    width: 100%;
    height: 32%;
  }
  .footer::after {
    bottom: 0;
    height: 70%;
    width: 100%;
    top: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer::before {
    width: 37%;
  }
}
@media (min-width: 996px) {
  .header .mobile-block {
    display: flex !important;
  }
}
@media (max-width: 995px) {
  .pd-footer {
    padding-bottom: 135px;
  }
  header .header .left-header .mobile-block {
    padding: 30px 7%;
    position: absolute;
    width: 100%;
    background: white;
    top: 81px;
    left: 0;
    display: none;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.18);
    z-index: 9;
  }
  header .header .left-header .mobile-block li {
    display: block;
    vertical-align: baseline;
    margin: 25px 10px;
    text-align: left;
  }
  header .header .left-header .mobile-block li a {
    font-size: 18px;
  }
  header .header .left-header .mobile-block button {
    display: block;
    max-width: 40%;
    margin-bottom: 20px;
  }
  header .header .left-header .mobile-block select.chose-lng {
    margin: 0 10px 20px 0;
  }
  header .header .left-header .mobile-block .form-floating {
    max-width: 25%;
  }
  header .header .left-header .mobile-block .select-pays .select-btn-pays {
    display: flex;
    justify-content: left;
    padding: 5px 0 5px 0;
    min-width: 155px;
  }
  header .header .left-header .call-number {
    margin-left: 0;
  }
  .select2-results__option {
    min-width: inherit;
    margin-bottom: 11px !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .select2-results__option span {
    font-size: 0;
  }
  .select2-results__option .rounded-circle {
    border-radius: 0 !important;
  }
  .footer:before {
    width: 100%;
  }
  .footer p {
    margin: 20px 0;
  }
  .footer .lng-footer.form-select {
    margin: 20px auto;
  }
  .footer .select-pays {
    margin: 0 0 20px 0;
  }
  .footer .bottom-footer {
    display: block;
  }
  .footer .bottom-footer .chose-lng {
    margin: 20px;
  }
  .footer .bottom-footer p {
    margin: 10px auto;
  }
}
@media (max-width: 800px) {
  header .header .left-header .mobile-block {
    padding: 30px 4%;
  }
}
@media (max-width: 640px) {
  #map-all-projet {
    height: 280px;
  }
  header .header select.chose-lng {
    margin: 0 10px;
  }
  footer .footer .pmf {
    padding-left: 10px;
  }
}
.Ap-text-8 {
  font-size: 0.5rem;
}

.Ap-text-9 {
  font-size: 0.5625rem;
}

.Ap-text-10 {
  font-size: 0.625rem;
}

.Ap-text-11 {
  font-size: 0.6875rem;
}

.Ap-text-12 {
  font-size: 0.75rem;
}

.Ap-text-13 {
  font-size: 0.8125rem;
}

.Ap-text-14 {
  font-size: 0.875rem;
}

.Ap-text-15 {
  font-size: 0.9375rem;
}

.Ap-text-16 {
  font-size: 1rem;
}

.Ap-text-17 {
  font-size: 1.0625rem;
}

.Ap-text-18 {
  font-size: 1.125rem;
}

.Ap-text-19 {
  font-size: 1.1875rem;
}

.Ap-text-20 {
  font-size: 1.25rem;
}

.Ap-text-21 {
  font-size: 1.3125rem;
}

.Ap-text-22 {
  font-size: 1.375rem;
}

.Ap-text-23 {
  font-size: 1.4375rem;
}

.Ap-text-24 {
  font-size: 1.5rem;
}

.Ap-text-25 {
  font-size: 1.5625rem;
}

.Ap-text-26 {
  font-size: 1.625rem;
}

.Ap-text-27 {
  font-size: 1.6875rem;
}

.Ap-text-28 {
  font-size: 1.75rem;
}

.Ap-text-29 {
  font-size: 1.8125rem;
}

.Ap-text-30 {
  font-size: 1.875rem;
}

.Ap-text-31 {
  font-size: 1.9375rem;
}

.Ap-text-32 {
  font-size: 2rem;
}

.Ap-text-33 {
  font-size: 2.0625rem;
}

.Ap-text-34 {
  font-size: 2.125rem;
}

.Ap-text-35 {
  font-size: 2.1875rem;
}

.Ap-text-36 {
  font-size: 2.25rem;
}

.Ap-text-37 {
  font-size: 2.3125rem;
}

.Ap-text-38 {
  font-size: 2.375rem;
}

.Ap-text-39 {
  font-size: 2.4375rem;
}

.Ap-text-40 {
  font-size: 2.5rem;
}

.Ap-text-41 {
  font-size: 2.5625rem;
}

.Ap-text-42 {
  font-size: 2.625rem;
}

.Ap-text-43 {
  font-size: 2.6875rem;
}

.Ap-text-44 {
  font-size: 2.75rem;
}

.Ap-text-45 {
  font-size: 2.8125rem;
}

.Ap-text-46 {
  font-size: 2.875rem;
}

.Ap-text-47 {
  font-size: 2.9375rem;
}

.Ap-text-48 {
  font-size: 3rem;
}

.Ap-text-49 {
  font-size: 3.0625rem;
}

.Ap-text-50 {
  font-size: 3.125rem;
}

.Ap-text-51 {
  font-size: 3.1875rem;
}

.Ap-text-52 {
  font-size: 3.25rem;
}

.Ap-text-53 {
  font-size: 3.3125rem;
}

/* Keyframes Cloud*/
@keyframes animateCloud1 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(16px, 50px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes animateCloud2 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(50px, 16px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes animateCloud3 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animateCloud4 {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.aa {
  position: relative;
  width: 100px;
  height: 1000px;
}

.Circle {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  offset-path: path("M50,0 C100,0 100,50 50,50 C0,50 0,100 50,100 C100,100 100,150 50,150 C0,150 0,200 50,200 C100,200 100,250 50,250 C0,250 0,300 50,300 C100,300 100,350 50,350 C0,350 0,400 50,400 C100,400 100,450 50,450 C0,450 0,500 50,500 C100,500 100,550 50,550 C0,550 0,600 50,600 C100,600 100,650 50,650 C0,650 0,700 50,700 C100,700 100,750 50,750 C0,750 0,800 50,800 C100,800 100,850 50,850 C0,850 0,900 50,900 C100,900 100,950 50,950 C0,950 0,1000 50,1000 C100,1000 100,1050 50,1050");
  will-change: offset-distance;
  animation: move 10s infinite alternate;
}

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

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-fill {
  object-fit: fill;
}

.object-center {
  object-position: center;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.bottom-75 {
  bottom: 75%;
}

.rounded-16 {
  border-radius: 1rem;
}

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded-t-16 {
  border-radius: 1rem 1rem 0 0;
}

.rounded-t-2 {
  border-radius: 0.5rem 0.5rem 0 0;
}

.cursor-pointer {
  cursor: pointer;
}

.Ap-gradient-bt {
  background: linear-gradient(180deg, #BABABA 0%, #F2ACA2 100%);
}

.Ap-gradient-btw {
  background: linear-gradient(180deg, rgba(147, 196, 253, 0.3490196078) 0%, rgba(147, 197, 253, 0) 100%);
}

.Ap-icon {
  width: 32px;
  height: 32px;
}

.bg-to-top {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
}

.bg-shadow {
  background: rgba(0, 0, 0, 0.4);
}

.h-65 {
  height: 65% !important;
}

.Ap-zindex-2 {
  z-index: 2;
}

.Ap-zindex-3 {
  z-index: 3;
}

.hoverinitial:hover {
  color: initial;
}

.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

@media screen and (max-width: 840px) {
  .h-sm-100 {
    height: auto !important;
  }
}

.truncate-p p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .truncate-p p {
    -webkit-line-clamp: 2;
  }
}

/* Declare text styles */
.heading-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-1 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-1 {
    font-size: 2.25rem;
  }
}

.heading-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-2 {
    font-size: 1.75rem;
  }
}

.heading-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-3 {
    font-size: 1.375rem;
  }
}

.heading-4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-4 {
    font-size: 1.25rem;
  }
}

.heading-5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-5 {
    font-size: 1rem;
  }
}

.heading-6 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .heading-6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-6 {
    font-size: 0.875rem;
  }
}

.soustitre {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .soustitre {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .soustitre {
    font-size: 0.875rem;
  }
}

.paragraphe {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .paragraphe {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .paragraphe {
    font-size: 0.875rem;
  }
}

.petit-paragraphe {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .petit-paragraphe {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .petit-paragraphe {
    font-size: 0.75rem;
  }
}

.caption {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .caption {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 0.75rem;
  }
}

.z-1 {
  z-index: 1;
}

.link-pages {
  padding: 32px 0;
}
.link-pages ul {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .link-pages ul {
    display: block;
  }
}
.link-pages ul li {
  background: transparent url(../img/arrow-link.png) no-repeat center right;
  padding-right: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .link-pages ul li {
    display: inline-block;
  }
}
.link-pages ul li a {
  color: #110B00;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .link-pages ul li a {
    font-size: 12px;
  }
}
.link-pages ul li:last-of-type {
  background: none;
}
.link-pages ul li:last-of-type a {
  color: #797572;
  font-weight: 400;
}

button {
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: unset;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.Ap-btn-primary {
  font-size: 0.875rem;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .Ap-btn-primary {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-btn-primary {
    font-size: 0.875rem;
  }
}
.Ap-btn-primary:hover {
  color: #fff;
  background: linear-gradient(260.22deg, #E9501B 0%, #E9501B 100%);
}
.Ap-btn-primary:disabled {
  opacity: 0.5;
  user-select: none;
}

.Ap-btn-secondary {
  font-size: 0.875rem;
  padding: 12px 24px;
  font-weight: 700;
  box-shadow: inset 0px 0px 0px 2px #E9501B;
  border-radius: 2px;
  color: #E9501B;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .Ap-btn-secondary {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-btn-secondary {
    font-size: 0.875rem;
  }
}
.Ap-btn-secondary:hover {
  color: #E9501B;
  background-color: #FAE6E4;
}
.Ap-btn-secondary:disabled {
  opacity: 0.5;
  user-select: none;
}

.Ap-btn-tertiary {
  font-size: 0.875rem;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 2px;
  color: #E9501B;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .Ap-btn-tertiary {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-btn-tertiary {
    font-size: 0.875rem;
  }
}
.Ap-btn-tertiary:hover {
  color: #E9501B;
  background-color: #FAE6E4;
}
.Ap-btn-tertiary:disabled {
  opacity: 0.5;
  user-select: none;
}

.Ap-btn-white {
  font-size: 0.875rem;
  padding: 12px 24px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 2px;
  color: #fff;
  background: transparent;
  border: 2px solid;
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .Ap-btn-white {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-btn-white {
    font-size: 0.875rem;
  }
}
.Ap-btn-white:hover {
  color: #fff;
  background: linear-gradient(260.22deg, #E9501B 0%, #E9501B 100%);
}
.Ap-btn-white:disabled {
  opacity: 0.5;
  user-select: none;
}

.Ap-btn-savoir {
  font-size: 0.75rem;
  padding: 6px 15px;
  font-weight: 700;
  box-shadow: inset 0px 0px 0px 2px #E9501B;
  border-radius: 2px;
  color: #E9501B;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .Ap-btn-savoir {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-btn-savoir {
    font-size: 0.625rem;
  }
}
.Ap-btn-savoir:hover {
  color: #E9501B;
  background-color: #FAE6E4;
}
.Ap-btn-savoir:disabled {
  opacity: 0.5;
  user-select: none;
}

.Ap-badge {
  font-size: 0.75rem;
  background: rgba(195, 195, 195, 0.5);
  padding: 1px 3px;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .Ap-badge {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-badge {
    font-size: 0.75rem;
  }
}
.Ap-badge.Ap-brb {
  background: rgba(193, 224, 255, 0.2);
}

.Ap-link {
  font-size: 0.75rem;
  font-weight: 700;
  color: #E9501B;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .Ap-link {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-link {
    font-size: 0.75rem;
  }
}
.Ap-link:hover {
  color: #ED8674;
}
.Ap-link.secondary {
  color: #254D75;
}
.Ap-link.secondary:hover {
  color: #254D75;
}

[aria-expanded=false] > .SearchExpanded,
[aria-expanded=true] > .SearchCollapsed {
  display: none;
}

.Ap-slider-m {
  /* the slides */
  /* the parent */
}
.Ap-slider-m .slick-slide {
  margin: 0 18px;
}
.Ap-slider-m .slick-prev,
.Ap-slider-m .slick-next {
  z-index: 5;
}
.Ap-slider-m .slick-arrow:before {
  color: #D04718 !important;
}

.Ap-content-banner {
  padding-top: 120px;
  min-height: 480px;
  background: url(../../assets/img/Banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Ap-content-banner #Ap-birds {
  position: absolute;
  width: 300px;
  height: 300px;
  inset: 0;
}
.Ap-content-banner .x1 .cloud {
  position: absolute;
  background: url(../img/icons/white/cloud1.png) center no-repeat;
  width: 90px;
  height: 50px;
  background-size: contain;
  animation: animateCloud1 12s ease-in-out infinite;
  top: 20%;
  right: 10%;
}
.Ap-content-banner .x2 {
  position: absolute;
  background: url(../img/icons/white/cloud2.png) center no-repeat;
  width: 87px;
  height: 40px;
  background-size: contain;
  animation: animateCloud2 20s linear infinite;
  top: 35%;
  right: 25%;
}
.Ap-content-banner .x3 {
  position: absolute;
  background: url(../img/icons/white/cloud3.png) center no-repeat;
  width: 130px;
  height: 150px;
  animation: animateCloud3 25s linear infinite;
  background-size: contain;
  top: 120px;
  left: -5px;
}
.Ap-content-banner .x4 {
  position: absolute;
  background: url(../img/icons/white/cloud4.png) center no-repeat;
  width: 837px;
  height: 242px;
  background-size: contain;
  animation: animateCloud4 60s linear infinite;
  bottom: 0px;
}
.Ap-content-banner img {
  position: absolute;
  height: 35vw;
}
.Ap-content-banner h1 {
  font-size: 3rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .Ap-content-banner h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-content-banner h1 {
    font-size: 1.875rem;
  }
}
.Ap-content-banner p {
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .Ap-content-banner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-content-banner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .Ap-content-banner p {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) and (max-width: 1024px) {
  .Ap-content-banner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 768px) {
  .Ap-content-banner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .Ap-content-banner img {
    position: initial;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1400px) {
  .Ap-content-banner img {
    height: 30vw;
  }
}
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.main-visiteur {
  background-color: #FEF7F2;
  position: relative;
  height: 100vh;
  z-index: 1;
}
.main-visiteur::before {
  content: "";
  position: absolute;
  background: url("../img/back-visi.png") no-repeat;
  background-size: contain;
  width: 100%;
  background-position: center center;
  height: 90%;
  z-index: -1;
  top: 30px;
}
.main-visiteur .cas-visiteur {
  padding-top: 50px;
  gap: 40px;
}
.main-visiteur .cas-visiteur .img-vst {
  width: 130px;
}
.main-visiteur .cas-visiteur h1 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 3rem;
  width: 510px;
}
.main-visiteur .cas-visiteur h1 strong {
  color: #68230C;
}
.main-visiteur .cas-visiteur p {
  text-align: justify;
}
.main-visiteur .cas-visiteur .des-afrique {
  width: 510px;
}
.main-visiteur .cas-visiteur .des-afrique p {
  font-weight: 500;
  text-align: justify;
}
.main-visiteur .cas-visiteur h6 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.3125rem;
}
.main-visiteur .cas-visiteur .choix-pays {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}
.main-visiteur .cas-visiteur .choix-pays .pays {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.main-visiteur .cas-visiteur .choix-pays .pays .pays-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 5px;
  padding: 20px;
  background: rgb(240, 250, 244);
  background: linear-gradient(270deg, rgb(240, 250, 244) 26%, rgb(255, 246, 239) 74%);
  width: 235px;
  transform: translateY(0);
  transition: linear 0.3s;
}
.main-visiteur .cas-visiteur .choix-pays .pays .pays-box:hover {
  background: linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
  color: #fff;
  transform: translateY(-10px);
}

/******************************** Page Mobile Choisir Pays ***********************************/
@media (max-width: 575.98px) {
  .main-visiteur {
    height: 100%;
  }
  .main-visiteur::before {
    background-size: cover;
    height: 50%;
  }
  .main-visiteur .cas-visiteur h1 {
    width: initial;
    font-size: 1.875rem;
  }
  .main-visiteur .cas-visiteur .des-afrique {
    width: initial;
  }
  .main-visiteur .cas-visiteur .choix-pays > span {
    display: block;
    text-align: left !important;
  }
  .main-visiteur .cas-visiteur .choix-pays .pays {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
  .main-visiteur .cas-visiteur .choix-pays .pays .pays-box {
    width: 100%;
  }
  .main-visiteur .cas-visiteur h6 {
    margin-block: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-visiteur {
    height: 100%;
  }
  .main-visiteur .cas-visiteur h1 {
    width: initial;
    font-size: 1.875rem;
  }
  .main-visiteur .cas-visiteur .des-afrique {
    width: initial;
  }
  .main-visiteur .cas-visiteur .choix-pays .pays {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-visiteur .cas-visiteur h1 {
    width: initial;
    font-size: 1.875rem;
  }
  .main-visiteur .cas-visiteur .des-afrique {
    width: initial;
  }
  .main-visiteur .cas-visiteur .choix-pays .pays {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
}
.search-results {
  padding-top: 40px !important;
}
.search-results .prev-search a {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto";
  color: #495057;
  width: fit-content;
}
.search-results .prev-search a .chevron-main {
  transform: rotate(90deg);
  object-fit: contain;
}
.search-results .prev-search a .chevron-hover {
  opacity: 0;
  display: none;
}
.search-results .prev-search a:hover {
  color: #E9501B;
}
.search-results .prev-search a:hover .chevron-hover {
  opacity: 1;
  display: inline-block;
}
.search-results .prev-search a:hover .chevron-main {
  opacity: 0;
  display: none;
}
.search-results h5 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 12px;
}
.search-results .trier-prix {
  width: 20%;
}
.search-results .trier-prix p {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #495057;
}
.search-results .trier-prix select {
  border-radius: inherit;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto";
  color: #495057;
}

.projet-find {
  background-color: #fff;
  box-shadow: 0px 8px 12px 0px rgb(224, 224, 224);
}
.projet-find__top .localisation {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto";
  color: #919191;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .projet-find__top .localisation {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .projet-find__top .localisation {
    font-size: 0.75rem;
  }
}
.projet-find__top .localisation .card-back {
  visibility: hidden;
}
.projet-find__top h5 {
  color: #232323;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Roboto";
}
@media screen and (max-width: 1024px) {
  .projet-find__top h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .projet-find__top h5 {
    font-size: 1rem;
  }
}
.projet-find__top span {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #495057;
}
@media screen and (max-width: 1024px) {
  .projet-find__top span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .projet-find__top span {
    font-size: 0.75rem;
  }
}
.projet-find__top .price {
  color: #254D75;
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "Roboto";
}
@media screen and (max-width: 1024px) {
  .projet-find__top .price {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .projet-find__top .price {
    font-size: 1rem;
  }
}
.projet-find__top .price.loading {
  margin-top: 5px;
}
.projet-find__top .price.loading span {
  visibility: hidden;
}
.projet-find__top .price span {
  color: #495057;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .projet-find__top .price span {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .projet-find__top .price span {
    font-size: 1rem;
  }
}
.projet-find__bottom p {
  color: #495057;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto";
}
.projet-find__bottom p.loading {
  width: 55%;
}
.projet-find__bottom h6 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto";
  color: #495057;
}
.projet-find__bottom h6.loading {
  width: 55%;
}
.projet-find__bottom a {
  color: #E9501B;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto";
}
.projet-find__bottom a.loading img {
  visibility: hidden;
  height: 40px;
}
.projet-find__bottom a .chevron-hover {
  opacity: 0;
  display: none;
}
.projet-find__bottom a:hover .chevron-hover {
  opacity: 1;
  display: inline-block;
}
.projet-find__bottom a:hover .chevron-main {
  opacity: 0;
  display: none;
}
.projet-find__bottom .Ap-btn-primary {
  padding: 10px 30px;
}
.projet-find .img-projet {
  right: -30px;
  bottom: -25px;
}

.paggination-one .pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-border-color: none;
  gap: 15px;
}
.paggination-one .pagination .page-item.active .page-link {
  background: linear-gradient(260.22deg, #f39101 0%, #e9501b 100%);
  border-radius: 50%;
  color: #fff;
}
.paggination-one .pagination .page-item .page-link {
  color: #495057;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 700;
}
.paggination-one .pagination .page-item .page-link:hover {
  background-color: transparent;
}
.paggination-one .pagination .page-item .page-link.next {
  color: #E9501B;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 700;
  position: relative;
  padding-inline: 0;
}
.paggination-one .pagination .page-item .page-link.next::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  height: 2px;
  background: #E9501B;
  width: 0%;
  transition: all 0.4s ease;
}
.paggination-one .pagination .page-item .page-link.next:hover::after {
  width: 100%;
}
.paggination-one .pagination .page-item .page-link.prev {
  color: #e2e2e2;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 700;
}

/************************************** Page search resultats *****************************/
@media (max-width: 575.98px) {
  .search-results .trier-prix {
    width: 60%;
  }
  .paggination .pagination .page-item.active .page-link {
    padding-inline: 15px;
  }
  .paggination .pagination .page-item .page-link {
    padding-inline: 5px;
  }
  .projet-find {
    height: 400px;
  }
  .projet-find .projet-find__bottom .btn-search-mo button,
  .projet-find .projet-find__bottom .btn-search-mo a {
    width: 100%;
    text-align: center;
  }
  .projet-find .projet-find__bottom #img-abs {
    width: 100%;
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-results .trier-prix {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .projet-find {
    height: 350px;
  }
  .projet-find__bottom .find-btn {
    flex-direction: column !important;
    align-items: start !important;
  }
  .projet-find__bottom #img-abs {
    height: 155px;
  }
}
@media (min-width: 1025px) and (max-width: 1366.98px) {
  .projet-find__bottom .Ap-btn-primary {
    padding: 10px 20px;
  }
  .projet-find__bottom #img-abs {
    width: 215px;
  }
}
.show-confirmation {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 100px;
  text-align: center;
  max-width: 598px;
  margin: auto;
  height: 100vh;
}
.show-confirmation #SuccessLottie {
  text-align: center;
}
.show-confirmation #SuccessLottie svg {
  width: 50% !important;
  height: 100% !important;
}
.show-confirmation h2 {
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #161616;
}
@media screen and (max-width: 1024px) {
  .show-confirmation h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .show-confirmation h2 {
    font-size: 2rem;
  }
}
.show-confirmation p {
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .show-confirmation p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .show-confirmation p {
    font-size: 1rem;
  }
}
.show-confirmation .lotties-contact {
  border: 1px solid #F6CCC6;
  width: 460px;
  margin: auto;
}
.show-confirmation .lotties-contact p {
  width: 370px;
  line-height: 1;
  padding-top: 15px;
}
.show-confirmation a {
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #E9501B;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .show-confirmation a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .show-confirmation a {
    font-size: 0.875rem;
  }
}
.show-confirmation a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #E9501B;
  width: 0%;
  transition: all 0.4s ease;
}
.show-confirmation a:hover::after {
  width: 100%;
}

/******************** Mobile page confirmation ***********************/
@media (max-width: 575.98px) {
  .show-confirmation p {
    line-height: 16px;
  }
  .show-confirmation .lotties-contact {
    width: 370px;
    padding-inline: 5px;
  }
}
.select2-container--default .select2-dropdown {
  border: 1px solid #EAEAEA;
  border-top: none;
}
.select2-container--default .select2-selection--multiple {
  padding: 6px 5px 2px 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEA;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::before {
  border: none;
  content: "";
  background: url("../img//icons/primary/chevron-down.svg") no-repeat 0 0;
  width: 18px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
  list-style: none;
  line-height: initial;
  padding: 2px 3px;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-of-type {
  margin-left: 28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  color: #ED8674;
  z-index: 4;
  font-size: 0px;
  transition: transform 0.3s ease-in-out;
  background: url("../img//icons/primary/x.svg") no-repeat 0 0, transparent;
  width: 18px;
  height: 20px;
  background-size: contain;
  right: 8px;
  top: 8px;
  margin-inline-end: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 0.8125rem;
  display: flex;
  background: #FAE6E4;
  color: black;
  border: 1px solid #F39101;
}
@media screen and (max-width: 1024px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 0.8125rem;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
  order: 2;
}
.select2-container--default .select2-selection__choice__remove {
  margin-inline-start: 5px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #E9501B;
}
.select2-container--default .select2-container--focus {
  border: none;
}
.select2-container--default .ApSelectDrop .select2-results__option {
  vertical-align: middle;
  background-color: #fff;
  padding: 1px 5px;
  font-weight: 700;
}
.select2-container--default .ApSelectDrop .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  border: 1px solid #C6CBD2;
  border-radius: 2px;
  background-color: transparent;
  margin-inline-end: 5px;
  margin-inline-start: 5px;
  top: 4px;
}
.select2-container--default .ApSelectDrop .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.select2-container--default .ApSelectDrop .select2-results__option[aria-selected=true]:before {
  content: "";
  background: url(../img/icons/grey/check.svg) center, #FAE6E4;
  background-size: cover;
  border: 1px solid #F2ACA2;
}
.select2-container--default input {
  text-indent: 28px;
}
.select2-container--default input.select2-search__field {
  min-width: 125px;
  margin-top: 3px !important;
}
.select2-container--default input.select2-search__field::placeholder {
  font-weight: 500;
  opacity: 0.8;
  color: #797572;
  padding-left: 8px !important;
}
.select2-container--default .select2-container--open .select2-dropdown--below {
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  border-top: none;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered:before {
  transform: rotateX(3.142rad) translateY(10px);
}

.select2-search.select2-search--inline {
  width: 1px !important;
}

.Ap-HomePage .Ap-cloud {
  position: relative;
}
.Ap-HomePage .Ap-cloud .x1 .cloud {
  position: absolute;
  background: url(../img/icons/white/cloud1.png) center no-repeat;
  width: 90px;
  height: 50px;
  background-size: contain;
  animation: animateCloud1 12s ease-in-out infinite;
  top: 20%;
  right: 10%;
}
.Ap-HomePage .Ap-cloud .x2 {
  position: absolute;
  background: url(../img/icons/white/cloud2.png) center no-repeat;
  width: 87px;
  height: 40px;
  background-size: contain;
  animation: animateCloud2 20s linear infinite;
  top: 35%;
  right: 25%;
}
.Ap-HomePage .Ap-cloud .x3 {
  position: absolute;
  background: url(../img/icons/white/cloud3.png) center no-repeat;
  width: 130px;
  height: 150px;
  animation: animateCloud3 25s linear infinite;
  background-size: contain;
  top: 120px;
  left: -5px;
}
.Ap-HomePage .Ap-cloud .x4 {
  position: absolute;
  background: url(../img/icons/white/cloud4.png) center no-repeat;
  width: 837px;
  height: 242px;
  background-size: contain;
  animation: animateCloud4 60s linear infinite;
  bottom: 0px;
}
.Ap-HomePage .Ap-cloud #Ap-birds {
  position: absolute;
  width: 300px;
  height: 300px;
  inset: 0;
}
.Ap-HomePage .Ap-search {
  transform: translateY(-140px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.Ap-HomePage .Ap-search label {
  padding-left: 16px !important;
}
.Ap-HomePage .Ap-border-right :not(:last-child) {
  border-inline-end: 1px solid #fff;
}
.Ap-HomePage .hover-scl {
  cursor: pointer;
}
.Ap-HomePage .hover-scl:hover {
  color: #fff;
}
.Ap-HomePage .hover-scl .Ap-arrow-end {
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.Ap-HomePage .hover-scl img {
  transition: transform 0.3s ease-in-out;
}
.Ap-HomePage .hover-scl:hover .Ap-arrow-end {
  opacity: 1;
  transform: translateX(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.Ap-HomePage .hover-scl:hover img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.03);
}
.Ap-HomePage .Ap-Etape-Achat {
  min-height: 340px;
  position: relative;
}
.Ap-HomePage .Ap-Etape-Achat h4 {
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .Ap-HomePage .Ap-Etape-Achat h4 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-HomePage .Ap-Etape-Achat h4 {
    font-size: 1rem;
  }
}
.Ap-HomePage .Ap-Etape-Achat h5 {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .Ap-HomePage .Ap-Etape-Achat h5 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-HomePage .Ap-Etape-Achat h5 {
    font-size: 0.875rem;
  }
}
.Ap-HomePage .Ap-Etape-Achat p {
  font-size: 0.875rem;
  line-height: 21px;
}
@media screen and (max-width: 1024px) {
  .Ap-HomePage .Ap-Etape-Achat p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-HomePage .Ap-Etape-Achat p {
    font-size: 0.75rem;
  }
}
.Ap-HomePage .Ap-Etape-Achat p:last-child {
  padding: 10px 0 0 0;
  margin: 0;
}
.Ap-HomePage .Ap-Etape-Achat .Ap-gradiant-num {
  font-size: 68px;
  background: linear-gradient(220.66deg, rgba(243, 145, 1, 0.251) -3.42%, rgba(233, 80, 27, 0.039) 90.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1;
}
.Ap-HomePage .Ap-Etape-Achat .Ap-btn-savoir {
  position: absolute;
  bottom: 20px;
}
.Ap-HomePage .Ap-Accordion {
  font-size: 0.875rem;
  gap: 8px;
  width: auto;
  color: #254D75;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .Ap-HomePage .Ap-Accordion {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-HomePage .Ap-Accordion {
    font-size: 0.875rem;
  }
}
.Ap-HomePage .Ap-Accordion:after {
  content: "";
  width: 13px;
  height: 13px;
  background-size: contain;
  background-image: url("../img/icons/primary/chevron-down-blue.svg");
}
.Ap-HomePage .Ap-Accordion[aria-expanded=true]:after {
  transform: rotateX(3.142rad);
}

.poup-bien .modal-content {
  padding-block: 30px;
}
.poup-bien .modal-content .modal-top-header .btn-close {
  box-shadow: none;
}
.poup-bien .modal-content .modal-top-header .Ap-gradiant-num {
  font-size: 110px;
  background: linear-gradient(220.66deg, rgba(243, 145, 1, 0.251) -3.42%, rgba(233, 80, 27, 0.039) 90.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1;
}
.poup-bien .modal-content .modal-top-header h4 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.poup-bien .modal-content .modal-body p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.poup-bien .modal-content .modal-body .Ap-link {
  font-size: 14px;
}

.projets-une, .types-bien, .acheter-bien, .articles-bien {
  margin-bottom: 135px;
}

.sliderArticles a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}

@media (max-width: 575.98px) {
  #poup-bien .modal-content .modal-top-header .Ap-gradiant-num {
    font-size: 80px;
  }
  #poup-bien .modal-content .modal-top-header h4 {
    font-size: 14px;
  }
  #poup-bien .modal-content .modal-body p {
    text-align: justify;
  }
  .Ap-HomePage .Ap-Etape-Achat {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .Ap-HomePage .Ap-Etape-Achat {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .Ap-HomePage .Ap-Etape-Achat {
    min-height: 300px;
  }
}
.banner-global .info-banner {
  top: 30%;
  width: 52%;
  padding-bottom: 40px;
}
.banner-global .n-one {
  top: 42%;
  right: 4%;
  animation: animateCloud1 12s ease-in-out infinite;
}
.banner-global .n-two {
  bottom: 15%;
  right: 35%;
  animation: animateCloud1 12s ease-in-out infinite;
}
.banner-global h2 {
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 700;
}

.info-apropos {
  padding-top: 80px !important;
}
.info-apropos h3 {
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 700;
}
.info-apropos .props-h {
  height: 360px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.info-apropos .circle-orange {
  background: linear-gradient(225.24deg, rgba(243, 145, 1, 0.251) 0%, rgba(233, 80, 27, 0.039) 100%);
  border-radius: 50%;
  height: 550px;
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-apropos .circle-orange .item {
  z-index: 1;
  width: fit-content;
}
.info-apropos .circle-orange .item::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/logo/immoblie-apropos.svg") no-repeat;
  background-size: cover;
  width: 100px;
  height: 160px;
  z-index: -1;
  right: 0;
  top: -90px;
}
.info-apropos .circle-orange .item p {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 700;
  color: #E9501B;
}
.info-apropos .circle-orange .item span {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
  color: #254D75;
}
.info-apropos article.py-5 {
  padding-block: 80px !important;
}

.reserver-house {
  padding-block: 80px !important;
}
.reserver-house .bloc-house {
  background: #707070;
  border: 8px solid #fff;
  border-radius: 20px;
  padding-block: 120px;
}
.reserver-house .bloc-house h4 {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.map-digital {
  height: 600px;
  padding-top: 35px;
}
.map-digital .left-map h3 {
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 700;
}
.map-digital .left-map .flag-slide#map-slider .flag-main {
  position: relative;
}
.map-digital .left-map .flag-slide#map-slider .flag-main::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1019607843);
  width: 70px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 28%;
  filter: blur(8px);
  transform: rotateX(71deg);
}
.map-digital .left-map .flag-slide#map-slider .slick-slide {
  margin-inline: 10px;
  transition: ease 0.8s;
}
.map-digital .left-map .flag-slide#map-slider .slick-slide img {
  margin: auto;
}
.map-digital .left-map .flag-slide#map-slider .slick-slide h6 {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 700;
}
.map-digital .left-map .flag-slide#map-slider .slick-slide.slick-active {
  opacity: 0.3;
}
.map-digital .left-map .flag-slide#map-slider .slick-slide.slick-active.slick-center {
  opacity: 1;
}
.map-digital .left-map .flag-slide#map-slider .slick-prev,
.map-digital .left-map .flag-slide#map-slider .slick-next {
  top: initial;
  transform: translateY(0);
  bottom: -30px;
  padding-inline: 5px;
}
.map-digital .left-map .flag-slide#map-slider .slick-arrow {
  height: 70px;
  width: 70px;
  z-index: 1;
}
.map-digital .left-map .flag-slide#map-slider .slick-arrow::after, .map-digital .left-map .flag-slide#map-slider .slick-arrow::before {
  content: "";
}
.map-digital .left-map .flag-slide#map-slider .slick-prev {
  background: url("../img/icons/cta-prev.svg") no-repeat;
  right: initial;
  left: 115px;
}
.map-digital .left-map .flag-slide#map-slider .slick-next {
  background: url("../img/icons/cta-next.svg") no-repeat;
  right: 80px;
}
.map-digital .map-abs {
  position: absolute;
  right: 0;
}
.map-digital .map-abs .map-container {
  position: relative;
  height: 500px;
  width: 620px;
}
.map-digital .map-abs .map-container .image-pieces {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.map-digital .map-abs .map-container .image-pieces > div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.map-digital .map-abs .map-container .image-pieces > div .one-piece {
  position: initial;
}
.map-digital .map-abs .map-container .image-pieces > div.show {
  opacity: 1;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays {
  color: #fff;
  background: linear-gradient(260.22deg, #f39101 0%, #e9501b 100%);
  width: fit-content;
  padding: 6px;
  border: 3px solid #fff;
  box-shadow: 0px 5.95283px 11.9057px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays span {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 400;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays p {
  margin-bottom: 0;
  font-family: "Roboto";
  font-size: 1.3125rem;
  font-weight: 700;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#mr {
  position: absolute;
  top: 0;
  left: -95px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#sn {
  position: absolute;
  top: 37%;
  left: -175px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#gu {
  position: absolute;
  top: 50%;
  left: -150px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#ct {
  position: absolute;
  top: 65%;
  left: 0px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#gh {
  position: absolute;
  top: 65%;
  left: 0px;
}
.map-digital .map-abs .map-container .image-pieces > div .info-pays#tg {
  position: absolute;
  top: 65%;
  left: 80px;
}

/*********************************** Page A propos Mobile *******************************/
@media (max-width: 575.98px) {
  .banner-global .info-banner {
    top: 30%;
    width: initial;
  }
  .banner-global h2 {
    font-size: 1.6875rem;
  }
  .banner-global p {
    padding-inline: 10px;
    width: initial;
  }
  .info-apropos .props-h {
    height: 310px;
  }
  .info-apropos h3 {
    font-size: 1.5625rem;
    margin-top: 30px;
  }
  .info-apropos .circle-orange .item p {
    font-size: 1.5625rem;
    margin-bottom: 2px;
  }
  .info-apropos .circle-orange .item::before {
    background-size: contain;
    width: 80px;
    height: 130px;
    z-index: -1;
    right: -1px;
    top: -73px;
  }
  .map-digital {
    height: 870px;
  }
  .map-digital .map-abs {
    position: absolute;
  }
  .map-digital .map-abs .map-container {
    width: 350px;
  }
  .map-digital .map-abs .map-container .image-pieces > div .one-piece {
    width: 350px;
  }
  .map-digital .map-abs .map-container .image-pieces > div .info-pays span {
    font-size: 0.75rem;
  }
  .map-digital .map-abs .map-container .image-pieces > div .info-pays p {
    font-size: 0.875rem;
  }
  .map-digital .map-abs .map-container .image-pieces > div .info-pays#mr {
    top: -67px;
    left: -18px;
  }
  .map-digital .map-abs .map-container .image-pieces > div .info-pays#sn {
    left: -5px;
    top: 62%;
  }
  .map-digital .map-abs .map-container .image-pieces > div .info-pays#gu {
    left: -10px;
    top: 61%;
  }
  .map-digital .left-map h3 {
    font-size: 1.75rem;
  }
  .map-digital .left-map .flag-slide {
    width: 100% !important;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-next {
    right: 50px;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-prev {
    left: 90px;
  }
  .reserver-house .bloc-house {
    min-height: 530px;
    padding-block: 40px;
    margin: auto;
  }
  .reserver-house .bloc-house > div {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .reserver-house .bloc-house .ps-4 {
    padding-left: 0rem !important;
    padding-inline: 1px;
  }
  .reserver-house .bloc-house .btn-house {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reserver-house .bloc-house .btn-house button {
    width: 250px;
  }
  .reserver-house .bloc-house h4 {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-global .info-banner {
    width: 90%;
  }
  .info-apropos h3 {
    font-size: 1.5625rem;
    margin-top: 30px;
  }
  .info-apropos .circle-orange .item p {
    font-size: 1.875rem;
  }
  .map-digital {
    height: 1120px;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-next {
    right: 105px;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-prev {
    left: 145px;
  }
  .reserver-house .bloc-house {
    height: 500px;
    padding-block: 60px;
  }
  .reserver-house .bloc-house > div {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-global .info-banner {
    width: 70%;
  }
  .banner-global h2 {
    font-size: 1.25rem;
  }
  .info-apropos h3 {
    font-size: 1.75rem;
  }
  .map-digital .map-abs {
    position: absolute;
    bottom: 0;
  }
  .map-digital .map-abs .map-container {
    width: 530px;
  }
  .map-digital .map-abs .map-container .image-pieces > div .one-piece {
    width: 530px;
  }
  .map-digital .left-map h3 {
    font-size: 1.75rem;
  }
  .map-digital .left-map .flag-slide {
    width: 100% !important;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-next {
    right: 65px;
  }
  .map-digital .left-map .flag-slide#map-slider .slick-prev {
    left: 130px;
  }
  .reserver-house .bloc-house h4 {
    font-size: 1.375rem;
  }
}
#rappeleModal .form-check-input:checked {
  background-color: #254D75;
  border-color: #254D75;
}
#rappeleModal input:not([type=checkbox]),
#rappeleModal select {
  height: 40px;
}
#rappeleModal textarea:focus,
#rappeleModal select:focus,
#rappeleModal input[type=text]:focus,
#rappeleModal input[type=password]:focus,
#rappeleModal input[type=datetime]:focus,
#rappeleModal input[type=datetime-local]:focus,
#rappeleModal input[type=date]:focus,
#rappeleModal input[type=month]:focus,
#rappeleModal input[type=time]:focus,
#rappeleModal input[type=week]:focus,
#rappeleModal input[type=number]:focus,
#rappeleModal input[type=email]:focus,
#rappeleModal input[type=url]:focus,
#rappeleModal input[type=search]:focus,
#rappeleModal input[type=tel]:focus,
#rappeleModal input[type=color]:focus,
#rappeleModal input[type=checkbox]:focus,
#rappeleModal .uneditable-input:focus {
  border-color: #D4D4D4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #BABABA;
  outline: 0 none;
}
#rappeleModal .form-control {
  border-color: #D4D4D4;
  border-radius: 0;
}
#rappeleModal .form-select {
  border-color: #D4D4D4;
  border-radius: 0;
}
#rappeleModal .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: -3px;
  font-size: 0.75rem;
  padding-inline-start: 2px;
  color: #E1060E;
}
@media screen and (max-width: 1024px) {
  #rappeleModal .invalid-feedback {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  #rappeleModal .invalid-feedback {
    font-size: 0.75rem;
  }
}
#rappeleModal .form-control.is-valid,
#rappeleModal .was-validated .form-control:valid {
  border: 1px solid #0FAD3E;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
#rappeleModal .form-control.is-invalid,
#rappeleModal .was-validated .form-control:invalid {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
#rappeleModal .form-select.is-valid:not([multiple]):not([size]),
#rappeleModal .form-select.is-valid:not([multiple])[size="1"],
#rappeleModal .was-validated .form-select:valid:not([multiple]):not([size]),
#rappeleModal .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
#rappeleModal .form-select.is-invalid:not([multiple]):not([size]),
#rappeleModal .form-select.is-invalid:not([multiple])[size="1"],
#rappeleModal .was-validated .form-select:invalid:not([multiple]):not([size]),
#rappeleModal .was-validated .form-select:invalid:not([multiple])[size="1"] {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}

.bar-fix {
  width: 260px;
  position: fixed;
  left: 75%;
  top: 240px;
  z-index: 9;
  padding: 24px 40px;
  background: transparent linear-gradient(140deg, #ffffff 0%, #fffbf3 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 8px 20px rgba(49, 17, 6, 0.1215686275);
  border-radius: 6px;
}
@media screen and (max-width: 1020px) {
  .bar-fix {
    width: 100%;
    left: 0;
    bottom: 0;
    top: inherit;
    padding: 15px;
    position: relative;
    background: #FFFBF5;
    box-shadow: 0 8px 20px rgba(178, 177, 182, 0.5);
  }
  .bar-fix.scrol {
    position: fixed;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 1020px) {
  .bar-fix .top-bar {
    text-align: center;
  }
}
.bar-fix .top-bar .btn {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  border-radius: 2px;
  margin-bottom: 30px;
  width: 180px;
  padding: 12px 0;
  display: block;
  transition: all 1s ease-out;
}
@media screen and (max-width: 1020px) {
  .bar-fix .top-bar .btn {
    display: inline-block;
    margin-bottom: 5px;
    width: 48%;
  }
}
.bar-fix .top-bar .btn.btn-reserver {
  color: #ffffff;
  background: transparent linear-gradient(257deg, #f39101 0%, #e9501b 100%) 0% 0% no-repeat padding-box;
  border: 2px solid transparent;
}
.bar-fix .top-bar .btn.btn-reserver:hover {
  color: #E9501B;
  background: transparent;
  border-color: #E9501B;
}
.bar-fix .top-bar .btn.btn-simuler {
  color: #E9501B;
  border: 2px solid #E9501B;
  background: #fffaf3;
  text-transform: capitalize;
}
.bar-fix .top-bar .btn.btn-simuler img {
  margin-right: 10px;
}
.bar-fix .top-bar .btn:first-letter {
  text-transform: uppercase;
}
.bar-fix .appeler-bar {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bar-fix .appeler-bar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 90%;
  }
}
.bar-fix .appeler-bar a:first-of-type {
  color: #E9501B;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  transition: all 1s ease-out;
}
@media screen and (max-width: 900px) {
  .bar-fix .appeler-bar a:first-of-type {
    font-size: 12px;
  }
}
.bar-fix .appeler-bar a:first-of-type:first-letter {
  text-transform: uppercase;
}
.bar-fix .appeler-bar a:first-of-type::before {
  content: "";
  background: rgba(233, 80, 27, 0.7803921569);
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-out;
}
.bar-fix .appeler-bar a:first-of-type:hover::before {
  width: 45%;
}
.bar-fix .appeler-bar a:last-of-type {
  color: #322F2B;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background: url("../img/icons/phone.png") no-repeat center left;
  padding-left: 20px;
}
.bar-fix .appeler-bar p {
  color: #797572;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: block;
  width: 45px;
  margin: 15px auto;
  text-align: center;
  background: #fffcf6;
}
.bar-fix .appeler-bar p span {
  background: #fffcf6;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .bar-fix .appeler-bar p {
    margin: 5px auto;
  }
}
.bar-fix .appeler-bar p:after {
  content: "";
  background: #d9d9d9;
  height: 2px;
  width: 80px;
  position: absolute;
  left: -16px;
  right: 0;
  top: 8px;
  margin: auto;
}

.section-projet .slider-projet,
.section-projet .slick-list,
.section-projet .slick-track {
  height: 100%;
}
.section-projet .banner-projet {
  position: relative;
  overflow: hidden;
  height: 445px;
}
.section-projet .banner-projet:before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 50, 69, 0) 55%, #004c67 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.section-projet .banner-projet::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 22%;
  top: 0;
}
.section-projet .banner-projet .item-slider-banner img {
  object-fit: cover;
  width: 103%;
  left: 0;
  position: relative;
  animation-name: myfirst;
  animation-duration: 5s;
  animation-iteration-count: 10;
  height: 100%;
}
.section-projet .banner-projet .text-banner {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.section-projet .banner-projet .text-banner .item-text {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}
.section-projet .banner-projet .text-banner .item-text h6 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.section-projet .banner-projet .text-banner .item-text h6 img {
  margin-right: 10px;
}
.section-projet .banner-projet .text-banner .item-text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .section-projet .banner-projet .text-banner .item-text h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .section-projet .banner-projet .text-banner .item-text h2 {
    font-size: 13px;
  }
}
.section-projet .banner-projet .text-banner .item-text span {
  font-weight: 400;
  font-size: 12px;
  color: white;
}
.section-projet .banner-projet .text-banner .item-text:before {
  content: "";
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  width: 2px;
  height: 24px;
  bottom: 20px;
  right: 0;
  margin: auto;
}
.section-projet .banner-projet .text-banner .item-text:last-of-type:before {
  content: none;
}
.section-projet .soustitre {
  font-size: 1.75rem;
  color: black;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-projet .soustitre {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-projet .soustitre {
    font-size: 0.875rem;
  }
}
.section-projet .scrol-to-bloc ul {
  display: flex;
  align-items: center;
  border-bottom: 3px solid rgba(233, 80, 27, 0.2196078431);
  max-width: 970px;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .section-projet .scrol-to-bloc ul {
    max-width: fit-content;
  }
}
.section-projet .scrol-to-bloc ul li {
  position: relative;
  padding: 16px 25px;
}
@media screen and (max-width: 900px) {
  .section-projet .scrol-to-bloc ul li {
    padding: 15px;
  }
}
.section-projet .scrol-to-bloc ul li a {
  color: #322F2B;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.section-projet .scrol-to-bloc ul li.active a, .section-projet .scrol-to-bloc ul li.slick-active.slick-center a {
  color: #E9501B;
  font-weight: 700;
}
.section-projet .scrol-to-bloc ul li.active:before, .section-projet .scrol-to-bloc ul li.slick-active.slick-center:before {
  content: "";
  background: #E9501B;
  width: 100%;
  bottom: -3px;
  height: 3px;
  position: absolute;
  left: 0;
}
.section-projet .scrol-to-bloc.scrol {
  position: fixed;
  background: #faf8f2;
  width: 100%;
  max-width: 1320px;
  z-index: 8;
  top: 81px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-projet .scrol-to-bloc.scrol .active a, .section-projet .scrol-to-bloc.scrol .slick-active.slick-center a {
  color: #E9501B;
  font-weight: 700;
}
.section-projet .scrol-to-bloc.scrol .active:before, .section-projet .scrol-to-bloc.scrol .slick-active.slick-center:before {
  content: "";
  background: #E9501B;
  width: 100%;
  bottom: -3px;
  height: 3px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1020px) {
  .section-projet .scrol-to-bloc.scrol .active:before, .section-projet .scrol-to-bloc.scrol .slick-active.slick-center:before {
    bottom: 0;
  }
}
.section-projet .a-propos p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.section-projet .a-propos button,
.section-projet .a-propos a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #110B00;
  padding: 12px 24px;
  border: 2px solid #110B00;
}
@media screen and (max-width: 500px) {
  .section-projet .a-propos button,
  .section-projet .a-propos a {
    display: inline-block;
    margin-bottom: 10px;
    width: 44%;
    padding: 12px 0;
  }
}
.section-projet .a-propos button img,
.section-projet .a-propos a img {
  margin-right: 10px;
}
.section-projet .a-propos .info-projet {
  background: white;
  padding: 25px 0 0 20px;
  margin: 25px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-projet .a-propos .info-projet {
    padding: 25px 0 0 5px;
  }
}
.section-projet .a-propos .info-projet .row .item-info:last-of-type {
  border: none;
}
.section-projet .a-propos .info-projet .item-info {
  border-right: 1px solid #e2e2e2;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.section-projet .a-propos .info-projet .item-info p {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .section-projet .a-propos .info-projet .item-info p {
    font-size: 14px;
  }
}
.section-projet .a-propos .info-projet .item-info p:first-letter {
  text-transform: uppercase;
}
.section-projet .a-propos .info-projet .item-info h5 {
  color: #495057;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .section-projet .a-propos .info-projet .item-info {
    margin-bottom: 12px;
  }
}
.section-projet .commodites h3 {
  color: #232323;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 23px;
}
.section-projet .commodites ul li {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  position: relative;
  display: inline-block;
  width: 20%;
  margin-right: 36px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .section-projet .commodites ul li {
    margin-right: 0;
    width: 48%;
    font-size: 14px;
  }
}
.section-projet .commodites ul li img {
  margin-right: 12px;
}
.section-projet .commodites ul li:first-letter {
  text-transform: uppercase;
}
.section-projet .commodites ul li:before {
  content: "";
  background: #e2e2e2;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 500px) {
  .section-projet .commodites ul li:before {
    content: none;
  }
}
.section-projet .plans-interieurs {
  margin-top: 50px;
}
.section-projet .plans-interieurs .nav-tabs {
  border: none;
  margin-bottom: 25px;
}
.section-projet .plans-interieurs .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  color: #495057;
  font-size: 21px;
  border: none;
  background: transparent;
  padding: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.section-projet .plans-interieurs .nav-tabs .nav-item .nav-link.active {
  color: #E9501B;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 3px solid #E9501B;
}
.section-projet .plans-interieurs .tab-content img {
  display: block;
}
.section-projet .plans-interieurs .tab-content .downalds {
  color: #E9501B;
  font-weight: 700;
  font-size: 14px;
  background: url("../img/icon-downald.png") no-repeat center right;
  padding-right: 30px;
  margin: 25px 0;
  display: inline-block;
}
.section-projet .plan-masse {
  margin-top: 50px;
  margin-bottom: 30px;
}
.section-projet .plan-masse p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.section-projet .plan-masse .img-masse {
  height: 535px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .section-projet .plan-masse .img-masse {
    height: 345px;
  }
}
.section-projet .localisation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-projet .localisation #map-localisation {
  height: 365px;
  overflow: hidden;
}
.section-projet .offres-bloc {
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .section-projet .offres-bloc .projet-find {
    height: inherit !important;
  }
}
.section-projet .offres-bloc .span-orange {
  color: #cb7a01;
  font-weight: 500;
  font-size: 12px;
  background: #fff7ec url(../img/icons/primary/icon-star.png) no-repeat center left 8px;
  padding: 5px 8px 5px 28px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
.section-projet .offres-bloc h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
}
.section-projet .offres-bloc .price {
  color: #E9501B;
  font-size: 21px;
}
.section-projet .offres-bloc .projet-find__bottom p {
  margin-bottom: 5px;
}
@media screen and (max-width: 1010px) {
  .section-projet .w-75 {
    width: 100% !important;
  }
}

.bloc-galerie {
  margin: 50px 0;
}
.bloc-galerie .imglist {
  position: relative;
  margin-top: 5px;
}
.bloc-galerie .imglist .col-img-list {
  height: 290px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .bloc-galerie .imglist .col-img-list {
    height: 117px;
  }
}
.bloc-galerie .imglist .col-img-list.before-item a {
  display: block;
  position: relative;
}
.bloc-galerie .imglist .col-img-list.before-item a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.bloc-galerie .imglist .col-img-list.before-item span {
  color: white;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 30px;
  text-align: center;
  pointer-events: none;
}
.bloc-galerie .imglist .col-img-list img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .bloc-galerie .imglist .col-img-list img {
    height: 117px;
  }
}

@keyframes myfirst {
  0% {
    left: -1%;
  }
  25% {
    left: -2.5%;
  }
  50% {
    left: -3%;
  }
  75% {
    left: -2;
  }
  100% {
    left: -1%;
  }
}
.Ap-ReserverForm {
  /* Hide all steps by default: */
}
.Ap-ReserverForm form {
  min-height: 350px;
}
.Ap-ReserverForm .tab {
  display: none;
}
.Ap-ReserverForm .step {
  opacity: 0.6;
}
.Ap-ReserverForm .step.active {
  opacity: 1;
}
.Ap-ReserverForm .form-check-input:checked {
  background-color: #254D75;
  border-color: #254D75;
}
.Ap-ReserverForm input:not([type=checkbox]),
.Ap-ReserverForm select {
  height: 40px;
}
.Ap-ReserverForm textarea:focus,
.Ap-ReserverForm select:focus,
.Ap-ReserverForm input[type=text]:focus,
.Ap-ReserverForm input[type=password]:focus,
.Ap-ReserverForm input[type=datetime]:focus,
.Ap-ReserverForm input[type=datetime-local]:focus,
.Ap-ReserverForm input[type=date]:focus,
.Ap-ReserverForm input[type=month]:focus,
.Ap-ReserverForm input[type=time]:focus,
.Ap-ReserverForm input[type=week]:focus,
.Ap-ReserverForm input[type=number]:focus,
.Ap-ReserverForm input[type=email]:focus,
.Ap-ReserverForm input[type=url]:focus,
.Ap-ReserverForm input[type=search]:focus,
.Ap-ReserverForm input[type=tel]:focus,
.Ap-ReserverForm input[type=color]:focus,
.Ap-ReserverForm input[type=checkbox]:focus,
.Ap-ReserverForm .uneditable-input:focus {
  border-color: #D4D4D4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #BABABA;
  outline: 0 none;
}
.Ap-ReserverForm .form-control {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-ReserverForm .form-select {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-ReserverForm .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: -3px;
  font-size: 0.75rem;
  padding-inline-start: 2px;
  color: #E1060E;
}
@media screen and (max-width: 1024px) {
  .Ap-ReserverForm .invalid-feedback {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-ReserverForm .invalid-feedback {
    font-size: 0.75rem;
  }
}
.Ap-ReserverForm .form-control.is-valid,
.Ap-ReserverForm .was-validated .form-control:valid {
  border: 1px solid #0FAD3E;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-ReserverForm .form-control.is-invalid,
.Ap-ReserverForm .was-validated .form-control:invalid {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
.Ap-ReserverForm .form-select.is-valid:not([multiple]):not([size]),
.Ap-ReserverForm .form-select.is-valid:not([multiple])[size="1"],
.Ap-ReserverForm .was-validated .form-select:valid:not([multiple]):not([size]),
.Ap-ReserverForm .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-ReserverForm .form-select.is-invalid:not([multiple]):not([size]),
.Ap-ReserverForm .form-select.is-invalid:not([multiple])[size="1"],
.Ap-ReserverForm .was-validated .form-select:invalid:not([multiple]):not([size]),
.Ap-ReserverForm .was-validated .form-select:invalid:not([multiple])[size="1"] {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
.Ap-ReserverForm .Ap-p-info p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .Ap-ReserverForm .Ap-p-info p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-ReserverForm .Ap-p-info p {
    font-size: 0.75rem;
  }
}
.Ap-ReserverForm p {
  font-size: 0.875rem;
  line-height: 16px;
  color: #514F4C;
}
@media screen and (max-width: 1024px) {
  .Ap-ReserverForm p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-ReserverForm p {
    font-size: 0.875rem;
  }
}
.Ap-ReserverForm .Ap-Step-num {
  font-size: 0.875rem;
  background: linear-gradient(260.22deg, #f39101 0%, #e9501b 100%);
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .Ap-ReserverForm .Ap-Step-num {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-ReserverForm .Ap-Step-num {
    font-size: 0.875rem;
  }
}
.Ap-ReserverForm .Ap-chevron-right {
  transform: rotate(-90deg);
}
.Ap-ReserverForm .Ap-chevron-left {
  transform: rotate(90deg);
}
.Ap-ReserverForm .appeler-bar a:first-of-type {
  color: #E9501B;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  transition: all 1s ease-out;
}
@media screen and (max-width: 900px) {
  .Ap-ReserverForm .appeler-bar a:first-of-type {
    font-size: 12px;
  }
}
.Ap-ReserverForm .appeler-bar a:first-of-type::before {
  content: "";
  background: rgba(233, 80, 27, 0.7803921569);
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-out;
}
.Ap-ReserverForm .appeler-bar a:first-of-type:hover::before {
  width: 20%;
}

.iti {
  width: 100%;
}

.prev-search a {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto";
  color: #495057;
  width: fit-content;
}
.prev-search a .chevron-main {
  transform: rotate(90deg);
  object-fit: contain;
}
.prev-search a .chevron-hover {
  opacity: 0;
  display: none;
}
.prev-search a:hover {
  color: #E9501B;
}
.prev-search a:hover .chevron-hover {
  opacity: 1;
  display: inline-block;
}
.prev-search a:hover .chevron-main {
  opacity: 0;
  display: none;
}

.offres-moments {
  margin-block: 80px !important;
}
.offres-moments .one-offre {
  background: linear-gradient(263.47deg, #ffffff 0%, #fffcf7 100%);
  box-shadow: 0px 15px 30px rgba(55, 55, 55, 0.05);
  border-radius: 6px;
  padding: 30px;
}
.offres-moments .one-offre h3 {
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
.offres-moments .one-offre p {
  font-family: "Roboto";
  font-size: 1.125rem;
}
.offres-moments .one-offre p span, .offres-moments .one-offre p strong {
  font-family: "Roboto";
  font-weight: 500;
  color: #254D75;
}

/******************** Mobile page Offre moment ********************/
@media (max-width: 575.98px) {
  .offres-moments .one-offre h3 {
    font-size: 1.375rem;
  }
}
.partenaires h5 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.partenaires .accordion-item {
  border: none;
}
.partenaires .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.partenaires .Ap-heading-partenaire p {
  font-weight: 700;
  font-size: 1.75rem;
  max-width: 100%;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .partenaires .Ap-heading-partenaire p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .partenaires .Ap-heading-partenaire p {
    font-size: 1.1875rem;
  }
}
.partenaires .Ap-heading-partenaire p strong {
  color: #E9501B;
}
.partenaires .accordion-item {
  margin-bottom: 30px;
}
.partenaires .accordion-item .accordion-button {
  padding: 30px;
}
.partenaires .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.partenaires .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.partenaires .accordion-item .accordion-body {
  padding: 30px;
}
.partenaires .accordion-item .accordion-body strong {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .partenaires .accordion-item img {
    width: 75%;
  }
}

.mot-directeur .description-mot h4 {
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.mot-directeur .description-mot p {
  font-size: 1rem;
}
.mot-directeur .description-mot p span {
  font-weight: 700;
}
.mot-directeur .description-mot p strong {
  display: block;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 600;
}
.mot-directeur .description-mot blockquote {
  width: 95%;
  padding-inline: 30px;
  display: block;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 600;
}
.mot-directeur .description-mot blockquote strong {
  position: relative;
}
.mot-directeur .description-mot blockquote strong::before {
  content: "";
  position: absolute;
  background: url("../img/icons/quote-left.svg") no-repeat;
  width: 40px;
  height: 40px;
  left: -20px;
}
.mot-directeur .description-mot blockquote strong::after {
  content: "";
  position: absolute;
  background: url("../img/icons/quote-right.svg") no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
  right: -43px;
  bottom: -20px;
}
.mot-directeur .info-directeur {
  -moz-box-shadow: -19px 24px 5px 0px rgb(251, 231, 228);
  box-shadow: -19px 24px 5px 0px rgb(251, 231, 228);
  position: sticky;
  top: 20%;
  margin-bottom: 45px;
}
.mot-directeur .info-directeur figure {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 6px;
}
.mot-directeur .info-directeur figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(233, 80, 27, 0) 0%, rgba(233, 80, 27, 0.55) 33.63%, #E9501B 100%);
  width: 100%;
}
.mot-directeur .info-directeur figure figcaption h5 {
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 700;
}
.mot-directeur .info-directeur figure figcaption h6 {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
}

/******************** Page Mot du directeur *******************/
@media (max-width: 575.98px) {
  .mot-directeur .description-mot {
    margin-bottom: 80px;
  }
  .mot-directeur .description-mot h4 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .mot-directeur .description-mot {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .mot-directeur .description-mot {
    padding-right: 35px;
    margin-bottom: 80px;
  }
}
.Ap-cgu {
  color: #180F00;
}
.Ap-cgu h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .Ap-cgu h1 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-cgu h1 {
    font-size: 2.125rem;
  }
}
.Ap-cgu h6 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .Ap-cgu h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-cgu h6 {
    font-size: 1.125rem;
  }
}
.Ap-cgu p {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .Ap-cgu p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-cgu p {
    font-size: 0.875rem;
  }
}

.top-artciles h2 {
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  width: 60%;
}
.top-artciles h2 strong {
  color: #E9501B;
}
.top-artciles .tabs {
  position: relative;
  overflow: hidden;
}
.top-artciles .tabs .tabs-header {
  position: relative;
  margin-top: 10px;
}
.top-artciles .tabs .tabs-header .border-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E9501B;
  width: auto;
  height: 40px;
  transition: 0.3s ease;
  z-index: 0;
  border-radius: 4px;
}
.top-artciles .tabs .tabs-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-artciles .tabs .tabs-header ul li {
  transition: 0.3s ease;
  margin-right: 25px;
  z-index: 1;
}
.top-artciles .tabs .tabs-header ul li a {
  z-index: 1;
  display: block;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 8px 12px;
  color: #322F2B;
  text-transform: capitalize;
}
.top-artciles .tabs .tabs-header ul li:hover:not(.active) {
  background: rgba(255, 0, 0, 0.1215686275);
  border-radius: 5px;
}
.top-artciles .tabs .tabs-header ul li.active a {
  font-weight: 700;
  color: #fff;
}

.paginations-two {
  margin-top: 50px !important;
  margin-bottom: 80px !important;
}
.paginations-two .pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-border-color: none;
  gap: 30px;
}
.paginations-two .pagination .page-item.active .page-link {
  background: #FBE7E4;
  border-radius: 5px;
  color: #E9501B;
}
.paginations-two .pagination .page-item:hover:not(.active) .page-link {
  background: transparent;
}
.paginations-two .pagination .page-item .page-link {
  color: #495057;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 700;
}
.paginations-two .pagination .page-item .page-link.next {
  background: linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
  border-radius: 5px;
}
.paginations-two .pagination .page-item .page-link.next:hover {
  background: linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
}

/***************************** Mobile Page Articles ***********************/
@media (max-width: 575.98px) {
  .top-artciles h2 {
    width: 100%;
    font-size: 1.875rem;
  }
  .top-artciles .tabs {
    margin-top: 20px;
  }
  .top-artciles .tabs .tabs-header .border-tab {
    display: none;
  }
  .top-artciles .tabs .tabs-header ul li.active {
    position: relative;
    background: #E9501B;
  }
  .top-artciles select {
    width: 50%;
  }
  .top-artciles a .right-img img {
    height: 215px !important;
  }
  .paginations-two .pagination {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .top-artciles h2 {
    width: 90%;
  }
  .top-artciles a .right-img img {
    height: 215px !important;
  }
}
.banner-all-projet {
  background: white;
}
.banner-all-projet .select-tous-projet {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.banner-all-projet h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #322F2B;
}
@media screen and (max-width: 600px) {
  .banner-all-projet h3 {
    font-size: 17px;
  }
}
.banner-all-projet select {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #254D75;
  border: none;
  -webkit-appearance: none;
  background: url("../img/select-all-projet.png") no-repeat center right;
  padding-right: 35px;
  margin-left: 10px;
  outline: none;
  border-bottom: 3px solid #254D75;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .banner-all-projet select {
    font-size: 18px;
    padding-right: 19px;
    height: 40px;
    background-size: 20px;
  }
}

.gm-style-iw-d,
.gm-style-iw {
  max-height: 300px !important;
}

.content-all-projet {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .content-all-projet .direction-mobile {
    flex-direction: column-reverse;
  }
}
.content-all-projet #slider-all-projet > div {
  padding-inline: 0;
}
.content-all-projet #slider-all-projet .item-all-projet {
  margin: 25px 25px 25px 0;
  height: 400px;
}
.content-all-projet #slider-all-projet .slick-track {
  margin-left: -12px;
}
.content-all-projet h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #322F2B;
}
.content-all-projet .item-all-projet {
  margin-top: 25px;
  height: 400px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.content-all-projet .item-all-projet.item-projet-active {
  border: 3px solid #E9501B;
  box-shadow: 0px 8px 2px 0px rgba(0, 0, 0, 0.2);
}
.content-all-projet .item-all-projet:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}
.content-all-projet .item-all-projet img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.content-all-projet .item-all-projet .text-item {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 34.45%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.content-all-projet .item-all-projet .text-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #BBBBBB;
}
.content-all-projet .item-all-projet .text-item span img {
  height: inherit;
  width: inherit;
  margin-right: 5px;
}
.content-all-projet .item-all-projet .text-item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 8px 0;
}
.content-all-projet .item-all-projet .text-item ul {
  margin: 0;
}
.content-all-projet .item-all-projet .text-item ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  margin-right: 8px;
}
.content-all-projet .item-all-projet .text-item ul li:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #BBBBBB;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.content-all-projet .item-all-projet .text-item ul li:last-of-type:before {
  content: none;
}

.item-map {
  margin-bottom: 10px;
}
.item-map figure {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 140px;
}
.item-map figure .logo-map-abs {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.item-map .item-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #9B9896;
}
.item-map .item-text span img {
  margin-right: 5px;
}
.item-map .item-text h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #110B00;
  margin: 10px 0;
}
.item-map .item-text a {
  width: 137px;
  height: 32px;
  background: url(../img/more-map.png) no-repeat center right 10px, linear-gradient(260.22deg, #F39101 0%, #E9501B 100%);
  border-radius: 2px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding-left: 15px;
  color: #FFFFFF;
  line-height: 32px;
}

#map-all-projet {
  height: 430px;
  margin-top: 20px;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 900px) {
  #map-all-projet {
    height: 315px;
  }
}
#map-all-projet.fixed {
  position: fixed !important;
  top: 80px;
  width: 48%;
  right: 0;
}

.Ap-contact .form-check-input:checked {
  background-color: #254D75;
  border-color: #254D75;
}
.Ap-contact input:not([type=checkbox]),
.Ap-contact select {
  height: 40px;
}
.Ap-contact textarea:focus,
.Ap-contact select:focus,
.Ap-contact input[type=text]:focus,
.Ap-contact input[type=password]:focus,
.Ap-contact input[type=datetime]:focus,
.Ap-contact input[type=datetime-local]:focus,
.Ap-contact input[type=date]:focus,
.Ap-contact input[type=month]:focus,
.Ap-contact input[type=time]:focus,
.Ap-contact input[type=week]:focus,
.Ap-contact input[type=number]:focus,
.Ap-contact input[type=email]:focus,
.Ap-contact input[type=url]:focus,
.Ap-contact input[type=search]:focus,
.Ap-contact input[type=tel]:focus,
.Ap-contact input[type=color]:focus,
.Ap-contact input[type=checkbox]:focus,
.Ap-contact .uneditable-input:focus {
  border-color: #D4D4D4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #BABABA;
  outline: 0 none;
}
.Ap-contact .form-control {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-contact .form-select {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-contact .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: -3px;
  font-size: 0.75rem;
  padding-inline-start: 2px;
  color: #E1060E;
}
@media screen and (max-width: 1024px) {
  .Ap-contact .invalid-feedback {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-contact .invalid-feedback {
    font-size: 0.75rem;
  }
}
.Ap-contact .form-control.is-valid,
.Ap-contact .was-validated .form-control:valid {
  border: 1px solid #0FAD3E;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-contact .form-control.is-invalid,
.Ap-contact .was-validated .form-control:invalid {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
.Ap-contact .form-select.is-valid:not([multiple]):not([size]),
.Ap-contact .form-select.is-valid:not([multiple])[size="1"],
.Ap-contact .was-validated .form-select:valid:not([multiple]):not([size]),
.Ap-contact .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-contact .form-select.is-invalid:not([multiple]):not([size]),
.Ap-contact .form-select.is-invalid:not([multiple])[size="1"],
.Ap-contact .was-validated .form-select:invalid:not([multiple]):not([size]),
.Ap-contact .was-validated .form-select:invalid:not([multiple])[size="1"] {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
.Ap-contact h1 {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .Ap-contact h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-contact h1 {
    font-size: 1.5rem;
  }
}
.Ap-contact .Ap-shadow-contact {
  box-shadow: -28px 28px 0px 0px #E9501B;
}
.Ap-contact .Ap-contact-container {
  z-index: 2;
  min-height: 550px;
}
@media screen and (max-width: 960px) {
  .Ap-contact .Ap-contact-container {
    margin-top: 225px;
  }
}
@media screen and (max-width: 992px) {
  .Ap-contact .Ap-contact-img {
    position: absolute;
  }
  .Ap-contact .Ap-contact-img img {
    z-index: -1;
    top: 0;
    object-fit: contain;
    object-position: top;
  }
}
.Ap-contact #step-two {
  display: none !important;
  min-height: 550px;
}
.Ap-contact #step-two h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .Ap-contact #step-two h5 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-contact #step-two h5 {
    font-size: 1.25rem;
  }
}
.Ap-contact #step-two p {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .Ap-contact #step-two p {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .Ap-contact #step-two p {
    width: 100%;
  }
}
.Ap-contact #SuccessLottie {
  width: 190px;
  height: 190px;
  margin-bottom: 1rem;
}

.bannner-artciles h2 {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 700;
}
.bannner-artciles figcaption {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  padding-block: 150px 30px;
}

.content-details-artcile .content-details {
  width: 60%;
  margin: auto;
  text-align: justify;
}
.content-details-artcile .content-details .info-details {
  background: #FEF7F2;
  border-left: 4px solid #E9501B;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.content-details-artcile .content-details p {
  font-size: 1rem;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .content-details-artcile .content-details p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content-details-artcile .content-details p {
    font-size: 1rem;
  }
}
.content-details-artcile .content-details h4 {
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .content-details-artcile .content-details h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .content-details-artcile .content-details h4 {
    font-size: 1.25rem;
  }
}
.content-details-artcile .content-details h6 {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-details-artcile .content-details .at-share-btn-elements {
  display: flex;
  gap: 30px;
}

.artciles-relative {
  background-color: #FEF7F2;
}
.artciles-relative h3 {
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.artciles-relative .Ap-slider-m .slick-slide {
  height: 330px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}

/*************************** Mobile page details Artciles  *************************/
@media (max-width: 575.98px) {
  .bannner-artciles h2 {
    font-size: 0.9375rem;
  }
  .bannner-artciles figure img {
    height: 350px;
    object-fit: cover;
  }
  .bannner-artciles figcaption {
    padding-block: 50px 30px;
  }
  .content-details-artcile .content-details {
    width: 90%;
  }
  .artciles-relative .sliderArticles .Ap-slider-m .slick-slide {
    margin: 0px 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bannner-artciles h2 {
    font-size: 1.5625rem;
  }
  .bannner-artciles figcaption {
    padding-block: 50px 30px;
  }
}
#simulateur .modal-content .modal-header {
  border-bottom: 0;
}
#simulateur .modal-content .modal-body {
  padding-inline: 3.5rem;
  /****************************************/
}
#simulateur .modal-content .modal-body h2 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 700;
  margin-block: 20px;
}
#simulateur .modal-content .modal-body p {
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
  #simulateur .modal-content .modal-body p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #simulateur .modal-content .modal-body p {
    font-size: 0.875rem;
  }
}
#simulateur .modal-content .modal-body .total-simulateur {
  background-color: #f9fbff;
  border: 1px solid #c7cbd3;
  border-radius: 6px;
  padding: 24px;
}
#simulateur .modal-content .modal-body .total-simulateur h6 {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #simulateur .modal-content .modal-body .total-simulateur h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #simulateur .modal-content .modal-body .total-simulateur h6 {
    font-size: 1.125rem;
  }
}
#simulateur .modal-content .modal-body .total-simulateur p {
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 700;
  color: #254D75;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #simulateur .modal-content .modal-body .total-simulateur p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #simulateur .modal-content .modal-body .total-simulateur p {
    font-size: 1.125rem;
  }
}
#simulateur .modal-content .modal-body .duree-sim {
  /* Input Thumb */
  /* Input Track */
}
#simulateur .modal-content .modal-body .duree-sim h5 {
  text-align: left;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
}
#simulateur .modal-content .modal-body .duree-sim input,
#simulateur .modal-content .modal-body .duree-sim output {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-family: Arial, sans-serif;
}
#simulateur .modal-content .modal-body .duree-sim output {
  padding: 5px 5px;
  border-radius: 3px;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 600;
}
#simulateur .modal-content .modal-body .duree-sim span {
  font-family: "Roboto";
  font-size: 0.75rem;
  font-weight: 600;
}
#simulateur .modal-content .modal-body .duree-sim input[type=number] {
  width: 40px;
  padding: 4px 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 7px;
  background: #c7cbd3;
  border-radius: 5px;
  background-image: linear-gradient(#E9501B, #E9501B);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #E9501B;
  cursor: ew-resize;
  transition: background-color 0.3s ease-in-out;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #15ff00;
  cursor: ew-resize;
  transition: background-color 0.3s ease-in-out;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #15ff00;
  cursor: ew-resize;
  transition: background-color 0.3s ease-in-out;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-webkit-slider-thumb:hover {
  background: #E9501B;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-moz-range-thumb:hover {
  background: #E9501B;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-ms-thumb:hover {
  background: #E9501B;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
#simulateur .modal-content .modal-body .duree-sim input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
#simulateur .modal-content .modal-body .duree-sim #bulleposition {
  margin-left: -10px;
}
@media (max-width: 480px) {
  #simulateur .modal-content .modal-body {
    padding-inline: 1rem;
  }
}

.Ap-login-container .form-check-input:checked {
  background-color: #254D75;
  border-color: #254D75;
}
.Ap-login-container input:not([type=checkbox]),
.Ap-login-container select {
  height: 40px;
}
.Ap-login-container textarea:focus,
.Ap-login-container select:focus,
.Ap-login-container input[type=text]:focus,
.Ap-login-container input[type=password]:focus,
.Ap-login-container input[type=datetime]:focus,
.Ap-login-container input[type=datetime-local]:focus,
.Ap-login-container input[type=date]:focus,
.Ap-login-container input[type=month]:focus,
.Ap-login-container input[type=time]:focus,
.Ap-login-container input[type=week]:focus,
.Ap-login-container input[type=number]:focus,
.Ap-login-container input[type=email]:focus,
.Ap-login-container input[type=url]:focus,
.Ap-login-container input[type=search]:focus,
.Ap-login-container input[type=tel]:focus,
.Ap-login-container input[type=color]:focus,
.Ap-login-container input[type=checkbox]:focus,
.Ap-login-container .uneditable-input:focus {
  border-color: #D4D4D4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px #BABABA;
  outline: 0 none;
}
.Ap-login-container .form-control {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-login-container .form-select {
  border-color: #D4D4D4;
  border-radius: 0;
}
.Ap-login-container .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: -3px;
  font-size: 0.75rem;
  padding-inline-start: 2px;
  color: #E1060E;
}
@media screen and (max-width: 1024px) {
  .Ap-login-container .invalid-feedback {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .Ap-login-container .invalid-feedback {
    font-size: 0.75rem;
  }
}
.Ap-login-container .form-control.is-valid,
.Ap-login-container .was-validated .form-control:valid {
  border: 1px solid #0FAD3E;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-login-container .form-control.is-invalid,
.Ap-login-container .was-validated .form-control:invalid {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}
.Ap-login-container .form-select.is-valid:not([multiple]):not([size]),
.Ap-login-container .form-select.is-valid:not([multiple])[size="1"],
.Ap-login-container .was-validated .form-select:valid:not([multiple]):not([size]),
.Ap-login-container .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url(../img/icons/primary/check.svg);
  background-size: 18px 18px;
}
.Ap-login-container .form-select.is-invalid:not([multiple]):not([size]),
.Ap-login-container .form-select.is-invalid:not([multiple])[size="1"],
.Ap-login-container .was-validated .form-select:invalid:not([multiple]):not([size]),
.Ap-login-container .was-validated .form-select:invalid:not([multiple])[size="1"] {
  border: 1px solid #E1060E;
  background-image: url(../img/icons/primary/alert-circle.svg);
  background-size: 18px 18px;
}

.page-404 h1 {
  font-size: 20rem;
  color: #110B00;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.page-404 h5 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.page-404 p {
  font-size: 20px;
  color: #74727b;
}

@media (max-width: 575.98px) {
  .page-404 h1 {
    font-size: 10rem;
  }
}

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