@charset "UTF-8";
/**********************************************************************************************************************
Pour toutes les tailles d'écran (xs)
**********************************************************************************************************************/
/*.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-12 {
    flex: auto;
}*/
/*.carousel-inner {
    overflow: initial;
}*/
/*.container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0;
    padding-left: 0;
}*/
@-webkit-keyframes scrollButtonFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes scrollButtonFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mytechnobel {
  border: none;
}

.img_accueil {
  background-image: url(/www/images/accueil.jpg);
  background-size: cover;
}

.btn_sustainable {
  color: #0C3C56 !important;
  background-color: #FFFFFF;
}

.scrollButtonFadeInDown {
  -webkit-animation-name: scrollButtonFadeInDown;
  animation-name: scrollButtonFadeInDown;
}

.w-scroll-button {
  position: absolute;
  z-index: 10;
  display: inline-block;
  left: 50%;
  /*bottom: 50px;*/
  width: 100px;
  border-color: #fff;
  color: #fff;
  margin-left: -50px;
  text-align: center;
}

.w-scroll-button.w-button-1 a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  width: 22px;
  height: 36px;
  border-radius: 20px;
  overflow: hidden;
}

.w-scroll-button.w-button-1 a i::before {
  display: block;
  content: "";
  border-style: solid;
  border-left-width: 1px;
  border-color: inherit;
  color: inherit;
  border-radius: 2px;
  height: 3px;
}

.w-scroll-button.w-button-1 a i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 10px;
  height: 8px;
  width: 4px;
  margin-left: -2px;
  border-color: inherit;
  color: inherit;
  -webkit-animation: scrollButtonFadeInDown 1.2s infinite both;
  animation: scrollButtonFadeInDown 1.2s infinite both;
}

.btn-bas {
  bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}

.btnCertif:hover {
  background-color: #F49524;
  color: #fff;
}

.btnCertifications {
  text-align: center;
}

/*.row {
    margin-right: 0;
    margin-left: 0;
}

/*.video-header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}*/
.video-header {
  height: 100vh;
  overflow: hidden;
}

/*#section2 > .row {
    position: relative;
}*/
.color1 h2 {
  color: #F06250;
}

.color1 {
  background-color: #BBD8D9;
}

.color2 h2 {
  color: #0C3C56;
  text-align: center;
}

.color2 {
  background-color: #F06250;
}

.color2 a.btn:hover {
  background-color: #F1951C;
  border-color: #F1951C;
}

.color4 h2 {
  color: #BBD8D9;
  text-align: center;
}

.color5 p {
  color: white;
}

.color5 p strong {
  color: white;
}

.color5 a.btn {
  background-color: #F1951C;
}

.color5 a.btn:hover {
  background-color: #F06250;
  border-color: #F06250;
}

.color4 {
  background-color: #F1951C;
}

.color5 {
  color: #7DBEC0;
}

.bgcolor5 {
  background-color: #0C3C56;
}

.color6 {
  background-color: white;
}

.color6 > p {
  color: #0C3C56;
}

.titre_sustainable {
  color: white;
}

.txt_sustainable {
  color: white;
}

#formations > div:nth-child(3), #formations > div:nth-child(4) {
  position: inherit;
}

#formations > div:nth-child(4) {
  z-index: 1;
}

.afficheTexte h2 {
  display: inline-block;
}

.innovation {
  padding-left: 0;
}

.wrap {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

.fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

.header-overlay {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.header-content h1 {
  margin-bottom: 0;
}

.header-content p {
  display: block;
  padding-bottom: 2rem;
  margin-top: 10px;
}

.fa_big {
  font-size: 30em;
  color: #7DBEC0;
}

.fa_med {
  font-size: 15em;
  color: #7DBEC0;
}

#ico_formations {
  margin-left: -30%;
  width: 150vw;
  margin-top: -20vw;
}

#formations > div:first-child {
  margin-top: 2vh;
}

#ico_innovation {
  height: 100vh;
  margin-left: -7em;
  position: absolute;
  bottom: 0;
}

.innovation > div:first-child {
  overflow: hidden;
}

#ico_academies {
  margin-left: -15px;
  width: 90vw;
}

.academie > div:first-child {
  margin-top: 2vh;
}

#ico_certifications {
  width: 90vw;
}

.certification > div:first-child, #actualites > div > div {
  margin-top: 2vh;
}

#ico_actualites {
  width: 100vw;
  position: absolute;
  bottom: -5em;
}

.afficheTexte {
  overflow: hidden;
}

/*.block > div {
    min-height: 100vh;
}
.block > div:not(#actualites) > div:not(.col-3) {
    height: 100%;
}*/
#rss ul {
  padding-left: 20px;
}

.col_accueil {
  margin-top: 16px;
  text-align: center;
}

/*#carouselBlog {
    height: 57vw;
>>>>>>> Stashed changes
    max-height: 530px;
}*/
.btnInnovation {
  text-align: center;
}

btnSustainable {
  text-align: center;
}

.fa-caret-down {
  color: #fff;
}

.nav_blog {
  width: 50px !important;
  height: 50px;
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

/*.bloc_actualite {
    height: 62vw;
    background-size: 100% 100%;
    display: flex;
    max-height: 530px;
}*/
.bloc_actualite_titre {
  bottom: 5%;
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  vertical-align: center;
  height: 32px;
  color: #0C3C56;
  font-size: 12px;
}

.titre_blog {
  font-size: 15px;
  font-weight: bold;
}

.titre {
  font-family: "amboy-black", sans-serif;
  font-size: 53px;
  color: #ffffff;
}

.titre2 {
  font-size: 22px;
}

.boutons_liens {
  position: absolute;
  margin-top: 10vh;
  width: 100%;
  max-width: 1640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.liens_caret {
  position: relative;
}

.btnInno {
  background-color: #BBD8D9;
  color: #0C3C56 !important;
  border-color: #BBD8D9 !important;
}

.btnMytechnobel {
  background-color: #F06250;
  color: #fff !important;
  border-color: #F06250 !important;
}

.aca_fond {
  height: 100%;
  max-height: 300px;
}

.btnAca {
  background-color: #F06250;
}

/*.align-items-center {
    align-items: baseline !important;
}*/
.be_a_maker {
  margin-top: 16vh;
}

/*.carouselBlog {
    height: 57vw;
    max-height: 530px;
}*/
.col_certif {
  max-height: 350px;
}

.col_innovation {
  max-height: 410px;
}

.col_academies {
  max-height: 420px;
}

.btnCertif {
  background-color: #0C3C56;
  color: #fff;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.375rem 0.75rem;
  width: 210px;
}

/**********************************************************************************************************************
Pour tout les écrans de plus de 576px (mobile) (s)
**********************************************************************************************************************/
@media (min-width: 576px) {
  .titre_blog {
    font-size: 26px;
    font-weight: bold;
  }

  #ico_academies {
    width: 80vw;
  }

  #ico_formations {
    margin-left: -20%;
    width: 130vw;
  }

  #ico_certifications {
    width: 80vw;
  }

  .btnCertif {
    background-color: #0C3C56;
    color: #fff;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0.375rem 0.75rem;
    width: 210px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  #formations {
    min-height: 150vh;
  }

  #ico_certifications {
    width: 50vw;
  }

  #ico_innovation {
    height: 100%;
    margin-left: 0;
  }

  #ico_academies {
    width: 50vw;
  }

  #ico_actualites {
    width: 100vw;
    bottom: -25em;
  }
}
@media (max-width: 767px) {
  .header-overlay > div > p {
    font-weight: bold;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 768px (tablette) (m)
**********************************************************************************************************************/
@media (min-width: 768px) {
  /*.video-header {
      margin-left: -15px;
  }*/
  /*.carouselBlog {
      max-height: 350px;
      border-radius: 3px 3px 3px 3px;
  }*/
  /*#carouselBlog {
      height: 57vw;
      max-height: 350px;
  }*/
  /*.bloc_actualite {
      height: 62vw;
      background-size: 100% 100%;
      display: flex;
      max-height: 350px;
  }*/
  .header-overlay {
    background: #222121;
    opacity: 0.8;
    height: 100vh;
  }

  #ico_certifications {
    width: 50vw;
  }

  #ico_formations {
    width: 100vw;
    margin-left: -15px;
    margin-top: -15vw;
  }

  .titre {
    color: #F06250;
  }

  .col_certif {
    border-radius: 3px 3px 3px 3px;
  }

  .col_innovation {
    max-height: 440px;
    border-radius: 3px 3px 3px 3px;
  }

  .col_academies {
    max-height: 440px;
    border-radius: 3px 3px 3px 3px;
  }

  .btnCertif {
    background-color: #0C3C56;
    color: #fff;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0.375rem 0.75rem;
    width: 210px;
  }

  .btn-basIA {
    position: absolute;
  }

  .col_accueilIA {
    height: 440px;
  }

  .pad1 {
    padding-right: 8px;
  }

  .pad2 {
    padding-left: 8px;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 992px (ordinateur) (l)
**********************************************************************************************************************/
@media (min-width: 992px) {
  /*#carouselBlog {
      height: 29vw;
      max-height: 530px;
  }*/
  .btnCertif {
    background-color: #0C3C56;
    color: #fff;
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-width: 200px;
  }

  #ico_actualites {
    bottom: -2em;
  }

  /*.container-fluid > .row {
      overflow: hidden;
  }*/
  /*.block > div:not(#actualites) > div:not(.col-3) {
      height: auto;
  }*/
  /*.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
      padding-right: 15px;
      padding-left: 15px;
  }*/
  .col_accueil {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 16px;
    text-align: center;
    max-height: 530px;
  }

  /*.bloc_actualite {
      height: 29vw;
      background-size: 100% 100%;
      display: flex;
      max-height: 530px;
  }*/
  .innovation {
    padding-left: 15px;
  }

  .col_accueilIA {
    height: 466px;
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  #formations {
    min-height: 100vh;
  }

  #ico_academies {
    width: 30vw;
  }

  #ico_certifications {
    width: 30vw;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1200px (grand écrans) (xl)
**********************************************************************************************************************/
@media (min-width: 1200px) {
  .btn-bas {
    position: absolute;
  }

  .col_accueil {
    height: 29vw;
  }

  .bloc_actualite {
    height: 29vw;
    max-height: 530px;
  }

  .col_accueilIA {
    height: 466px;
  }

  .btn-bas {
    bottom: 5%;
  }

  .btnCertif {
    background-color: #0C3C56;
    color: #fff;
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 260px;
  }

  .bloc_actualite_titre {
    height: 60px;
    font-size: 20px;
  }

  .liens_caret {
    display: inline-block;
  }

  .be_a_maker {
    margin-top: initial;
  }

  .align-items-center {
    align-items: center !important;
  }

  .titre {
    font-size: 96px;
  }

  .titre2 {
    font-size: 40px;
  }

  #ico_academies {
    margin-left: 0;
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
  }

  #rss ul {
    padding-left: 40px;
  }

  /* .block {
       min-height: 0;
       height: 100vh;
   }*/
  /*.block > div {
      min-height: 0;
      height: 100%;
  }*/
  /* .block > div:not(#actualites) > div:not(.col-3) {
       min-height: 0;
       height: 100%;
   }*/
  /*.block:first-child > div:nth-child(2) {
      position: absolute;
      right: 0;
  }*/
  /*Formations*/
  #formations {
    background: url("https://www.technobel.be/images/illu_formations.png") no-repeat center;
    background-size: cover;
  }

  #formations > div:not(:first-child) {
    display: none;
  }

  #formations > div:first-child {
    margin-top: 5em;
  }

  .formationsHover {
    animation: backgroundFormations 1s;
    animation-fill-mode: forwards;
    background-position-y: 0;
    animation-timing-function: ease-in-out;
  }

  .formationsHover > .texteFormations {
    animation: texteFormations 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    margin-top: -5vh;
    opacity: 0;
  }

  .formationsHover > .btnFormations {
    animation: texteFormations 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  @keyframes texteFormations {
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
      margin-top: 0;
    }
  }
  @keyframes backgroundFormations {
    100% {
      background-position-y: 40vh;
    }
  }
  .formationsNotHover {
    animation: backgroundFormationsNotHover 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .formationsNotHover > .texteFormations {
    animation: texteFormationsNotHover 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    margin-top: 0;
    opacity: 1;
  }

  .formationsNotHover > .btnFormations {
    animation: btnFormationsNotHover 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  @keyframes btnFormationsNotHover {
    100% {
      opacity: 0;
    }
  }
  @keyframes texteFormationsNotHover {
    100% {
      opacity: 0;
      margin-top: -5vh;
    }
  }
  @keyframes backgroundFormationsNotHover {
    100% {
      background-position-y: 0;
    }
  }
  .formations {
    animation-name: formations;
    animation-duration: 0.7s;
    animation-fill-mode: both;
  }

  @keyframes formations {
    100% {
      margin-left: -60vw;
    }
  }
  /*Certifications*/
  /*.certification {
      background: url("https://www.technobel.be/images/dev_comp.png") no-repeat 50%;
      background-size: contain;
      background-position-y: 0;
  }*/
  /*.certification > div:not(:first-child) {
      display: none;
  }*/
  /*.certification > div:first-child {
      margin-top: 5em;
  }*/
  /*.certificationHover {
      animation: backgroundCertification 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
  }*/
  /*@keyframes backgroundCertification {
      100% {
          background-position-y: 60vh;
      }
  }*/
  /*.certificationHover .textCertifications {
      animation: textCertification 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      margin-left: -50vw;
      opacity: 0;
  }*/
  /*@keyframes textCertification {
      100% {
          margin-left: 0;
          opacity: 1;
      }
  }*/
  /*.certificationHover .btnCertifications {
      animation: textCertification 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      margin-left: -70vw;
      opacity: 0;
  }*/
  /*.certificationNotHover {
      animation: backgroundCertificationNotHover 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      background-position-y: 60vh;
  }*/
  /*@keyframes backgroundCertificationNotHover {
      100% {
          background-position-y: 0;
      }
  }*/
  /*.certificationNotHover .textCertifications {
      animation: textCertificationNotHover 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      margin-left: 0;
      opacity: 1;
  }*/
  /*.certificationNotHover .btnCertifications {
       animation: textCertificationNotHover 1s;
       animation-fill-mode: forwards;
       animation-timing-function: ease-in-out;
       margin-left: 0;
       opacity: 1;
   }*/
  /*@keyframes textCertificationNotHover {
      100% {
          margin-left: -70vw;
          opacity: 0;
      }
  }*/
  /*.certifications {
      animation-name: certifications;
      animation-duration: 0.7s;
      animation-fill-mode: both;
  }*/
  /*@keyframes certifications {
      100% {
          right: -60vw;
      }
  }*/
  /*Académie*/
  /* .academie > div:nth-child(2) > div:not(:first-child) {
          display: none;
      }

      .academie > div:nth-child(2) > div:first-child {
          margin-top: 5em;
      }

      .academiesHover  #ico_academies {
          animation: backgroundAcademies 1s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          background-position-x: 0;
      }

      .academiesHover > div > .textAcademies {
          animation: textAcademies 0.8s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          margin-left: 10vw;
          opacity: 0;
      }

      @keyframes backgroundAcademies {
          100% {
              left: -23.5vw;
          }
      }

      @keyframes textAcademies {
          100% {
              margin-left: 0;
              opacity: 1;
          }
      }

      .academiesHover > div > .btnAcademies {
          animation: textAcademies 0.8s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          margin-left: 20vw;
          opacity: 0;
      }
  */
  .btnAcademies {
    text-align: center;
  }

  /*
      .academiesNotHover  #ico_academies {
          animation: backgroundAcademiesNotHover 1s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          left: -23.5vw;
      }

      @keyframes backgroundAcademiesNotHover {
          100% {
              left: 0;
          }
      }

      .academiesNotHover > div > .textAcademies {
          animation: textAcademiesNotHover 0.6s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          margin-left: 0;
          opacity: 1;
      }

      @keyframes textAcademiesNotHover {
          100% {
              margin-left: 30vw;
              opacity: 0;
          }
      }

      .academiesNotHover > div > .btnAcademies {
          animation: textAcademiesNotHover 0.4s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          margin-left: 0;
          opacity: 1;
      }

      .academies {
          animation-name: academies;
          animation-duration: 0.7s;
          animation-fill-mode: both;
      }

      @keyframes academies {
          100% {
              margin-top: 100vh;
          }
      }
  */
  /*Communautes*/
  /*   .innovation {
          background: url("https://www.technobel.be/images/illu_innovation.png") no-repeat bottom;
          background-size: contain;
          background-position-y: -70vh;
      }

      .innovation > div:not(:first-child) {
          display: none;
      }

      .innovation > div:first-child {
          margin-top: 20vh;
      }

      .innovationsHover {
          animation: backgroundInnovations 1s;
          animation-fill-mode: forwards;
      }

      .innovationsHover > .textInnovations {
          animation: textInnovations 1s;
          animation-fill-mode: forwards;
          margin-top: 40vh;
          opacity: 0;
      }

      @keyframes textInnovations {
          100% {
              margin-top: 0;
              opacity: 1;
          }
      }

      @keyframes backgroundInnovations {
          100% {
              background-position-y: -100vh;
          }
      }

      .innovationsNotHover {
          animation: backgroundInnovationsNotHover 1s;
          animation-fill-mode: forwards;
          background-position-y: -100vh;
      }

      .innovationsNotHover > .textInnovations {
          animation: textInnovationsNotHover 1s;
          animation-fill-mode: forwards;
          margin-top: 0;
          opacity: 1;
      }

      @keyframes backgroundInnovationsNotHover {
          100% {
              background-position-y: -70vh;
          }
      }

      @keyframes textInnovationsNotHover {
          100% {
              margin-top: 40vh;
              opacity: 0;
          }
      }

      .innovations {
          animation-name: innovations;
          animation-duration: 0.7s;
          animation-fill-mode: both;
      }

      @keyframes innovations {
          100% {
              margin-top: 100vh;
          }
      }
  */
  /*Actualités*/
  .actualites {
    animation-name: actualites;
    animation-duration: 0.7s;
    animation-fill-mode: both;
  }

  @keyframes actualites {
    100% {
      margin-top: 100vh;
    }
  }
  .bloc_aca {
    height: 100% !important;
    border-radius: 3px 3px 3px 3px;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1200px (grand écrans) et en orientation paysage
**********************************************************************************************************************/
@media (min-width: 1200px) and (orientation: landscape) {
  #formations {
    min-height: 0;
  }

  /*  .block > div:not(#actualites) > div:not(.col-3) {
        min-height: 0;
        height: 100%;
    }*/
}
@media (min-width: 1400px) {
  h2 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=accueil.css.map */
