@charset "utf-8";
/* CSS Document */

.fond1 {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url( ../Images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
.fondBNSSA1 {

	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url( ../Images/fond2.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
.fondBNSSA2 {
	width: 100%;

	background-attachment: inherit;
	background-image: url( "../Images/BNSSA/A.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;

}







nav img {
  position: absolute;
  top: 0 ;
  transition : all 1s ease;
}
.bleu {
	background-color: #4A7BC0;
}
.bleu2 {
	background-color: rgba(74,123,192,0.80);
}

.bleu3 {

	padding-top: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
}



.hauteur {
	padding-top: 4px;
	padding-bottom: 4px;
}
.hauteur2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;

}

.display-6 {
  font-size: 2rem;
  font-weight: 250;
  line-height: 1.2;
}
.display-7 {
  font-size: 1.5rem;
  font-weight: 250;
  line-height: 1.2;
}

.logo{
	
}
.logo1{
	visibility: visible;
		position: absolute; 
		top: 0px; 
		left: 5%; 
	z-index: 2;
}
.logo2{
	visibility: hidden;		
}
.blue {
}

.rounded-1 {
  border-radius: 0.5rem !important;
}
.rounded-2 {
  border-radius: 0.75rem !important;
}
.rounded-3 {
  border-radius: 1rem !important;
}

.no-padding  {
    padding:0;
    margin:0;
}


.img1 {
	background-image: url(../ja-secourisme.fr/images/2018/Caroussel/BNSSA.png);
	/* [disabled]display: block; */
	/* [disabled]background-size: auto auto; */
	background-repeat: no-repeat;
}

.centreVerticalement {
  display: flex;
 align-items: center;
}