@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,700|Rubik:400,400i,700,700i&display=swap');

body{
	font-family: 'Rubik', sans-serif;
	font-size:15px;
	color:#434343;
		font-weight:300;
		overflow-x:hidden;
}

h1,h2,h3,h4,h5{
	font-family: 'Rajdhani', sans-serif;
	color:#151515;
}	

input, textarea, ::placeholder {
	font-size:14px;	
	font-family: 'Rubik', sans-serif;
}

	
	h4{
		margin-bottom:35px;
	}
	
	section{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	img{
		width:100%;
	}

.navbar{
	padding-top:15px;
	padding-bottom:15px;
	font-weight:400;
}
.btn.btn-primary{
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	background:#0F53A4;
	background:#004E99;
	border:none;
}

.btn.btn-primary.alt{
	color:#004E99;
	background:#fff;
	
}

.jumbotron h2{
	color:#fff;
	font-size:35px;
}

.nav-link, nav .dropdown-menu a{
	font-family: 'Rajdhani', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
	margin: auto 15px; 
}

.lead{
	font-family: 'Rajdhani', sans-serif;
	font-size:21px;
	color:#151515;
	font-weight:500;
}

.carousel-caption h4{
	color:#fff;
} 

.dropdown:hover>.dropdown-menu {
  display: block;
  border: none;
}

div.dropdown-menu.dropdown-menu{
  top: 10x;	
}

nav .dropdown-menu a{
  margin-left:0;	
}	
 
.jumbotron {
    padding: 6rem 2rem;
} 

.col-md-10.offset-md-1 img{
	height:auto;
} 

.conteneur
{
  position: relative; 
  overflow: hidden; 
  padding-top: 56.25%; 
}

.conteneur iframe
{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-control-next, .carousel-control-prev{
	z-index:100 !important;
}

	.carousel-caption h2 small{
font-size: 18px; line-height: 1.4; display: block;
	}	
	
	.carousel-caption h2{
		font-size:48px;
		color:#fff;
		font-weight:normal;
	}
	
.block-actualite {
    padding: 15px;
}

	
	.col-md-4 img{
		width:auto;
		border-radius:50%;
		margin:0 auto;
		display:block;
		margin-bottom:25px;
	}
	
	.block-actualite.news h5, .block-actualite small{
		color:#004E99;
	}
	
	.navbar a.active{
		color:#004E99 !important;
	}
	
	.btn-actions a{
		min-width:142px;
	}
	
	.navbar a.dropdown-item.active, .dropdown-item:active{
		color:#ffffff !important;
		background:#004E99 !important;
	}
	
	.col-focus{		
		display:none;
	}	
	
@media screen and (min-width: 992px){
	.dropdown:hover>.dropdown-menu {
		display: block;
		border: none;
		top: 35px !important;
	}
}	


@media screen and (max-width: 992px) {
	.carousel-caption {
		top:auto !important;
	}
	
	.carousel-caption small{
		display:none !important;
	}
	
	.carousel-caption h2{
		font-size:28px;
	}
}

@media screen and (max-width: 768px) {
	
	.section-focus .col-md-4 br{
		display:none;
	}
		
	
	.col-md-4 img{
		margin-top:25px; 
		padding-top:25px; 
	}
	.col-focus{		
	display:block;
	width:100%;
	height:1px;
	margin-top:25px;
		border-top:1px solid rgba(0,0,0,.1);
	}

	.carousel-caption h2{
		max-width: 80%;
	}
}