
.programme-single .page-cnt-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.programme-single .title .acdmy-section-title {
  font-size: 23px;
}
.programme-single .bl-left {
  width: 50%;
}
.programme-single .bl-left .title .programme-extrait {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-left: 14px !important;
  background-color: #e53375 !important;
}
.programme-single .bl-left .title .programme-extrait p {
  font-size: 19px;
  color: #ffffff;
  margin: 0;
}
.programme-single .bl-left .body .item h3.acdmy-section-title {
  font-size: 19px;
}
.programme-single .bl-left .body .item h3.acdmy-section-title span {
  font-size: 15px;
}
.programme-single .bl-left .body .item ul {
  list-style: unset;
  margin: 1.25em;
  padding: 0;
}
.programme-single .bl-left .body .item ul li {
  margin-left: 2.125em;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  line-height: 1.75;
  font-weight: 600;
}
.programme-single .bl-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 15px;
}
.programme-single .bl-right .bl-right-cnt {
  width: 70%;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm {
  background: #e53375;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul {
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  clip: auto;
  position: static;
  background: 0 0;
  text-transform: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  border: none;
  border-radius: 0;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul li a {
  padding: 15px 20px;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  text-transform: none;
  transition: all 0.2s ease-in-out;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul li a i {
  margin-right: 5px;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul li a:hover {
  color: #000;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul li a.active {
  color: #ffffff;
  background: #000000;
}
.programme-single .bl-right .bl-right-cnt .nav-prgm ul li a.active:hover {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .programme-single .page-cnt-block {
    flex-direction: column-reverse;
  }
  .programme-single .page-cnt-block .bl-left {
    width: 100%;
  }
  .programme-single .page-cnt-block .bl-right {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .programme-single .page-cnt-block .bl-right .bl-right-cnt {
    width: 100%;
  }
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}
/* 
@media screen and (max-width: 767px) {
  .template-contact .blc-1 {
    width: 100%;
    flex-direction: column;
  }
  .template-contact .blc-1 .item-left {
    width: 100%;
  }
  .template-contact .blc-1 .item-right {
    width: 100%;
  }
  .template-contact .blc-2 {
    width: 100%;
    flex-direction: column;
  }
  .template-contact .blc-2 .item-left {
    width: 100%;
  }
  .template-contact .blc-2 .item-right {
    width: 100%;
  }
  .template-contact .blc-2 .item-right .acdmy-section-title.right {
    text-align: left !important;
    width: 100%;
  }
  .template-contact .blc-2 .item-right .prox {
    justify-content: center;
  }
}/*# sourceMappingURL=style-2.css.map */ */