body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 40px;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 16px;
}
a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d1d1d1;
  font-size: 12px;
  line-height: 0px;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.slider {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 20px 30px;
  border: 1px solid #ffae00;
  background-color: transparent;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  font-family: Lato, sans-serif;
  font-size: 16px;
}
.button.slider:hover {
  background-color: #ffae00;
  color: black;
}
.top-section {
  height: 650px;
  background-image: url('../images/photo-background-top-section-orizon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.menu {
  padding-top: 15px;
}
.navbar {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background-color: transparent;
}
.menu-links {
  margin-top: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-links:hover {
  color: #ffae00;
  text-decoration: none;
}
.menu-links.w--current {
  color: #ffae00;
  font-size: 14px;
}
.slider-top {
  height: 470px;
  background-color: transparent;
}
.top-slides {
  background-color: transparent;
  text-align: center;
}
.slider-big-title {
  margin-top: 100px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 43px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.slider-big-title.keyword {
  color: #ffae00;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}
.slider-big-title.keyword.long {
  font-size: 47px;
  letter-spacing: 0px;
}
.slider-text {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.row-pad {
  padding-top: 0px;
  padding-bottom: 20px;
}
.icon-pad {
  padding: 10px;
}
.separator {
  display: block;
  width: 100px;
  height: 3px;
  margin: 30px auto;
  background-color: #ffae00;
}
.language-tab {
  position: static;
  display: inline-block;
  height: 25px;
  padding-right: 20px;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #adadad;
  font-size: 13px;
  text-align: right;
  text-decoration: none;
}
.language-tab:hover {
  color: #ffae00;
}
.services-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededed;
}
.section-formations {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #737373;
  background-image: url('../images/background-top-section-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.white {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.section-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
.services-block {
  margin: 5px;
  padding: 20px 10px;
  background-color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.services-block:hover {
  background-color: white;
  box-shadow: black 0px 4px 10px -6px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.scroll-menu {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: black 0px 1px 12px -4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.scroll-navbar {
  height: 75px;
  background-color: transparent;
  text-align: center;
}
.scroll-navbar-links {
  padding-top: 38px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #636363;
  font-size: 15px;
  text-transform: uppercase;
  text-align:center;
}
.scroll-navbar-links:hover {
  color: #ffae00;
}
.scroll-navbar-links.w--current {
  color: #ffae00;
}
.scroll-navbar-container {
  float: none;
  text-align: left;
}
.clear-hero {
  height: 1px;
}
.section-medio {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4e4e4e;
  text-align: center;
}
.text-quote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 23px;
  line-height: 27px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.text-quote.white {
  color: white;
}
.quote {
  margin-top: 35px;
}
.quote-icon {
  color: #ffae00;
  font-size: 49px;
  letter-spacing: 0px;
  text-indent: 0px;
}
.phrase-punch {
  color: #ffae00;
}
.phrase-punch.white {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ffae00;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}
.reg-text-title {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.reg-text-dot {
  color: #ffae00;
  font-weight: 900;
}
.h1-white {
  color: white;
}
.row-services {
  margin-top: 10px;
  margin-bottom: 10px;
}
.graphique-vente {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}
.graphique-vente:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.align-left {
  text-align: justify;
}
.align-left.white {
  text-align: left;
}
.align-left.white.split-left {
  font-size: 18px;
  line-height: 22px;
}
.bullet-points {
  text-align: left;
}
.bullet-points.white {
  line-height: 21px;
}
.orange-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffae00;
  background-image: url('../images/background-top-section-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logos-reseaux {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.36;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}
.logos-reseaux:hover {
  opacity: 0.78;
}
.dot-align {
  text-align: left;
}
.section-gauche-split {
  padding: 60px 20px 60px 75px;
}
.row-split-2 {
  background-color: #ffae00;
  background-image: url('../images/background-top-section-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-droite-split {
  display: block;
  height: 550px;
  padding: 40px 75px 40px 20px;
  background-image: -webkit-linear-gradient(rgba(255, 174, 0, 0.81), rgba(255, 174, 0, 0.6) 98%);
  background-image: linear-gradient(rgba(255, 174, 0, 0.81), rgba(255, 174, 0, 0.6) 98%);
  color: white;
}
.list-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 374px;
  margin: auto;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #3e3e3e;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  list-style-type: square;
}
.p-contact {
  margin-bottom: 19px;
}
.col-center.left {
  text-align: right;
}
.topbar-tel {
  margin-top: 25px;
  float: right;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}
.lang-top {
  text-align: right;
}
.lang-link {
  padding-right: 15px;
  font-family: Lato, sans-serif;
  color: #bababa;
  font-size: 13px;
  font-weight: 400;
}
.lang-link:hover {
  color: #ffae00;
}
.tel-top {
  padding-right: 15px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 25px;
  font-weight: 700;
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="circle-fx"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
html.w-mod-js *[data-ix="appear-slide-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}
html.w-mod-js *[data-ix="appear-slide-fade-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="appear-slide-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="appear-slide-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="appear-slide-fade-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
@media (max-width: 991px) {
    .topbar-tel {
  margin: 25px 0 25px 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  color:#fff;
  font-weight: 700;
  text-align: center;
  width:100%;
}
.scroll-navbar-links {
  color: #fff;
}
  .menu-links {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    text-align: center;
  }
  .menu-links.w--current {
    color: #ffae00;
  }
  .col-center {
    text-align: center;
  }
  .col-center.right {
    text-align: left;
  }
  .col-center.left {
    text-align: right;
  }
  .lang-link {
    padding-right: 0px;
  }
  .tel-top {
    padding-right: 0px;
  }
  .menu-button {
    margin-top: 24px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .col-center {
    text-align: center;
  }

}
@media (max-width: 479px) {
  .topbar-tel {
  margin: 25px 0 25px 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  color:#fff;
  font-weight: 700;
  text-align: center;
  width:100%;
}
.scroll-navbar-links {
  color: #fff;
}
  .menu-links {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    text-align: center;
  }
  .lang-top {
    text-align: center;
  }
  .tel-top {
    margin-bottom: 15px;
    text-align: center;
  }
  .section-droite-split {
  height:700px;
  padding:50px 5px 50px 5px;
}
.section-gauche-split {
  padding:50px 5px 50px 5px;
}
.section-gauche-split h1 {
font-size:35px;
}
  .list-text {
  height: auto;
  padding:50px 5px 50px 5px;
}
.slider-big-title.keyword {
  font-size:35px;
  line-height:30px;
}
.w-slider-arrow-left {
  display:none;
}
.w-slider-arrow-right {
  display: none;
}
.slider-big-title {
  margin-top:50px;
    font-size:35px;
  line-height:30px;
}
.slider-big-title.keyword.long {
    font-size:35px;
  line-height:30px;
}
.top-section {
  height:auto;
}
}