@font-face {
	font-family: 'Athletics';
	src: url('fonts/athletics-regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Athletics';
	src: url('fonts/athletics-bold.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Stray Bullets';
	src: url('fonts/straybullets-smooth.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* GENERIC STYLE
-------------------------------------------------- */

body { 
    background-color: #000; 
    margin: 0; 
    padding: 0;
}

a { 
    text-decoration: underline; 
    color: inherit;
}

p { margin-top: 0.2rem; }

.onlymobile { display: none; }

section {
	position: relative;
	z-index: 2;
	font: 1.6rem "Athletics", sans-serif;
	padding: 80px 20%;
}

section > h1 { 
    font: 4.6rem "Stray Bullets", cursive, sans-serif; 
    margin: 0 0 20px 0;
}
section h2 { 
    font: 1.6rem "Athletics", sans-serif;
    font-weight: bold;
    margin: 0.6rem 0 0 0;
}

.btnLg { 
	padding: 15px 30px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background-color: #1c305d;
    font: 1.6rem "Athletics", sans-serif;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    width: 300px;
    text-align: center;
}


/* SECTIONS
-------------------------------------------------- */

section#hero { 
	height: 100vh;
	padding: 4rem;
	box-sizing: border-box;
}

section#hero:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0) 40%),   darkgrey url("img/bg.jpg") top/cover no-repeat;
}

.hero-text { position: absolute; height: 100%; width: 28%; text-align: center; }
img#title { width: 100%; }
img#subtitle { width: 60%; margin-top: 50px; }


/* -------------------------------------------------- */

section#savethedate {
    background-color: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 2px 2px 12px #000;
}

section#savethedate > h1 { margin-bottom: 4rem; }

/* -------------------------------------------------- */

section#photos {
    background: repeat url(img/photograph-bg.webp) center/cover;
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 2px 2px 10px #000;
    color: #fff;
}

section > h1 { margin-bottom: 4rem; }

.info.right { padding-left:  60%; text-align: right; }
.info.right img { height: 60px; float: right; margin-right: -85px; }
.info.left { padding-right: 60%; text-align: left; }
.info.left img { height: 60px; float: left; margin-left: -85px; }

.info.left span { font-weight: bold; color: red; }

.plan {
  width: 100%;
  margin-top: 30px;
}

/* -------------------------------------------------- */

section#program { 
    background: #eee;
    color: #111;
}

/* -------------------------------------------------- */

section#housing { 
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) ), url("img/cheronne.webp");
}

/* -------------------------------------------------- */
section#list {
    background: #eee;
    color: #111;
}


#list-container { 
	display: inline-flex;
	flex-wrap: wrap;
}
.list-item {
	flex: 0 0 33.33%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
    color: #555;
}
.box { 
	min-height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box img { 
	width: 100%; 
	display: block;
}
.list-text { 
	padding: 10px;
	font-size: 1rem;
}
.list-text h1 { 
	color: #000; 
	margin: 0; 
	padding: 0; 
	font-size: 1.2rem;
}
.prix {
	position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  padding: 2px 10px;
  background: rgba(255,255,255,.8);
  border-radius: 4px;
  font-weight: bold;
  z-index: 1;
}
.offrir { 
    color: #fff;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,.5);
	padding-top: 100px;
	z-index: 2;
}
.box:hover .offrir { display: block; }

.custom { padding: 50px 20px; background: rgba(255,255,255,.9); }
.custom input {
  display: block;
  padding: 10px;
  font-size: 1rem;
  text-align: left;
  border-radius: 6px;
  border: 1px solid black;
  margin-bottom: 20px;
  width: 220px;
}
.custom .btnLg { width: 220px; padding: 10px; font-size: 1.2rem; }
.custom #custom_price {}
.custom #custom_text {}

/* MERCI
/* -------------------------------------------------- */

#merci { font-family: 'Stray Bullets'; font-size: 7rem; }
#sub-merci { font-style: italic; text-decoration: none; }

/* FOOTER
/* -------------------------------------------------- */

footer {
	position: relative;
	background-color: #1a252f;
	color: #fff;
	text-align: center;
	padding-top: 20px; padding-bottom: 20px;
	font: 0.8rem "Athletics", sans-serif;
	z-index: 2;
}

footer .fas { margin: 0 5px; }