.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .header .pre-header {
    background: #006DA6;
    color: #fff; }
    .header .pre-header ul li {
      font-size: .8rem; }
      .header .pre-header ul li a {
        color: #fff; }
  .header .border-top {
    border-top: 2px solid #006DA6 !important; }
  .header #logo {
    height: 90px; }
  .header .menu .dropdown-menu {
    top: 35px; }
  .header .menu .nav-link {
    color: #282727;
    letter-spacing: 1px;
    font-size: .9rem; }
    .header .menu .nav-link:hover {
      color: #006DA6; }

footer {
  padding: 80px 0 0;
  background: #fff;
  position: relative;
  z-index: 4; }
  footer p {
    color: #30303082;
    line-height: 1.5rem;
    text-align: justify;
    font-size: .9rem; }
  footer .links {
    font-weight: bold; }
    footer .links a {
      color: #30303082;
      font-weight: 500; }
      footer .links a:hover {
        color: #006DA6;
        text-decoration: none; }
  footer .contact-infos li {
    color: #30303082;
    font-size: .8rem; }
    footer .contact-infos li span {
      color: #006DA6;
      background: #F4F4F4;
      width: 35px;
      height: 35px;
      line-height: 2.125rem;
      margin-right: 10px; }
  footer .sub-footer {
    background: #006DA6; }
  footer #linked-in {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    footer #linked-in:hover {
      color: #006DA6; }
      footer #linked-in:hover:after {
        height: 260%;
        opacity: 1; }
    footer #linked-in span {
      position: relative;
      z-index: 1; }
    footer #linked-in:after {
      content: '';
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #fff;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

html, body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0; }

#top-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background: #006DA6;
  border: 0; }

.flash-alert {
  position: absolute;
  top: 50px;
  z-index: 9999;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center; }

.owl-carousel.slider-carousel {
  position: relative;
  height: 70vh;
  margin-top: 100px; }
  .owl-carousel.slider-carousel .owl-nav img {
    height: 40px; }
  .owl-carousel.slider-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 45%;
    z-index: 9;
    background: none;
    font-size: 24px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .owl-carousel.slider-carousel .owl-nav .owl-prev:hover {
      transform: scale(1.05); }
  .owl-carousel.slider-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 45%;
    z-index: 9;
    background: none;
    font-size: 24px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .owl-carousel.slider-carousel .owl-nav .owl-next:hover {
      transform: scale(1.05); }
  .owl-carousel.slider-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%; }
  .owl-carousel.slider-carousel .item {
    height: 70vh;
    overflow: hidden;
    position: relative; }
    .owl-carousel.slider-carousel .item .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden; }
    .owl-carousel.slider-carousel .item .image-wrapper img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .owl-carousel.slider-carousel .item .image-wrapper img.portrait {
      width: 100%;
      height: auto; }
    .owl-carousel.slider-carousel .item .overlay {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #00000066; }
    .owl-carousel.slider-carousel .item .content {
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      margin-right: auto;
      z-index: 3;
      width: 70%;
      text-align: center;
      margin-left: auto; }
      .owl-carousel.slider-carousel .item .content h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-family: Arial;
        color: #fff;
        margin: 0;
        text-shadow: 2px 2px 2px #0000006e;
        font-weight: bold; }
      .owl-carousel.slider-carousel .item .content p {
        color: #fff;
        line-height: 1.6rem;
        font-size: 1rem;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .owl-carousel.slider-carousel .item .content .btn {
        letter-spacing: 1px;
        text-decoration: none;
        background: #006DA6;
        font-size: .85rem;
        border-radius: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .owl-carousel.slider-carousel .item .content .btn:hover {
          color: #006DA6 !important;
          background: #fff; }

.heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }
  .heading span {
    color: #006DA6; }

.page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 280px;
  margin-top: 110px;
  background: no-repeat center;
  background-size: cover; }
  .page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2; }
  .page-header .title {
    position: relative;
    color: #fff;
    padding: 50px 70px;
    z-index: 3; }
    .page-header .title h3 {
      font-size: 2rem; }
    .page-header .title h6 {
      font-size: .9rem;
      font-weight: 400;
      color: #ccc; }
      .page-header .title h6 a {
        color: #eee; }

.presentation {
  padding-top: 80px; }
  .presentation p {
    color: #30303082;
    font-size: 1.1rem;
    padding: 0 20px;
    margin: 0 auto;
    font-weight: bold; }
    .presentation p span {
      color: #006DA6; }
  .presentation img {
    height: 120px; }

.services {
  padding: 80px 0; }
  .services p {
    color: #30303082; }
  .services .image-rounded {
    height: 150px;
    width: 150px;
    background: no-repeat center;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .services .image-rounded:hover {
      transform: scale(1.05); }
  .services h4 a {
    color: #006DA6; }
    .services h4 a:hover {
      color: #30303082;
      text-decoration: none; }
  .services #formation {
    background-image: url("../images/services/formation.jpeg"); }
  .services #conseil {
    background-image: url("../images/services/conseil.jpg"); }
  .services #mise-en-relation {
    background-image: url("../images/services/mise-en-relation.jpeg"); }
  .services hr {
    width: 90px; }

.counters {
  padding: 80px 0;
  background: url("../images/counters-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  .counters .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); }
  .counters .counter {
    font-size: 1.5rem;
    font-weight: bold; }
  .counters .fas {
    color: #006DA6; }
  .counters .desc {
    height: 50px; }

.partners {
  padding: 80px 0;
  background: url(../images/partners-bg.jpeg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 3; }
  .partners:before {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 2; }
  .partners .container-fluid {
    z-index: 4; }
  .partners h1 {
    color: #fff; }
  .partners #sub-header {
    color: #f0e8e8; }

.latest-news {
  padding: 80px 0;
  position: relative;
  z-index: 4;
  background: #fff; }
  .latest-news #sub-header {
    color: #30303082; }
  .latest-news .posts .post .card {
    overflow: hidden; }
    .latest-news .posts .post .card .card-img {
      overflow: hidden;
      height: 220px; }
      .latest-news .posts .post .card .card-img img {
        display: block;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear; }
      .latest-news .posts .post .card .card-img .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        text-decoration: none;
        z-index: 3;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear; }
      .latest-news .posts .post .card .card-img:hover img {
        transform: scale(1.06); }
      .latest-news .posts .post .card .card-img:hover .overlay {
        opacity: 1; }
  .latest-news .posts .post .content h3 a {
    color: #282727;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .latest-news .posts .post .content h3 a:hover {
      color: #006DA6; }
  .latest-news .posts .post .content .infos .info {
    color: #30303082;
    font-size: .7rem; }
    .latest-news .posts .post .content .infos .info svg {
      color: #006DA6;
      margin-right: 10px; }
  .latest-news .posts .post .content p {
    font-size: .87rem;
    color: #656565;
    line-height: 1.5rem; }
  .latest-news .posts .post .content hr {
    height: 1px;
    width: 100%;
    background: #eee;
    margin-bottom: 15px; }
  .latest-news .posts .post .content a {
    color: #006DA6;
    text-decoration: none; }
    .latest-news .posts .post .content a svg {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .latest-news .posts .post .content a:hover svg {
      margin-left: 4px; }
  .latest-news .btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: #006DA6;
    font-size: .85rem;
    border-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .latest-news .btn:hover {
      background-color: transparent;
      color: #006DA6 !important;
      border-color: #006DA6; }

@media (min-width: 576px) {
  .page-header {
    margin-top: 140px !important; }
    .page-header h3 {
      font-size: 3rem !important; }

  .slider-carousel {
    margin-top: 135px !important; }
    .slider-carousel .content {
      top: 15% !important; }
      .slider-carousel .content h1 {
        font-size: 3.5rem !important; }
      .slider-carousel .content p {
        padding: 0 60px !important; } }
@media (min-width: 992px) {
  .slider-carousel .image-wrapper img {
    width: 100% !important;
    height: auto !important; }

  .services .image-rounded {
    width: 250px;
    height: 250px; } }

/*# sourceMappingURL=style.css.map */
