
h1,h2,h3,h4{font-family: 'Bebas Neue', cursive;}

.section-icone{
	padding:0px;
}

.services-icones1{
	padding-top:40px;
	
}

.services-icones2{
	padding-bottom:60px;
	
}

.nav-dot-current{
	background-color:#051a4b;
}

a.bttn-plus {
  color: #505050;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
a.bttn-plus:hover {
  color: green;
}

bttn-plus:hover {
  background-color: green;
}

a.bttn-plus:focus {
  color: green;
}


.bttn-plus {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 170px;
  font-weight: bold;
  padding: 14px 0px;
  border: 3px solid #ffffff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.bttn-plus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: red;
  z-index: -2;
}
.bttn-plus:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn-plus:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.gite{
	padding-bottom:0px;
}

.footer-links2{
	text-align:center;
}


.footer-links2 li{
	background-color:#dcdce0;
	height:30px;
	line-height:30px;
}

.footer-company-name a{
	color:red;
	width:50px;
	
}

.sl-slider{
	text-align:center;
}

.sl-slider h2{
	padding:10px 30px 10px 30px;
}

.seo_version .sl-slider h2,
.seo_version .sl-slider blockquote {
	padding: 50px 30px 10px 30px;
	width: 80%;
	max-width: 1140px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}


.presentation .bttn-new:hover {
	background-color:#c4c4c4;
}


.size h1{
	font-size:4em;
}

.blanc{
	height:30px;
	background-color:white;

}


.imaget{
	opacity:0.4;
}



#case{
	margin-bottom:50px;
}


.bas{
	opacity:0.3;
	font-size:0.2em;
}


.footer-links {
	margin-top:50px;
}

.footer-links li{
	margin-right:10px;

}
















