/*##################################################*/
/*##################################################*/
/*													*/
/*	ELEMENTS										*/
/*													*/
/*##################################################*/
/*##################################################*/

body{
	color:white;
}

a{
    text-decoration:inherit;
    color:inherit;
}

a:hover{
    text-decoration:inherit;
    color:inherit;
}

button{
	outline:none;
}

/*##################################################*/
/*##################################################*/
/*													*/
/*	MISE EN FORME									*/
/*													*/
/*##################################################*/
/*##################################################*/

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

/*##################################################*/
/*##################################################*/
/*													*/
/*	HEADER											*/
/*													*/
/*##################################################*/
/*##################################################*/

.header{	
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, .4);
	position:sticky;
	top:0;
	z-index:1;
}

.header .navbar-brand{
	max-width:60%;
}

.header .collapse{
	justify-content:flex-end;
}

.header .navbar-nav .nav-link{
	font-size:1.2rem;
	padding-left:1rem;
	padding-right:1rem;
}

.header .navbar-nav .nav-link:hover{
	text-decoration:underline;
}

.header .navbar-toggler{
    border-color:rgb(255,255,255);
    outline:none;
}

.header .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(38, 115, 77, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width:768px){
	.pre-header .pre-header-right{
		text-align:right;
	}

	.header .navbar-brand{
		max-width:20%;
	}
}

/*##################################################*/
/*##################################################*/
/*													*/
/*	FOOTER											*/
/*													*/
/*##################################################*/
/*##################################################*/

.footer{	
	box-shadow:0px -2px 2px 0px rgba(0, 0, 0, .4);
	position:relative;
	z-index:1;
	padding:30px 0 30px 0;
}

.footer .footer-title{
	font-weight:bold;
	border-bottom:2px solid #339966;
}

/*##################################################*/
/*##################################################*/
/*													*/
/*	COMMUN											*/
/*													*/
/*##################################################*/
/*##################################################*/

.bg-green{
	background-color:#339966;
	color:white;
}

.bg-white{
	background-color:white;
	color:#339966;
}

/*.titre2{
	font-weight:bold;
	font-size:1.5rem;
	text-transform:uppercase;
}

.titre3{
	font-weight:bold;
	font-size:1.5rem;
}*/

.bandeau{
	background-size:cover;
    background-position:center center;
}

.bandeau-masque{
	background-color:rgba(0,0,0,0.6);
	padding:6rem 0;
}

.bandeau-titre{
	background-size:cover;
    background-position:center center;
}

.bandeau-titre-inner{
	background-color:rgba(0,0,0,0.6);
	padding:3rem 0;
}

.big-btn{
	border:2px solid;
	border-radius:.25rem;
	font-weight:bold;
	display:inline-block;
}

.green-btn{	
	background-color:#339966;
	border-color:white;
	color:white;
}

.green-btn:hover{
	background-color:white;
	border-color:#339966;
	color:#339966;
}

.white-btn{	
	background-color:white;
	border-color:#26734d;
	color:#26734d;
}

.white-btn:hover{
	background-color:#26734d;
	border-color:white;
	color:white;
}

.darkgreen-btn{	
	background-color:#339966;
	border-color:#26734d;
	color:white;
}

.darkgreen-btn:hover{
	background-color:white;
	border-color:#26734d;
	color:#26734d;
}

@media (min-width:768px){
	.bandeau-masque{
		padding:12rem 0;
	}
	
	.bandeau-titre-masque{
		padding:6rem 0;
	}
}