.bgblue {
  background-color:#0098CA;
}

.navbar-brand {
	height:127px;
	padding:0px;
}

.margin-auto {
	margin:auto;
}

.navbar-right {
	margin-top:76px;
}

.bouton {
	background-color:#0098CA;
	margin-right:10px;
	color:white;
}

.navbar-default .navbar-nav > li > a {
	color:white;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:#efefef;
}

.spacer {
	height:128px;
}

.bg {
	background-image:url(../img/bandeausanismell.jpg);
	height:463px;
	background-size:cover;
	border-bottom:1px solid #0098ca;
}

.bg2 {
	background-image:url(../img/granule.jpg);
	background-size:cover;

}

.navbar-default {
	border-bottom:1px solid #0098ca;
}

.bggreen {
	background-color:#09ac97;
}

.tsection1 {
	color:#09ac97;
	text-align:center;
	font-size:17px;
}

.tsection2 {
	color:white;
	text-align:center;
	font-size:17px;
}

.opagrey {
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px;
	margin:0px;
}

.hrpicto {
	border:1px solid #09AC97;
}

.tpicto {
	color:#09AC97;
	text-align:center;
	font-size:17px;
}

.spacer2 {
	height:40px;
}

.hsection3 {
	text-align:center;
	text-transform:uppercase;
	color:white;
}

.hrsection3 {
	border:1px solid white;
	width:80%;
}

.tsection3 {
	color:white;
	text-align:justify;
	font-size:17px;
}

.bgimg {
	background-color:;
}

.textsmxs {
	color:#0098CA;
	text-align:center;
	font-size:17px;
}

.bouton2 {
    background-color: #0098CA;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top:10px;
}

.abutton {
    display: block;
    height: 74px;
}
.abutton .bouton2 {
    line-height: 74px;
}
.abutton.entreprises .bouton2 {
    line-height: 27px;
    padding-bottom: 10px;
    padding-top: 10px;
}

a div.bouton2:hover {
    background-color: #0088b6;
}

footer {
	border-top:1px solid #09ac97;
	height:50px;
}

.tfooter {
	text-align:center;
	color:#0098ca;
	margin-top:15px;
}

.textintro {
	position:absolute;
	right:47%;
	top:5%;
	color:#0088b6;
	font-size:17px;
}

.textintro2 {
	position:absolute;
	right:35%;
	top:23%;
	color:#0088b6;
	font-size:17px;
}

.textintro3 {
	position:absolute;
	right:37%;
	top:41%;
	color:#0088b6;
	font-size:17px;
}

.video {
	margin-top:10px;
}

@media(max-width:767px){
	.opagrey {
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px;
	margin-top:10px;
}

}




@media(min-width:768px) and (max-width:991px){
	.opagrey {
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px;
	margin-top:10px;
}
}




@media(min-width:992px) and (max-width:1199px){

}




@media(min-width:1200px){

}