body{
  background-image: url(../_img/bg1.png);
}
.container{
  background-color: #fff;
}

#carouselExampleIndicators{
  min-height: 300px;
}

#carouselExampleIndicators img{
  max-height: 600px;
}
#carouselExampleIndicators .carousel-caption-title{
  background-color: rgba(0, 0, 0, .5);
}
#carouselExampleIndicators .carousel-caption-titleName{
  color: rgb(190, 34, 220);
}
#carouselExampleIndicators .carousel-caption-titlePub{
  color: #fff;
}
#carouselExampleIndicators .carousel-caption-detail{
  color: #000;
  background-color: rgba(255, 255, 255, .7);
}
#carouselExampleIndicators .carousel-caption-detailPlus{
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}
#bg-etudeetrealisation{
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #f8f9fa;
  background-attachment: fixed;
	/* background-repeat: no-repeat; */
	background-size: 100% 100%;
  background-repeat: repeat-y;
  background-position: top;

}
#site_title img{
  height: 100px;
  width: 200px;
  max-width: 200px;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  /* max-height: 300px; */
}
.hover-op-1{
  opacity: 0.5;
}
.hover-op-1:hover{
  opacity: 1;
}

.imgService{
  height: 100%;
  width: 100%;

  max-height: 100px;
  max-width: 100px;

  min-height: 50px;
  min-width: 50px;
}
.divService{
  border: double 2px;
  border-color: #f8f9fa;
}
.divService:hover{
  background-color: #f8f9fa;
  border-left: double #8A2BE2 2px;
  box-shadow: 2px 2px 2px grey;
}
.mainTitle strong {
    font-weight: 700;
    color: #c4161c;
}
.imgClient{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.imgClient:hover{
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner1 {
  filter: blur(5px); /* Someday, sigh ... */
  	-webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: url(#blur); /* Firefox needs SVG */
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');

  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
iframe{
  height: 300px;
  border: 0;
}
.logoFutur{
  width : 70px;
  height : 70px
}
