@font-face {
	font-family: "textePlat";
	src: url('../fonts/Lobster-Regular.ttf') format('ttf');
	src: url('../fonts/Lobster-Regular.woff') format('woff');
}

h1 {
	font-family: "textePlat";
	text-align: center;
	font-size: 63px;
    font-weight: bold;
    color: rgb(191,10,48);
    text-shadow: 1px 1px 1px rgb(0,40,104);
}


body {
	background-image: url("../images/FondGalerie.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
}

@media screen and (max-width: 990px) {

    .col-md-4 {
        width: 32%;
    }
}
