body {
  font-family: 'Google Sans', sans-serif;
}
:root {
  scroll-padding-top: 80px;
}

.swal-button {
  background-color: #6b59f7;
}

.swal-button:hover {
  background-color: rgba(107, 89, 247, 0.53);
}

.features_area_1 {
  background: #6b59f7;
  color: white;
  padding: 50px;
}

.features_area_1 h2 {
  margin-bottom: 70px;
}

.features_area_1 .text_feature {
  font-weight: 200;
  font-size: 90%;
  line-height: 15pt;
  margin-top: 15px;
  flex-grow: 1;
}

.features_area_1 .know_more_btn {
  color: #6b59f7;
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 500;
  background: white;
}
.features_area_1 .know_more_btn {
  border: 2px solid transparent;
}
.features_area_1 .know_more_btn:hover {
  color: white;
  border: 2px solid white;
  background: #6b59f7;
}

.custom_btn {
  display: inline-block;
  color: white;
  padding: 0 30px 0 30px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 47px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: double 2px white;
  border-radius: 5px;
  background: #6b59f7;
  /*background-origin: border-box;*/
  /*background-clip: content-box, border-box;*/
  margin-right: 15px;
}
.custom_btn:hover {
  background: white;
  color: #6b59f7;
  font-weight: bold;
  border: double 2px #6b59f7;
}
.primary_btn:hover {
  background-color: white;
  color: white;
  border: 2px solid #6b59f7;
}

.primary_btn_custom {
  display: inline-block;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  /*line-height: 47px;*/
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  /*border: double 2px transparent;*/
  border-radius: 50px;
  padding: 5px 10px 5px 10px;
  color: white;
  border: 2px solid white;
  background-color: transparent;
  width: 150px;
}

.primary_btn_custom span {
  padding: 0 35px;
}
.primary_btn_custom:hover {
  color: #6b59f7;
  background-color: white !important;
  border: 2px solid #6b59f7;
}
.header_area.navbar_fixed .navbar .nav .nav-item .nav-link {
  color: rgba(34, 34, 34, 0.78);
}

.header_area.navbar_fixed .navbar .nav .nav-item .nav-link:hover {
  color: #6b59f7;
}

.header_area.navbar_fixed .navbar {
  padding-top: 0px;
}
.header_area.navbar_fixed .primary_btn_custom {
  background-color: #6b59f7;
}

.header_area.navbar_fixed .logo_h img {
  content: url('../img/Logo.svg');
}

/*styling the navbar of the all pages not the home */
.header_area.white .navbar .nav .nav-item .nav-link {
  color: rgba(34, 34, 34, 0.78);
}

.header_area.white .navbar .nav .nav-item .nav-link:hover {
  color: #6b59f7;
}

.header_area.white .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_area.white .primary_btn_custom {
  background-color: #6b59f7;
}

.header_area.white .logo_h img {
  content: url('../img/Logo.svg');
}

.contact_area {
  background: #6b59f7;
  color: white;
}

.form-control {
  font-size: 0.8rem;
  color: rgba(73, 80, 87, 0.8);
  border-radius: 4px;
}

.custom-control-label {
  font-size: 0.8rem;
}
.info {
  background: transparent;
  color: red;
}
.domaines_area {
  padding-bottom: 60px;
  padding-top: 60px;
}
.domaines_area .custom-control-label {
  position: absolute;
  top: 0.3rem;
  right: 1.5rem;
}
.domaines_area .custom-control-label::after {
  /*background-color: rgba(46, 37, 102, 0.22);*/
  border-radius: 3px;
}

.domaines_area
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #6b59f7;
}
.domaines_area .checkbox-container {
  border: 2px solid transparent;
  background-color: #f3f3f3;
  color: #797979;
}
.domaines_area .checkbox-container label {
  cursor: pointer;
}
.domaines_area .custom-checkbox p {
  font-size: 13px;
}
.domaines_area .checkbox-container:hover {
  background-color: white;
  border: 2px solid #6b59f7;
  cursor: pointer;
}
.testimonial_content p {
  line-height: 1;
}

.domaines_area h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.domaines_area .custom-control {
  color: black;
}

.tab-content p {
  line-height: 1.6;
}

.pme_area h2 {
  color: #485066;
}

.pme_area .pme-content-wrapper {
  border: 2px solid;
  padding: 10px;
  border-radius: 5px;
}

.pme_area .padding-adjust {
  padding-bottom: 18px;
}

.pme_area .pme-content-wrapper .line-height-adjust {
  line-height: 40px;
}

.audite_area h2 {
  color: #485066;
}

.audite_area .audite-content-wrapper {
  border: 2px solid;
  padding: 10px;
  border-radius: 5px;
}

.audite_area .padding-adjust {
  /*padding-bottom: 58px;*/
}

.audite_area .audite-content-wrapper .line-height-adjust {
  line-height: 40px;
}

.audite_area .audite-content-wrapper .margin-adjust {
  margin-top: 65px;
}

.domaines_icon {
  font-size: 50px;
}

.domaines_area .item-wrapper {
  /*background-color: rgba(128, 128, 128, 0.15);*/
  text-align: center;
}
.domaines_area .item-wrapper > div {
  /*background-color: grey;*/
  padding: 15px;
  border-radius: 5px;
  /*color: white;!important;*/
}
.nav-arrow {
  position: relative;
  bottom: 3px;
}

.feedback-form {
  background-color: #6b59f7;
}

.home_banner_area .banner_inner .home_right_img {
  padding-top: 130px;
}

/*---------------------------------------------------------------------------*/
/*----------- ------ Style of Formation page ------ --------------------------*/
/*----------------------------------------------------------------------------*/
.formation_banner_area {
  z-index: 1;
  background: url(../img/banner/formation_banner.jpg) no-repeat right center;
  background-size: cover;
  height: 500px;
}

.formation_banner_area .banner_content {
  color: white;
}

.formation_banner_area .custom_btn {
  background: transparent;
}
.formation-contenu-area {
  margin-top: 40px;
}
.formation-contenu-area h2 {
  color: black;
  margin-bottom: 60px;
}
.formation-contenu-area h4 {
  color: black;
}
.formation-contenu-area img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.formation-contenu-area .know_more_btn {
  color: #fff;
  border-radius: 50px;
  padding: 2px 5px 2px 5px;
  font-size: 75%;
  font-weight: 500;
  border: 1px solid transparent;
  background: #6b59f7;
}

.formation-contenu-area .know_more_btn:hover {
  color: #6b59f7;
  border: 1px solid #6b59f7;
  background: white;
}
.formation_seprator {
  margin-top: 30px;
  text-align: center;
  color: white;
  padding: 30px;
  background: #6b59f7;
}

.details_formation {
  padding-top: 30px;
}

.details_formation .detail_item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid black;
}

.details_formation h4,
strong {
  color: black;
}

.subscribe_area {
}
.primary_bg {
  background: #6b59f7;
  color: #fff;
}

.hours_span {
  font-size: 15px;
}

.header-container {
  display: -ms-flexbox;
  display: flex;

  position: relative;
  min-height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  padding: 30px 0;
}
.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  transform-origin: 100% -100%;
  transform: skewX(-15deg);
  z-index: 2;
}
.background-image {
  background: url('../img/banner/formation_banner.jpg');
  background-color: transparent;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  z-index: 1;
}
.content-container {
  padding-left: 30px;
  z-index: 3;
  color: #fff;
  position: relative;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumbs div span {
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs a {
  color: #fff;
}
.overview {
  color: rgba(18, 18, 18, 0.91);
  padding: 60px;
}
.overview p,
ul {
  font-weight: 300;
}
.overview .specs {
  border-radius: 5px;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 15px;
  color: black;
  font-weight: 300;
  background: rgba(109, 92, 255, 0.08);
  border-top: 3px solid #3b3188;
  width: 80%;
  float: right;
}
.overview .specs .specs-icon {
  margin-right: 10px;
}
.overview .specs .specs-text {
  position: relative;
  left: 40px;
  font-weight: 100;
  font-size: 12px;
}

.overview .specs .specs-item {
  margin-bottom: 20px;
}
.access-business-info {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  border-radius: 4px;
  color: #505763;
  padding: 10px;
  margin-top: 40px;
}
.pages_footer_area {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.footer_area .contact a {
  color: #6b59f7;
}
.details-with-icon {
  display: inline-flex;
}
.jumbotron-icon-item {
  margin-right: 10px;
}
.jumbotron-icon-item span {
  font-size: 10px;
}

.btn-custom {
  background: #fbbc04;
  color: black;
  border: 2px solid #fbbc04;

  margin: 0;
}

.btn-custom a {
  color: black;
  text-decoration: none;
}

.video-btn a {
  color: white;
  text-decoration: none;
}

.video-btn {
  background: transparent;
  color: black;
  border: 2px solid white;
  margin: 0;
}
.jumbotron-btns {
  margin-top: 10px;
  display: block;
}
.side-btn {
  width: 80%;
  float: right;
  margin-top: 5px;
}
.btn:hover {
  -webkit-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26);
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .logo_h {
    position: relative;
    left: -25px;
  }

  .header_area .navbar-brand {
    margin-right: 30px;
  }
  .header_area .menu_nav {
    width: 68%;
  }

  .nav-items {
    position: relative;
    right: -240px;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .logo_h {
    position: relative;
    left: -40px;
  }

  .nav-items {
    position: relative;
    right: -410px;
  }

  .header_area .navbar-brand {
    margin-right: 30px;
  }
  .header_area .menu_nav {
    width: 55%;
  }
}
