body a{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;

}
html, body{
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
	color:white;
	font-size:14px;

}
body{
	background-color:black;
}

h2 {
    font-size: 3em;
    color: white;
    margin: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:26px;
}
h3 {
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
    margin: 0;	
	padding:0 35px 0 35px;	
}
p {
	color:white;
	padding:0 35px 5px 35px;	
}
.text-white {
	color:white;
}
.logo {
		width:200px;
		margin-right:25px;
}
.arrow {
	width:9px; 
	margin:0 15px 0 15px;
}
.slogan {
	color:white;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:42px;
}
.navbar-toggle {
    float: left;
    background-color: white;
}
.banner {
	text-align:center;
	background: url(../images/intro.jpg) no-repeat 0px 0px;
    background-size: cover;	
	background-position:top center;
	height: 100vh;
}

.organisation {
	margin-top:25px;
	padding-top:80px;
	background: url(../images/organisation.jpg) no-repeat 0px 0px;	
    background-size: cover;	
	background-position:center center;	
	height:480px;
}
.organisation h2 {
	text-align:right;
}

.objectifs {
	margin-top:25px;
	padding-top:80px;
	background: url(../images/objectifs.jpg) no-repeat 0px 0px;	
    background-size: cover;	
	background-position:center center;	
	height:480px;
}
.objectifs h2 {
	text-align:left;
}
.liens {
	margin-top:25px;
	padding-top:80px;
	background: url(../images/liens.jpg) no-repeat 0px 0px;	
    background-size: cover;	
	background-position:center center;	
	height:480px;
}
.liens h2 {
	text-align:right;
}
.liens h3 {
	color:#EB5757;
	
}
.liens a:hover  {
	color:#EB5757;
	
}

.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-nav {
    float: none;
    text-align: center;
    background: none;
    margin: 45vh 0 9em 0;
	list-style-type: square;	
}
.header-top-info ul li{
    display: inline-block;
    float: none;
}
	
.navbar-nav li:after {
  //  position: absolute;
 //   background: #FFFFFF;
  //  height: 7px;
  //  width: 7px;
  //  top: 16px;
  //  left: 0;
  //  border-radius: 50%;
//	-webkit-border-radius: 50%;
//	-ms-border-radius: 50%;
//	-o-border-radius: 50%;
//	-moz-border-radius: 50%;
}
.navbar-nav li.active:after {
    background: none !important;
    width: 0px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0);
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:24px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
	border: solid 2px #ffffff;
    background: none;
    border-radius: 20px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-nav > li > a {
    font-size: 1em;
    padding: .5em 0.3em 0.5em 0.3em;
    margin: 0 1em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    border: solid 2px #ffffff;
    background: none;
    border-radius: 20px;
}

@media (max-width:767px) {
	.header-top-info ul li{
		display: block;
		margin-top:25px;
	}  
	.navbar-nav {
		margin: 25vh 0 9em 0;
		list-style-type: square;	
	}
	h2 {
		text-align:center!important;
		margin-bottom:25px;
	}
	.slogan {
		color:white;
		font-family: 'Poppins', sans-serif;
		font-weight:600;
		font-size:32px;
	}	
}
/*-- //responsive --*/

.partenaires {
	margin-top:25px;
	padding-top:80px;
	background: url(../images/partenaires.jpg) no-repeat 0px 0px;	
    background-size: cover;	
	background-position:center center;	
	height:480px;
	color:rgb(235, 168, 7);

}
.partenaires h2 {
	text-align:left;
}

.partenaires h3 {
	text-align:left;
	
}
.partenaires a:hover  {
	text-align:left;
}



.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -24px;
}



.page-wrap:after {
	content: "";
	display: block;
}

.site-footer,
.page-wrap:after {
	height: 24px;
	text-align: center;
	background: black;
}