.weather-customize{margin:auto}img.bienvenue{border-radius:3rem}#ac_ext_widget,#gmap_canvas{width:90% !important;margin:auto}
.bgGrey {
	background-color: #f6ede1;
	padding: 40px;
}
.bgGrey .columns {
align-items: center;
}
.shortcutsDiv {
	margin-top: 20px;
}
.w-title .is-title {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 200;
	line-height: 1em;
margin: 1.25em auto;
}
.shortcuts {
	margin: 10px auto 40px auto;
	width: 90%;
	display: grid;
	justify-content: center;
	grid-auto-flow: column;
}
.shortcuts.columns_4 {
	grid-template-columns: repeat(4, 1.5fr);
}
.shortcuts.columns_5 {
	grid-template-columns: repeat(5, 1.5fr);
}
.shortcuts.columns_6 {
	grid-template-columns: repeat(6, 1.5fr);
}
.shortcuts.columns_7 {
	grid-template-columns: repeat(7, 1.5fr);
}
.shortcuts div a {
	display: flex;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px 1px 1px 0;
	padding: 2em 0;
	text-align: center;
	transition: all 300ms ease-in-out;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.shortcuts div:first-child a {
	border-width: 1px;
}
.shortcuts div a:hover {
	border-width: 5px;
	border-color: #F0DDC5;
	margin-bottom: -8px;
}
.shortcuts div:first-child a:hover {
	border-color: #FF8300;
}
.shortcuts div:nth-child(2) a:hover {
	border-color: #e4445c;
}
.shortcuts div:nth-child(3) a:hover {
	border-color: #C604BC;
}
.shortcuts div:nth-child(4) a:hover {
	border-color: #2C75FF;
}
.shortcuts div:nth-child(5) a:hover {
	border-color: #e4445c;
}
.shortcuts div:last-child a:hover {
	border-color: #FD3F92;
}
.shortcuts div a i {
	font-size: 2em;
	margin-bottom: .2em;
}
.columns.news {
	margin-bottom: 60px;
	padding-bottom: 40px;
border-bottom: 1px solid #bababa;
}
.news .date {
	margin-bottom: 10px;
}
.news_text p {
margin-bottom: 5px;
}