/*===
 * Pages publiques
 *===
 */

/* Général */
html {
	height: 100%;
	}

body {
	height: 100%;
	background: white;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #232224;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-family: Playfair Display, serif;
	font-size: 32px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: Poppins, sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	}

h4 {
	font-family: Playfair Display, serif;
	font-size: 20px;
	line-height: 22px;
	margin: 20px 0px 0px;
	padding: 0px;
	}

p {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0px 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

ul {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	}

ol {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

li {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 10px 0px 0px;
	}

a {
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	text-decoration: underline;
	}

/* Page */
.page {
	height: auto;
	width: 971px;
	margin: 0px auto;
	}

/* Boutons */
.button {
	font-family: Poppins, sans-serif;
	}
.button > a {
	color: #efece8;
	text-decoration: none;
	}
.button > a:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
	}
.button > a > div.button_red {
	background: #af1e39;
	}
.button > a > div.button_green {
	background: #40574f;
	}
.button > a.button_medium {
	font-size: 16px;
	}
.button > a.button_medium > div {
	width: 340px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
	}
.button > a.button_large {
	font-size: 18px;
	}
.button > a.button_large > div {
	width: 380px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
	}

/* Info page main banner */
.info_banner {
	background-repeat: no-repeat;
	background-position: center;
	color: #efece8;
	width: 100%;
	max-width: 1342px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 400px;
	margin-top: 3px;
	text-align: left;
	}
.info_banner .info_banner_message {
	background-color: rgba(0, 0, 0, 0.5);
	width: 480px;
	height: 100%;
	}
.info_banner .info_banner_message > p {
	font-family: Playfair Display, serif;
	font-size: 45px;
	line-height: 50px;
	margin: 0px;
	padding: 60px 50px 0px;
	}
.info_banner .info_banner_message .info_banner_contact {
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	}

/* Rangée d'information (texte + photo) */
.info_row_container {
	width: 100%;
	display: inline-block;
	}
.info_row_container .info_row {
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	}
.info_row_container .info_row .info_row_text {
	margin-top: 30px;
	}
.info_row_container > img {
	float: right;
	}
.info_row_container p {
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0px 0px;
	padding: 0px;
	}
.info_row_container ul {
	font-size: 16px;
	line-height: 18px;
	list-style: none;
	margin: 0px 0px 0px 15px;
	}
.info_row_container li {
	margin-top: 0px;
	margin-bottom: 0px;
	}
.info_row_container li::before {
	content: "\2B24";
	color: #af1e39;
	display: inline-block;
	width: 30px;
	margin-left: -30px;
	}

/* Mode d'emploi résumé avecc icônes */
.howto_container {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	}
.howto_container .howto_pic {
	text-align: center;
	padding: 0px;
	float: left;
	}
.howto_container .howto_pic > img {
	width: 80px;
	float: left;
	}
.howto_container .howto_pic > hr {
	width: 100px;
	margin: 40px 30px 0px;
	border: 1px solid #232224;
	float: left;
	}
.howto_container .howto {
	width: 200px;
	text-align: center;
	padding: 0px 20px;
	float: left;
	}
.howto_container .howto .howto_title {
	font-family: Playfair Display, serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	}
.howto_container .howto .howto_text {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	}
.howto_container .howto .howto_text a {
	color: #af1e39;
	}

/* Elements de pages intérieures */
.page_title > h1 {
	margin-top: 50px;
	padding-bottom:	15px;
	border-bottom: 1px solid #bfbfbf;
	}

/* Formulaire */
.form_container {
	height: auto;
	margin: 10px 100px 100px;
	}
.form_body {
	width: 800px;
	height: auto;
	margin-top: 50px;
	padding: 50px 30px;
	background: #efefef;
	border-radius: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-family: Poppins, sans-serif;
	display: inline-block;
	}
.form_body h1 {
	margin: 10px 0px 50px;
	font-family: Poppins, sans-serif;
	font-size: 28px;
	text-align: center;
	}
.form_body h2 {
	margin: 20px 0px 15px 10px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
.form_body input {
	height: 22px;
	margin: 5px 0px 0px;
	padding: 2px 5px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #bfbfbf;
	}
.form_body input[type=file] {    /* Netscape */
	height: 20px;
	margin: 5px 0px 0px;
	padding: 2px 3px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	}
.form_body .user_file_upload {    /* IE */
	height: 20px;
	margin: 5px 0px 0px;
	padding: 2px 3px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border: none;
	}
.form_body textarea {
	margin: 5px 0px 0px;
	padding: 4px 3px 2px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #bfbfbf;
	}
.form_body select {
	height: 28px;
	margin: 5px 0px 0px;
	padding: 0px 3px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background: white;
	border: 1px solid #bfbfbf;
	}
.form_body select option {
	height: 22px;
	margin: 0px;
	padding: 1px 3px 0px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border: none;
	}
.form_body button {
	width: 160px;
	height: 40px;
	margin: 50px 20px 0px 0px;
	background-color: #af1e39;
	color: #efece8;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border: none;
	border-radius: 10px;
	}
.form_body button:hover {
	color: white;
	cursor: pointer;
	}
.form_body .checkbox {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0px 0px;
	padding: 0px;
	line-height: 16px;
	height: 15px;
	}
.form_body td {
	margin: 0px;
	padding: 0px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
	}
.form_body td.label {
	height: 20px;
	text-align: right;
	margin: 0px;
	padding: 9px 8px 0px 0px;
	text-align: right;
	line-height: 20px;
	}
.form_body td.label_left {
	text-align: left;
	margin: 0px;
	padding: 2px 3px 2px 0px;
	line-height: 16px;
	}
.form_body td.check_array {
	height: 24px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 2px 3px 2px 0px;
	line-height: 16px;
	}

/* Message d'erreur */
.error {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #af1e39;
	margin-bottom: 30px;
	}
.error .error_header {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #af1e39;
	text-align: center;
	}
.error .error_text {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #af1e39;
	text-align: center;
	}
