/* Primary colors */
/* Secondary colors */
@font-face {
  font-family: "SanaSans-Medium";
  src: url("/fonts/SanaSans-Medium/font.woff2") format("woff2"), url("/fonts/SanaSans-Medium/font.woff") format("woff");
}
@font-face {
  font-family: "SanaSans-Bold";
  src: url("/fonts/SanaSans-Bold/font.woff2") format("woff2"), url("/fonts/SanaSans-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("/fonts/Lato-Medium/Lato-Medium.woff2") format("woff2"), url("/fonts/Lato-Medium/Lato-Medium.woff") format("woff");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/fonts/Lato-Bold/Lato-Bold.woff2") format("woff2"), url("/fonts/Lato-Bold/Lato-Bold.woff") format("woff");
}
body {
  margin-top: 100px;
  font-family: Lato-Medium, serif;
  /* Font-size */
  /* Fonts */
  /* Colors */
  /* Background */
  /* Buttons */
  /* Width */
}
body .font-weight-medium {
  font-weight: 500;
}
body .text-mega {
  font-size: 42px;
}
body .text-xxl, body .h1 {
  font-size: 38px;
}
body .text-xl, body .h2 {
  font-size: 30px;
}
body .text-lg {
  font-size: 25px;
}
body .text-20px {
  font-size: 20px;
}
body .text-md, body .h3 {
  font-size: 18px;
}
body .text-sm {
  font-size: 16px;
}
body .text-xs {
  font-size: 14px;
}
body .text-xxs {
  font-size: 12px;
}
body .text-10px {
  font-size: 10px;
}
body .sana-sans-bold {
  font-family: SanaSans-Bold, serif;
}
body .sana-sans-medium {
  font-family: SanaSans-Medium, serif !important;
}
body .lato-bold {
  font-family: Lato-Bold, serif;
}
body .lato-medium {
  font-family: Lato-Medium, serif;
}
body .text-dark-blue {
  color: #031f60 !important;
}
body .text-second-dark-blue {
  color: #2d85c5 !important;
}
body .text-blue {
  color: #36b2e6 !important;
}
body .text-dark-grey {
  color: #747577;
}
body .text-four-dark-blue {
  color: #3d90e0 !important;
}
body .bg-dark-blue {
  background-color: #031f60;
}
body .bg-second-dark-blue {
  background-color: #2d85c5;
}
body .bg-blue-duck {
  background-color: #76AFDA;
}
body .bg-blood-red {
  background-color: #941E5B;
}
body .bg-light-yellow {
  background-color: #FFE6D9;
}
body .bg-green {
  background-color: #45DAAE;
}
body .bg-light-grey {
  background-color: #F1F5F8;
}
body .bg-blue-grey {
  background-color: #EDF7FF;
}
body .bg-second-light-blue {
  background-color: #c7e7fe;
}
body .bg-third-dark-blue {
  background: #1b3c8d;
}
body .bg-light-orange {
  background-color: #FEF1E0;
}
body .btn-second-dark-blue {
  background-color: #2d85c5;
  color: #ffff;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}
body .btn-green {
  background-color: #45DAAE;
  color: #ffff;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}
body .btn-second-dark-blue:hover {
  color: #ffff;
  background-color: #2671a6;
  border: none;
}
body .btn-blue {
  background-color: #36b2e6;
  color: #ffff;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}
body .btn-blue:hover {
  color: #ffff;
  border: none;
}
body .btn-orange {
  background-color: #FF5D1C;
  color: #ffff;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}
body .btn-orange:hover {
  color: #ffff;
  border: none;
}
body .btn-light-yellow {
  background-color: #FFE6D9;
  color: #FF5D1C;
  font-weight: 500;
  border: 1px solid #FF5D1C;
  border-radius: 5px;
}
body .btn-light-yellow:hover {
  color: #FF5D1C;
}
body .btn-green {
  background-color: #45DAAE;
  color: #ffff;
  font-weight: 500;
}
body .btn-green:hover {
  color: #ffff;
  background-color: #2ad5a2;
}
body .btn-second-light-blue {
  background-color: #c7e7fe;
  border: 1px solid #3d90e0;
  color: #3d90e0;
}
body .btn-second-light-blue:hover {
  color: #3d90e0;
}
body .w-100px {
  width: 100px;
}
body .line-height15 {
  line-height: 1.5rem;
}
body .breadcrumbs {
  font-size: 13px;
}
body .pagination .page-link {
  color: #747577;
}
body .pagination-rounded-flat .page-item {
  margin: 0 0.25rem;
}
body .pagination-rounded-flat .page-item .page-link {
  border: none;
  height: 35px;
  width: 35px;
  text-align-last: center;
  padding: 0.5rem;
  color: #747577;
}
body .pagination-rounded-flat .page-item.active .page-link {
  background-color: #2d85c5;
  color: #fff !important;
}
body .list-type-none {
  list-style-type: none;
}
body .hr_blue_title {
  width: 60px;
  height: 3px;
  background-color: #36b2e6;
  margin-bottom: 6px;
  margin-top: -2px;
}
body .hr_blue {
  width: 40px;
  height: 2px;
  background-color: #36b2e6;
  margin-bottom: 6px;
}
body .contact {
  background: #f2f9ff;
  border-radius: 70px;
  width: 100% !important;
}
body .contact .icon-help-green {
  width: 100px;
}
body .contact .icon-green-global {
  transform: rotate(134deg);
  position: absolute;
  width: 25px;
  top: -27px;
  right: -26px;
}
body .contact .contact-us {
  font-size: 12px;
}
body .z-index-999 {
  z-index: 999;
}
body .margin-top-100 {
  margin-top: 100px;
}
body .bottom-0 {
  bottom: 0 !important;
}
body footer a:hover {
  text-decoration: none;
}

.collapse-show {
  padding: 0.5rem 0;
}
.collapse-show span {
  display: inline !important;
}

.collapse-default span {
  display: none;
}

option {
  font-weight: 400;
  font-family: sans-serif;
}

@media (max-width: 1440px) {
  footer {
    font-size: 12px !important;
  }
}
@media (max-width: 991.98px) {
  body {
    /* Mobile width */
  }
  body .h1-xs {
    font-size: 35px !important;
  }
  body .container-navbar .container-logo img {
    width: 150px;
  }
  body .margin-xs-0 {
    margin: 0 !important;
  }
  body .padding-xs-0 {
    padding: 0 !important;
  }
  body .padding-xs-2 {
    padding: 0.5rem !important;
  }
  body .w-xs-auto {
    width: auto !important;
  }
  body .w-xs-100 {
    width: 100% !important;
  }
  body .pt-5-xs {
    padding-top: 3rem !important;
  }
  body .pt-2-xs {
    padding-top: 0.5rem !important;
  }
  body .mt-4-xs {
    margin-top: 1.5rem !important;
  }
  body .mt-2-xs {
    margin-top: 0.5rem !important;
  }
  body .b-none-xs {
    border: none !important;
  }
  body footer .col-logo-footer {
    text-align: center;
    margin-bottom: 35px;
  }
  body footer .footer-margin {
    margin-left: 0 !important;
  }
  body footer .col-footer-mobile {
    margin-left: 15px;
    margin-bottom: 30px !important;
  }
}
#testimony {
  margin-top: 100px;
}
#testimony .text-23px {
  font-size: 23px;
}
#testimony .icon-domain {
  border-color: #747577 !important;
  width: 100px;
  height: 100px;
}
#testimony .icon-domain img {
  width: 60%;
}
#testimony .icon-marker, #testimony .icon-calendar, #testimony .icon-building {
  height: 40px;
}
#testimony .border-seconde-dark-blue {
  border-color: #2d85c5 !important;
  border-radius: 5px;
}
#testimony .other-infos-mobile .nav-tabs {
  border-bottom: 1px solid #36b2e6;
}
#testimony .other-infos-mobile .nav-link.active {
  background-color: #2d85c5 !important;
  color: #fff !important;
  font-weight: bold !important;
}
#testimony .other-infos-mobile .nav-link {
  color: #031f60 !important;
  border: 0 !important;
  border-radius: 2px !important;
}
#testimony .other-infos .category-title, #testimony .other-infos .result-title {
  border-bottom: 1px solid #36b2e6;
}

.form-mobile-container .form-contact {
  border-radius: 30px;
  padding: 30px 80px 30px 80px;
}
.form-mobile-container .form-contact .font-label-bold label {
  font-weight: bold;
}
.form-mobile-container .form-contact label {
  margin: 0;
  font-size: 12px;
}
.form-mobile-container .form-contact button {
  font-size: 12px;
  padding: 13px;
  letter-spacing: 1.5px;
}
.form-mobile-container #form-info {
  display: block;
  position: relative;
  top: -230px;
  visibility: hidden;
}
.form-mobile-container .perso-vol-1 {
  bottom: 200px;
  left: -110px;
}
.form-mobile-container .perso-vol-2 {
  bottom: 400px;
  right: -100px;
}
.form-mobile-container .paper-1 {
  bottom: 350px;
  left: 25px;
}
.form-mobile-container .paper-2 {
  top: 220px;
  right: 20px;
}
.form-mobile-container .sub-form {
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .latest-testimonies-title {
    font-size: 15px !important;
  }

  .form-mobile-container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .form-mobile-container .form-contact {
    border-radius: 0;
    padding: 30px;
    margin-top: 10px !important;
  }
  .form-mobile-container .round-corner-mobile {
    width: 100%;
    height: 400px;
    background-color: #c7e7fe;
    border-radius: 50%;
    transform: scaleX(1.5);
    position: absolute;
    top: -5px;
    z-index: -1;
  }

  .h2 {
    font-size: 22px !important;
  }

  .text-23px {
    font-size: 18px !important;
  }
}

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