article {
	padding: 65px 0;
}
	article.main {
		padding-top: 0;
	}

/* global */
article img {
	height: auto;
	width: 100%;
	padding: 0;
}
	article img.noresize {
		width: auto;
		height: auto;
	}
article ul, article ol {
	margin: 0px;
	padding-left: 20px;
}
article li {
	padding: 2px 0;
}
article p {
	padding: 5px 0;
	text-align: justify;
}
article a {
    color: #bb975b;
	text-decoration: underline; 	
}

/* titres */
.h1-wrap h1 {
	color: #FFF;
	font-size: 100px;
	font-weight: bold;
	line-height: 1.1;
	margin: auto;
	padding: 0;
	text-align: center;
}
	.h1-wrap h1 span {
		font-size: 67px;
		font-weight: normal;
		color: #bb975b;
		font-family: 'Permanent Marker', cursive;
	}
h2 {
	color: #1e3a5a;
	font-family: 'Permanent Marker', cursive;
	font-size: 60px;
	line-height: 1.1;
	padding: 0;
	margin: 40px;
	text-align: center;
}
	h2 span {
		color: #bb975b;
	}
h2.reservation {
	margin: 0;
	margin-bottom: 50px;
}
h2.green {
	color: #00a651;
}

h3 {
	font-weight: 900;
	font-size: 25px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.citation {
	color: #bb975b;
	font-family: 'Permanent Marker', cursive;
	font-size: 56px;
	line-height: 0.8;
	margin: 25px;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}

/* main image */
.article-picture {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}
	.article-picture .h1-wrap {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		height: 100%;
		left: 0;
		right: 0;
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: center; -webkit-justify-content: center;
	}
		.article-picture .h1-wrap .h1-inside {
			margin: auto;
		}
			.article-picture .h1-wrap .h1-inside .h1-infos {
				margin: 35px auto auto;
			}
				.article-picture .h1-wrap .h1-inside .h1-infos .buttons {
					width: 100%;
					display: flex; display: -webkit-flex; 
					flex-flow: row wrap; -webkit-flex-flow: row wrap;
					justify-content: center; -webkit-justify-content: center;
					margin-bottom: 25px;
				}
					.article-picture .h1-wrap .h1-inside .h1-infos .buttons a {
						padding: 0 35px;
						height: 38px;
						line-height: 37px;
						text-decoration: none;
						margin: auto 12px;
						font-size: 20px;
						color: #FFF;
						border-radius: 19px;
						border: 2px solid #bb975b;
						display: block;
					}
						.article-picture .h1-wrap .h1-inside .h1-infos .buttons a.active {
							background: #bb975b;
							color: #FFF;
						}
				.article-picture .h1-wrap .h1-inside .phone-number {
					display: flex; display: -webkit-flex; 
					flex-flow: row wrap; -webkit-flex-flow: row wrap;
					justify-content: center; -webkit-justify-content: center;
				}
					.article-picture .h1-wrap .h1-inside .phone-number .icon {
						margin: auto 20px auto 0;
					}
					.article-picture .h1-wrap .h1-inside .phone-number .text {
						margin: auto 0;
						font-size: 20px;
						color: #FFF;
					}


/* wrapper */
.text-wrapper {
	width: 100%;
	padding-bottom: 15px;
}
.picture-wrapper {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.picture-wrapper.noresize-left {
	text-align: left;
}
.picture-wrapper.noresize-right {
	text-align: right;
}
.picture-wrapper.full-width img {
	width: 100%;
	height: auto;
}
.picture-wrapper.noresize-center img, .picture-wrapper.noresize-left img, .picture-wrapper.noresize-right img {
	width: auto;
	height: auto;
}
	.media-legend {
		font-size: 10px;
		font-style: italic;				
	}


/* colonnes 	*/
.columns-wrapper {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-between; -webkit-justify-content: space-between;
}
	.columns-wrapper .col {
		margin: 0 auto;
		width: 48%;
	}
		.columns-wrapper .col.admin-display {
			border: 1px dashed #e3e8ed;
			padding: 5px;
			border-radius: 6px;
		}

		/* ALIGNEMENT */
		.columns-wrapper .col.align-top {
			margin-top: 0;
			margin-bottom: auto;
		}
		.columns-wrapper .col.align-mid {
			margin-top: auto;
			margin-bottom: auto;
		}
		.columns-wrapper .col.align-bot {
			margin-top: auto;
			margin-bottom: 0;
		}
		.columns-wrapper .col.align-left {
			margin-left: 0;
			margin-right: auto;
		}
		.columns-wrapper .col.align-center {
			margin-left: auto;
			margin-right: auto;
		}
		.columns-wrapper .col.align-right {
			margin-left: auto;
			margin-right: 0;
		}
		/* LARGEUR */
		.columns-wrapper .col.width-xsmall {
			width: 14%;
		}
		.columns-wrapper .col.width-sidebar {
			width: 24%;
		}
		.columns-wrapper .col.width-small {
			width: 32%;
		}
		.columns-wrapper .col.width-small-l {
			width: 36%;
		}
		.columns-wrapper .col.width-medium-s {
			width: 39%;
		}
		.columns-wrapper .col.width-medium {
			width: 49%;
		}
		.columns-wrapper .col.width-medium-l {
			width: 59%;
		}
		.columns-wrapper .col.width-large-s {
			width: 69%;
		}
		.columns-wrapper .col.width-large {
			width: 73%;
		}
		.columns-wrapper .col.width-large-f {
			width: 89%;
		}
		.columns-wrapper .col.width-full {
			width: 100%;
		}

/* spacer */
article .spacer {
	height: 1px;
	width: 100%;
	background: #eaeaea;
	margin: 30px 0;
}

/* variation article page d'accueil */
.home-article .columns-wrapper {
	margin-bottom: 30px;
}

/* xbutton */
article a.xbutton {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	padding: 12px 25px;
	color: #bb975b;
	background: #1e3a5a;
	border-radius: 30px;
	margin-bottom: 14px;
	text-decoration: none;
	transition-timing-function: ease-in-out;
}
	article a.xbutton:hover {
		background: #2b4b71;
	}
	article a.xbutton .label {
		width: calc(100% - 50px);
		color: #bb975b;
		font-weight: 600;
		margin: auto 0;
		line-height: 1.1;
	}
		article a.xbutton .label span {
			font-size: 80%;
		}
	article a.xbutton .icon {
		margin: auto 0;
		width: 50px;
		height: 20px;
		text-align: right;
	}	
		article a.xbutton .icon i {
			color: #bb975b;
			line-height: 20px;
		}