* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-no-border {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
label {
  font-size: 9pt;
}
h1 {
  color: #00365a;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.4s;
}
.btn {
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 15px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-primary {
  background: #0279bf;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
  box-shadow: 0 4px 20px rgba(57, 86, 222, 0.15);
}
.sectionwithoutpadding {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

/******************
    Navbar
*******************/
.logo {
  width: 200px;
}

/******************
    Hero section
*******************/
.hero {
  background: url("../img/home.svg");
  background-repeat: no-repeat;
  background-position-y: 0;
  background-color: transparent;
  height: 1300px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-size: cover;
}

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

/******************
    Advantages
*******************/
.advantages .top {
  position: relative;
  top: 12px;
  font-size: 15pt;
  color: #fff;
}

.advantages .bottom {
  position: relative;
  bottom: 24px;
  font-size: 15pt;
  color: #fff;
}

.advantages .title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.advantages .title span {
  font-size: 50pt;
}

/******************
    Funnel
*******************/
.funnel-form {
  /* border-top: 4px solid #0279bf;*/
  min-height: 25vh;
}
.funnel-title {
  color: #0279bf;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fbfbfd;
  border-color: #3956de;
}
.form-control {
  padding-left: 2rem;
  border-radius: 0px;
  border-color: #e6eef9;
  color: #787a7d;
  background-color: #f8fbff;
}
.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.form-check-input {
  border-radius: 0px;
}
#enquete .reponse .btn-form {
  display: inline-block;
  margin: 0 5px;
}
#enquete .reponse .btn-form > input[type="radio"] {
  display: none;
}
#enquete .reponse .btn-form label {
  display: block;
  position: relative;
  width: 100%;
  background: #0279bf;
  border: 1px solid #0279bf;
  border-radius: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 11pt;
  padding: 10px;
  margin: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}
#enquete .reponse .btn-form label:hover {
  color: #223c8c;
  background: #ffffff;
}

.form-select-cp {
  position: absolute;
  max-height: 200px;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  overflow-y: scroll;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.5;
  color: #0a0a0a;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select-cp li {
  width: 100%;
  cursor: pointer;
  list-style: none;
}
.form-select-cp li:hover {
  display: inline-block;
  background-color: #d3deff;
  list-style: none;
}

/******************
    Faq Section
*******************/
.faq .accordion-body p {
  font-size: 11pt;
  margin-bottom: 0.5rem;
}

/******************
    Solution
*******************/

.solution .icon-box img {
  width: 55px !important;
  margin: 0 auto;
}

.solution .icon-box h5 {
  color: #223d8a;
  font-weight: 600;
  text-transform: uppercase;
}

.card {
  border: initial;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.detail-text {
  font-size: 11pt;
}

/******************
    Services
*******************/
.service_section {
  position: relative;
}
.services_list {
  float: right;
}

.services_position_img {
  background: url(../img/img1.png) center center;
  overflow: hidden;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion-button:not(.collapsed) {
  color: #0c6dc3;
  background-color: #e7f1ff;
}
/******************
    Gridoz
*******************/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  top: initial;
  bottom: 0;
}
.section-text {
  color: #8f8f8f;
}
.nav-link {
  border: initial;
  background: initial !important;

  cursor: pointer;
  color: #8f8f8f;
}
.nav-link:before,
.nav-link.active:before {
  top: initial;
  bottom: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* border: initial; */
  position: relative;
  color: #00365a;
}
.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before {
  content: " ";
  background: #00365a;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  width: calc(100% - 1rem);
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
  color: #495057 !important
  ;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-123 {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-123 {
    margin-bottom: 51px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service_section.mb-222 {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-222 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-222 {
    margin-bottom: 51px;
  }
}

.single_services:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_services {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_services {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single_services {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_position_img {
    text-align: center;
    /*width: 59%;*/
  }
}
@media only screen and (max-width: 767px) {
  .services_position_img {
    /* margin: 0px 0 50px 0;*/
  }
}
.services_text h4 {
  font-size: 13pt;
  line-height: 20px;
  font-weight: 500;
}
.services_description {
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 6px;
  }
}
.services_text p {
  font-size: 10pt;
  line-height: 20px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text p {
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text p {
    font-size: 13px;
    line-height: 23px;
  }
}

.services_icon {
  width: 55px;
  height: 55px;
  background: #d4ebf873;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon {
    width: 60px;
    height: 60px;
  }
}
.services_icon i {
  font-size: 30px;
  color: #90744f;
  line-height: 70px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon i {
    font-size: 25px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon i {
    font-size: 25px;
    line-height: 60px;
  }
}

.services_text {
  width: calc(100% - 70px);
  padding-right: 5px;
  padding-left: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text {
    width: calc(100% - 55px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .services_text {
    width: calc(100% - 60px);
  }
}

.service-page .services_text {
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
  }
}
.service-page .services_icon {
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .single_services {
    margin-bottom: 40px;
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .single_services {
    width: 100%;
  }
}

/******************
    Footer
*******************/
.footer {
  background: url("../img/footer.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: auto 1100px;
  padding-top: 500px;
  background-position-y: -90px;
  margin-top: -150px;
}
.separator {
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 380px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 380px;
  }
  .services_description {
    text-align: left;
  }
}
/***************
Progress Bar
*****************/
.progress {
  display: flex;
  height: 2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #c4c4c4;
  border-radius: 0rem;
  position: relative;
}
.progress-bar {
  background-color: #0279bf;
}
/******************
    Scroll Down
*******************/

.scroll {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: 0 0;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  position: absolute;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/******************
    Back to Top
*******************/
.back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding: 0.5em;
  margin: 0 1em 1em 0;
  background: #18549e;
  border: 2px solid #fff;
  transition: 0.5s;
  opacity: 0.5;
}
.back-to-top:hover {
  cursor: pointer;
  opacity: 1;
}
.back-to-top svg {
  fill: white;
  width: 25px;
  height: 25px;
  transform: translateX(0%) translateY(-5%);
}

/******************
    Back to Top
*******************/
.modal-body .contact span {
  font-size: 9pt;
  margin-left: 5px;
  color: #0a0a0a;
  line-height: 2;
}
.modal-body .contact .media {
  font-size: 0.8rem;
  color: #0279bf;
}
.modal-body .contact img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

/******************
    Responsive
*******************/
@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1023.98px) {
  .scroll {
    bottom: 70px;
  }
  .hero {
    height: 1050px;
  }
  .services_position_img {
    background: #fff;
    height: 30vh;
  }
}

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 16pt;
  }
}

@media screen and (max-width: 575.98px) {
  .hero {
    height: 900px;
    position: inherit;
  }
  .hero .home-text {
    margin-top: 160px;
  }
  .scroll {
    bottom: 80px;
  }
  .services_position_img {
    background: #fff;
    height: 90vh;
  }
}

/***progress bar 2

.tooltip {
  position: relative;
  float: right;
}
.tooltip > .tooltip-inner {
  background-color: #eebf3f;
  padding: 5px 15px;
  color: rgb(23, 44, 66);
  font-weight: bold;
  font-size: 13px;
}
.popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eebf3f;
}

.progress {
  border-radius: 0;
  overflow: visible;
}
.progress-bar {
  background: rgb(23, 44, 60);
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}***/
