@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

::selection{
	background-color: pink;
}

*{
	font-family: "Josefin sans";
}

body{
	background: #f4f7f8;
	overflow-x: hidden;
}

body::-webkit-scrollbar{
	display: none;
}

nav{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

select{
	font-size: 1.1rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

#logo-navigation{
 	width:  200px;
 	height: auto;
 }

 #logo-navigation-nav{
	width:  250px;
 	height: auto;
 	}

#navprincipale {
	background: #283474;
}

#navsecondaire img{
	max-width: 20%;
	height: auto;
}

#logo-principale{
	display: inline;
}

#bloc-1{
	background-color: #3c68c9;
	font-family: josefin sans semibold;

}

#bloc-2{
	background-color: #b970a4;
	font-family: josefin sans light;
	font-size: 1.3rem;
}
#bloc-3{
	background-color: #f4f7f8;
	font-family: josefin sans light;
}

#bloc-4{
	background-color: #b970a4;
	font-family: josefin sans light;
	height: 900px;
}

#bloc-5{
	background-color: #f4f7f8;
	font-family: josefin sans light;
	display: block;

}

#bloc-6{
	background-color: #3c68c9;
	font-family: josefin sans light;

}

.btn-outline{
    color: #b970a4;
    background-color: #ffffff; 	
    border-color: #b970a4; /*set the color you want here*/
}
.btn-outline:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b970a4;
    border-color: #b970a4; /*set the color you want here*/
}

footer{
	background-color:#283474;
	font-family: josefin sans light;
}

#image-absolute{

	position:  relative;
	top: -40px ;

}



#menu-mobile ul{
	margin: 0;
	padding: 0;
}


#menu-mobile ul li{
	color: white;
	text-align: center;
	font-size: 1.6rem;
	line-height: 3rem;
}


.btn-menu{
	z-index: 9999999999 !important;
}