*{
	margin: 0;
}
body{
	font-family: 'Arial', sans-serif;
	background-color: #EDEDED;
	color: rgb(0,166,152);
}
.navbar-inverse, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background-color: rgb(65,186,213);
}

.navbar{
	margin-bottom: 0px;
	border: 0px;
}
.navbar-inverse .navbar-brand, .navbar-right{
	color: white;
}
.navbar-inverse .navbar-nav>.active>a:hover{
	background: white;
	color: rgb(65,186,213);
	font-weight: bold;
}
.actived{
	font-weight: bold;
}
/* ----- DEBUT MENU DEROULANT DU PROGRAMME ----- */
.dropdown-item{
	display: flex;
	flex-direction: row;
	color: rgb(65,186,213);
	padding: 5px 3px;
}
.dropdown-item:hover{
	background: rgb(65,186,213);
	color: white;
	text-decoration: none;
}
.dropdown-item .actived{
	background-color: rgb(0,166,152);
	color: white;
}
/* ----- FIN MENU DEROULANT DU PROGRAMME ----- */
nav img{
	height: 50px;
}
i{
	color: white;
	margin-right: 15px;
}
.enTete{
	position: relative;
	margin-top: 50px;
	background-color: rgb(65,186,213);
    height: 140px;
    display: flex;
   	align-items: center;
   	text-align: right;
}
.logoBVAB{
	position: absolute;
	left:0;
	top:0;
	height: 250px;
}
h1{
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: white;
    text-align: right;
	position: absolute;
    margin: 0 auto 20px auto;
    padding-right: 20px;
    font-size: 2.5em;
    right:0;
}
main{
	text-align: center;
}
.video{
	margin: 50px auto 20px auto;
}
.mentionsLegales{
	text-align: center;
}
.mentionsLegales a{
	text-decoration: none;
	color: rgb(0,166,152);
}

/* FOOTER */
footer{	
	text-align: center;
	color: white;
}
.footerGras{
	font-weight: bold;
}
.footerBVAB{
	text-transform: uppercase;
	background-color: rgb(65,186,213);
	height: 100px;
	font-size: 2em;
	margin: auto;
	display: flex; /* contexte sur le parent */
	flex-direction: row;
	justify-content: center;
  	align-items: center; /* alignement vertical */
}
#mentionsLegales{
	color: rgb(0,166,152);
	margin: 15px;
}


/*------ DEBUT PAGE CANDIDAT---------*/
@font-face {
    font-family: 'Artifact';
    src: url('../fonts/Artifact.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
#candidat{
	margin: 1.5em 0em 1em 13em;
	text-align: left;
}
p{
	margin: 30px;
	font-size: 1,8em;
}
#paraGras{
	margin-left: 5%;
	width: 50%;
}
.paraGras{
	font-weight: bold;
}
.paraWidth{
	width: 60%;
}
.paraGrasWidth{
	font-weight: bold;
	width: 60%;
}
.paraPhoto{
	background-image: url(../img/picLaurent.jpg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EDEDED;
	padding-bottom: 25px;
}
.fa-envelope, .fa-facebook-square, .fa-instagram, .fa-rss{
	color: rgb(0,166,152);
}
#signatureLC{
	font-family: 'Artifact', Serif;
	font-size: 2.5em;
	padding-left: 50px;
}
.rencontre{
	font-style: italic;
	line-height: 1.8em;
	margin-left: 40px;
	width: 50%;
	border: 1px solid black;
	background-color: rgba(217,217,217,0.5);
}
.rencontre a{
	color: black;
	text-decoration: none;
}
.rencontre a:hover{
	color: grey;
	font-weight: bold;
}
.rencontre a:visited{
	color: black;
}
/*------ FIN PAGE CANDIDAT ---------*/

/*------ DEBUT PAGE EVENEMENTS---------*/
#evenements{
	margin: 1.5em 0em 3em 13em;
	text-align: left;
}
h2{
	margin: 40px 0 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: rgb(245,145,51);
}
.ulEvenements{
	margin-left: 250px;
}
.ulEvenements a{
	color: #8CC248;
	text-decoration: none;
}
.ulEvenements a:hover{
	color: #00A698;
	text-decoration: none;
}
#evenements .fas{
	color: rgb(245,145,51);
}
.cafe_debat{
    width: 60%;
    margin: 0 auto;    
    align-items: self-start;
}
#evenements img{
	width: 80%;
}
/*------ FIN PAGE EVENEMENTS ---------*/

/*------ DEBUT PAGE PROGRAMME---------*/
#programme{
	margin: 50px;
}
#programme a{
	font-size: 18px;
}
.tract{
    width: 60%;
    margin: auto;    
    align-items: self-start;
}
.tract .dateTract{
	text-align: right;
	font-style: italic;
	margin: 5px 0 50px 0;
}
/*------ FIN PAGE PROGRAMME---------*/

/*------ DEBUT PAGE CHARTE---------*/
#charte{
	margin: 50px;
}
.imgCharte{
	margin-top: 30px;
}	
/*------ FIN PAGE CHARTE---------*/

/*------ DEBUT PAGE CONTACT---------*/
#contactH2 h2{
	margin: 1em 0 1.5em 1.5em;
}
.row .fas, .row .fab, .row .far{
    color: rgb(140,194,72)/*rgb(245,145,51)*/;
    font-size: 3em;   
}
.row a{
    text-decoration: none;
    color: rgb(0,166,152);
}
.row .telephone{
    color: rgb(0,166,152);
}
.row .adresse{
    display: block;
}
.row  p{
    text-align: center;
    border-top: 2px dotted rgb(0,166,152);
    padding-top: 2em;
    margin-bottom: 2.5em;
}
/*------ FIN PAGE CONTACT---------*/

/*------ DEBUT PAGE GALERIE---------*/
#galerie{
	margin-top: 50px;
}
.container-fluid{
	margin: 10px 0 20px 150px;
	max-width: 100%;
	height: auto;
	padding: 0;
}
.carousel-inner img {
  margin: auto;
}
/*------ FIN PAGE GALERIE---------*/
/*------ DEBUT PAGE SOUTIENS---------*/
.row2{
	margin-top: 50px;
}
/*------ FIN PAGE SOUTIENS---------*/

/*----------------------------- RESPONSIVE -------------------------------*/
/*----------------------------- RESPONSIVE DESKTOP -------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1100px) {
	.enTete{
		height: 150px;
	}
	/*------ DEBUT PAGE CHARTE ETHIQUE---------*/
	.imgCharte{
		max-width: 100%;
		height: auto;
	}
	#charte p{
		font-size: 16px;
	}
	/*------ FIN PAGE CHARTE ETIQUE---------*/

}
/*----------------------------- RESPONSIVE SMARTPHONE -------------------------------*/
@media screen and (max-device-width: 767px) { 
	body{
		font-size: 2.5em;
	}
	.enTete{
		height: 50px;
	}
	h1{
		display: none;
	}
	nav img, .logoBVAB{
		max-width: 100%;
		height: auto;
	}
	.mentionsLegales{
		font-size: 16px;
	}
	/* ----- DEBUT MENU DEROULANT DU PROGRAMME ----- */
	.dropdown-item{
		display: flex;
		flex-direction: row;
		color: rgb(65,186,213);
		background: white;
		padding: 5px 3px;
	}
	.dropdown-item:hover{
		background: white;
		color: rgb(65,186,213);
		text-decoration: none;
	}
	/* ----- FIN MENU DEROULANT DU PROGRAMME ----- */

	/* ACCUEIL */
	.video{
		margin-top: 50px;
		max-width: 100%;
		height: auto;
	}
	#soutiens h4{
		margin-top: -20px;
	}

	/*------ DEBUT PAGE CANDIDAT---------*/
	#candidat{
		margin: 110px auto 10px auto;
		font-size: 16px;
	}
	#candidat ul{
		width: 100%;
	}
	.paraPhoto{
		background-image: none;
		padding: 20px 0 10px 0;
	}
	.paraWidth{
		max-width: 100%;
		height: auto;
	}
	.paraGrasWidth{
		max-width: 100%;
		height: auto;
	}
	.rencontreResponsive{
		background-image: url(../img/picLaurent.jpg);
		background-size: 40%;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.rencontre{
		width: 62%;
		margin-left: 10px;
		font-size: 14px;
	}
	.rencontre p{
		margin: 10px;
	}
	.footerBVAB{
		height: 100px;
		font-size: 0.8em;
		width: 100%;
	}
	/*------ FIN PAGE CANDIDAT ---------*/
	/*------ DEBUT PAGE EVENEMENTS---------*/
	#evenements{
		margin: 0 0 20px 0;
		text-align: left;
		font-size: 16px;
	}
	h2{
		text-align: center;
		font-weight: bold;
		font-size: 1em;
		color: rgb(245,145,51)
	}
	.ulEvenements{
		margin-left: 0px;
	}
	.ulEvenements{
		margin-right: 5px;
	}
	.cafe_debat{
	    width: 100%;
	    margin: 0 auto;    
	    align-items: self-start;
	}
	#evenements img{
		width: 100%;
	}
	/*------ FIN PAGE EVENEMENTS ---------*/

	/*------ DEBUT PAGE PROGRAMME---------*/
	.imgTract{
		max-width: 100%;
		height: auto;
	}
	.tract{
    	width: 100%;
	}
	#programme p{
		font-size: 16px;
	}
	/*------ FIN PAGE PROGRAMME---------*/

	/*------ DEBUT PAGE CHARTE ETHIQUE---------*/
	.imgCharte{
		width: 100%;
		height: auto;
		margin: 0;
	}
	#charte p{
		font-size: 16px;
	}
	/*------ FIN PAGE CHARTE ETIQUE---------*/

	/*------ DEBUT PAGE CONTACT---------*/
	#contactH2{
		font-size: 16px;
	}
	#contactH2 h2{
		font-size: 25px;
		margin: 1em 0 1.5em 0;
	}

	/*------ DEBUT PAGE GALERIE---------*/
	.container-fluid{
		margin: 10px 0 20px 0;
	}
	.carousel-indicators{
		display: none;
	}
	/*------ FIN PAGE GALERIE---------*/
	/*------ DEBUT PAGE SOUTIENS---------*/
	.row2{
		margin-top: 0px;
	}
	/*------ FIN PAGE SOUTIENS---------*/
}
/*----------------------------- RESPONSIVE TABLETTE -------------------------------*/
@media (max-width: 1024px) { /* Remplacez 123px par la taille de votre choix */
	h1{
		display: none;
	}
	.enTete{
		height: 150px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
	/* ----- DEBUT MENU DEROULANT DU PROGRAMME ----- */
	.dropdown-item{
		display: flex;
		flex-direction: row;
		color: rgb(65,186,213);
		background: white;
		padding: 5px 3px;
	}
	.dropdown-item:hover{
		background: white;
		color: rgb(65,186,213);
		text-decoration: none;
	}
	.dropdown-menu{
		margin: 15px;
	}
	/* ----- FIN MENU DEROULANT DU PROGRAMME ----- */
}
