body {
  padding-top: 70px;
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  background-color: #333;
  color:#FFF;
}

.logosvg {
	margin-top:-1px;
}

#bigintro{
	background-image:url("../images/baccata2020.jpg");
	min-height:340px;
	padding: 40px 0  0 250px;
}

#metier {
  margin-top:100px;
}

#realWrap{
   margin-top:100px;
	background-color:#222;
}

#realisations {
  margin-top:100px;
  font-size:.85em;
}
#realisations strong {
	color:orange;
}
#contact {
  margin-top:100px;
}

h3 {
    margin-bottom:30px;
	text-align:center;
	color:orange;
}

.demo {
    margin-bottom:40px;
}


.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}



.tr-bg-darkened {
	display:none;
    background-image: url("../images/Unknown.png");
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2337
}

.video-content {
	 border: none;
 	width: 90%;
 	height: 60%;
    margin:             auto;
    text-align:         center;
    position:           fixed;
    right:              0px;
    bottom:             0px;
    top:                0px;
    left:               0px;
}

.tr-video-close {
    position: absolute;
 	display: block;
    cursor: pointer;
    height: 90px;
    width: 90px;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    top: 84px;
    right: 0;
}
.tr-video-close:hover {
    background-image: url("../images/close-over.png")
}

