

/*----------
  GENERAL
----------*/




p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; 
  font-size: 14px;
}

 .container1 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 3%;
  margin-right: auto;
  margin-left: auto;
  z-index: 99999999 }

.container1 h1 {
  margin-top: 0%;
  font-size: 128px;
  color: #FFCC00;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.container1 em {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.container1 p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.container2 {
width: 100%;
background:#FC0 !important;
padding-left: 10%;
padding-right: 10%;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}


/*----------
  TOP
----------*/
.top {
	background-color: transparent;
	color: #666;
	font-weight:600;
	padding: 1%;
	position:fixed;
	font-size:10px;
	z-index: 999999999;
	}


/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

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



/*----------
  SPLASH ACCUEIL
----------*/

.primary-button a {
  display: inline-block;
  background-color: #FFCC00;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}


.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.banner-content {
  padding-top: 20vh;
  text-align: center;
  background-image: url(../img/home.jpg);
}

.banner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner-content em {
  color: #FFCC00;
  font-weight: 600;
  font-style: normal;
}

.banner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.banner-content .primary-button {
  margin-top: 15px;
}



/*----------
  INTRO
----------*/


.banner2-content2 {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/intro.jpg);
  background-position:bottom;
}

.banner2-content2 h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner2-content2 em {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.banner2-content2 p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
  font-size: 14px;
  color: #FFCC00;
}

.banner2-content2 .primary-button {
  margin-top: 15px;
}




/*----------
  PRETEURS
----------*/

.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/service-content.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.service-content .left-text h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}


.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #fff;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px auto 15px auto;
}

.service-content .service-item p {
	font-size:12px;
}

.service-content .service-item h4 {
	  color: #fff;
}



/*----------
  EMPRUNTEURS
----------*/


.service-content2 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/service-content2.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content2 .left-text h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.service-content2 .left-text h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}


.service-content2 .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px 0px 20px 0px;
}

.service-content2 .left-text p {
  color: #fff;
}

.service-content2 .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content2 .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content2 .left-text .primary-button {
  margin: 30px 0px;
}

.service-content2 .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content2 .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px auto 15px auto;
}

.service-content2 .service-item p {
	font-size:12px;
}

.service-content2 .service-item h4 {
	  color: #fff;
}



/*----------
  ENTREPRISES
----------*/



.banner-entreprise {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/business.jpg);
  background-position:bottom;
}

.banner-entreprise h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner-entreprise em {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.banner-entreprise p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
  font-size: 14px;
  color: #FFCC00;
}

.banner-entreprise .primary-button {
  margin-top: 15px;
}


.service-content3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/service-content3.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content3 .left-text h1 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.service-content3 .left-text h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}


.service-content3 .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px 0px 20px 0px;
}

.service-content3 .left-text p {
  color: #fff;
}

.service-content3 .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content3 .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content3 .left-text .primary-button {
  margin: 30px 0px;
}

.service-content3 .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content3 .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px auto 15px auto;
}

.service-content3 .service-item p {
	font-size:12px;
}

.service-content3 .service-item h4 {
	  color: #fff;
}





/*----------
  SYLVAIN
----------*/

.ftco-about .img-about {
  width: 100%;
  z-index: 0;
  position: relative; }
  .ftco-about .img-about .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
    box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33); }
	
	@media (max-width: 500px) {
      .ftco-about .img-about .img {
        height: 400px;
		width: 100%;
		 }
		}
    
	@media (max-width: 600px) {
      .ftco-about .img-about .img {
        height: 550px;
		width: 100%;
		padding-top: 10%;
		 }
		}
		
		@media (min-width: 768px) {
      .ftco-about .img-about .img {
        height: 850px;
		width: 600px;
		 }
		}


/*----------
  ABOUT
----------*/



.tabs-content2 {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 8vh;
  background-image: url(../img/about.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  text-align:center;
}

.tabs-content2 h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.tabs-content2 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.tabs-content2 h3 {
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  line-height: 25px;
}

.tabs-content2 p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background:#ffcc00;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 1px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 12px;
  font-weight: 300;
  padding:5px 10px;
  border:1px solid #fff;
}

.tabs a:hover {
  color: #FFCC00;
}

.tabs .active {
  border:4px solid #FFCC00;
}

.tabgroup div  {

}

.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}




/*----------
  ATOUTS
----------*/


.atouts {
  padding-top: 20vh;
  background-image: url(../img/atouts.jpg);
}

.atouts .item img {
  width: 100%;
}

.atouts .item {
  margin: 15px;
}

.atouts .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.atouts .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color:#FFCC00;
}

.atouts .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #FFCC00;
}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}



.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .testimony-section .owl-nav {
        display: none; } }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #fff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 20px;
        margin-top: 7px;
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-prev {
          right: 61px !important; } }
      .testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #fff; }
    .testimony-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-next {
          right: 0 !important; } }
      .testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .testimony-section .owl-dots {
    text-align: left; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #282b2f; }

.testimony-wrap {
  width: 100%; }
  .testimony-wrap .text {
    position: relative;
    z-index: 0;
    color: #000000; }
    .testimony-wrap .text p {
      font-size: 20px;
      letter-spacing: 1px; }
    .testimony-wrap .text .icon {
      position: absolute;
      top: -30px;
      left: 0;
      z-index: -1; }
      .testimony-wrap .text .icon span {
        font-size: 80px;
        color: #282b2f; }
  .testimony-wrap .user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    background-position: top center; }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 18px;
    color: #b3b3b3; }





/*----------
  FAQ
----------*/


#faq h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #FFCC00;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#faq h2 {
  color: #555;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -10px;
}

#faq p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

#faq h3 {
  color: #FFCC00;
  background:#fff;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  padding: 1%;
  margin-top: 3%;
  margin-bottom: 3%;
}
#faq em {
  color: #555;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}


.ftco-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  .ftco-navbar-light .container {
    width: 1110px;
    margin: 0 auto;
    padding: 0; }
  .ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 20px;
      margin-right: 0; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
      position: relative;
      display: block;
      padding-bottom: 2px; }
      @media (max-width: 1199.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
          display: inline-block; } }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #282b2f;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-top: 0;
        color: #fff; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #282b2f;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 18px;
    padding-right: 18px;
    background: #282b2f;
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #282b2f;
      border: 1px solid #282b2f; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #a0f669;
    background: #a0f669 !important; }
  .ftco-navbar-light .navbar-nav > .nav-item .nav-link.active {
    background: transparent;
    background: none;
    color: #282b2f; }
    .ftco-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #282b2f; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #282b2f;
      outline: none !important; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important; } }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #282b2f !important; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #282b2f;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 5px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #282b2f; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #282b2f !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000000;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 24px; }



	


.ftco-about .icon-video {
  padding: 30px;
  background: #282b2f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) {
    .ftco-about .icon-video {
      margin-left: -30px; } }
  .ftco-about .icon-video span {
    color: #fff; }
  .ftco-about .icon-video span.play {
    font-size: 20px; }
  .ftco-about .icon-video span.watch {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }

  .staff .ftco-social {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .ftco-social li a {
      color: #000000; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block; }

.ftco-services .nav-link-wrap {
  background: #FFCC00; }
  @media (max-width: 767.98px) {
    .ftco-services .nav-link-wrap {
      background: #282b2f;
      margin-top: 30px; } }

.ftco-services .nav-pills p {
  margin-bottom: 0; }

.ftco-services .nav-pills .nav-link {
  border-radius: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  position: relative; }
  .ftco-services .nav-pills .nav-link:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    opacity: 0; }
  .ftco-services .nav-pills .nav-link span {
    font-size: 24px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.8); }
  .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
    color: #fff;
    font-size: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 700; }
    .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
      opacity: 1; }
    .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
      color: #fff; }
    @media (max-width: 767.98px) {
      .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
        opacity: 0; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-pills .nav-link {
      display: block;
      width: 100%; } }

.ftco-services .tab-content .tab-pane .icon {
  font-size: 130px;
  color: #282b2f;
  line-height: 1.2; }

.ftco-services .tab-content .tab-pane .icon-law {
  width: 140px; }

.ftco-services .tab-content .tab-pane .text {
  width: calc(100% - 140px); }
  @media (max-width: 991.98px) {
    .ftco-services .tab-content .tab-pane .text {
      width: 100%; } }


.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-footer {
  font-size: 16px;
  background: #222831;
  padding: 7em 0;
  z-index: 0; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600; }
    .ftco-footer .ftco-footer-widget h2 span {
      color: #282b2f;
      font-size: 22px !important; }
  .ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px; }
    .ftco-footer .ftco-footer-widget ul li a {
      color: rgba(255, 255, 255, 0.6); }
      .ftco-footer .ftco-footer-widget ul li a span {
        color: rgba(255, 255, 255, 0.6); }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a:hover {
      color: #fff; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }


.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #282b2f; }

.ftco-counter .ftco-counter-wrap {
  margin-top: -100px;
  padding: 0; }

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .block-18 {
  display: block;
  width: 100%;
  text-align: center; }

.ftco-counter .text strong.number {
  font-weight: 500;
  font-size: 34px;
  color: #282b2f;
  display: block;
  color: rgba(0, 0, 0, 0.8); }

.ftco-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8); }

.ftco-counter .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #f2f2f2;
  z-index: -1;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .ftco-counter .icon span {
    font-size: 40px;
    color: #282b2f; }

.ftco-counter .counter-wrap {
  background: #fff;
  padding: 3em 0;
  position: relative; }
  @media (min-width: 992px) {
    .ftco-counter .counter-wrap {
      padding-bottom: 7em; } }
  .ftco-counter .counter-wrap:nth-child(even) {
    background: #f2f2f2; }
    .ftco-counter .counter-wrap:nth-child(even) .icon {
      background: white; }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }










/*----------
  VIE PRIVÉE
----------*/





.service-content4 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/vie-privee.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content4 .left-text h1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.service-content4 .left-text h2 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}


.service-content4 .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px 0px 20px 0px;
}

.service-content4 .left-text p {
  font-size: 12px;
  font-weight: 200;
  color: #fff;
}

.service-content4 .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content4 .left-text ul li {
	font-size: 12px;
  font-weight: 200;
  color: #fff;
  margin: 15px 0px;
}

.service-content4 .left-text .primary-button {
  margin: 30px 0px;
}

.service-content4 .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content4 .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFCC00;
  margin: 20px auto 15px auto;
}

.service-content4 .service-item p {
	font-size:12px;
}

.service-content4 .service-item h4 {
	  color: #fff;
}







/*----------
  BLOG
----------*/

 
  
   .ftco-section {
  padding: 0;
  position: relative; }
  .bg-blue {
  background-color: #282b2f !important; }

#iframe {
  background:#282b2f;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: -10%;
}







/*----------
  MAIL
----------*/

.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  background-image: url(../img/contact.jpg);
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  margin-bottom: 30px;
}

#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #FFCC00;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}






/*----------
  FOOTER
----------*/

footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #FFCC00;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #FFCC00;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}





/*----------
  DIVERS
----------*/

 


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/4th-section.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  text-align:center;
}

.tabs-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.tabs-content em {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.tabs-content p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 100;
  font-size: 12px;
  color: #777;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*----------
  PHP
----------*/


.php {
  padding-top: 25vh;
  text-align: center;
  background-image: url(../img/php.jpg);
  background-position:bottom;
}

.php h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.php em {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: -20px;
}

.php p {
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
  font-size: 14px;
  color: #FFCC00;
}

.php .primary-button {
  margin-top: 15px;
}

