@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700,300);
    
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

h3 {
  font-size: 15px;
  line-height: .375em;
  color: #303030;
  margin-bottom: 30px;
}  

/********** Navbar **********/
.navbar {
  height: 12%;
  width: 100%;
  background-color:#0c1a1e;
  border-bottom: 1px groove #FFF;
}

.navbar-brand {
    padding-left: 50px;
    padding-top: 15px;
}

#myNavbar ul {
    padding-right: 120px;
    padding-top: 20px;
}

#myNavbar ul,li,a .active {
  background-color: none;
} 

#myNavbar ul {
  padding-right: 120px;
  padding-top: 15px;
  font-size: 16px;
}

/********** Fin Navbar **********/

/********** ligne de separation *********/
.separate {
    display: block;
    margin: 0.5em auto .2em;
    border-top: 1px groove rgb(160,160,160);
}

/********** Fade Bs-carousel **********/
.fade-carousel {
  position: relative;
  height: 50vh;
}

.fade-carousel .carousel-inner .item {
  height: 50vh;
}

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  font-family: Lato;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}

.hero h1 {
  font-size: 3em;    
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s; 
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s;    
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .4;
}

.btn.btn-lg {
  padding: 10px 40px;
}

.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
      
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
  background-image: url(../img/photo-01.png); 
}

.fade-carousel .slides .slide-2 {
  background-image: url(../img/photo-02.png);
}

.fade-carousel .slides .slide-3 {
  background-image: url(../img/photo-03.png);
}



.card-article {
  border: 1px solid #8f8f8f;
  width: 300px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.card-article:hover {
   box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.image-article {
  width: 50%;
  height: 50%;
}

.banner {
  width: 100%;
}

.taille {font-size: .8em;}

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.modal-body p {font-size: 1em;}

/********** Carousel Multi-Items**************/
.carousel-control.left, .carousel-control.right {
  background-image:none;
}

.img-responsive{
  width:100%;
  height:auto;
}

@media (min-width: 992px ) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .next {
    left:  25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
}

@media (min-width: 768px) and (max-width: 991px ) {
  .carousel-inner .active.left {
    left: -33.3%;
  }
  .carousel-inner .next {
    left:  33.3%;
  }
  .carousel-inner .prev {
    left: -33.3%;
  }
  .active > div:first-child {
    display:block;
  }
  .active > div:first-child + div {
    display:block;
  }
  .active > div:last-child {
    display:none;
  }
}

@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left:  100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .active > div {
    display:none;
  }
  .active > div:first-child {
    display:block;
  }
}

/********** Fin Carousel Multi-Items**************/


/********** Media Queries **********/
@media screen and (min-width: 980px){
  .hero { width: 980px; }    
}

@media screen and (max-width: 640px){
  .hero h1 { font-size: 2em; }    
}

/********** Fin Fade Bs-carousel **********/

#about {
  background-color: rgb(253,204,82);/*rgb(229,167,119);*/
}


#about h5, #about p,
#produit h5, #produit p,
#service h5, #service p,
#news h5, #news p,
#contact h5, #contact p
 {
  font-family: Montserrat;
}

.contact-item {
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}
#contactForm {
  padding-top: 20px;
}
/********** Footer **********/
footer { 
  background-color: rgb(7,15,23); 
  min-height:350px; 
  font-family: 'Open Sans', sans-serif; 
  font-size:13px !important;   
  font-weight: 200;
  color: rgb(204,205,207);
}
footer a:hover {
  color: rgb(254,254,254);
}
.footerleft { 
  margin-top:50px; 
  padding:0 15px;
}

.footerleft p { 
  margin-bottom:15px;
}

.heading-footer { 
  font-size:21px; 
  font-weight:700; 
  color:#d9d6d6; 
  margin-bottom:22px;
}

.footercentre, .footerright {
  margin-top:50px;
  padding:0 25px;
}

.footer-ul { 
  list-style-type: none; 
  padding-left: 0px; 
  margin-left: 2px;
}

.footer-ul li { 
  line-height:29px; 
}

.footer-ul li a {
  transition: color 0.2s linear 0s, 
  background 0.2s linear 0s; 
}

.footer-ul i { 
  margin-right:10px;
}

.footer-ul li a:hover {
  transition: color 0.2s linear 0s, 
  background 0.2s linear 0s; 
}

.post p { line-height:20px;}
.post p span {color:#8f8f8f; font-weight: 500;}

.social:hover {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
 }
 
/********** Copyright **********/
.copyright { 
  min-height: 50px; 
  background-color: rgb(7,15,23);
  font-family: 'Open Sans', sans-serif; 
  font-size:13px !important;   
  font-weight: 200;
  color: rgb(204,205,207);
}
.copyright a:hover {
  color: rgb(254,254,254);
}
.copyright p { 
  text-align:left;
  padding:10px 0; 
  margin-bottom:0px;
}

.powered {
  float:right;
}

.powered a {
    margin:50px auto;
}
.tooltip.top .tooltip-inner {
  background-color:#000;
  padding:5px 20px;
  opacity:0.5;
  border-radius:0;
  border-top:1px solid red;
}
.tooltip.top .tooltip-arrow {
  border-top-color:#000;
  opacity:0.5;
}


.logotextheader {color:#d9d6d6; display: inline-block; padding: 20px 5px 5px 5px;}
.span3 {font-size: 25px; font-weight:700;}
.span4 {font-size: 12px; font-weight:200; display: block; margin-top: -9px;}
 
 .logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700; display: inline-block;}
 .logotextfooter {color:#d9d6d6; display: inline-block; padding-left: 5px;}
 .span1 {font-size: 23px; font-weight:700;}
 .span2 {font-size: 12px; font-weight:200; display: block;}

 .container-fluid {
  /*padding: 50px;*/
 }

.top-page {
  height: 30px;
  width: 30px;
  background-color: rgb(51,122,183);
  border-radius: 5px;
  position: absolute;
  right: 50px;
 }
.top-page:hover {
  background-color: rgb(158,158,158);
}
#top-page {
  display: block; 
  text-align: center; 
  line-height: 30px; 
  font-size: 14px; 
  color: rgb(7,15,23);
}

/********** Fin Footer **********/


/********** Produit **********/
#team {
  background: #eee; 
}

#team .card {
  border: none;
  background: #fff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 28px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.btn-backside {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.card h4 {
  margin-bottom: 10px;
}

.frontside .card,
.backside .card {
    min-height: 230px;
}

.backside .card a {
    
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#contact{
    background-color:#f1f1f1;
    width: 100%; 
}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
}

#contact button{
    border-radius:0;
}

#contact .row{
    margin-bottom:30px;
}

.card-title {
  padding-top: 15px;
}

.card-text {
  padding: 0 10px;
}

.card-text a {
  font-size: 10px;
  color: blue;
}

.card-text a:hover {
  text-decoration: underline;
} 

@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
    
}

/********** Section **********/
section {
    padding-top: 6%;
    min-height: 100vh;
} 

.page-header {
    text-align: center;
    /*color: #007b5e;*/
    font: 400 15px Lato, sans-serif;
}

.page-header h5 {
    font-size: 2em;
    color: rgb(51,51,51);
    text-transform: uppercase;
}

.page-header p {
    font-size: 1em;
    color: #818181;
    margin: 2px 0 20px;
}

.clients {
  background-color: rgb(253,204,82);
  width: 100%;
}
.temoignages {
  background-color: rgb(221,221,221);
  width: 100%;
}

/********** Fin Section **********/

.menu-retour {
  padding: 1rem;
  color: #818181;
}


/********** section services **********/
/*#service {
  background:#fff;
}*/

#service {
  background-color: rgb(11,88,118);
}

#service .card{
  padding: 1rem; /*!important;*/
  border: none;
  margin-bottom: 1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
/*#service .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  cursor: pointer;
}*/
#service .card .card-block{
  padding-left: 50px;
  position: relative;
}
#service .card .card-block a{
  color: #007b5e /*!important*/;
  font-weight: 700;
  text-decoration: none;
}
#service .card .card-block a i{
  display: none;
  
}
#service .card:hover .card-block a i{
  display: inline-block;
  font-weight: 700;
  
}
#service .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#service .card .block-1:before{
    content:"\f017";
}
#service .card .block-2:before{
    content:"\f0d1";
}
#service .card .block-3:before{
    content:"\f086";
}
#service .card .block-4:before{
    content:"\f013";
}
#service .card .block-5:before{
    content:"\f0ad";
}
#service .card .block-6:before{
    content:"\f1b3";
}
#service .card:hover .card-block:before{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);  
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
/********** Fin section services **********/

/********** Carrousel multi-item clients **********/
img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; 
  }
    
/*a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: alpha(opacity=50); 
    opacity: 0.6;
    text-decoration: none;
}*/

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}



ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    /*background: #666;*/
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 6em;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;

    /*background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;*/
}


/********** Témoignages **********/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/********** Fin Témoignages **********/


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

#service {
  background-color: #eee;
}
