body{
	margin :0;
	padding: 0;
	background-color: #ccc;
	background-image: url("../img/pattern3.png");
	background-repeat: repeat;

}

.container{
	background-image: url("../img/cieux2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.logo{
	padding-top: 50px;
}

.contenu{
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
}

.my-btn{
	white-space:normal !important;
	margin-bottom: 10px;
	/*max-width: 200px;*/
}