body {
	background:url('../img/bg.png'); 
	background-repeat:no-repeat; 
	background-size:cover;
}

.album {
	margin-top: 100px !important;
}

.main {
	margin-top: 20px !important;
}

a, .lien {
	color:#6f7884 !important;
}

.lien:hover {
	color: #EC626B !important;
	text-decoration: none !important;
}

.btn-danger {
	background-color: #c79b66 !important; 
	border-color:#c79b66 !important;
}

.btn-danger:hover {
	background-color: #af8456 !important; 
	border-color:#af8456 !important;
}

.text-muted {
	color:#ccc; 
	font-size:18px;
}

.text-white {
	font-size:15px;
}

.text-black {
	color:#fff!important;
}

.bg-dark {
	background-color: #c79b66!important;
}

.lead {
	color: #fff !important;
}

.btn-group-lg>.btn, .btn-lg {
	font-size: 2em; 
	font-style:bold;
}

h1 {
	color:#fff!important;
}

.h2 {
	color:#EC626B !important;
}

.h5 {
	color:#222b41 !important;
}

.h4 {
	color:#C79B66 !important;
}

.modal-title {
	color:#615FA7 !important;
}

.btn-primary {
	background-color:#C79B66 !important;
	border:none;
}

li.text-white {
	float:left;
}

.card-body {
	color:#222b41; 
	font-family:arial;
}

/*kbd {
	background-color:#c79b66; 
	font-size:30px;
}*/

.btn {
	color:white;
}

.card {
	background-color:rgba(255, 255, 255, 0.1); 
	transition:background-color .8s;
}

.card:hover {
	background-color:rgba(255, 255, 255, 0.9);
	transition:background-color .6s
}

.navbar-dark .navbar-toggler {
	border-color:#222b41!important;
}

.navbar-dark .navbar-toggler-icon {
	width:1em; 
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,43,65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bd-placeholder-img {
	font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer {
	margin-top: 400px;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	
}