a {
	color: #2372BC;
	text-decoration: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #f4f4f4;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    color: #333;
    letter-spacing: 0.02em;
}

.center {
	text-align: center;
}

.container {
    padding: 5%;
    /*border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    max-width: 80%;
    line-height: 1.5em;
}

.entry-content {
	text-align: left;
	padding: 0 10%;
}

h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
	color: #2372BC;
	text-transform: uppercase;
}

.image-academie {
	max-width: 25%;
    height: auto;
}

.image-signatures {
	max-width: 10%;
    height: auto;
}

.page-id-1459 {
      background-image: url('../img/bg-gray.gif');
      background-repeat: no-repeat;
      background-position: 0px -100px;
      background-size: contain;
}

@media (max-width: 600px) {
    .container {
        max-width: 90%;
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .page-id-1459 {
    	background-position: 0px 0px;
	}
}