@charset "utf-8";
/* CSS Document */


.wp50  { width: 50% }
.content_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	align-items: center;
}
p,a {
	color: #fff;
	font-family: 'poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.3em;
}
#page_accueil._page a {
	text-decoration: none;
}
#page_accueil._page {
	max-width: 1440px;
    margin: 0 auto;
}

/*----- > entête ----*/
#page_accueil._page .titre_voeux img {
	display: block;
	width: 60%;
}
.bar {
	max-width: 1440px;
	height: 20px;
}

/*----- > bloc brochure ----*/

#page_accueil._page .content_flex.brochure .wp50.left .map-esterel {
	margin: 0;
}

#page_accueil._page .content_flex.brochure .wp50.left .map-esterel img {
	display: block;
	width: 478px;
    height: 478px;
}
#page_accueil._page .content_flex.brochure {
	background-color: #599fa4;
}
.content_flex.brochure .wp50.right p {
	font-size: 2rem;
}
.content_flex.brochure .wp50.right a {
	font-size: 2rem;
	font-weight: 600;
	margin-left: 20px;
}
.wp50.right .wp50.link {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*----- > footer ----*/
#footer {
	background-color: #5584bd;
}
#page_accueil._page .content_flex .wp50.logo .logo-asso {
	margin: 0;
}
/*
#page_accueil._page .content_flex .wp50.logo .logo-asso img {
	display: block;
	width: 300px;
}
*/

