.polaroid-left {
	width: 30%;
	background-color: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	border-radius: 2%;
	text-align: center;
	float: left;
}

.polaroid-right {
	width: 30%;
	background-color: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	border-radius: 2%;
	text-align: center;
	float: right;
}

.polaroid-right-center {
	width: 30%;
	background-color: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	border-radius: 2%;
	text-align: center;
	float: right;
}

div.polaroid-container {
	text-align: center;
	padding: 10px 10px;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.image {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

.image-polaroid {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}

.image:hover {
	opacity: 0.7;
}

.image_50 {
	width: 50%;
	height: 50%;
	border-radius: 2% 2% 0% 0%;
}

.titre-1 {
	margin: auto;
	width: 40%;
	font-size: calc(80 * var(--res));
	font-style: italic;
	font-weight: bold;
	color: black;
}

.titre-2 {
	margin: auto;
	width: 40%;
	font-size: calc(64 * var(--res));
	font-style: italic;
	font-weight: bold;
	color: black;
}

.titre-3 {
	margin: auto;
	width: auto;
	font-size: calc(48 * var(--res));
	font-style: italic;
	font-weight: bold;
	color: black;
	float: left;
}

.block-left {
	font-style: italic;
	font-weight: bold;
	position: relative;
	margin-left: 5%;
	color: #842;
	float: left;
}

.block-middle {
	font-style: italic;
	font-weight: bold;
	position: relative;
	margin-left: 40%;
	color: #842;
	float: left;
} 
 
.block-right {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	position: relative;
	margin-right: 5%;
	color: #842;
	float: right;
}

.button {
	display: inline-block;
	border-radius: 8px;
	background-color: #f4511e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding: 1em;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button-little {
	display: inline-block;
	border-radius: 8px;
	background-color: green;
	border: none;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	padding: 0.5em;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.text-bi {
	font-style: italic;
	font-weight: bold;
	color: black;
}

.text-left {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-left: 5%;
	color: #842;
}

.text-left-footer {
	font-weight: bold;
	text-align: left;
	margin-left: 5%;
	display: inline-block;
	float: left;
}

.text-justify {
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	color: #248;
}

.text-right {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-left: 20%;
	margin-right: 5%;
	color: #842;
}

.text-right-footer {
	font-weight: bold;
	text-align: right;
	margin-right: 5%;
	display: inline-block;
	float: right;
}

.push-right {
	position: relative;
	left: 2em;
}

.enum {
	padding-left: 10%;
	text-align: left;
}

input {
	margin: 1em;
}

iframe {
	width: calc(1024 * var(--res));
	height: calc(96 * var(--res));
	font-style: italic;
	font-weight: bold;
	text-align: right;
	position: relative;
	margin-right: 5%;
	color: #842;
	float: right;
}

/* Formulaire de contact - Début */

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 60%;
	float: left;
}

.lab {
	color: #842;
	width: calc(512 * var(--res));
	margin: 0.5em;
	padding: 1em;
}

.inp {
	width: 80%;
	border-radius: 8px;
	outline: none;
	padding: 0.5em;
	font-size: calc(40 * var(--res));
}

.inp:focus {
	border: 2px solid dodgerblue;
}

textarea {
	width: 80%;
	height: 100px;
	border-radius: 8px;
	outline: none;
	margin: 1em;
	padding: 0.5em;
	resize: none;
	font-size: calc(40 * var(--res));
}

textarea:focus {
	border: 2px solid dodgerblue;
}

.btn-submit {
	background-color: orange;
	color: white;
	width: 100%;
	border-radius: 8px;
	padding: 1em;
	font-size: calc(40 * var(--res));
	font-weight: bold;
	cursor: pointer;
	opacity: 0.7;
}

.btn-erase {
	background-color: grey;
	color: white;
	width: 100%;
	border-radius: 8px;
	padding: 1em;
	font-size: calc(40 * var(--res));
	font-weight: bold;
	cursor: pointer;
	opacity: 0.7;
}

.btn-submit:hover, .btn-erase:hover {
	opacity: 1;
}

#fname, #name {
	position: relative;
	height: calc(48 * var(--res));
	padding-left: calc(32 * var(--res));
	font-size: calc(32 * var(--res));
	float: right;
}

/* Formulaire de contact - Fin */
