@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"); /* ---- Fonts font-family: 'Merriweather', sans-serif; i font-family: 'Open Sans', sans-serif; 400 ? 700 font-family: 'Archia', sans-serif; 300 ? 400 ? 500 ? 600 ? 700 ------- */

/*
* main style
*/

.my-pagination {
  padding: 2rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.my-pagination > * {
  margin: 0 0.5rem;
}

.my-pagination a {
  color: #150ed2;
}

.small-hero {
  padding: 75px 0 65px !important;
}

/*
* 
*     Buttons
*
*/

/*
* Nav link
*/

.nav_light,
.nav_light:hover span,
.nav_light span,
.nav_light svg {
  color: #150ed2 !important;
  fill: #150ed2 !important;
  border-bottom: 2px solid transparent !important ;
  transition: all 0.2s !important ;
}
.nav_light:hover span {
  border-bottom: 2px solid #150ed2 !important;
}

.dark-theme .nav_light,
.dark-theme .nav_light:hover span,
.dark-theme .nav_light span,
.dark-theme .nav_light svg,
.nav_dark,
.nav_dark:hover span,
.nav_dark span,
.nav_dark svg {
  color: #b6becd !important;
  fill: #b6becd !important;
  border-bottom: 2px solid transparent !important ;
  transition: all 0.2s !important ;
}
.nav_dark:hover span {
  border-bottom: 2px solid #b6becd !important;
}
.navlink {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
}
.navlink svg {
  margin-right: 11px;
  transition: all 0.2s;
}

.nav_dark span,
.nav_light span,
.navlink span {
   border-bottom: 2px solid transparent !important ;
  transition: all 0.2s !important ;
}

.navlink:hover svg {
  margin-right: 6px;
  margin-left: 5px;
}

.inline-btn {
  margin-left: 40px;
}

/*

.dark-theme .blue-inline-btn {
  color: #b6becd;
}
.dark-theme .blue-inline-btn:hover span {
  border-color: #b6becd;
}

.navlink {
  display: inline-flex;
  align-items: center;
  color: #150ed2;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
}
.navlink svg {
  fill: #150ed2;
  margin-right: 11px;
  transition: all 0.2s;
}
.navlink span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.navlink:hover span {
  border-color: #150ed2;
}
.navlink:hover svg {
  margin-right: 6px;
  margin-left: 5px;
}

.formation_banner-btn {
  display: flex;
  align-items: center;
}
.formation_banner-btn .button:hover {
  background: #fff;
  color: #150ed2;
}
a.inline-btn {
  margin-left: 40px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
}
a.inline-btn svg {
  margin-right: 11px;
  transition: all 0.2s;
}
a.inline-btn span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
a.inline-btn:hover svg {
  margin-right: 6px;
  margin-left: 5px;
}
a.inline-btn:hover span {
  border-color: #fff;
}
a.blue-inline-btn,
a.blue-inline-btn svg {
  color: #150ed2;
  fill: #150dd2;
  margin-left: 0;
}
a.blue-inline-btn:hover span {
  border-color: #150ed2;
}

.learn-places-wrap a {
  display: inline-flex;
  align-items: center;
  color: #150ed2;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
}
.learn-places-wrap a img {
  margin-right: 11px;
  transition: all 0.2s;
}
.learn-places-wrap a span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.learn-places-wrap a:hover span {
  border-color: #150ed2;
}
.learn-places-wrap a:hover img {
  margin-right: 6px;
  margin-left: 5px;
}

.pedagogy-info a {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.pedagogy-info a svg {
  margin-right: 11px;
  transition: all 0.2s;
  fill: #fff;
}
.pedagogy-info a span {
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
.pedagogy-info a:hover span {
  border-color: #fff;
}
.pedagogy-info a:hover svg {
  margin-right: 6px;
  margin-left: 5px;
} */

/*
* CTA
*/
.cta_light,
.header_cta {
  color: #fff;
  background: #150ed2;
}

.header_cta:hover,
.cta_light:hover {
  color: #150ed2;
  background: #fff;
}
.cta_light:hover svg {
  fill: #150ed2;
}
.cta_dark {
  color: #150ed2;
  background: #fff;
}

.cta_dark:hover {
  color: #fff;
  background: #150ed2;
}
.cta_dark:hover svg {
  fill: #fff;
}

.header_cta2{
  color: #150ed2;
  background: #fff;
  border: 1px solid #150ed2;
  margin-right: 15px!important;
  padding: 0 15px!important;
  line-height: 15px!important;
}
.header_cta2:hover{
  color: #fff;
  background: #150ed2;
}

button.button,
.header_cta,
a.button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  height: 64px;
  line-height: 62px;
  padding: 0 57px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.button img,
.button svg {
  width: 0;
  overflow: hidden;
  transition: 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.button:hover img,
.button:hover svg {
  display: block;
  width: 16px;
  margin-right: 11px;
}

/*
* link profil menu
*/

.myBtn {
  cursor: pointer;
}

/*
* Block Date
*/
.block-date > * {
  font-size: 1rem;
  font-style: italic;
}
.block-date {
  padding: 0 0 2rem !important;
}
/*
* block paddding
*/

.my-blocks {
  padding: 1rem 0;
  margin: 1rem 0;
}
body {
  font-family: "Archia", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5833;
  color: #707070;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archia", sans-serif;
}
h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.28;
}
h2 {
  font-size: 66px;
  font-weight: 600;
  line-height: 1.28;
}
h3 {
  font-size: 40px;
  font-weight: 600;
}
h4 {
  font-size: 40px;
  font-weight: 700;
}
h5 {
  font-size: 30px;
  font-weight: 500;
}
img {
  color: transparent;
}
.fullWidth {
  width: 100%;
}

.color_bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #150ED2;
}


.learn-places-wrap .place:nth-child(4n) h3 em {
  color: #150ED2;
}

.learn-places-wrap .place:nth-child(4n + 1) h3 em {
  color: #150ED2;
}

.learn-places-wrap .place:nth-child(4n + 2) h3 em {
  color: #150ED2;
}

.learn-places-wrap .place:nth-child(4n + 3) h3 em {
  color: #150ED2;
}

.dark-theme .footer-right svg {
  filter: invert(1);
}

.formation-banner-wrap img {
  object-fit: contain;
}
/*
* Footer widget
*/
.astra-widget-list-icons .widgettitle,
.astra-widget-list-icons .link-text {
  display: none;
}

/*
* Select menu
*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  display: inline-flex;
  margin-right: 30px;
  /* min-width: 70px; */
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #888 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #888 transparent;
  top: 5px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #888;
  font-weight: bold;
  font-family: "Archia", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  padding: 0 15px;
  min-width: 100px;
  box-sizing: content-box;
}

.select-items div {
  padding: 10px 0;
  border-bottom: 1px solid #888;
}

.select-items div:nth-last-child(-n + 1) {
  border-bottom: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  color: #150ed2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-selected,
.select-items div:hover,
.same-as-selected {
  color: #150ed2;
  text-decoration: underline;
}

/*FRONT DEV CSS*/

#breadcrumbs *,
#breadcrumbs a {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
}
.breadcrumb_last {
  font-weight: bold !important;
}

.fullWidth h2 {
  color: #2b2a26;
  margin-left: 0;
}

.learn-places-bot_med .places-fig.active::before {
  opacity: 1;
  visibility: visible;
}
.learn-places-bot_med .places-fig.active h4 {
  color: #2b2a26;
  margin-bottom: 50px;
}
.learn-places-bot_med .places-fig.active p {
  display: block;
  color: #707070;
} /* Header ------------------------------ */
#header-wrap {
  padding: 0 0 24px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fefefe;
  z-index: 1001;
}
#header-wrap.sticky {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .75rem;
}
.header-left img {
  display: block;
  margin: -5.6px 0;
}
.menu > li > a {
  font-size: 16px;
  color: #0b0e13;
  padding: 0;
}
.dropdown.menu {
  position: relative;
}
.dropdown.menu > li {
  margin: 0 20px;
}
.dropdown.menu > li > a {
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 5px 0;
  transition: all 0.3s;
}
.menu .active > a {
  background: none;
}
.menu .active > a,
.dropdown.menu > li:hover > a {
  color: #150ed2;
}
.dropdown.menu > li.active > a,
.dropdown.menu > li:hover > a {
  border-color: #150ed2;
}
.menu > li.menu-item-has-children > a {
  position: relative;
}
.menu > li.menu-item-has-children > a,
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 16px;
}
.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  display: block;
}
.menu-item-has-children > a::after,
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  background: url("../images/dark-arrow-down.svg") no-repeat center center;
  width: 9px;
  height: 5px;
  border: none;
  right: 0;
}
.submenu > li {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative; /* padding-left: 50px; */
}
.submenu > li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.submenu > li > strong {
  font-size: 16px;
  white-space: nowrap;
}
.submenu > li:hover strong {
  color: #150ed2;
}
.dark-theme .submenu > li > strong {
  color: rgba(255, 255, 255, 0.87);
}
.dark-theme .submenu > li:hover > strong {
  color: #bbff34;
}
.submenu > li > span {
  font-size: 12px;
}
.dark-theme .submenu > li > span {
  color: #b6becd;
}
.submenu > li > img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.dark-theme .dropdown-pane {
  color: rgba(255, 255, 255, 0.87);
  background: #0a121f;
}
.dropdown-pane {
  width: auto;
  width: 840px;
  display: -webkit-flex;
  display: flex; /*left: 50% !important; transform: translateX(-50%) !important;*/
  left: -132px !important;
  border: none;
  padding: 2rem 2rem 1rem;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 10%);
}
.submenu-title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  padding-right: 60px;
  max-width: 190px;
  flex: 0 0 190px;
}
.dropdown-pane .submenu {
  margin: 0; /* column-count: 2; */
  min-width: 600px;
}
.dropdown-pane .submenu > li {
  margin-bottom: 15px;
}

.dropdown-pane .submenu a {
  outline: none;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right a.button {
  font-size: 12px;
  padding: 0 32px;
  height: 46px;
  line-height: 46px;
  margin-right: 82px;
}
.header-right span img,
.header-right span {
  display: block;
}
.header-right span {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.header-right span i {
  display: block;
  width: 100%;
  height: 3px;
  background: #0b0e13;
}
.header-right span i + i {
  margin-top: 5px;
}
.header-right span.active,
.header-right span:hover {
  background-image: url();
  outline: none;
}
.header-right span.active i,
.header-right span:hover i {
  opacity: 1;
  visibility: visible;
}
.overflowHide {
  overflow: hidden;
}
.off-canvas-absolute {
  padding: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 9999;
}
.position-right {
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  width: 350px;
  position: fixed;
}
.off-canvas-absolute.is-open {
  transform: translateX(0);
}
.off-canvas-content {
  display: flex;
  flex-direction: column;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-350px);
}
.js-off-canvas-overlay {
  /* display: none !important; */
  background: hsla(0, 0%, 100%, 0.75);
}
.dark-theme .js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.js-off-canvas-overlay.is-overlay-absolute {
  z-index: 1000;
}
.off-canvas-absolute ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.off-canvas-absolute li {
  font-size: 18px;
}
#dark-btn em,
.off-canvas-absolute a {
  color: #0b0e13;
}
.off-canvas-absolute a:focus {
  outline: none;
}
.dark-theme #dark-btn em,
.dark-theme .off-canvas-absolute a {
  color: rgba(255, 255, 255, 0.87);
}
#dark-btn {
  cursor: pointer;
  transition: all 0.3s;
  font-weight: normal;
  display: flex !important;
  align-items: center;
  flex-direction: row;
}
#dark-btn svg {margin-right: 0.5rem;}
#dark-btn em {
  font-style: normal;
}
.off-canvas-absolute a:first-of-type{border-top: 1px solid #d3d3d3;border-bottom:0;}
.off-canvas-absolute a,
.off-canvas-absolute #dark-btn {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  padding: 10px 15px;
}
.off-canvas-absolute a:hover,
.off-canvas-absolute #dark-btn:hover {
  /* background: #0B0E13; */
  color: #150ed2;
}
.off-canvas-absolute #dark-btn:hover em {
  /* color: #fff; */
  color: #150ed2;
}
.dark-theme #dark-btn svg{fill: rgba(255, 255, 255, 0.4); stroke: rgba(255, 255, 255, 0.4);}
.dark-theme .off-canvas-absolute a,
.dark-theme .off-canvas-absolute #dark-btn {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-theme .off-canvas-absolute a:hover,
.dark-theme .off-canvas-absolute #dark-btn:hover {
  /* background: #fff; */
  color: #b6becd;
}
.dark-theme .off-canvas-absolute #dark-btn:hover em {
  color: #b6becd;
}
.dark-theme .position-right.is-transition-push::after {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.sub-offcanvas-l2 > div,
.sub-offcanvas > div {
  display: none;
}
.sub-offcanvas > a,
.sub-offcanvas-l2 > a {
  position: relative;
}
.sub-offcanvas > a::after,
.sub-offcanvas-l2 > a::after {
  content: "";
  background: url("../images/dark-arrow-down.svg") no-repeat center center;
  position: absolute;
  width: 9px;
  height: 6px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dark-theme .sub-offcanvas > a::after,
.dark-theme .sub-offcanvas-l2 > a::after {
  background-image: url("../images/white-arrow-down.svg");
}
.sub-offcanvas.active > a::after,
.sub-offcanvas-l2.active > a::after {
  transform: rotateZ(180deg) translateY(-50%);
}
.sub-offcanvas.active > a,
.sub-offcanvas-l2.active > a {
  color: #150ed2;
}
.dark-theme .sub-offcanvas.active > a,
.dark-theme .sub-offcanvas-l2.active > a {
  color: #b6becd;
}
.off-canvas-absolute .sub-offcanvas-menu a {
  padding: 10px 25px;
}
.off-canvas-absolute .sub-offcanvas-menul2 a {
  padding: 10px 35px;
}
.off-canvas-absolute button {
  outline: none;
  padding: 10px 15px;
  border: none;
  background: none;
  cursor: pointer;
  border-right: 1px solid #d3d3d3;
}
.off-canvas-absolute button:focus {
  outline: none;
}
.dark-theme .off-canvas-absolute button {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-theme .off-canvas-absolute button path {
  fill: rgba(255, 255, 255, 0.87);
} /* Banner Area ------------------------------ */
.banner-wrap {
  /* padding: 32px 0 99px; */
  padding: 124px 0 99px;
  position: relative;
}
.banner-bg {
  position: absolute;
  right: 70px; /* top: 0; */
  top: 92px;
  width: 45%;
  height: 70%;
  z-index: -1;
}
.banner-wrap .columns {
  padding: 0;
}
.banner-info {
  padding-left: 33px;
  position: relative;
}
.banner-info h1 {
  margin-bottom: 0;
  color: #2b2a26;
}
.banner-info p {
  margin-bottom: 0;
  padding-left: 81px;
  color: #888;
}
.banner-fig {
  padding-bottom: 65px;
  position: relative;
  min-height: 45vh;
}

.banner-parallax {
  position: absolute;
}
#parallax-1 {
  left: 11px;
  top: 71px;
}
#parallax-2 {
  left: 229px;
  top: 60px;
  z-index: 1;
}
#parallax-3 {
  right: 165px;
  top: 38px;
  z-index: 1;
}
#parallax-4 {
  right: 43px;
  top: 0;
}
#parallax-5 {
  left: 122px;
  top: 187px;
  z-index: 2;
}
#parallax-6 {
  left: 271px;
  top: 223px;
  width: 413px;
}
#parallax-7 {
  right: 22px;
  top: 231px;
}
#parallax-8 {
  left: 0;
  top: 353px;
}
#parallax-9 {
  left: 38px;
  top: 426px;
  z-index: 1;
}
#parallax-10 {
  left: 243px;
  top: 545px;
  z-index: 1;
}
#parallax-11 {
  right: 0;
  top: 422px;
  z-index: 1;
} /*  Main Area ------------------------------- */
.jobtab-title .columns {
  position: relative;
}
.jobtab-title-bg {
  position: absolute;
  left: 0;
  top: -30px;
  width: 40%;
  height: 100%;
  z-index: -1;
}
.jobtab-title h2 {
  color: #2b2a26;
  margin-bottom: 42px;
}
.jobtab-outer {
  background: #0c0e13;
  position: relative;
}
.jobtab-bg {
    position: absolute;
    width: 70%;
    height: 40%;
    bottom: -40px;
    left: 100px;
}
.jobtab-img {
  /* background: url("../images/tab-bg.jpg") no-repeat center top / cover; */
  /*background-attachment: fixed;
  padding-top: 500px;*/
}
/*.jobtab-wrap {
  position: relative;
  margin-top: -550px;
}*/
.jobtab-wrap .row {
  max-width: 93.125rem;
}
.tabs-outer {
  background: #fff;
  padding: 91px 0 109px;
}
.tabs-outer .tabs {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  background: none;
  border: none;
  max-width: 1197px;
  margin: 0 auto;
}
.tabs-outer .tabs::before,
.tabs-outer .tabs::after {
  display: none;
}
.tabs-outer .tabs-title {
  float: none;
  margin-right: 2rem;
}
.tabs-title.vae {
  width: 110px;
  text-align: center;
}
.tabs-outer .tabs-title > a {
  color: #c6c6c6;
  padding: .75rem 2rem 1rem;
  font-size: 30px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tabs-outer .tabs-title sup {
  font-size: 16px;
  font-weight: 700;
}
.tabs-outer .tabs-title sup.text-red {
  color: #ff6656;
}
.tabs-outer .tabs-title sup.text-green {
  color: #53ecd2;
}
.tabs-outer .tabs-title sup.text-blue {
  color: #a051f4;
}
.tabs-outer .tabs-title sup.text-lightblue {
  color: #20d3fc;
}
.tabs-outer .tabs-title span {
  transition: all 0.3s;
  display: inline-block;
}
.tabs-outer .tabs-title > a:hover,
.tabs-outer .tabs-title > a:focus,
.tabs-outer .tabs-title > a[aria-selected="true"] {
  background: none;
  color: #150ED2;
}
.tabs-outer .tabs-content {
  background: none;
  border: none;
  max-width: 1197px;
  margin: 0 auto;
  position: relative;
}
.tabs-outer .tabs-panel {
  padding: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
}
.tabs-outer .tabs-panel:not(.is-active) {
  position: absolute;
}
.tabs-outer .tabs-panel.is-active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.tabs-content .tabs-panel > div:last-child {
  padding-bottom: 60px;
}
.job-list {
  border-bottom: 1px solid #d4d4d4;
  padding: 68px 0 43px;
  position: relative;
}
.job-list:hover > a {
  opacity: 1;
  visibility: visible;
}
.job-list > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 19px;
  height: 19px;
  background: url("./../images/goto-icon.svg") no-repeat center center / 100%
    auto;
}
.job-list h4 {
  font-size: 21px;
  margin-bottom: 2px;
  transition: all 0.3s;
  color: #2b2a26;
}
.job-list h4 a {
  color: #2b2a26;
}
.job-list:hover h4 a {
  color: #0c0e13;
}
.job-list h4 a:hover {
  text-decoration: underline;
}
.job-list p {
  margin-bottom: 0;
  font-size: 16px;
}
.job-list:hover p span {
  color: #555;
}
.job-list p span {
  color: #888;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 12px;
  transition: all 0.3s;
}
.job-list p span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ff6656;
  margin-right: 10px;
}
.job-list p span.color-green::before {
  background: #5eedd5;
}
.job-list p span.color-blue::before {
  background: #a051f4;
}
.job-list p em {
  font-style: normal;
}
.jobs-company {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 71px;
}
.matter_heart-wrap {
  background: none;
  padding: 57px 0 115px;
}
.matter_heart-wrap .jobtab-wrap {
  margin: 0;
}
.matter_heart-wrap .tabs-outer {
  padding: 0;
}
.matter_heart-title h2 {
  color: #2b2a26;
  margin-bottom: 143px;
}
.matter_heart-wrap .tabs-outer .tabs {
  max-width: none;
  padding: 0 109px;
}
.matter_heart-wrap .tabs-outer .tabs-content {
  max-width: 1465px;
  color: #707070;
}
.matter_heart-wrap .tabs-outer .tabs-content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 15px;
  max-width: 700px;
  transform: translateX(-50%);
  opacity: 0.75;
  filter: blur(60px);
  background: url(../images/blue-shadow.svg) no-repeat center center;
}
.fromation_tab-main {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
}
.vae_tab-main {
  padding: 85px 0 110px;
}
.vae_tab-info {
  padding-left: 20px;
}
.vae_tab-info p {
  margin-bottom: 29px;
}
.metiers_tab-info {
} /*-----*/
.accordion-wrap {
  background: #0c0e13;
}
.accordion-wrap {
  padding: 110px 0;
}
.accordion-head h2 {
  color: #fff;
  text-align: right;
  margin-bottom: 26px;
}
.accord-sec {
  width: 93%;
  padding: 28px 20px 28px 57px;
  background: #ffffff;
  border-radius: 6px;
  transition: all 0.25s;
  position: relative;
}
.accord-sec.active,
.accord-sec:hover {
  width: 100%;
  padding-left: 67px;
}
.accord-title {
  margin-bottom: 0;
}
.accord-title h5 {
  margin-bottom: 16px;
  font-weight: 700;
  color: #2b2a26;
  line-height: 1.233;
  cursor: pointer;
}
.accord-title p {
  margin-bottom: 0;
  color: #888;
  font-size: 16px;
  line-height: 1.1875;
}
.accord-sec.active .accord-title p {
  display: none;
}
.accord-info {
  display: none;
  font-size: 16px;
}
.accord-txt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
  color: #888;
}
.accord-txt i {
  font-style: normal;
  margin-right: 8px;
}
.drop {
  position: relative;
}
.drop span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.drop span strong {
  border-bottom: 1px solid;
  line-height: 1;
  margin-right: 5px;
}
.drop span.active {
  color: #150ed2;
}
.drop span.active path {
  fill: #150ed2;
  stroke: #150ed2;
}
.drop ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 24px;
  list-style: none;
  margin: 0;
  z-index: 1;
  display: none;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}
.drop li {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.drop li.active,
.drop li:hover {
  color: #150ed2;
}
.drop ul li:not(:last-of-type) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #c6c6c6;
}

.drop select {
  border: none;
}

.accord-info button {
  font-size: 16px;
  color: #150ed2;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 0;
  border: none;
}
.accord-info button:disabled {
  color: #b5b6ca;
}
.accord-info button span {
  border-bottom: 2px solid #150ed2;
  line-height: 1;
  margin-left: 11px;
}
.accord-info button svg {
  width: 10px;
}
.accord-info button:disabled svg path {
  stroke: #b5b6ca;
}
.accord-info button:disabled span {
  border-color: transparent;
}
.blob {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 12px;
  width: 12px;
  transform: scale(1);
  position: absolute;
  left: 26px;
  top: 41px;
  transition: all 0.3s;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(187, 255, 52, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(21, 14, 210, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(21, 14, 210, 0);
  }
}
.after_traning-sec:nth-child(4n) .blob,
.profil-form:nth-child(4n) .blob {
  background: #bbff34;
}

.after_traning-sec:nth-child(4n):hover .blob,
.profil-form:nth-child(4n) .active .blob,
.profil-form:nth-child(4n) .accord-sec:hover .blob {
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(187, 255, 52, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(21, 14, 210, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(21, 14, 210, 0);
  }
}
.after_traning-sec:nth-child(4n + 1) .blob,
.profil-form:nth-child(4n + 1) .blob {
  background: #bbff34;
}



.after_traning-sec:nth-child(4n + 1):hover .blob,
.profil-form:nth-child(4n + 1) .active .blob,
.profil-form:nth-child(4n + 1) .accord-sec:hover .blob {
  animation: pulse-green 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(187, 255, 52, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(21, 14, 210, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(21, 14, 210, 0);
  }
}
.after_traning-sec:nth-child(4n + 2) .blob,
.profil-form:nth-child(4n + 2) .blob {
  background: #bbff34;
}


.after_traning-sec:nth-child(4n + 2):hover .blob,
.profil-form:nth-child(4n + 2) .active .blob,
.profil-form:nth-child(4n + 2) .accord-sec:hover .blob {
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-aqua {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(187, 255, 52, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(21, 14, 210, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(21, 14, 210, 0);
  }
}
.after_traning-sec:nth-child(4n + 3) .blob,
.profil-form:nth-child(4n + 3) .blob {
  background: #bbff34;
}


.after_traning-sec:nth-child(4n + 3):hover .blob,
.profil-form:nth-child(4n + 3) .active .blob,
.profil-form:nth-child(4n + 3) .accord-sec:hover .blob {
  animation: pulse-aqua 2s infinite;
} /*-----*/
.learn-places-wrap {
  padding: 101px 0 112px;
  position: relative;
}
.learn-places-wrap1 {
  padding: 103px 0;
}
.learn-places-bg {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 20%;
  height: 85%;
  z-index: -1;
}
.learn-places-wrap h2 {
  margin-bottom: 32px;
  margin-right: 10px;
  color: #2b2a26;
}
.learn-places-info {
  padding-left: 76px;
  margin-bottom: 54px;
}
.learn-places-wrap p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 300;
}

.places-fig {
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  border-radius: 1rem;
  border: 2px solid rgba(80,80,80,.6);
}
.learn-places-bot_med .places-fig {
  min-height: 35.8125rem;
}
.places-fig h4,
.places-fig h3 {
  margin: 0;
}
.places-fig h3 em {
  font-style: normal;
} /* .places-red:hover span, */
.places-red h3 em {
  color: #ff6657;
} /* .places-green:hover span, */
.places-green h3 em {
  color: #54edd3;
} /* .places-purple:hover span, */
.places-purple h3 em {
  color: #a151f4;
} /* .places-acqa:hover span, */
.places-acqa h3 em {
  color: #21d4fd;
}
.places-fig span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 80px;
  font-size: 35px;
  font-weight: 700;
  line-height: 2rem;
  font-family: sans-serif;
}
.places-fig h3 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal!important;
  margin-top: 120px!important;
}
.places-fig a {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.places-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.3s;
}
.places-fig:hover img {
  transform: scale(1.1);
} /*-----*/
.pedagogy-wrap {
  position: relative;
  padding: 97px 0 114px;
}

.pedagogy-wrap .columns {
  z-index: 10;
}
.pedagogy-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 71.18%;
  background: #f1f0ff;
  z-index: -1;
  border-radius: 1.5rem;
}
.pedagogy-wrap1::after {
  display: none;
}
.pedagogy-video {
  position: relative;
  /*padding-bottom: 564px;*/
}
.pedagogy-video iframe {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 100%!important;
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.pedagogy-info {
  color: #2b2a26;
  padding-left: 86px;
}
.pedagogy-info h2 {
  margin-bottom: 28px;
  padding-right: 50px;
}
.pedagogy-inner {
  padding: 0 34px 0 78px;
}
.pedagogy-info p {
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 300;
}
.pedagogy-wrap1 {
  polar-distance: 97px 0 57px;
}
.pedagogy-wrap1 .pedagogy-info {
  color: #2b2a26;
}
.pedagogy-wrap1 .pedagogy-inner {
  padding-right: 0;
}
.pedagogy-wrap1 .pedagogy-info h2 {
  margin-bottom: 25px;
  padding-right: 0;
}
.pedagogy-wrap1 .pedagogy-inner > p {
  font-family: "Merriweather", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.583;
  margin-bottom: 25px;
}
.pedagogy-wrap1 p {
  color: #707070;
}
.video-per-info {
  display: flex;
  align-items: flex-start;
}
.video-per-info img {
  display: block;
  width: 100%;
  max-width: 28px;
  max-width: 50px;
  margin-right: 16px;
  margin-top: 6px;
  border-radius: 50%;
}
.video-per-info p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}
.video-per-info p strong {
  font-size: 24px;
  font-weight: 600;
}
.pedagogy-wrap2 .video-sec {
  paint-order: 1;
}
.pedagogy-wrap2 .pedagogy-info {
  padding: 0 86px 0 0;
}
.pedagogy-wrap2::after {
  right: auto;
  left: 0;
  max-width: 70.83%;
} /*.pedagogy-wrap2 .row{flex-direction: row-reverse; }*/
.pedagogy-wrap2 .pedagogy-inner {
  padding: 0 20px 0 50px;
}
.pedagogy-wrap2 .pedagogy-info p {
  margin-bottom: 28px;
}
.pedagogy-wrap2 .pedagogy-info p.t-regular {
  font-weight: 400;
  margin-bottom: 0;
} /*-----*/
.better-time-wrap {
  text-align: center;
  background: #0c0e13;
  color: #fff;
  padding: 103px 0 112px;
  margin-bottom: 84px;
  position: relative;
  overflow: hidden;
}
.better-time-wrap2 {
  margin-bottom: 0;
}
.particles-js,
.canvasDots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.better-time-wrap .row {
  position: relative;
/*  z-index: 1;*/
}
.better-time-wrap h2 {
  margin-bottom: 29px;
}
.better-time-wrap p {
  margin-bottom: 32px;
  font-weight: 300;
  line-height: 1.0833;
}
.better-time-wrap .button {
  min-width: 1px;
  white-space: nowrap;
}
.better-time-wrap .button:hover span,
.better-time-wrap .button span {
  white-space: nowrap;
}
.better-time-wrap .button:hover {
  background: #fff;
  color: #150ed2; /* min-width: 355px; */
}
.better-time-outer {
  padding: 0 0 84px;
  background: none;
  margin-bottom: 0;
  overflow: visible;
}
.bt-outer {
  position: relative;
  margin: 0 19px;
}
.bt-outer::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -14px;
  width: 100%;
  height: 64px;
  max-width: 1096px;
  transform: translateX(-50%);
  opacity: 0.75;
  filter: blur(64px);
  background: url("../images/blue-shadow.svg") no-repeat center center;
}
.better-time-inner {
  background: #ff5847;
  padding: 103px 0 115px;
  border-radius: 20px;
  position: relative;
}
.better-time-inner h2 {
  margin-bottom: 52px;
}
.better-time-inner p {
  max-width: 1300px;
  margin: 0 auto 53px;
}
.better-time-outer2 {
  padding: 50px 0 87px;
} /* -------- */
.culmination-wrap {
  padding: 93px 0 112px;
}
.culmination-title {
  color: #2b2a26;
}
.culmination-title h2 {
  margin-bottom: 38px;
}
.culmination-sec {
  position: relative;
}
.culmination-sec > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.culmination-fig {
  position: relative;
  padding-bottom: 223px;
  margin-bottom: 20px;
}
.culmination-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culmination-info p {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  color: #2b2a26;
}
.culmination-sec:hover .culmination-info p {
  color: #0c0e13;
  text-decoration: underline;
}
.culmination-info p a {
  color: #2b2a26;
}
.culmination-info span {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.culmination-wrap.even_bg {
  padding: 97px 0 86px;
} /*-----*/
.recognized-outer {
  position: relative;
  padding: 115px 0 89px;
}
.recognized-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 41.4%;
  background: #0c0e13;
  z-index: -1;
}
.recognized-info h2 {
  color: #2b2a26;
  margin-bottom: 43px;
  letter-spacing: -0.4px;
}
.recognized-info p {
  margin-bottom: 0;
  padding: 0 0 0 30px;
}
.recognized-info p.small-txt {
  font-size: 20px;
}
.recognized-outer2 {
  background: #000;
  padding: 111px 0 112px;
}
.recognized-outer2::before {
  display: none;
}
.recognized-outer2 .recognized-info h2 {
  margin-bottom: 47px;
}
.recognized-outer2 .recognized-info p {
  padding-left: 48px;
  font-size: 24px;
}
.recognized-outer2 .recognized-info p.small-txt {
  font-size: 20px;
}
.recognized-outer2 .recognized-info p:not(:last-of-type) {
  margin-bottom: 47px;
} /*-----*/
.advisers-wrap {
  padding: 90px 0 116px;
}
.advisers-wrap .row {
  position: relative;
}
.advisers-bg {
  position: absolute;
  right: 120px;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.advisers-left h2 {
  color: #2b2a26;
  max-width: 900px;
  margin-bottom: 33px;
}
.advisers-left p {
  margin-bottom: 40px;
}
.advisers-inner {
  padding-left: 79px;
  max-width: 840px;
}
.advisers-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advisers-sec {
  width: 100%;
  max-width: 50%;
  display: flex;
  margin-bottom: 190px;
}
.advisers-sec:nth-last-child(2),
.advisers-sec:last-of-type {
  margin-bottom: 0;
}
.advisers-right .advisers-sec:nth-child(even) {
  justify-content: flex-end;
}
.advisers-info {
  text-align: center;
  width: 100%;
  max-width: 167px;
  cursor: pointer;
}
.advisers-fig {
  position: relative;
  width: 100%;
  padding-bottom: 161px;
  margin: 0 auto 12px;
}
.advisers-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.advisers-fig img,
.advisers-info:hover .advisers-fig img:first-of-type {
  opacity: 0 !important;
  visibility: hidden !important;
}
.advisers-fig img:first-of-type,
.advisers-info:hover .advisers-fig img:last-of-type {
  opacity: 1 !important;
  visibility: visible !important;
}
.advisers-info p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375;
} /*-----*/
.companies-wrap {
  position: relative;
  padding: 75px 0 62px;
}
.companies-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 59.89%;
  z-index: -1;
  background: #ededed;
}
.companies-fig ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 593px;
}
.companies-fig li {
  width: 100%;
  max-width: 33.33%;
  text-align: center;
  margin: 32px 0;
}
.companies-info {
  padding-left: 70px;
  position: relative;
}
.companies-bg {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70%;
  height: 100%;
}
#companies-bg canvas {
  width: 100%;
  height: 100%;
}
.companies-info h2 {
  color: #2b2a26;
  margin-bottom: 31px;
}
.companies-info p {
  margin: 0;
  line-height: 1.33;
  padding: 0 40px 0 78px;
} /*-----*/
.health-sector-wrap {
  padding: 70px 0 115px;
}
.hs-upper {
  position: relative;
  padding-top: 28px;
}
.health-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hs-title h2 {
  color: #2b2a26;
  margin-bottom: 102px;
}
.hs-sec {
  position: relative;
  z-index: 1;
}
.hs-info {
  text-align: center;
  max-width: 425px;
  margin: 0 auto 102px;
}
.hs-info h4 {
  color: #00404b;
  color: #000;
  margin-bottom: 50px;
}
.hs-info p {
  margin-bottom: 0;
}
.hs-diplomas-inner {
  position: relative;
  padding: 99px 0 109px;
}
.hs-diplomas-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f1f0ff;
  width: 100%;
  max-width: 85.28%;
  z-index: -1;
  border-radius: 2rem;
}
.hs-diplomas-inner .row {
  margin: 0;
}
.hs-diplomas-inner .columns {
  padding: 0;
}
.hs-dip-content {
  color: #2b2a26;
  padding-left: 132px;
}
.hs-dip-content h2 {
  margin-bottom: 36px;
}
.hs-dip-content p {
  margin-bottom: 0;
  max-width: 625px;
  padding-left: 64px;
}
.hs-dip-fig {
  display: flex;
  justify-content: flex-end;
} /* --- */
.testimonial-wrap {
  padding-top: 82px;
  margin-bottom: 50px;
  position: relative;
}
.testimonial-bg {
  position: absolute;
  top: -100px;
  height: 70%;
  right: 130px;
  width: 40%;
  z-index: -1;
}
.testimonial-wrap .owl-carousel .owl-stage {
  display: -webkit-flex;
  display: flex; /* -ms-align-items: center; align-items: center; */
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.testimonial-wrap .owl-carousel .owl-item img {
  width: 70px;
  display: inline-block;
}
.testimonial-wrap .owl-dots {
  display: none;
}
.testimonial-wrap .item {
  padding: 33px 0 66px;
}
.testimonial-wrap .owl-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.testimonial-wrap .owl-carousel .owl-nav button span {
  display: none;
}
.testimonial-wrap .owl-carousel .owl-nav button.owl-next,
.testimonial-wrap .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 100px;
  background: #fff url("../images/arrow-right.svg") no-repeat center center;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  transition: all 0.3s;
  opacity: 0.8;
  margin: 0 10px;
  position: absolute;
  top: 300px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.testimonial-wrap .owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/arrow-left.svg");
  left: 0;
}
.testimonial-wrap .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.testimonial-wrap .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-wrap .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
.testimonial-slide {
  text-align: center;
  padding: 101px;
  box-shadow: 0 33px 33px rgba(0, 4, 75, 0.11); /* margin-top: 136px; */
  background: #fff;
  transition: all 0.3s;
}
.center .testimonial-slide {
  margin-top: 0;
}
.testimonial-content {
  margin-bottom: 3px;
  transition: all 0.3s;
}
.active.center .testimonial-content {
  margin-bottom: 14px;
}
.testimonial-content p {
  font-size: 18px;
  line-height: 1.667;
  margin-bottom: 0;
  transition: all 0.3s;
  font-family: "Merriweather", sans-serif;
  font-style: italic;
}
.active.center .testimonial-content p {
  font-size: 24px;
  line-height: 1.583;
}
.owl-carousel .owl-item.center img {
  border-radius: 50%;
  width: 113px;
}
.testimonial-fig {
  margin-bottom: 51px;
  transition: all 0.3s;
}
.center .testimonial-slide {
  padding: 115px;
}
.center .testimonial-fig {
  margin-bottom: 53px;
}
.testimonial-quote h3 {
  font-size: 79px;
  line-height: 1;
  margin-bottom: -37px;
  transition: all 0.3s;
}
.quote-purple h3 {
  color: #a151f4;
}
.quote-orange h3 {
  color: #ff6657;
}
.quote-green h3 {
  color: #54edd3;
}
.center .testimonial-quote h3 {
  font-size: 100px;
  margin-bottom: -10px;
}
.testimonial-quote p {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  margin: 0;
  line-height: 1;
}
.testimonial-quote p strong {
  font-size: 18px;
  line-height: 1.33;
}
.testimonial-quote p a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.357;
  color: #000349;
  transition: all 0.25s;
}
.testimonial-quote p a:hover {
  color: #150ed2;
}
.advisers-bg,
.companies-bg,
.health-bg,
.testimonial-bg,
.learn-places-bg,
.jobtab-bg,
.jobtab-title-bg,
.banner-bg {
  background: url("../images/dot-bg.png") repeat left top;
} /*  Typewriter ----------------------- */
.typewriter h1,
.typewriter h2 {
  position: relative;
}
.typewriter h1 i,
.typewriter h1 em,
.typewriter h2 i,
.typewriter h2 em {
  font-style: normal;
}
.typewritter-txt {
  margin-bottom: 132px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.28;
  display: block;
}

.typed-title i,
.typewriter i,
.typewriter h1 i,
.typewriter h2 i {
  opacity: 0;
  visibility: hidden;
  font-style: normal;
  display: none;
}
.typewriter h1 strong b,
.typewriter h2 strong b,
.typewritter-txt strong b {
  font-weight: inherit;
} /* .typewritter-txt strong, .typewriter h1 em, .typewriter h2 em{position: absolute; width: 100%; } */
.typewriter h1 em,
.typewriter h2 em {
  position: relative;
}
.typewriter h1 em + span,
.typewriter h2 em + span {
  position: relative;
  padding-right: 23px;
}

.typewriter span,
.form-banner-left strong,
.typewritter-txt strong,
.typewriter h2 strong {
  font-weight: 600;
  color: #140dd0;
} /* .ti-cursor{line-height: initial !important; font-size: 85px !important; color: #140dd0 !important; margin-left: 10px !important; } */
.ti-cursor {
  line-height: inherit !important;
  font-size: inherit !important;
  color: #140dd0 !important;
  margin-left: 10px !important;
}
.pedagogy-info.typewriter h2 strong {
  color: #140dd0;
}
.pedagogy-info .ti-cursor {
  color: #140dd0 !important;
} /*  Formation Page ---------------------------- */
.even_bg {
  background: #ededed;
} /* bannerSec */
.formation-banner-wrap {
  margin: 94px 0 50px;
  padding: 150px 0;
  /* background: url("../images/formation-banner-bg.jpg") no-repeat center center /
    cover; */
  position: relative;
}
.formation-banner-wrap video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-with-without-bg {
  color: #0a0a0a;
  position: relative;
  z-index: 2;
}
.banner-with-without-bg p {
  color: #707070;
}

.banner-with-bg {
  color: #fff;
}

.formation-banner-main {
  position: relative;
  z-index: 2;
}
.formation-banner-main h1 {
  margin-bottom: 40px;
}
.formation-banner-main h1 strong {
  font-weight: inherit;
  color: #0c2eff;
  text-shadow: rgb(0 0 0 / 95%) 1px 1px 50px;
}
.formation-banner-main p {
  margin-bottom: 53px;
  max-width: 85%;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumb li {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
}
.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 7px;
}
.breadcrumb a {
  color: #707070;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  color: #0b0e13;
}
.breadcrumb span {
  font-weight: 700;
} /* network security sec */
.network_security-wrap {
  padding-bottom: 71px;
}
.network_security-title {
  margin-bottom: 109px;
}
.network_security-title h2 {
  color: #2b2a26;
  margin-bottom: 47px;
}
.network_security-title p {
  padding-left: 74px;
  margin-bottom: 0;
}
.network_security-sec {
  display: flex;
  align-items: flex-start;
}
.network_security-sec {
  margin-bottom: 38px;
}
.network_security-fig {
  width: 100%;
  max-width: 115px;
  margin-right: 10px;
}
.network_security-info p {
  color: #707070;
  margin: 0;
}
.network_security-info p strong {
  color: #2b2a26;
} /* Grow Experts Sec */
.network_security-wrap2 {
  padding: 103px 0 112px;
}
.network_security-wrap2 .network_security-title {
  margin-bottom: 47px;
}
.grow_experts-sec {
  text-align: center;
}
.grow_experts-fig {
  margin-bottom: 26px;
}
.grow_experts-fig img {
  border-radius: 50%;
}

.grow_experts-info h5 {
  font-weight: 700;
  margin-bottom: 24px;
  color: #0c0e13;
}
.grow_experts-info p {
  font-weight: 400;
  margin-bottom: 0;
}
.grow_experts-info p a {
  color: #707070;
  font-size: 20px;
  text-decoration: underline;
  transition: all 0.3s;
}
.grow_experts-info p a:hover {
  color: #150ed2;
} /* Training FAQ Sec */
.training_FAQ-wrap {
  padding: 35px 0 40px;
}
.training_FAQ-title {
  display: flex;
  justify-content: flex-end;
}
.training_FAQ-title h2 {
  color: #2b2a26;
  white-space: nowrap;
}
.training_FAQ-title h2 em {
  margin-right: 15px;
}
:last-child:not(.is-active) > .accordion-title {
  border: none;
}
.accordion-item {
  border-radius: 25px;
  padding: 0 40px 0 103px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.accordion-item::before {
  content: "";
  position: absolute;
  left: 37.8px;
  top: 36px;
  width: 23.62px;
  height: 13.5px;
  background: url("../images/ionic-ios-arrow-down.svg") no-repeat center center /
    100%;
}
.accordion-item.is-active::before {
  transform: rotateZ(180deg);
}
.accordion-title {
  font-size: 24px;
  font-weight: 600;
  color: #241c1c;
  border: none;
  padding: 30px 0;
  transition: all 0.3s;
}
.accordion-title:focus {
  color: #241c1c;
}
.accordion-title:hover {
  color: #140dd0;
}
.accordion-title::before {
  display: none;
}
.accordion-title:focus,
.accordion-title:hover {
  background: none;
}
.accordion-content {
  border: none;
  color: #241c1c;
  padding: 0 0 40px;
}
.accordion-item:last-child > .accordion-content:last-child {
  border: none;
}
.accordion-content p:not(:last-of-type) {
  margin-bottom: 15px;
} /* After Traning Sec */
.after_traning-wrap {
  padding: 113px 0;
} /*.after_traning_info{order: 2; }*/
.after_traning-sec {
  box-shadow: 0 17px 53px rgba(0, 0, 0, 0.21);
  border: 1px solid #ebeaff;
  padding: 28px 26px 28px 57px;
  max-width: 517px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
}
.after_traning-sec:hover {
  padding-left: 66px;
}
.after_traning-sec > a {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 50px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url("../images/goto-icon.svg") no-repeat
    center center / 16px auto;
  background: url("../images/goto-icon.svg") no-repeat right 15px center / 16px
    auto;
}
.after_traning-sec:hover > a {
  opacity: 1;
  visibility: visible;
}
.after_traning-sec:hover .blob {
  animation: pulse-orange 2s infinite;
}

.after_traning-sec.blue .blob {
  background: #a151f4;
}

.after_traning-sec.blue:hover .blob {
  animation: pulse-purple 2s infinite;
}
.after_traning-sec:not(:last-of-type) {
  margin-bottom: 49px;
}
.after_traning-sec h5 {
  color: #2b2a26;
  margin-bottom: 16px;
  font-weight: 700;
}
.after_traning-sec p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
.after_traning-left h2 {
  color: #2b2a26;
  margin-bottom: 40px;
}
.after_traning-left p {
  padding-left: 100px;
}
.after_traning-left p:last-of-type {
  margin-bottom: 0;
} /* Latest Results Sec */
.latest_results-wrap {
  padding: 115px 0;
}
.Infos_tab-info ul,
.profils_acceptes_tab-info ul,
.metiers_tab-info ul,
.recognized-info ul {
  padding-left: 49px;
  margin: 0 0 47px;
  list-style: none;
}
.Infos_tab-info li,
.profils_acceptes_tab-info li,
.metiers_tab-info li,
.recognized-info li {
  position: relative;
  padding-left: 24px;
  line-height: 1.583;
  margin-bottom: 0;
}
.Infos_tab-info li::before,
.profils_acceptes_tab-info li::before,
.metiers_tab-info li::before,
.recognized-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.Infos_tab-info li.orange::before,
.profils_acceptes_tab-info li.orange::before,
.metiers_tab-info li.orange::before,
.recognized-info li.orange::before {
  background: #ff6657;
}
.profils_acceptes_tab-info li.seagreen::before,
.metiers_tab-info li.seagreen::before,
.recognized-info li.seagreen::before {
  background: #54edd3;
}
.profils_acceptes_tab-info li.lightblue::before,
.metiers_tab-info li.lightblue::before,
.recognized-info li.lightblue::before {
  background: #21d4fd;
}
.profils_acceptes_tab-info li.purple::before,
.metiers_tab-info li.purple::before,
.recognized-info li.purple::before {
  background: #a151f4;
}
.profils_acceptes_tab-info li.aqua::before,
.metiers_tab-info li.aqua::before,
.recognized-info li.aqua::before {
  background: #ededed;
}
.profils_acceptes_tab-info li.blue::before,
.metiers_tab-info li.blue::before,
.recognized-info li.blue::before {
  background: #150ed2;
}
.recognized-info p {
  padding-left: 49px;
  margin-bottom: 0;
  font-size: 20px;
}
.recognized-graph {
  text-align: right;
}
.Infos_tab-main,
.contenu_tab-main,
.profils_acceptes_tab-main,
.metiers_tab-main {
  padding: 85px 0 0;
}
.Infos_tab-info li::before,
.profils_acceptes_tab-info li::before,
.metiers_tab-info li::before {
  width: 8px;
  height: 8px;
}
.metiers_tab-right p {
  margin: -32px 0 37px;
}
.profils_acceptes_tab-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.profils_acceptes_tab-info li {
  width: 100%;
  max-width: 50%;
  margin-bottom: 20px;
}
.profils_acceptes_tab-fig {
  margin-bottom: 13px;
}
.profils_acceptes_tab-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profils_acceptes_tab-sec {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}
.profils_acceptes_tab-sec img {
  width: 100%;
  max-width: 67px;
}
.profils_acceptes_tab-sec p {
  margin: 0;
  margin-left: 33px;
}
.profils_acceptes_tab-sec strong {
  color: #2b2a26;
  font-weight: 600;
}
.contenu-company-fig {
  text-align: center;
}
.contenu_tab-list p {
  text-align: center;
  margin-bottom: 33px;
  color: #2c2b27;
  font-size: 24px;
}
.contenu_tab-list p strong {
  font-weight: 600;
}
.contenu_tab-list ul {
  padding: 0 0 76px;
  margin: 0;
  list-style: none;
}
.contenu_tab-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}
.contenu_tab-list li::before {
  content: "";
  width: 9px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 10px;
}
.Infos_tab-info p {
  font-size: 24px;
}
.Infos_tab-info p strong {
  font-weight: 600;
}
.Infos_tab-sec {
  text-align: center;
  margin-bottom: 71px;
}
.Infos_tab-sec p {
  font-weight: 600;
  margin: 41px 0 0;
}
.learn-places-bot_med .places-fig::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.places-fig p,
.places-fig h4 {
  z-index: 1;
  position: relative;
}
.places-fig p {
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0 50px;
  transition: all 0.3s;
}
.learn-places-bot_med .places-fig:hover::before {
  opacity: 1;
  visibility: visible;
}
.learn-places-bot_med .places-fig:hover h4 {
  color: #2b2a26;
  margin-bottom: 50px;
}
.learn-places-bot_med .places-fig:hover p {
  display: block;
  color: #707070;
}
.formation-page .ti-cursor {
  font-size: inherit !important;
} /*  Site Parts/Blocks ------------------------- */
.border-bottom {
  border-bottom: 1px solid #c6c6c6;
}
.form-banner-left .ti-cursor,
.pedagogy--md .ti-cursor,
.ro--py .ti-cursor,
.ns--py .ti-cursor,
.ro--nobg .ti-cursor,
.formation-banner-wrap .ti-cursor,
.culmination-py .ti-cursor {
  font-size: inherit !important;
}
.formation-banner-wrap.banner--nobg {
  background: none;
  margin-bottom: 0;
  padding: 110px 0;
}
.formation-banner-main--dark {
  color: #2b2a26;
}
.formation-banner-main--dark p {
  color: #888888;
}
.formation-banner--nobg .formation-banner-main p:last-child {
  margin-bottom: 0;
}
.ns--py {
  padding: 100px 0 65px;
}
.ns--py .network_security-title {
  margin-bottom: 47px;
}
.ns-main--fixwidth .network_security-info {
  max-width: 295px;
}
.ns-main--sm .network_security-info p {
  font-size: 18px;
}
.ns-main--sm strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.ro--py {
  padding: 115px 0;
}
.recognized-info .recognized-info__inner p {
  padding-left: 0;
}
.recognized-info__inner {
  padding-left: 49px;
}
.recognized-info__inner p {
  margin-bottom: 33px;
}
.ro--nobg {
  padding: 88px 0;
}
.ro--nobg.recognized-outer::before {
  display: none;
}
.recognized-info__inner table {
  border-spacing: 0;
  border-collapse: collapse;
}
.recognized-info__inner table thead {
  background: #150ed2;
  color: #fff;
}
.recognized-info__inner table tbody,
.recognized-info__inner table tfoot,
.recognized-info__inner table thead {
  border: none;
}
.recognized-info__inner table tbody tr:nth-child(2n) {
  background: none;
}
.recognized-info__inner th {
  font-size: 18px;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 8px 12px;
}
.recognized-info__inner td {
  font-size: 16px;
  text-align: center;
  border: 1px solid #c6c6c6;
  padding: 8px 12px;
  color: #313039;
}
.recognized-info__inner tr:first-of-type td {
  border-top: none;
}
.recognized-info__inner td:last-of-type {
  /*border-left: none;*/
}
.recognized-info__inner td:nth-last-child(2) {
  border-right: none;
}
.recognized-info__inner td a {
  color: #150ed2;
  text-decoration: underline;
}
.blue-btn-outer {
  display: flex;
  margin-top: 26px;
}
.pedagogy-wrap1.pedagogy-wrap--py {
  padding: 97px 0 109px;
}
.pedagogy-inner--notitle {
  padding: 51px 0 0;
}
.pedagogy-inner-p0 {
  padding: 0;
}
.culmination-py {
  padding: 102px 0 111px;
}
.better-time--py p:last-child,
.better-time--py h2:last-child {
  margin-bottom: 0;
}
.pedagogy--nobg::after {
  display: none;
}
.pedagogy--bg30::after {
  max-width: 34.89%;
  z-index: 2;
}
.pedagogy-video--sm {
  margin-left: 183px;
}
.pedagogy-video--md {
  margin-left: 72px;
}
.pedagogy--md h2 {
  margin-bottom: 25px;
  color: #2b2a26;
}
.pedagogy--pl {
  padding-left: 76px;
}
.pedagogy--pl p {
  margin-bottom: 25px;
}
.pedagogy--pl p:first-of-type {
  margin-bottom: 47px;
}
.pedagogy-left {
  max-width: 776px;
}
.pedagogy-right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 47px;
}
.pedagogy-right p:last-of-type {
  margin-bottom: 0;
}
.pedagogy-right--ml {
  margin-left: 30px;
}
.darkmode {
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 10px;
} /* contact page ________________________*/
.tab-content-sec {
  display: none;
}
.tab-content-sec.active {
  display: block;
}
.form-sec {
  padding: 209px 0 106px;
}
.form-sec .tabs-title-sec {
  padding-bottom: 50px;
}
.tab-title > a.active {
  color: #150ed2;
  font-weight: 700;
}
.tab-title > a {
  font-size: 18px;
  color: #707070;
  padding-right: 25px;
  pointer-events: none;
}
.tabs-title-sec {
  display: flex;
  margin: 0;
}
ul.tabs-title-sec li {
  list-style-type: none;
}
.form-banner-left {
  max-width: 528px;
}
.form-banner-left i {
  padding-right: 30px;
}
.tab-content-sec h1 {
  color: #2b2a26;
  margin-bottom: 26px;
}
.tick-sec h1 {
  display: flex;
  align-items: center;
}
.tick-sec h1 img {
  margin-right: 15px;
}
.tab-content-sec p {
  color: #888888;
  margin-bottom: 26px;
  max-width: 500px;
}
.tab-content-sec p span {
  color: #150ed2;
  font-weight: 700;
}
.form-btn {
  display: flex;
  align-items: center;
}
.form-btn .retour {
  font-size: 24px;
  color: #888888;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  order: 1;
}
.form-btn .retour:hover span {
  border-color: #888888;
}
.form-btn .button {
  order: 2;
}
.form-btn .retour img {
  width: 13px;
  height: 12px;
  margin-right: 11px;
}
.form-last-btn.form-btn .retour img {
  transform: rotateZ(180deg);
}
.form-inner {
  max-width: 528px;
}
.tab-content-sec label {
  color: #888888;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tab-content-sec select,
.tab-content-sec input {
  height: 64px;
  margin-bottom: 26px;
  border-color: #c6c6c6;
  border-radius: 4px;
}
.tab-content-sec select {
  background: url(../images/selecticon.png) no-repeat right 19px center;
}
.tab-content-sec-2 .form-banner-left,
.tab-content-sec-3 .form-banner-left {
  max-width: 100%;
}
.tab-content-sec-3 .form-btn .button:hover {
  font-size: 16px;
}
.form-sec .tab-content-sec-3 .row {
  align-items: center;
}
.tab-content-sec .sub-label {
  font-size: 18px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 10px;
}
.tab-content-sec-4 .form-banner-left {
  max-width: 566px;
}
.tab-content-sec-4.tab-content-sec p {
  max-width: 566px;
}
.tab-content-sec-4 .confermation {
  font-size: 18px;
  font-weight: 700;
  color: #150ed2;
  margin-bottom: 50px;
} /*  Footer Area ------------------------- */
#footer-wrap {
  background: #ededed;
  padding: 160px 0 130px;
}
#footer-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-logo {
  padding-top: 7px;
  margin-bottom: 46px;
}
.footer-left p {
  margin: 0;
  color: #2b2a26;
}
#footer-copyright {
  background: #fff;
  padding: 30px 0 39px;
}
#footer-copyright p {
  margin: 0;
  text-align: center;
  color: #707070;
  font-weight: 700;
}
.ft-link a,
.footer-link a {
  color: #2b2a26;
  transition: all 0.3s;
}
.ft-link a:hover,
.footer-link a:hover {
  color: #707070;
}
.ft-link li,
.footer-link li {
  margin-bottom: 1px;
}
.social-links {
  display: flex;
  align-items: center;
}
#footer-wrap ul.ft-link {
  margin-bottom: 76px;
}
.social-links a {
  transition: all 0.3s;
}
.social-links a:not(:last-of-type) {
  margin-right: 20px;
}
.social-links a:hover {
  opacity: 0.8;
}
.ft-content {
  padding: 70px 0 0;
}
.ft-content-inner h5 {
  /* font-size: 24px; */
  font-size: 1.2rem;
}
.ft-content-inner {
  /* font-size: 18px; */
  font-size: 0.8rem;
} /*graph styles ____________________________*/
.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
  overflow-x: hidden;
}
.chartBars {
  position: relative;
  max-width: 600px;
  height: 376px;
  margin: 0 auto;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 4px solid #150dd2;
  border-bottom: 4px solid #150dd2;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0 25px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49e;
  position: absolute;
  font-size: 1.5em;
  color: transparent;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  margin-bottom: 24px;
}
.chartBars .bars li .bar.redBar {
  background: #ff6658;
}
.chartBars .bars li .bar.greenBar {
  background: #54ecd3;
}
.chartBars .bars li .bar.blueBar {
  background: #21d4fd;
}
.chartBars .bars li .bar.purpleBar {
  background: #a251f4;
}
.chartBars .bars li b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: black;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}
.chartBars1 .bar {
  border-top-right-radius: 30px;
}
.chartBars2 {
  max-width: 520px;
}
.chartBars2 .bars {
  padding: 0;
}
.chartBars2 .bars li {
  flex: 0 1 25%;
}
.chartBars3 {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
.chartBars3 .bars {
  border-color: #666;
  padding: 0;
}
.chartBars3 .bars li .bar {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 22px !important;
}
.chartBars3 .bars li .bar:after {
  font-size: 0.6em !important;
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -102%;
  text-align: right;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em !important;
  margin-right: 20px;
} /*graps styles ends*/ /* Dark Mode ------------------------- */
.dark-theme,
.dark-theme #header-wrap,
.dark-theme .is-dropdown-submenu,
.dark-theme .better-time-wrap.better-time-outer,
.dark-theme .off-canvas-absolute {
  background: #0B121f;
/*  z-index: 1000;*/
}
.dark-theme .recognized-info__inner td {
  border-color: #0a121f;
}
.dark-theme .recognized-info__inner table tbody tr,
.dark-theme .tabs-outer,
.dark-theme .pedagogy-wrap::after,
.dark-theme .recognized-outer::before,
.dark-theme .testimonial-slide,
.dark-theme .better-time-wrap,
.dark-theme .companies-wrap::before,
.dark-theme .hs-diplomas-inner::before,
.dark-theme #footer-wrap,
.dark-theme .jobtab-outer,
.dark-theme .accordion-wrap,
.dark-theme .drop ul {
  background: #141c2d;
}
.dark-theme .better-time-inner{background: #304800!important;}
.dark-theme .better-time-inner h2{color:#f1f0ff!important;}
.dark-theme .better-time-inner h2 span{color:#bbff34!important;}
.dark-theme .matter_heart-wrap {
  background: #0a121f;
}
.dark-theme .accord-sec {
  background: #1f1f2e;
}
.dark-theme #footer-copyright {
  background: #15131e;
}
.dark-logo {
  display: none;
}
.dark-theme .dark-logo {
  display: initial;
}
.light-logo,
.header-left img.logo-white {
  display: initial;
}
.dark-theme .light-logo {
  display: none;
}
.dark-theme .hs-dip-content {color: #ffffff;}
.dark-theme .hs-dip-content p {padding: 0 0 0 10px;}
header img {
  width: 20vw;
  max-width: 150px;
  min-width: 100px;
}

footer .logo-white {
  width: 184px;
}

.dark-theme img.logo-white {
  filter: invert(1);
}

.dark-theme :is(h1, h2, h3, h4, h5, h6),
.dark-theme .formation-banner-main--dark h1,.dark-theme .banner-info h1,
.dark-theme .jobtab-title h2,
.dark-theme .accordion-head h2,
.dark-theme .learn-places-wrap h2,
.dark-theme .culmination-title h2,
.dark-theme .recognized-info h2,
.dark-theme .advisers-left h2,
.dark-theme .companies-info h2,
.dark-theme .hs-title h2,
.dark-theme .hs-dip-content h2,
.dark-theme .pedagogy--md h2,
.dark-theme .accord-title h5,
.dark-theme .job-list h4,
.dark-theme .hs-info h4{color: #f1f0ff;}

.dark-theme .recognized-info__inner td a,
.dark-theme .recognized-info__inner td,
.dark-theme .menu > li > a,
.dark-theme #footer-copyright p,
.dark-theme .testimonial-quote p strong,
.dark-theme .culmination-info p,
.dark-theme .job-list h4 a,
.dark-theme .after_traning-left p,
.dark-theme .network_security-info p,
.dark-theme .formation-banner-main--dark p,
.dark-theme .pedagogy-right,
.dark-theme .pedagogy--md p,
.dark-theme .hs-diplomas-inner p,
.dark-theme .better-time-inner p,
.dark-theme .banner-info p,
.dark-theme .footer-left p,
.dark-theme .ft-link a,
.dark-theme .footer-link a,
.dark-theme .ft-content,
.dark-theme .hs-info p,
.dark-theme .companies-info p,
.dark-theme .advisers-left p,
.dark-theme .advisers-info p,
.dark-theme .testimonial-content p,
.dark-theme .testimonial-quote p,
.dark-theme .testimonial-quote p a,
.dark-theme .recognized-info p,
.dark-theme .culmination-info span,
.dark-theme .pedagogy-left p,
.dark-theme .pedagogy-right p,
.dark-theme .pedagogy-info p,
.dark-theme .pedagogy-info a,
.dark-theme .profils_acceptes_tab-main p,
.dark-theme .learn-places-wrap p,
.dark-theme .learn-places-wrap a,
.dark-theme .accord-title p,
.dark-theme .accord-txt,
.dark-theme .job-list p {
  color: #b6becd;
}
/*.dark-theme .typewriter b, .dark-theme .typewriter .typed-cursor, .dark-theme .typewriter .typed-cursor--blink, .dark-theme .formation-banner-main h1 strong, .dark-theme .typewriter h2 strong, .dark-theme h2 span, .dark-theme .typewriter h3 strong, .dark-theme h3 span{color:#bbff34!important;}*/
.dark-theme p a, .dark-theme td a, .dark-theme ul li a{color:#bbff34;}
.dark-theme .typewriter span{color:#bbff34;}
.dark-theme .header_cta, .dark-theme .button{background:#bbff34!important; color:#000!important;}
.dark-theme .header_cta:hover, .dark-theme .button:hover{color:#000!important; background:#fff!important;}
.dark-theme .cta_light:hover svg{fill:#000!important;}
.dark-theme .header_cta2{background:transparent!important; color:#bbff34!important; border: 1px solid #bbff34!important;}
.dark-theme .header_cta2:hover{color:#0a121f!important; background:#bbff34!important;}
.dark-theme .blob, .dark-theme .color_bullets li::before{background:#bbff34!important;}
.dark-theme .tabs-outer .tabs-title sup.text-red,.dark-theme .tabs-outer .tabs-title sup.text-green,.dark-theme .tabs-outer .tabs-title sup.text-blue,.dark-theme .tabs-outer .tabs-title sup.text-lightblue{color:#bbff34!important;}
.dark-theme .job-list p span::before,.dark-theme .job-list p span.color-green::before,.dark-theme .job-list p span.color-blue::before{background:#bbff34!important;}

.dark-theme .nf-form-content input[type=submit]{background:#bbff34!important;color:#000!important;}
.dark-theme .nf-form-content .nf-field-container .submit-container .nf-field-element .ninja-forms-field{background:#bbff34!important;color:#000!important;}
.dark-theme .nf-form-content .nf-field-label label{color:#bbff34;}
.dark-theme input.nf-next{background:transparent!important; color:#bbff34!important; border: 1px solid #bbff34!important;}
.dark-theme input.nf-next:hover{color:#000!important; background:#bbff34!important;}

.dark-theme .learn-places-wrap .place:nth-child(4n) h3 em, .dark-theme .learn-places-wrap .place:nth-child(4n + 1) h3 em, .dark-theme .learn-places-wrap .place:nth-child(4n + 2) h3 em, .learn-places-wrap .place:nth-child(4n + 3) h3 em{color:#bbff34;}
.dark-theme .tabs-outer .tabs-title > a:hover,
.dark-theme .tabs-outer .tabs-title > a:focus {
  color: #bbff34!important;
  border:1px solid #bbff34;
}
.dark-theme .tabs-outer .tabs-title > a[aria-selected="true"],.dark-theme .tabs-outer .tabs-title > a:active { background:#bbff34!important; border: 1px solid #bbff34!important;}
.dark-theme .tabs-outer .tabs-title > a[aria-selected="true"] span { color:#0a121f!important;}


.dark-theme .select-selected, .dark-theme .select-items div:hover, .dark-theme .same-as-selected {
  color: #bbff34;
  text-decoration: underline;
}
.dark-theme .accord-info button {
  font-size: 16px;
  color: #bbff34;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 0;
  border: none;
}
.dark-theme .accord-info button span {
  border-bottom: 2px solid #bbff34;
  line-height: 1;
  margin-left: 11px;
}
.dark-theme .blob{background: #bbff34!important}
.dark-theme .video-per-info p strong{color: #f1f0ff;}
.dark-theme .places-fig {
  color: #e0e0e1;
}
.dark-theme .menu-item-has-children > a::after,
.dark-theme .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  background-image: url("../images/white-arrow-down.svg")!important;
}
.dark-theme .header-right span.active,
.dark-theme .header-right span:hover {
  background-image: url("");
}
.dark-theme .header-right span.active i,
.dark-theme .header-right span i {
  background: #fff;
}

.dark-theme .after_traning-sec:nth-child(4n) .blob,
.dark-theme .after_traning-sec:nth-child(4n + 1) .blob,
.dark-theme .after_traning-sec:nth-child(4n + 2) .blob,
.dark-theme .after_traning-sec:nth-child(4n + 3) .blob,
.dark-theme .after_traning-sec:nth-child(4n):hover .blob,
.dark-theme .after_traning-sec:nth-child(4n + 1):hover .blob,
.dark-theme .after_traning-sec:nth-child(4n + 2):hover .blob,
.dark-theme .after_traning-sec:nth-child(4n + 3):hover .blob,
.dark-theme .profil-form:nth-child(4n) .blob, 
.dark-theme .profil-form:nth-child(4n + 1) .blob, 
.dark-theme .profil-form:nth-child(4n + 2) .blob, 
.dark-theme .profil-form:nth-child(4n + 3) .blob, 
.dark-theme .profil-form:nth-child(4n) .active .blob,
.dark-theme .profil-form:nth-child(4n + 1) .active .blob,
.dark-theme .profil-form:nth-child(4n + 2) .active .blob,
.dark-theme .profil-form:nth-child(4n + 3) .active .blob,
.dark-theme .profil-form:nth-child(4n) .accord-sec:hover .blob,
.dark-theme .profil-form:nth-child(4n + 2) .accord-sec:hover .blob,
.dark-theme .profil-form:nth-child(4n + 2) .accord-sec:hover .blob,
.dark-theme .profil-form:nth-child(4n + 3) .accord-sec:hover .blob{background: #bbff34!important;}

.dark-theme .jobs-company img,
.dark-theme .social-links img {
  filter: brightness(85%);
}
.dark-theme .companies-fig li img{filter: brightness(85%); filter: invert(1);}
.dark-theme .network_security-sec img, .dark-theme .Infos_tab-sec img{filter: invert(1);}
.dark-theme .profils_acceptes_tab-sec img{border-radius: 50%;}

.dark-theme .pedagogy-info a:hover span,
.dark-theme .learn-places-wrap a:hover span {
  border-color: #b6becd;
}
.dark-theme .job-list > a {
  background-image: url("../images/goto-icon-white.svg");
}
.dark-theme .culmination-sec:hover .culmination-info p,
.dark-theme .menu .active > a,
.dark-theme .dropdown.menu > li:hover > a {
  color: #fff;
}
.dark-theme .dropdown.menu > li.active > a,
.dark-theme .dropdown.menu > li:hover > a {
  border-color: #fff;
}
.dark-theme .tabs-outer {
  position: relative;
  z-index: 1;
}
.dark-theme .canvasDots {
  opacity: 0.3;
}
.dark-theme .tabs-outer-inner {
  position: relative;
}
.dark-theme .tabs-outer-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 1340px;
  height: 64px;
  opacity: 0.54;
  filter: blur(50px);
  background: url("../images/blue-shadow.svg") no-repeat center center;
  z-index: 0;
}
.dark-theme .tab-content-sec h1 {
  color: white;
}
.dark-theme .tab-content-sec p {
  color: #b6becd;
}
.dark-theme .tab-title > a {
  color: #b6becd;
}
.dark-theme .form-btn .retour {
  color: #b6becd;
}
.dark-theme .form-btn .retour:hover span {
  border-color: #b6becd;
} 
.dark-theme .tab-content-sec select,
.dark-theme .tab-content-sec input {
  color: #b6becd;
  background: #0a121f;
  border-color: transparent;
}
.dark-theme .tab-content-sec select {
  background: #0a121f url(../images/selecticon.png) no-repeat right 19px center;
} /*dark styles _______________________*/
.dark-theme .breadcrumb a,
.dark-theme .breadcrumb li {
  color: white;
}
.dark-theme .breadcrumb a:hover {
  color: #707070;
}
.dark-theme .network_security-title h2 {
  color: white;
}
.dark-theme .network_security-title p,
.dark-theme .network_security-info p strong {
  color: white;
}
.dark-theme .tabs-outer {
  background: #0a121f;
}
.dark-theme .even_bg {
  background: #0a121f;
}
.dark-theme .pedagogy-wrap1 .pedagogy-info {
  color: white;
}
.dark-theme .matter_heart-title h2 {
  color: white;
}
.dark-theme .fromation_tab-main {
  background: #0a121f;
}
.dark-theme .matter_heart-wrap .tabs-outer .tabs {
  background: #0a121f;
}
.dark-theme .Infos_tab-sec p,
.dark-theme .Infos_tab-info p,
.dark-theme .Infos_tab-info li {
  color: white;
}
.dark-theme .after_traning-left h2,
.dark-theme .after_traning-sec h5 {
  color: white;
}
.dark-theme .training_FAQ-title h2 {
  color: white;
}
.dark-theme .accordion,
.dark-theme .accordion-content {
  background: transparent;
}
.dark-theme .accordion-item {
  background: #141c2d;
}
.dark-theme .accordion-title {
  color: white;
}
.dark-theme .accordion-content p {
  color: #b6becd;
}
.dark-theme .grow_experts-info h5,
.dark-theme .grow_experts-info p {
  color: rgba(255, 255, 255, 0.87);
}
.dark-theme .tabs-outer .tabs-title span {color: #b6becd;}
.dark-theme .tabs-outer .tabs-title span:hover,
.dark-theme .tabs-outer .tabs-title.is-active span {
  color: white;
}
.dark-theme .contenu_tab-list p {
  color: white;
}
.dark-theme .fromation_tab-main {
  color: #b6becd;
}
.dark-theme .contenu_tab-list li {
  color: #b6becd;
}
.dark-theme .profils_acceptes_tab-sec p {
  color: #b6becd;
}
.dark-theme .profils_acceptes_tab-sec strong {
  color: white;
}
.dark-theme .metiers_tab-info,
.dark-theme .vae_tab-info p {
  color: #b6becd;
}
.dark-theme .after_traning-left p:last-of-type {
  color: #b6becd;
}
.dark-theme .accordion-item::before {
  background-image: url(../images/ionic-ios-arrow-down-white.svg);
}

.dark-theme .after_traning-sec {
  background: #0a121f;
}

.dark-theme .metiers_tab-right p {
  margin: 0px 0 5px;
} 
.dark-theme table {border-color: #999!important; color: #b6becd;}
.dark-theme table tbody{background-color: #131c2d;color:#b6becd;}
.dark-theme table tbody tr:nth-child(even){background-color: #09121f;color:#b6becd;}
.dark-theme table thead, .dark-theme table thead tr th{background-color: #bbff34!important;color: #000!important;}
/*  Typewritter Heading min-heights -------------------------------------------- */
.two-line {
  min-height: 168.967px;
}
h1 .two-line,
h1.two-line {
  min-height: 179.2px;
}
.three-line {
  min-height: 253.45px;
}
.four-line {
  min-height: 337.933px;
}
.five-line {
  min-height: 179.2px;
} /*  Media Queries ------------------------ */
@media all and (min-width: 1366px) {
  .row {
    max-width: 80rem;
  }
}
@media all and (min-width: 1440px) {
  .row {
    max-width: 86.875rem;
  }
}
@media all and (min-width: 1500px) {
  .row {
    max-width: 90.625rem;
  }
}
@media all and (min-width: 1700px) {
  .row {
    max-width: 107.3125rem;
  }
  .banner-wrap .row {
    max-width: 96.5625rem;
  }
  .form-sec .row,
  #footer-wrap .row {
    max-width: 94.625rem;
  }
}
@media all and (max-width: 1699px) {
  .hs-dip-content {
    padding: 0 15px 0 82px;
  }
  .hs-dip-content p {
    padding-left: 40px;
  }
  .pedagogy-info {
    padding-left: 60px;
  }
  .accord-sec {
    padding: 28px 15px 28px 44px;
  }
  .blob {
    left: 18px;
  }
  .accord-sec.active,
  .accord-sec:hover {
    padding-left: 50px;
  }
  .banner-info {
    padding-left: 0;
  }
  .banner-wrap .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .formation-banner-wrap {
    margin-bottom: 40px;
  }
  .better-time-outer2 {
    padding: 45px 0 80px;
  }
  .better-time-inner {
    padding: 80px 0;
  }
  .better-time-inner h2 {
    margin-bottom: 45px;
  }
  .better-time-wrap p {
    margin-bottom: 45px;
  }
  .network_security-title h2 {
    margin-bottom: 42px;
  }
  .network_security-title {
    margin-bottom: 90px;
  }
  .network_security-info p {
    font-size: 22px;
    line-height: 1.4;
  }
  .network_security-fig {
    margin-right: 5px;
  }
  .learn-places-wrap1 {
    padding: 90px 0;
  }
  .learn-places-wrap h2 {
    font-size: 60px;
  }
  .learn-places-wrap1 {
    padding: 90px 0;
  }
  .Infos_tab-sec {
    margin-bottom: 60px;
  }
  .contenu_tab-list li {
    margin-bottom: 2px;
  }
  .contenu_tab-list p {
    margin-bottom: 25px;
  }
  .contenu_tab-list ul {
    padding-bottom: 60px;
  }
  .profils_acceptes_tab-sec {
    margin-bottom: 30px;
  }
  .profils_acceptes_tab-info p {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .profils_acceptes_tab-info li {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .vae_tab-info p {
    margin-bottom: 20px;
  }
  .vae_tab-main {
    padding: 75px 0 90px;
  }
  .pedagogy-wrap1 .pedagogy-inner {
    font-size: 22px;
  }
  .video-per-info p strong {
    font-size: 22px;
  }
  .pedagogy-wrap {
    padding: 80px 0 60px;
  }
  .matter_heart-wrap {
    padding: 45px 0 0;
  }
  .matter_heart-title h2 {
    margin-bottom: 90px;
  }
  .recognized-outer2 {
    padding: 90px 0;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .latest_results-wrap {
    padding: 90px 0;
  }
  .recognized-info h2 {
    margin-bottom: 40px;
  }
  .better-time-wrap {
    padding: 90px 0;
  }
  .pedagogy-wrap2 .pedagogy-inner {
    padding-left: 65px;
  }
  .network_security-wrap2 {
    padding: 90px 0;
  }
  .network_security-title h2 {
    margin-bottom: 40px;
  }
  .grow_experts-info h5 {
    margin-bottom: 20px;
  }
  .grow_experts-info p {
    font-size: 20px;
    line-height: 1.4;
  }
  .culmination-wrap.even_bg {
    padding: 90px 0 80px;
  }
  .training_FAQ-wrap {
    padding: 90px 0 70px;
  }
  .Infos_tab-info ul {
    margin-bottom: 35px;
  }
  .pedagogy-video {
    /*padding-bottom: 450px;*/
  }
  .matter_heart-wrap .tabs-outer .tabs {
    padding: 0;
  }
  .form-sec {
    padding-top: 180px;
  }
  .form-sec {
    padding-top: 195px;
  } /*  Headings Height typewritter -------------------------------------- */
  .network_security2,
  .recognized-info1 h2,
  .network_security-title2 h2 {
    min-height: 169px;
  }
  .recognized-outer2 .recognized-info h2,
  .network_security-title .two-line,
  .recognized-info h2.recognized-txt2a {
    min-height: 254px;
  }
  .learn-places-wrap h2 {
/*    min-height: 153.6px;*/
  }
  .pedagogy-info1 .three-line {
    min-height: 338px;
  }
}
@media all and (max-width: 1499px) {
  body {
    font-size: 22px;
  }
  h1,
  .typewritter-txt {
    font-size: 65px;
  }
  h2 {
    font-size: 60px;
  }
  .typewritter-txt .ti-cursor {
    font-size: 65px !important;
  }
  h2 .ti-cursor {
    font-size: 60px !important;
  }
  .typewritter-txt {
    margin-bottom: 80px;
  }
  #parallax-6 {
    left: 170px;
  }
  .better-time-inner {
    padding: 80px 20px;
  }
  .accord-sec {
    width: 100%;
  }
  .testimonial-slide {
    padding: 50px;
  }
  .center .testimonial-slide {
    padding: 60px;
  } /* 29 may*/
  .tabs-outer .tabs-title > a {
    font-size: 28px;
  }
  .formation-banner-wrap {
    margin-bottom: 35px;
  }
  .better-time-outer2 {
    padding: 40px 0 70px;
  }
  .network_security-title h2 {
    margin-bottom: 35px;
  }
  .network_security-title {
    margin-bottom: 80px;
  }
  .network_security-info p {
    font-size: 20px;
  }
  .network_security-wrap {
    padding-bottom: 60px;
  }
  .learn-places-wrap1 {
    padding: 80px 0;
  }
  .learn-places-wrap h2 {
    font-size: 55px;
  }
  .Infos_tab-sec p {
    margin-top: 30px;
  }
  .Infos_tab-main,
  .contenu_tab-main,
  .profils_acceptes_tab-main,
  .metiers_tab-main {
    padding: 60px 0 0;
  }
  .contenu_tab-list ul {
    padding-bottom: 55px;
  }
  .metiers_tab-right p {
    margin-bottom: 30px;
  }
  .vae_tab-main {
    padding: 70px 0 80px;
  }
  .pedagogy-info {
    padding-left: 50px;
  }
  .pedagogy-inner {
    padding: 0 30px 0 60px;
  }
  .recognized-outer2 {
    padding: 80px 0;
  }
  .latest_results-wrap {
    padding: 80px 0;
  }
  .recognized-info h2 {
    margin-bottom: 35px;
  }
  .recognized-info ul {
    margin-bottom: 40px;
  }
  .recognized-info li {
    font-size: 20px;
  }
  .better-time-wrap {
    padding: 80px 0;
  }
  .better-time-wrap p {
    margin-bottom: 40px;
  }
  .after_traning-wrap {
    padding: 90px 0;
  }
  .after_traning-left h2 {
    margin-bottom: 35px;
  }
  .after_traning-left p:last-of-type {
    font-size: 19px;
  }
  .network_security-wrap2 {
    padding: 80px 0;
  }
  .culmination-wrap.even_bg {
    padding: 80px 0;
  }
  .training_FAQ-wrap {
    padding: 80px 0 65px;
  }
  .accordion-title {
    font-size: 22px;
    padding: 25px 0;
  }
  .accordion-content p {
    font-size: 20px;
  }
  .accordion-content {
    padding-bottom: 35px;
  }
  .Infos_tab-info ul {
    margin-bottom: 30px;
  }
  .Infos_tab-info ul {
    margin-bottom: 30px;
  }
  .accordion-item::before {
    width: 20px;
    top: 30px;
  }
  .accordion-item {
    padding-left: 90px;
  }
  .places-fig h4 {
    font-size: 37px;
  }
  .learn-places-bot_med .places-fig.active h4 {
    margin-bottom: 40px;
  }
  .pedagogy-inner.pedagogy-inner--notitle {
    padding: 30px 0 0;
  } /*  Typewritter Headings ------------------------------- */
  .recognized-info1 h2,
  #pedagogyTypewriter,
  .network_security2,
  .network_security-title2 h2,
  .jobtab-title2 .culmination-title h2.two-line,
  .advisers-left .three-line,
  .hs-title h2 {
    min-height: 153.6px;
  }
  h1 .two-line.typewritter-txt,
  .form-banner-left .two-line {
    min-height: 166.4px;
  }
  .after_traning-left h2,
  .recognized-outer2 .recognized-info h2,
  .network_security-title .two-line,
  .recognized-info h2.recognized-txt2a,
  .companies-heading {
    min-height: 231px;
  }
  .learn-places-wrap h2 {
    min-height: 140.8px;
  }
  .pedagogy-info1 .three-line,
  .pedagogy-info2 h2,
  .pedagogy-info .four-line,
  .hs-dip-content h2 {
    min-height: 308px;
  }
}
@media all and (max-width: 1439px) {
  h1,
  .typewritter-txt {
    font-size: 60px;
  }
  .typewritter-txt .ti-cursor {
    font-size: 60px !important;
  }
  h2 .ti-cursor {
    font-size: 50px !important;
  }
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 34px;
  }
  .typewritter-txt {
    margin-bottom: 40px;
  }
  .better-time-inner {
    padding: 60px 20px;
  }
  .better-time-inner h2 {
    margin-bottom: 40px;
  }
  .better-time-inner p {
    margin-bottom: 40px;
  }
  h5,
  .tabs-outer .tabs-title > a {
    font-size: 28px;
  }
  .menu{margin: 0 60px 0 0;}
  .dropdown.menu > li{margin: 0px 10px;}
  .job-list {
    padding: 40px 0;
  }
  .tabs-outer {
    padding: 80px 0 90px;
  }
  .accord-sec {
    min-height: 144px;
  }
  .accordion-wrap {
    padding: 80px 0;
  }
  .learn-places-wrap {
    padding: 90px 0;
  }
  .better-time-wrap {
    margin-bottom: 0;
  }
  .advisers-wrap .large-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .advisers-wrap .large-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .advisers-left h2 {
    padding-right: 30px;
  }
  .advisers-inner {
    padding-left: 60px;
  }
  .advisers-sec {
    margin-bottom: 120px;
  }
  .advisers-wrap {
    padding: 90px 0;
  }
  .companies-fig li {
    margin: 20px 0;
  }
  .hs-info h4 {
    margin-bottom: 40px;
  }
  .hs-title h2,
  .hs-info {
    margin-bottom: 80px;
  }
  .hs-diplomas-sec .row.align-right {
    justify-content: center;
  }
  .hs-diplomas-inner {
    padding: 80px 0;
  }
  .hs-dip-content {
    padding: 0 15px 0 60px;
  }
  .health-sector-wrap {
    padding: 70px 0 90px;
  }
  #footer-wrap {
    padding: 110px 0;
  }
  #footer-copyright {
    padding: 25px 0;
  } /* 29 may*/
  .tabs-outer .tabs-title > a {
    font-size: 27px;
  }
  .better-time-outer2 {
    padding: 35px 0 65px;
  }
  .network_security-title {
    margin-bottom: 60px;
  }
  .network_security-wrap {
    padding-bottom: 50px;
  }
  .learn-places-wrap1 {
    padding: 70px 0;
  }
  .learn-places-bot_med .places-fig {
    min-height: 15rem;
  }
  .places-fig p {
    padding: 0 20px;
  }
  .places-fig h4 {
    font-size: 36px;
  }
  .Infos_tab-sec p {
    margin-top: 20px;
    line-height: 1.4;
  }
  .Infos_tab-sec {
    margin-bottom: 50px;
  }
  .Infos_tab-info p {
    font-size: 22px;
  }
  .contenu_tab-list ul {
    padding-bottom: 50px;
  }
  .metiers_tab-right p {
    margin-bottom: 25px;
  }
  .pedagogy-video {
    /*max-height: 400px;*/
  }
  .pedagogy-wrap {
    padding: 60px 0 50px;
  }
  .matter_heart-wrap {
    padding: 35px 0 0;
  }
  .matter_heart-title h2 {
    margin-bottom: 80px;
  }
  .recognized-outer2 {
    padding: 75px 0;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .latest_results-wrap {
    padding: 75px 0;
  }
  .recognized-info ul {
    margin-bottom: 35px;
  }
  .recognized-info ul br {
    display: none;
  }
  .better-time-wrap p {
    margin-bottom: 35px;
  }
  .after_traning-wrap {
    padding: 80px 0;
  }
  .pedagogy-wrap2 .pedagogy-info p {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .network_security-wrap2 {
    padding: 80px 0;
  }
  .network_security-title p {
    padding-top: 30px;
    font-size: 19px;
  }
  .culmination-wrap.even_bg {
    padding: 75px 0;
  }
  .training_FAQ-wrap {
    padding: 70px 0 60px;
  }
  .accordion-content {
    padding-bottom: 30px;
  }
  .Infos_tab-info ul {
    margin-bottom: 25px;
  }
  .pedagogy-video {
    /*padding-bottom: 400px;*/
  }
  .matter_heart-wrap .tabs-outer .tabs {
    padding: 0;
  }
  .places-fig h4 {
    font-size: 34px;
  }
  .pedagogy-right ul {
    margin-bottom: 40px;
  }
  .form-btn .retour {
    font-size: 22px;
  } /*  Typewritter Headings ------------------------------- */
  .network_security-title .two-line,
  #pedagogyTypewriter,
  .network_security2,
  .recognized-outer2 .recognized-info h2,
  .network_security-title2 h2,
  .jobtab-title2,
  .culmination-title h2.two-line,
  .hs-title h2 {
    min-height: 128px;
  }
  h1 .two-line.typewritter-txt,
  .form-banner-left .two-line {
    min-height: 153.6px;
  }
  .after_traning-left h2,
  .pedagogy-info1 .three-line,
  .recognized-info h2.recognized-txt2a,
  .advisers-left .three-line,
  .companies-heading {
    min-height: 192px;
  }
  .recognized-info1 h2 {
    min-height: 1px;
  }
  .pedagogy-info2 h2,
  .pedagogy-info .four-line,
  .hs-dip-content h2 {
    min-height: 256px;
  }
}
@media all and (max-width: 1365px) {
  body {
    font-size: 20px;
  }
  h1,
  .typewritter-txt {
    font-size: 55px;
  }
  .typewritter-txt .ti-cursor {
    font-size: 55px !important;
  }
  h5,
  .tabs-outer .tabs-title > a {
    font-size: 26px;
  }
  h3 {
    font-size: 50px;
  }
  .jobtab-img {
    padding-top: 570px;
  }
  .tabs-inner {
    padding: 0 30px;
  }
  .tabs-outer .tabs-content {
    padding: 0 30px;
  }
  .jobs-company {
    padding-top: 60px;
  }
  .tabs-outer {
    padding: 70px 0;
  }
  .places-fig {
    min-height: 15rem;
  }
  .places-fig span {
    padding: 0 15px;
    font-size: 33px;
    font-family: sans-serif;
    line-height: 2.25rem;
  }
  .places-fig h3 {
    margin-top: 160px!important;
  }
  .pedagogy-info {
    padding-left: 30px;
  }
  .pedagogy-inner {
    padding: 0 25px 0 60px;
  }
  .active.center .testimonial-content p {
    font-size: 20px;
  }
  .testimonial-fig {
    margin-bottom: 30px;
  }
  .center .testimonial-fig {
    margin-bottom: 40px;
  }
  .testimonial-quote h3 {
    font-size: 60px;
    margin-bottom: -15px;
  }
  .center .testimonial-quote h3 {
    font-size: 80px;
    margin-bottom: -20px;
  }
  .testimonial-quote p strong {
    font-size: 16px;
  }
  .hs-title h2,
  .hs-info {
    margin-bottom: 60px;
  }
  .hs-info h4 {
    margin-bottom: 30px;
  }
  #footer-wrap {
    padding: 90px 0;
  }
  .ft-content {
    padding-top: 50px;
  }
  .hs-dip-content p {
    padding: 0 15px 0 30px;
  }
  .recognized-info h2 {
    letter-spacing: 0;
  } /* 29 may*/
  .formation-banner-main h1 {
    margin-bottom: 35px;
  }
  .formation-banner-main p {
    margin-bottom: 45px;
  }
  .formation-banner-wrap {
    margin-bottom: 30px;
  }
  .better-time-outer2 {
    padding: 30px 0 60px;
  }
  .better-time-inner h2 {
    margin-bottom: 35px;
  }
  .better-time-inner p {
    margin-bottom: 35px;
  }
  .network_security-title h2 {
    margin-bottom: 30px;
  }
  .network_security-title {
    margin-bottom: 50px;
  }
  .network_security-info p {
    font-size: 20px;
  }
  .network_security-wrap {
    padding-bottom: 40px;
  }
  .learn-places-wrap1 {
    padding: 60px 0;
  }
  .learn-places-wrap h2 {
    font-size: 50px;
  }
  .learn-places-bot_med .places-fig {
    min-height: 28rem;
  }
  .places-fig h4 {
    font-size: 30px;
  }
  .places-fig p {
    font-size: 19px;
  }
  .places-fig {
    max-width: 400px;
  }
  .places-fig.places-green {
    margin: 0 auto;
  }
  .tabs-outer .tabs-title > a {
    font-size: 23px;
  }
  .Infos_tab-sec {
    margin-bottom: 40px;
  }
  .Infos_tab-main,
  .contenu_tab-main,
  .profils_acceptes_tab-main,
  .metiers_tab-main {
    padding: 60px 0;
  }
  .Infos_tab-info p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contenu_tab-list p {
    margin-bottom: 20px;
  }
  .contenu_tab-list ul {
    padding-bottom: 40px;
  }
  .profils_acceptes_tab-sec p {
    font-size: 19px;
    line-height: 1.5;
  }
  .profils_acceptes_tab-info p {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .profils_acceptes_tab-info li {
    margin-bottom: 10px;
  }
  .metiers_tab-right p {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .metiers_tab-info p {
    font-size: 19px;
  }
  .metiers_tab-info ul {
    font-size: 19px;
  }
  .vae_tab-info p {
    margin-bottom: 15px;
  }
  button.button,
  a.button {
    padding: 0 45px;
    height: 60px;
  }
  .vae_tab-main {
    padding: 65px 0;
  }
  .pedagogy-wrap1 .pedagogy-inner {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pedagogy-inner {
    padding-left: 50px;
  }
  .video-per-info p strong {
    font-size: 20px;
  }
  .video-per-info p {
    font-size: 19px;
  }
  .matter_heart-title h2 {
    margin-bottom: 70px;
  }
  .recognized-outer2 {
    padding: 70px 0;
  }
  .recognized-outer2 .recognized-info h2 {
    margin-bottom: 40px;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    margin-bottom: 25px;
    font-size: 19px;
  }
  .latest_results-wrap {
    padding: 70px 0;
  }
  .recognized-info h2 {
    margin-bottom: 30px;
  }
  .recognized-info ul {
    margin-bottom: 30px;
  }
  .recognized-info li {
    font-size: 19px;
  }
  .recognized-info p {
    font-size: 18px;
  }
  .better-time-wrap {
    padding: 70px 0;
  }
  .better-time-wrap p {
    margin-bottom: 30px;
  }
  .after_traning-wrap {
    padding: 75px 0;
  }
  .after_traning-left h2 {
    margin-bottom: 30px;
  }
  .after_traning-left p:last-of-type {
    padding-left: 70px;
  }
  .after_traning-sec:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .pedagogy-wrap2 .pedagogy-inner {
    padding: 0 0 0 50px;
  }
  .network_security-wrap2 {
    padding: 70px 0;
  }
  .network_security-title p {
    padding-top: 0px;
  }
  .network_security-title h2 {
    margin-bottom: 25px;
  }
  .grow_experts-info h5 {
    margin-bottom: 15px;
  }
  .culmination-wrap.even_bg {
    padding: 70px 0;
  }
  .culmination-info p {
    font-size: 19px;
  }
  .training_FAQ-wrap {
    padding: 65px 0 60px;
  }
  .accordion-content {
    padding-bottom: 25px;
  }
  .Infos_tab-info ul {
    margin-bottom: 20px;
  }
  .accordion-item {
    padding-left: 85px;
  }
  .pedagogy-video {
    /*padding-bottom: 370px;*/
  }
  .recognized-info ul {
    padding-left: 0;
  }
  .recognized-info p {
    padding-left: 0;
  }
  .matter_heart-wrap .tabs-inner {
    padding: 0;
  }
  .learn-places-bot_med .places-fig.active h4 {
    margin-bottom: 30px;
  }
  .ns--py .network_security-title {
    margin-bottom: 37px;
  }
  .pedagogy--pl p:first-of-type {
    margin-bottom: 30px;
  }
  .pedagogy-right ul {
    margin-bottom: 37px;
  }
  .form-sec {
    padding: 180px 0 90px;
  }
  .form-btn .retour {
    font-size: 20px;
    margin-right: 30px;
  } /*  Headings Typewritter height -------------------------------------- */
  .form-banner-left .two-line,
  h1 .two-line.typewritter-txt {
    min-height: 140.8px;
  }
  .recognized-outer2 .recognized-info h2,
  .network_security-title .two-line {
    min-height: 192px;
  }
  .recognized-info1 h2,
  .learn-places-wrap h2 {
    min-height: 128px;
  }
}
@media all and (max-width: 1199px) {
  h1,
  .typewritter-txt {
    font-size: 50px;
  }
  .typewritter-txt .ti-cursor {
    font-size: 50px !important;
  }
  h2 {
    font-size: 45px;
  }
  h2 .ti-cursor {
    font-size: 45px !important;
  }
  h5,
  .tabs-outer .tabs-title > a {
    font-size: 24px;
  }
  .dropdown.menu > li {
    margin: 0 10px;
  }
  .header-right a.button {
    margin-right: 40px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 13px;
    font-size: 14px;
  }

  .job-list h4 {
    font-size: 19px;
  }
  .culmination-info p {
    font-size: 18px;
  }
  .formation-banner-main p {
    font-size: 19px;
  }
  .formation-banner-main h1 {
    margin-bottom: 30px;
  }
  .formation-banner-wrap {
    padding: 100px 0;
  }
  .better-time-outer2 {
    padding: 30px 0 55px;
  }
  .better-time-inner h2 {
    margin-bottom: 30px;
  }
  .better-time-inner p {
    margin-bottom: 30px;
  }
  .network_security-title h2 {
    margin-bottom: 25px;
  }
  .network_security-info p strong {
    font-size: 18px;
  }
  .network_security-info p {
    font-size: 16px;
  }
  .network_security-fig {
    max-width: 85px;
    margin: 0;
    padding-right: 10px;
  }
  .network_security-sec {
    margin-bottom: 30px;
  }
  .network_security-wrap {
    padding-bottom: 35px;
  }
  .learn-places-wrap1 {
    padding: 50px 0;
  }
  .learn-places-wrap h2 {
    font-size: 48px;
  }
  .learn-places-bot_med .places-fig {
    min-height: 15rem;
  }
  .places-fig h4 {
    font-size: 28px;
  }
  .places-fig p {
    padding: 0 15px;
    font-size: 17px;
  }
  .tabs-outer .tabs-title > a {
    font-size: 20px;
  }
  .Infos_tab-sec {
    margin-bottom: 35px;
  }
  .Infos_tab-main,
  .contenu_tab-main,
  .profils_acceptes_tab-main,
  .metiers_tab-main {
    padding: 50px 0;
  }
  .Infos_tab-info p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .Infos_tab-info li {
    font-size: 19px;
  }
  .contenu_tab-list ul {
    padding-bottom: 35px;
  }
  .metiers_tab-info p {
    font-size: 17px;
  }
  .metiers_tab-info li {
    font-size: 17px;
  }
  .metiers_tab-right p {
    font-size: 17px;
  }
  .vae_tab-info p {
    line-height: 1.4;
    padding-left: 0;
    font-size: 18px;
  }
  .Infos_tab-sec p {
    font-size: 18px;
  }
  button.button,
  a.button {
    padding: 0 40px;
    height: 55px;
  }
  .vae_tab-main {
    padding: 55px 0 60px;
  }
  .pedagogy-inner {
    padding-left: 40px;
  }
  .pedagogy-wrap1 .pedagogy-inner > p {
    margin-bottom: 20px;
  }
  .pedagogy-video {
    /*max-height: 350px;*/
  }
  .pedagogy-wrap {
    padding: 50px 0 40px;
  }
  .matter_heart-title h2 {
    margin-bottom: 60px;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .better-time-wrap {
    padding: 60px 0;
  }
  .after_traning-wrap {
    padding: 70px 0;
  }
  .after_traning-left h2 {
    margin-bottom: 25px;
  }
  .after_traning-left p:last-of-type {
    padding-left: 50px;
  }
  .after_traning-sec h5 {
    font-size: 24px;
  }
  .after_traning-left typewriter {
    font-size: 42px;
  }
  .after_traning-left p:last-of-type {
    font-size: 18px;
  }
  .pedagogy-wrap2 .pedagogy-info p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .pedagogy-wrap2 .pedagogy-info {
    padding-right: 50px;
  }
  .network_security-title p {
    padding-left: 50px;
    font-size: 18px;
  }
  .grow_experts-info h5 {
    margin-bottom: 10px;
  }
  .grow_experts-info p {
    font-size: 18px;
  }
  .grow_experts-info p a {
    font-size: 18px;
  }
  .culmination-wrap.even_bg {
    padding: 65px 0;
  }
  .training_FAQ-wrap {
    padding: 60px 0;
  }
  .accordion-title {
    font-size: 20px;
    padding: 22px 0;
  }
  .accordion-content p {
    font-size: 18px;
  }
  .accordion-content {
    padding-bottom: 20px;
  }
  .Infos_tab-info ul {
    margin-bottom: 15px;
  }
  .accordion-item::before {
    top: 25px;
    width: 18px;
  }
  .matter_heart-wrap .tabs-outer .tabs-content::before {
    display: none;
  }
  .pedagogy-video {
    /*padding-bottom: 310px;*/
  }
  .learn-places-bot_med .places-fig.active h4 {
    margin-bottom: 25px;
  }
  .recognized-info p.small-txt {
    font-size: 18px;
  }
  .pedagogy-inner.pedagogy-inner--notitle {
    padding: 0;
  }
  .pedagogy-video--sm {
    margin-left: 100px;
  }
  .pedagogy-right ul {
    margin-bottom: 30px;
  }
  .recognized-info__inner td {
    font-size: 17px;
  }
  .form-sec .tabs-title-sec {
    padding-bottom: 45px;
  }
  .tab-content-sec-3 .form-btn .button {
    font-size: 16px;
  }
  .tab-content-sec-3 .form-btn .button:hover {
    font-size: 15px;
  }
  .tab-content-sec-4 .confermation {
    margin-bottom: 45px;
  }
  .tab-content-sec label {
    font-size: 19px;
  } /*  Typewritter Headings ------------------------------- */
  .recognized-info1 h2,
  #pedagogyTypewriter,
  .network_security2,
  .network_security-title2 h2,
  .culmination-title h2.two-line,
  .hs-title h2 {
    min-height: 115.2px;
  }
  h1 .two-line.typewritter-txt,
  .form-banner-left .two-line {
    min-height: 128px;
  }
  .after_traning-left h2,
  .recognized-outer2 .recognized-info h2,
  .network_security-title .two-line,
  .jobtab-title2,
  .recognized-info h2.recognized-txt2a,
  .advisers-left .three-line,
  .companies-heading {
    min-height: 173px;
  }
  .pedagogy-info2 h2,
  .pedagogy-info1 .three-line,
  .pedagogy-info .four-line,
  .hs-dip-content h2 {
    min-height: 231px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .header-center {
    padding: 0;
  }
  .header-left {
    max-width: 90px;
  }
  .header_cta2{display: none;}
  .menu > li > a {
    font-size: 14px;
  }
  .recognized-outer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .recognized-outer::before {
    display: none;
  }
  .hs-diplomas-inner::before {
    max-width: 90%;
  }
  .hs-dip-content {
    margin-bottom: 40px;
    max-width: 80%;
  }
  .Infos_tab-sec p {
    margin-top: 15px;
  }
  .profils_acceptes_tab-info li {
    font-size: 17px;
  }
  .matter_heart-wrap {
    padding-top: 30px;
  }
  .recognized-outer2 {
    padding: 65px 0;
  }
  .recognized-info ul {
    margin-bottom: 20px;
  }
  .recognized-info li {
    font-size: 18px;
  }
  .better-time-wrap h2 {
    margin-bottom: 24px;
  }
  .form-sec {
    padding-top: 160px;
  }
}
@media all and (max-width: 1023px) {
  body {
    font-size: 18px;
  }
  h4 {
    font-size: 24px;
  }
  .header_cta2{display: none;}
  .footer-left {
    margin-bottom: 30px;
  }
  .footer-logo {
    padding: 0;
    margin-bottom: 20px;
  }
  .footer-left p br {
    display: none;
  }
  .hs-dip-content {
    padding: 0 15px;
  }
  .hs-info h4 {
    margin-bottom: 20px;
  }
  .hs-title h2,
  .hs-info {
    margin-bottom: 50px;
  }
  .hs-diplomas-inner {
    padding: 60px 0;
  }
  .hs-upper {
    padding-top: 0;
  }
  .companies-info {
    padding-left: 0px;
  }
  .companies-info p {
    padding: 0 20px 0 50px;
  }
  .advisers-wrap .large-8,
  .advisers-wrap .large-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advisers-left {
    margin-bottom: 50px;
  }
  .advisers-left p {
    margin-bottom: 30px;
  }
  .advisers-right {
    max-width: 500px;
    margin: 0 auto;
  }
  .advisers-sec {
    margin-bottom: 70px;
  }
  .companies-fig ul {
    margin: 0 auto;
  }
  .recognized-fig {
    margin-bottom: 30px;
  }
  .culmination-sec {
    margin-bottom: 20px;
  }
  .culmination-wrap {
    padding: 70px 0 60px;
  }
  .pedagogy-wrap::after {
    max-width: none;
  }
  .pedagogy-wrap {
    padding: 50px 0 70px;
  }
  .pedagogy-video {
    /*margin-bottom: 30px;*/
  }
  .pedagogy-info {
    padding-left: 0px;
  }
  .places-fig {
    margin-bottom: 30px;
  }
  .learn-places-wrap {
    padding: 60px 0 40px;
  }
  .accord-sec {
    min-height: 1px;
    margin-bottom: 30px;
  }
  h5,
  .tabs-outer .tabs-title > a {
    font-size: 20px;
  }
  .header-right a.button {
    margin-right: 15px;
    padding: 0 22px;
    height: 40px;
    line-height: 38px;
  }
  .header-center {
    padding: 0 15px;
  }
  .dropdown.menu > li {
    margin: 0 10px;
  }
  .jobs-company {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jobs-company img {
    max-width: 25%;
    width: 100%;
  }
  .testimonial-slide,
  .center .testimonial-slide {
    padding: 30px;
  }
  .dropdown-pane .submenu {
    column-count: 1;
    min-width: 1px;
  } /* 29 may*/
  .formation-banner-main h1 {
    max-width: 600px;
    margin-bottom: 25px;
  }
  .formation-banner-main p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .formation-banner-wrap {
    margin-bottom: 25px;
  }
  .better-time-outer2 {
    padding: 25px 0 50px;
  }
  .breadcrumb li {
    font-size: 17px;
  }
  .formation-banner-wrap {
    padding: 80px 0;
  }
  .network_security-title h2 {
    margin-bottom: 20px;
  }
  .network_security-title {
    margin-bottom: 40px;
  }
  .network_security-sec {
    margin-bottom: 25px;
  }
  .network_security-title p {
    padding-left: 0;
  }
  .network_security-wrap {
    padding-bottom: 30px;
  }
  .learn-places-wrap1 {
    padding: 50px 0;
  }
  .learn-places-wrap h2 {
    font-size: 42px;
  }
  .matter_heart-wrap .tabs-outer .tabs {
    padding: 0px;
  }
  .tabs-outer .tabs-title > a {
    font-size: 17px;
  }
  .Infos_tab-sec {
    margin-bottom: 30px;
  }
  .Infos_tab-main,
  .contenu_tab-main,
  .profils_acceptes_tab-main,
  .metiers_tab-main {
    padding: 40px 0;
  }
  .Infos_tab-info li {
    font-size: 17px;
  }
  .Infos_tab-sec p {
    line-height: 1.3;
  }
  .contenu_tab-list ul {
    padding-bottom: 25px;
  }
  .profils_acceptes_tab-sec {
    margin-bottom: 25px;
  }
  .profils_acceptes_tab-sec p {
    font-size: 18px;
    line-height: 1.4;
  }
  .profils_acceptes_tab-info p {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .profils_acceptes_tab-info li {
    margin-bottom: 5px;
  }
  .profils_acceptes_tab-right {
    display: block;
  }
  .vae_tab-fig {
    padding-bottom: 20px;
  }
  .vae_tab-info p {
    font-size: 17px;
  }
  button.button,
  a.button {
    padding: 0 38px;
    height: 50px;
  }
  .vae_tab-main {
    padding: 50px 0;
  }
  .pedagogy-wrap1 .pedagogy-info h2 {
    margin-bottom: 20px;
  }
  .pedagogy-wrap1 .pedagogy-inner > p {
    margin-bottom: 15px;
  }
  .video-per-info p {
    font-size: 17px;
  }
  .pedagogy-wrap {
    padding-bottom: 30px;
  }
  .matter_heart-wrap {
    padding-top: 25px;
  }
  .matter_heart-title h2 {
    margin-bottom: 50px;
  }
  .recognized-outer2 {
    padding: 60px 0;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .latest_results-wrap {
    padding: 60px 0;
  }
  .recognized-info h2 {
    margin-bottom: 25px;
  }
  .recognized-info1 {
    padding-bottom: 20px;
  }
  .better-time-wrap h2 {
    margin-bottom: 20px;
  }
  .better-time-wrap p {
    font-size: 17px;
  }
  .better-time-wrap p {
    margin-bottom: 25px;
  }
  .after_traning-wrap {
    padding: 60px 0 30px;
  }
  .after_traning-right {
    padding-bottom: 25px;
  }
  .network_security-wrap2 {
    padding: 60px 0;
  }
  .grow_experts-sec {
    padding-bottom: 29px;
  }
  .network_security-wrap.network_security-wrap2 {
    padding-bottom: 40px;
  }
  .culmination-wrap.even_bg {
    padding: 60px 0;
  }
  .accordion-content p {
    font-size: 17px;
  }
  .accordion-title {
    padding: 18px 0;
  }
  .accordion-content {
    padding-bottom: 17px;
  }
  .Infos_tab-info ul {
    margin-bottom: 0px;
  }
  .accordion-item {
    padding-left: 75px;
  }
  .accordion-item::before {
    top: 22px;
  }
  .pedagogy-video {
    /*padding-bottom: 450px;*/
  }
  .after_traning-sec h5 {
    margin-bottom: 10px;
  }
  .learn-places-bot_med .places-fig.active h4 {
    margin-bottom: 25px;
  }
  .pedagogy-wrap2 .pedagogy-info {
    padding-bottom: 80px;
  }
  .after_traning_info {
    order: 1;
  }
  .after_traning_box {
    order: 2;
  }
  .after_traning-left p:last-of-type {
    margin-bottom: 60px;
  }
  .pedagogy-wrap1.pedagogy-wrap--py {
    padding: 50px 0;
  }
  .pedagogy-wrap1.pedagogy-wrap--py .pedagogy-inner > p {
    margin-bottom: 15px;
  }
  .culmination-py .culmination-title h2 {
    margin-bottom: 30px;
  }
  .recognized-outer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #0c0e13;
    z-index: -1;
    display: block;
    max-width: none;
    bottom: 0;
    height: 132px;
  }
  .recognized-outer {
    padding: 50px 0 12px;
  }
  .ro--py .recognized-fig img {
    width: 100%;
  }
  .ro--py .recognized-info__inner p {
    margin-bottom: 25px;
  }
  .ro--nobg .recognized-info__inner p {
    margin-bottom: 20px;
  }
  .pedagogy--bg30 .pedagogy--md h2 {
    color: #000;
  }
  .pedagogy--bg30 .pedagogy--pl p {
    color: #000;
  }
  .dark-theme .pedagogy--bg30 .pedagogy--md h2, .dark-theme .pedagogy--bg30 .pedagogy--pl p{color: rgba(255, 255, 255, 0.87)!important;}
  .pedagogy-dark {
    color: white;
  }
  .pedagogy--pl p:first-of-type {
    margin-bottom: 25px;
  }
  .pedagogy--bg30 a.inline-btn {
    margin-bottom: 20px;
  }
  .pedagogy-video--sm {
    margin-left: 0px;
  }
  .pedagogy--pl {
    padding-left: 0;
  }
  .pedagogy-video--md {
    margin-left: 0;
  }
  .pedagogy--nobg .pedagogy--pl {
    margin-bottom: 20px;
  }
  .pedagogy-right ul {
    margin-bottom: 25px;
  }
  .ro--py .recognized-info__inner {
    padding-left: 0;
  }
  .ro--nobg .recognized-info__inner {
    padding-left: 0;
  }
  /*.pedagogy--bg30 a.inline-btn {
    filter: brightness(0) invert(1);
  }*/
  .pedagogyTypewriter2,
  .pedagogy--nobg .pedagogy--md h2 {
    font-size: 42px;
  }
  .recognized-info__inner th {
    font-size: 14px;
    padding: 4px 8px;
  }
  .recognized-table-outer {
    overflow-y: scroll;
  }
  .recognized-table-outer table {
    width: 900px;
  }
  .recognized-table-outer::-webkit-scrollbar {
    width: 0;
    height: 5px;
  } /* Track */
  .recognized-table-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  } /* Handle */
  .recognized-table-outer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
  }
  .form-sec {
    padding: 140px 0 80px;
  }
  .tab-content-sec .form-banner-left {
    padding-bottom: 30px;
    max-width: 100%;
  }
  .form-sec {
    max-width: 100%;
  }
  .tab-content-sec .form-banner-img {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .form-sec .tabs-title-sec {
    padding-bottom: 35px;
  }
  .tab-content-sec select,
  .tab-content-sec input {
    height: 54px;
  }
  .tab-content-sec-4 .confermation {
    margin-bottom: 35px;
  }
  .tab-content-sec .sub-label {
    font-size: 16px;
  }
  .tab-content-sec-4 .confermation {
    font-size: 16px;
  }
  .tab-content-sec .tick-sec + p {
    margin-bottom: 20px;
  } /*  Typewritter Headings ------------------------------- */
  #pedagogyTypewriter,
  .network_security2,
  .recognized-info1 h2,
  .form-banner-left .two-line {
    min-height: 1px;
  }
  .recognized-outer2 .recognized-info h2,
  .network_security-title .two-line,
  .culmination__heading1,
  .after_traning-left h2,
  .even_bg .culmination-title h2,
  .jobtab-title2,
  .pedagogy-info .four-line,
  .recognized-info h2.recognized-txt2a,
  .advisers-left .three-line,
  .companies-heading {
    min-height: 115.2px;
  }
  .hero-banner h1 {
    min-height: 128px;
  }
  .learn-places-wrap h2 {
    min-height: 48px;
  }
  .pedagogy-info1 .three-line,
  .pedagogy-info2 h2,
  .hs-dip-content h2 {
    min-height: 173px;
  }
}
@media all and (max-width: 767px) {
  .dark-theme .tabs-outer .tabs-title > a[aria-selected="true"] span {  color:#0b121f!important;}
  .tabs-title{border-top:0; padding-top: 0px;}
  .column,
  .columns {
    padding: 0 15px;
  }
  body {
    font-size: 16px;
  }
  h2,
  h2 .ti-cursor,
  h1,
  .typewritter-txt {
    font-size: 36px;
  }
  h3 {
    font-size: 40px;
  }
  button.button,
  a.button {
    font-size: 12px;
    height: 56px;
    line-height: 54px;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 254px;
    margin: 0 auto;
  }
  .advisers-bg,
  .companies-bg,
  .health-bg,
  .testimonial-bg,
  .learn-places-bg,
  .jobtab-bg,
  .jobtab-title-bg,
  .banner-bg,
  .button img {
    display: none;
  }

  .typewritter-txt .ti-cursor {
    font-size: 36px !important;
  }
  .banner-info p {
    padding-left: 0;
  }
  .typewritter-txt {
    margin-bottom: 50px;
  }
  .banner-wrap {
    padding: 124px 0 60px;
  }
  #banner-fig {
    display: none;
  }
  .better-time-outer {
/*    background: #0c0e13;*/
    padding-bottom: 0;
  }
  .bt-outer {
    margin: 0;
  }
  .better-time-inner {
    padding: 60px 0;
  }
  .better-time-inner h2 {
    margin-bottom: 50px;
  }
  .better-time-inner p {
    margin-bottom: 30px;
  }
  .jobtab-title {
    padding-top: 60px;
  }
  .formation-page .jobtab-title h2 {
    margin-bottom: 0;
  }
  .jobtab-outer {
    padding-top: 0px;
    background: #fff;
  }
  .jobtab-bg,
  .jobtab-img {
    display: none;
  }
  .jobtab-wrap {
    margin-top: 0;
  }
  .tabs-outer {
    padding: 0 0 60px;
  }
  .tabs-inner {
    padding: 0;
    border: none;
  }
  .job-list {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  .tabs-outer .tabs-content {
    padding: 0;
  }
  .job-list h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 20px;
  }
  .job-list p {
    font-size: 14px;
    line-height: 1.571;
  }
  .job-list p span {
    display: flex;
    margin: 0;
  }
  .job-list > a {
    opacity: 1;
    visibility: visible;
    width: 10px;
    height: 10px;
    top: 8px;
    transform: none;
  }
  .jobs-company {
    padding-top: 0;
  }
  .jobs-company img {
    max-width: 50%;
  }
  .accordion-wrap {
    padding: 60px 0 30px;
  }
  .accordion-head h2 {
    margin-bottom: 50px;
  }
  .accord-sec {
    padding: 28px 26px 28px 56px;
  }
  .accord-sec.active,
  .accord-sec:hover {
    padding-left: 65px;
  }
  h5,
  .tabs-outer .tabs-title > a {
    font-size: 24px;
  }
  .accord-txt,
  .accord-title p {
    font-size: 13px;
  }
  .learn-places-wrap {
    padding: 60px 0 150px;
  }
  .learn-places-wrap h2 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .learn-places-info {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .learn-places-wrap p {
    margin-bottom: 30px;
  }
  .places-fig h3 {
    margin-top: 110px!important;
    margin-bottom: 4px;
  }
  .places-fig {
    min-height: 11.75rem;
  }
  .places-fig span {
    position: static;
    transform: none;
    text-align: center;
    font-size: 25px;
    line-height: 1.5rem;
    margin-top: -30px;
  }
  .pedagogy-wrap {
    padding: 0 0 50px;
  }
  .pedagogy-video {
    padding-bottom: 4rem;
    margin-bottom: 0px;
    margin-top: -120px;
  }
  .pedagogy-info h2 {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .pedagogy-inner {
    padding: 0;
  }
  .formation-page .pedagogy-info p {
    margin-bottom: 0px;
  }
  .culmination-wrap {
    padding: 50px 0 10px;
  }
  .culmination-sec {
    margin-bottom: 30px;
  }
  .culmination-title h2 {
    margin-bottom: 50px;
  }
  .culmination-fig {
    margin-bottom: 10px;
    padding-bottom: 184px;
  }
  .recognized-outer::before {
    max-width: none;
    bottom: 0;
    height: 132px;
  }
  .recognized-outer {
    padding: 50px 0;
  }
  .recognized-fig {
    margin-bottom: 50px;
  }
  .recognized-info p {
    padding: 0;
  }
  .testimonial-wrap {
    padding: 0 0 60px;
    margin-bottom: 0;
  }
  .testimonial-wrap .item {
    padding: 0;
  }
  .testimonial-slide,
  .center .testimonial-slide {
    padding: 45px 60px;
  }
  .owl-carousel .owl-item img,
  .owl-carousel .owl-item.center img {
    width: 74px;
  }
  .testimonial-fig,
  .center .testimonial-fig {
    margin-bottom: 36px;
  }
  .testimonial-content p,
  .active.center .testimonial-content p {
    font-size: 16px;
  }
  .testimonial-quote h3,
  .center .testimonial-quote h3 {
    font-size: 50px;
  }
  .testimonial-quote p {
    line-height: 1.375;
  }
  .testimonial-quote p a {
    font-size: 12px;
  }
  .testimonial-slide {
    box-shadow: none;
  }
  .testimonial-wrap .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial-wrap .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #d5d5d5;
    margin: 0 5px;
  }
  .testimonial-wrap .owl-carousel button.owl-dot.active {
    background: #707070;
  }
  .better-time-wrap {
    padding: 60px 0;
  }
  .better-time-wrap h2 {
    margin-bottom: 50px;
  }
  .better-time-wrap p {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .advisers-wrap {
    padding: 60px 0;
  }
  .advisers-inner {
    padding: 0;
  }
  .advisers-left h2 {
    padding-right: 0;
  }
  .advisers-left h2 {
    margin-bottom: 50px;
  }
  .advisers-inner a.button {
    max-width: 260px;
  }
  .advisers-sec {
    max-width: 45%;
    margin-bottom: 30px;
  }
  .advisers-fig {
    padding-bottom: 91px;
    max-width: 94px;
    margin-bottom: 30px;
  }
  .advisers-info p {
    font-size: 15px;
  }
  .advisers-fig img:first-of-type,
  .advisers-info:hover .advisers-fig img:last-of-type {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .advisers-fig img,
  .advisers-info:hover .advisers-fig img:first-of-type {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .companies-wrap {
    padding: 60px 0;
  }
  .companies-wrap::before {
    max-width: none;
    bottom: auto;
    height: 322px;
  }
  .companies-fig {
    padding-bottom: 14px;
  }
  .companies-fig li {
    margin: 0 0 36px;
  }
  .companies-info h2 {
    margin-bottom: 50px;
  }
  .companies-info p {
    padding: 0;
  }
  .health-sector-wrap {
    padding: 0 0 60px;
  }
  .hs-sec {
    padding-bottom: 10px;
  }
  .hs-info {
    text-align: left;
  }
  .hs-info h4 {
    margin-bottom: 30px;
  }
  .hs-diplomas-sec {
    position: relative;
  }
  .hs-diplomas-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 123px;
    background: #0c0e13;
    width: 100%;
    z-index: -1;
  }
  .hs-diplomas-inner {
    padding-bottom: 0;
  }
  .hs-diplomas-inner::before {
    display: none;
  }
  .hs-dip-content {
    padding: 0;
  }
  .hs-dip-content p,
  .hs-dip-content h2 {
    margin-bottom: 50px;
  }
  .hs-dip-content p {
    padding: 0;
  }
  #footer-wrap {
    padding: 60px 0;
  }
  #footer-copyright {
    padding: 30px 0;
  }
  #footer-copyright p {
    font-size: 20px;
  }
  .footer-left,
  .footer-link {
    margin-bottom: 50px;
  }
  .footer-logo {
    margin-bottom: 48px;
  }
  #footer-wrap .footer-right ul.ft-link {
    margin-bottom: 31px;
  }
  .ft-content-inner {
    margin-bottom: 30px;
  }
  .ft-ci-title {
    display: none;
  }
  .tabs-outer .tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .tabs-inner {
    padding-bottom: 13px;
  }
  .tabs-outer .tabs-title sup {
    display: none;
  }
  .tabs-outer .tabs-title span {
    border: none;
    padding: 0;
  }
  .tabs-outer .tabs-title {
    margin: 0 16px 17px 0;
  }
  .tabs-outer .tabs-title > a {
    padding: 0 16px;
    font-size: 12px;
    color: #2b2a26;
    border: 1px solid #2b2a26;
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
  }
  .tabs-outer .tabs-title.is-active > a {
    border-color: #150ed2;
    background: #150ed2;
    color: #fff;
  }
  #header-wrap {
    padding: 0 0 20px 0;
  }
  .header-right a.button,
  .header-center {
    display: none;
  }
  .header-left img {
    width: 67px;
  }
  .header-right span {
    width: 22px;
    height: 22px;
    background-size: 100% auto;
  }
  .header-right span i {
    height: 2px;
  }
  .header-right span i + i {
    margin-top: 4.45px;
  }
  .off-canvas-absolute.is-open {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    padding-left: 0;
    z-index: 1000;
  }
  .dark-theme .better-time-wrap.better-time-outer {
    background: #0a121f;
  }
  .dark-theme .jobtab-wrap,
  .dark-theme .jobtab-title,
  .dark-theme .tabs-outer,
  .dark-theme .jobtab-outer {
    background: #0a121f;
  }
  .better-time-wrap.better-time-outer {
    padding: 0;
  }
  .dark-theme .tabs-outer-inner::after,
  .dark-theme .bt-outer::before {
    display: none;
  }
  .hs-diplomas-sec::before,
  .dark-theme .testimonial-wrap {
    background: #0a121f;
  }
  .dark-theme .tabs-outer .tabs-title > a {
    color: #2b2a26;
    border-color: rgba(255, 255, 255, 0.87);
  }
  .dark-theme .tabs-outer .tabs-title.is-active > a {
    background-color: #bbff34;
    border-color: #bbff34;
  }
  .js-off-canvas-overlay {
    display: block !important;
  }
  .position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    width: 250px;
  }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px);
  }
  .off-canvas-absolute li {
    font-size: 16px;
  }
  .ft-content {
    display: none;
  } /* 29 may*/
  .formation-banner-wrap {
    padding: 60px 0;
  }
  .formation-banner-main h1 {
    margin-bottom: 15px;
  }
  .formation-banner-main p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .formation_banner-btn {
    flex-wrap: wrap;
  }
  button.button,
  a.button {
    margin: 0;
  }
  a.inline-btn {
    margin-top: 20px;
    margin-left: 28px;
  }
  .breadcrumb {
    display: block;
  }
  .breadcrumb li:after {
    display: none;
  }
  .better-time-inner a.button {
    margin: 0 auto;
  }
  .network_security-wrap {
    padding-top: 60px;
  } /*my styles ______________________*/
  .network_security-wrap.network_security-wrap2 {
    padding-top: 180px;
  }
  .formation-banner-wrap {
    margin-bottom: 0;
  }
  .formation-banner-main h1 {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1.2;
  }
  .formation-banner-main p {
    margin-bottom: 48px;
  }
  .formation-banner-main p strong {
    font-weight: 400;
  }
  .formation_banner-btn a.button {
    max-width: 200px;
  }
  .formation_banner-btn a.inline-btn {
    max-width: 200px;
    font-size: 15px;
  }
  .better-time-wrap h2 {
    font-size: 36px;
  }
  .breadcrump-wrap {
    display: none;
  }
  .better-time-inner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .better-time-inner a.button {
    max-width: 200px;
  }
  .bt-outer::before {
    display: none;
  }
  .network_security-title h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }
  .network_security-title p {
    font-size: 16px;
    font-weight: 300;
  }
  .network_security-title {
    margin-bottom: 30px;
  }
  .pedagogy-wrap {
    padding-top: 50px;
  }
  .learn-places-wrap {
    padding-bottom: 30px;
  }
  .places-fig.places-green {
    margin: 0 auto 30px;
  }
  .places-fig h4 {
    font-size: 24px;
  }
  .pedagogy-video {
    margin-top: 0;
  }
  .pedagogy-wrap1 .pedagogy-info h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }
  .pedagogy-wrap1 .pedagogy-inner > p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .video-per-info p {
    font-size: 16px;
  }
  .video-per-info img {
    margin-right: 5px;
    max-width: 30px;
  }
  .pedagogy-wrap1 .pedagogy-inner {
    margin-bottom: 0;
  }
  .recognized-outer2 .recognized-info h2 {
    margin-bottom: 50px;
  }
  .recognized-outer2 .recognized-info p:not(:last-of-type) {
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 38px;
  }
  .recognized-outer2 .recognized-info p.small-txt {
    padding-left: 0;
    font-size: 16px;
  }
  .recognized-outer {
    padding: 50px 0 12px;
  } /*graph sec*/
  .recognized-info h2 {
    margin-bottom: 50px;
  }
  .recognized-info li {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .recognized-info p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .chartBars .bars li {
    margin: 0 16px;
  }
  .chartBars {
    height: 216px;
  }
  .chartBars .bars li .bar {
    margin-bottom: 15px;
  }
  .better-time-wrap p {
    font-size: 16px;
  }
  .after_traning-left h2 {
    font-size: 35px;
  }
  .after_traning-left p:last-of-type {
    font-size: 16px;
    padding-left: 0;
  }
  .after_traning-sec {
    padding-left: 57px;
  }
  .better-time-wrap .button {
    margin: 0 auto;
  }
  .formation-page .better-time-wrap .button {
    max-width: 279px;
  }
  .formation-page .better-time-inner a.button {
    max-width: 254px;
  }
  .after_traning-sec {
    padding: 25px 26px 25px 57px;
  }
  .pedagogy-wrap2 .pedagogy-info p {
    font-size: 16px;
  }
  .grow_experts-info h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .grow_experts-fig {
    margin-bottom: 30px;
  }
  .grow_experts-info p,
  .grow_experts-info p a {
    font-size: 16px;
  }
  .culmination-wrap.even_bg {
    padding-bottom: 30px;
  }
  .learn-places-wrap h2 {
    font-size: 36px;
  }
  .pedagogy-wrap2 .pedagogy-info {
    padding-bottom: 50px;
  }
  .pedagogy-video {
    /*padding-bottom: 19.063rem;*/
    margin-bottom: 30px;
  }
  .contenu_tab-list li {
    margin-bottom: -2px;
  }
  .contenu_tab-list ul {
    padding-bottom: 10px;
  }
  .pedagogy-video.Votre-programme {
    margin-bottom: 30px;
  }
  .profils_acceptes_tab-info p {
    font-size: 16px;
  }
  .metiers_tab-info p {
    font-size: 16px;
  }
  .metiers_tab-info li {
    font-size: 16px;
  }
  .metiers_tab-right p {
    font-size: 16px;
  }
  .vae_tab-info p {
    font-size: 16px;
  }
  .vae_tab-infoa .button {
    max-width: 183px;
  }
  .Infos_tab-sec p {
    font-size: 14px;
  }
  .Infos_tab-sec {
    margin-bottom: 19px;
  }
  .profils_acceptes_tab-info li {
    font-size: 16px;
  }
  .accordion-item {
    border-radius: 10px;
  }
  .matter_heart-title h2 {
    margin-bottom: 30px;
  }
  .tabs-outer-inner.tabs-outer-v2 .tabs-title > a {
    font-size: 10px;
    font-weight: 600;
  }
  .Infos_tab-main,
  .contenu_tab-main,
  .profils_acceptes_tab-main,
  .metiers_tab-main {
    padding: 13px 0 33px;
  }
  .Infos_tab-sec p {
    margin-top: 13px;
  }
  .Infos_tab-info p {
    font-size: 16px;
    margin-bottom: 29px;
    margin-top: 10px;
  }
  .Infos_tab-info li::before,
  .profils_acceptes_tab-info li::before,
  .metiers_tab-info li::before,
  .recognized-info li::before {
    width: 9px;
    height: 9px;
    top: 9px;
  }
  .after_traning-left h2 {
    margin-bottom: 50px;
  }
  .after_traning-left p:last-of-type {
    margin-bottom: 30px;
  }
  .after_traning-sec p {
    font-size: 13px;
  }
  .after_traning-sec h5 {
    margin-bottom: 21px;
  }
  .pedagogy-wrap2 .pedagogy-info {
    padding-right: 0;
  }
  .pedagogy-wrap2 .pedagogy-info p {
    margin-bottom: 50px;
  }
  .network_security-title.network_security-title2.typewriter h2 {
    margin-bottom: 50px;
  }
  .network_security-wrap2 .network_security-title {
    margin-bottom: 30px;
  }
  .grow_experts-fig img {
    max-width: 91px;
  }
  .contenu_tab-list p {
    font-size: 20px;
  }
  .metiers_tab-right a.inline-btn {
    margin-left: 0;
  }
  .pedagogy-video.Votre-programme {
    margin-bottom: -150px;
  }
  .formation-banner-wrap {
    margin-top: 62px;
  }
  .chart-text {
    display: none;
  }
  .after_traning-sec:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .profils_acceptes_tab-right a.inline-btn {
    font-size: 16px;
    margin: 0;
  }
  .hero-banner h1 {
    margin-bottom: 20px;
  }
  .hero-banner p {
    margin-bottom: 25px;
  }
  .pedagogy-wrap1 .pedagogy-info h2 {
    margin-bottom: 50px;
  }
  .pedagogy-wrap1.pedagogy-wrap--py .pedagogy-inner > p:last-child {
    margin-bottom: 0;
  }
  .culmination-py .culmination-title h2 {
    margin-bottom: 25px;
  }
  .ns-main--sm .network_security-fig {
    margin-bottom: 10px;
  }
  .ns-main--sm .network_security-sec {
    margin-bottom: 20px;
  }
  .ns--py .network_security-title {
    margin-bottom: 20px;
  }
  .ns--py .network_security-title h2 {
    margin-bottom: 20px;
  }
  .ro--py .recognized-fig {
    margin-bottom: 25px;
  }
  .ro--py .recognized-info h2,
  .ro--nobg .recognized-info h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .ro--py .recognized-info__inner p {
    margin-bottom: 0px;
  }
  .ro--nobg .recognized-info__inner p {
    margin-bottom: 20px;
  }
  .ro--py.button-action .recognized-info__inner p {
    margin-bottom: 20px;
  }
  .ro--py .recognized-info__inner a.inline-btn {
    margin-left: 0;
  }
  .ro--nobg .recognized-info__inner a.inline-btn {
    margin-left: 0;
    margin-top: 0px;
  }
  .better-time-wrap h2 {
    margin-bottom: 20px;
  }
  .better-time-wrap p {
    margin-bottom: 20px;
  }
  .pedagogy--pl p:first-of-type {
    margin-bottom: 20px;
  }
  .pedagogy--bg30 a.inline-btn {
    margin: 0;
    margin-bottom: 20px;
  }
  .pedagogy-video--md {
    margin-left: 0;
  }
  .pedagogy-right--ml {
    margin: 0;
  }
  .pedagogy--nobg a.inline-btn {
    margin: 0;
  }
  .pedagogy-right ul {
    margin-bottom: 20px;
  }
  .pedagogy-wrap--py .pedagogy-wrap1 .pedagogy-info h2 {
    margin-bottom: 25px;
  }
  .recognized-info__inner td {
    font-size: 12px;
  }
  .form-sec {
    padding: 124px 0 60px;
  }
  .tabs-title-sec {
    flex-wrap: wrap;
  }
  .tab-title > a {
    font-size: 14px;
  }
  .form-sec .tabs-title-sec {
    padding-bottom: 26px;
  }
  .tab-content-sec h1 {
    font-size: 26px;
  }
  .tab-content-sec label {
    font-size: 14px;
    line-height: 1.57;
  }
  .tab-content-sec select,
  .tab-content-sec input {
    margin-bottom: 20px;
    font-size: 14px;
    height: 46px;
  }
  .form-btn .retour {
    font-size: 15px;
    margin-top: 26px;
  }
  .form-btn .button {
    margin: 0 auto;
  }
  .form-btn .retour {
    margin: 26px auto 0;
    max-width: 100px;
  }
  .tab-content-sec-4 .form-btn .retour {
    max-width: 180px;
  }
  .form-btn {
    display: block;
  }
  .tab-content-sec-3 .form-btn .button:hover {
    font-size: 12px;
  }
  .tab-content-sec-3 .form-btn .button {
    font-size: 12px;
  }
  .tab-content-sec-4 .confermation {
    margin-bottom: 26px;
    font-size: 14px;
  }
  .tab-content-sec .sub-label {
    font-size: 14px;
  }
  .tab-content-sec .tick-sec + p {
    margin-bottom: 10px;
  }
  .form-banner-left .two-line {
    min-height: 66.57px;
  }
  #breadcrumbs{padding: 10px 0 0;}
  #breadcrumbs a, #breadcrumbs span{font-size: 14px;}
  .block-date{padding: 0 0 1rem !important;}
  .block-date div{font-size: 11px;}
}
@media all and (max-width: 639px) {
  .row,
  .jobtab-wrap .row {
    max-width: 95%;
  }
  .network_security-sec {
    display: block;
  }
  .network_security-fig {
    margin: 0 auto 18px;
  }
  .network_security-info {
    text-align: center;
  }
  .network_security-info p {
    font-size: 16px;
  }
  .network_security-info p strong {
    font-size: 16px;
  }
  .network_security-sec {
    margin-bottom: 28px;
  }
  .network_security-info p br {
    display: none;
  }
  .network_security-info p strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .pedagogy-wrap2 .pedagogy-inner {
    padding-left: 0;
  }
  .learn-places-bot_med .places-fig {
    min-height: 188px;
  }
  .places-fig p {
    font-size: 12px;
  }
  .learn-places-bot_med .places-fig:hover h4 {
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 22px;
  } /*faqs styles*/
  .accordion-title {
    font-size: 14px;
    padding: 15px 0;
  }
  .training_FAQ-title h2 {
    white-space: break-spaces;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .accordion-item::before {
    left: 11px;
    width: 11px;
    top: 13px;
  }
  .accordion-item {
    padding-left: 32px;
    padding-right: 10px;
  }
  .accordion-content p {
    font-size: 13px;
  }
  .training_FAQ-wrap {
    padding: 60px 0 24px;
  } /*tabs*/
  .tabs-outer-inner.tabs-outer-v2 .tabs-title {
    margin-right: 10px;
    width: 46%;
    text-align: center;
  }
  .tabs-outer-inner.tabs-outer-v2 .tabs-title > a {
    padding: 0 11px;
  }
  .Infos_tab-info ul {
    padding-left: 0;
  }
  .Infos_tab-info li {
    padding-bottom: 27px;
    font-size: 16px;
  }
  .pedagogy-video {
    padding-bottom: 4rem;
    /*margin-bottom: 20px;*/
  }
  .profils_acceptes_tab-sec {
    display: block;
  }
  .profils_acceptes_tab-info img {
    margin-bottom: 15px;
  }
  .profils_acceptes_tab-info p {
    margin-left: 0;
  }
  .profils_acceptes_tab-info p br {
    display: none;
  }
  .profils_acceptes_tab-info p strong {
    display: block;
    margin-bottom: 10px;
  }
  .profils_acceptes_tab-sec {
    text-align: center;
  }
  .metiers_tab-info ul {
    padding-left: 0;
  }
  .profils_acceptes_tab-info ul {
    padding-left: 0;
  }
  .formation_banner-btn a.inline-btn {
    margin: 30px auto 0;
  }
  .formation_banner-btn a.button {
    margin: 0 auto;
  }
  .Infos_tab-sec img {
    max-width: 64px;
  }
  .learn-places-bot_med .places-fig.active h4 {
    margin-bottom: 7px;
  }
  .culmination-sec {
    margin-bottom: 20px;
  } /*  Typewritter Headings ------------------------------- */
  .recognized-outer2 .recognized-info h2,
  .network_security2,
  .culmination__heading1,
  .network_security-title2 h2,
  .even_bg .culmination-title h2,
  h1 .two-line.typewritter-txt,
  .learn-places-wrap.learn-places-wrap2a h2,
  .hs-title h2 {
    min-height: 139px;
  }
  .hero-banner h1 {
    min-height: 86.4px;
  }
  .recognized-info h2 {
    min-height: 87.04px;
  }
  #pedagogyTypewriter {
    min-height: 161.3px;
  }
  .network_security-title .two-line {
    min-height: 276.5px;
  }
  .learn-places-wrap h2 {
    min-height: 50px;
  }
  .pedagogy-info1 .three-line {
    min-height: 323px;
  }
  .recognized-info1 h2,
  .matter_heart-title h2,
  .pedagogy-info1 h2,
  .training_FAQ-title h2 {
    min-height: 93px;
  }
  .after_traning-left h2 {
    min-height: 179.2px;
  }
  .pedagogy-info2 h2,
  .jobtab-title2,
  .pedagogy-info .four-line,
  .advisers-left .three-line,
  .companies-heading,
  .hs-dip-content h2 {
    min-height: 185px;
  }
  .training_FAQ-title h2 {
    display: block;
  }
  .training_FAQ-title h2 em {
    margin-right: 0;
  }
  .culmination-title h2.two-line,
  .recognized-info h2.recognized-txt2a {
    min-height: 139px;
  }
}
