/* Styles généraux */
body {
    min-height: 100%;
    margin: 0;
    background-color: #fff;
    color: #333;	
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    cursor: default;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.text-center {
	text-align: left;
}
.text-center-title {
	text-align: center;
}
/* Bootstrap */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
@media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
	    max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1260px;
	}
}

/* Header */
.site-header {
	position: relative;
    height: 260px;
    background: url(/img/ville_yellow_bg.png) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
	.site-header {
		height: 200px;
	}
}
	.site-header__container {
	    border-radius: 5px;
	    padding-top: 30px;
	}
	@media screen and (max-width: 991px) {
		.site-header__container {
		    border-top-left-radius: 0;
		    border-top-right-radius: 0;
		    margin: 0;
		    padding: 0;
		    width: 100%;
		    max-width: 100%;
		}
	}
		.site-header__body {
		    display: flex;
		    align-items: center;
		    height: 100px;
		    width: 100%;
		    background-color: #fff;
		    box-shadow: 0 0 5px rgba(0,0,0,.1);
		}
		.container-genevilliers--header {
		    border-radius: 10px 5px 5px 10px;
		    padding: 0;
		    max-width: 1220px;
		    margin-left: auto;
		    margin-right: auto;
		}
		@media screen and (max-width: 1200px) {
			.container-genevilliers--header {
			    max-width: 920px;
			}
		}
		@media screen and (max-width: 991px) {
			.container-genevilliers--header {
			    max-width: inherit;
			    border-radius: 0;
			}			
		}
			.site-header__logo {
			    margin: 0 auto;
			    width: 300px;
			    text-align: center;
			}
				.site-logo-img-title {
				    margin: 0;
				}
					.site-logo-img {
					    height: auto;
					    max-width: 100%;
					    width: 200px;
					    margin-top: -24px;
					}
					@media screen and (max-width: 991px) {
						.site-logo-img {
							margin: 0;
							width: 160px;
						}
					}
	.site-header__wave {
	    position: absolute;
	    bottom: 0;
	    left: -2%;
	    right: -2%;
	    display: block;
	    height: 60px;
	    background: url(/img/courbe-blanche.svg) no-repeat 0 0;
	    background-size: cover;
	}
	@media screen and (max-width: 767px) {
		.site-header__wave {
		    background-position: left 0 bottom -2px;
		    background-size: 100% auto;
		}
	}


/* =================================================================================== */
/* ===================================== CONTENU ===================================== */
/* =================================================================================== */
body {

}
h1 {
	font-size: 3em;
}
p {
    font-size: 1em;
}