/*font-family: 'Dancing Script', cursive;
font-family: 'Architects Daughter', cursive;*/

body {
	background: url(images/bg1.jpg) center no-repeat;
}

.orange {
	background-color: #FFA81E;
}

.blanc {
	background-color: rgba(255, 255, 255, 0.5);
}

h1 {
	font-family: 'Dancing Script', cursive;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 1px #000000;;
}

h2 {
	font-family: 'Architects Daughter', cursive;
	padding-top: 20px;
}

footer p{
	text-align: center;
}

#navbarSupportedContent a:hover {
	background-color: white;
}

#bouton a{
	background-color: none;
}

#bouton a:hover {
	background-color: white;
}

.nav-pills .nav-link.active{
    background-color: transparent;
}



.bordure {
	border-right: 1px dashed black;
}

@media screen and (max-width: 767px){
	.bordure {
	border-right: none;
}
}