@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
fieldset,img {
    border: 0;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: Montserrat,helvetica;
	color: #333;
}
h1{
	font-size: 2em;
	text-transform:uppercase;
	text-align:center;
}
h2{
	font-size: 1.2em;
	text-transform:uppercase;
}
p{
	font-size: 16px;
	width:80%;
	text-align: justify;
}
span.small{
	font-size:0.6em;
}
.white{
	color:#fff!important;
}
.no-padding{
	padding:0!important;
	height:auto!important;
	min-height: auto!important;
}
.center{
	text-align:center;
}
.relative{
	position:relative;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.intro-dark{
	background:#000;
}
.header{
	height:155px;
	padding-bottom:20px;
}
.logo{
	display: flex;
	align-items: center;
	max-height:140px;
	margin:10px auto;
}
.content{
	display: flex;
    flex: 1;
	justify-content: center;
	align-items: center;
	gap: 42px;
    flex-direction: column;
    min-height: calc(100vh - 185px);
    min-height: -webkit-calc(100vh - 185px);
	padding:40px 0;
}
.content.dark{
	background:#000;
}
a.btn-primary{
	display:block;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	background:#000;
	width:80%;
}
a.btn-secondary{
	display:block;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#000;
	background:#fff;
	width:80%;
}
.arrow{
	width:20px;
	margin:20px auto;
	color:#fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.illustration{
	width:100%;
}
.dark p, .dark h1{
	color:#fff;
}
h2.histoires{
	position:absolute;
	top:40px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%;
	color:#fff;
	font-weight:bold;
	font-style: italic;
}
h1.porcelaine{
	position:absolute;
	top:150px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%;
	color:#000;
}
p.contact-info{
	position:absolute;
	bottom:80px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%;
	color:#fff;
}
p.subtitle{
	font-weight:bold;
	text-align:center;
}
.form-page .content{
	padding:0px;
}
.form-page .content p{
	text-align:center;
}
p.ok{
	font-weight:bold;
}
.form-page label{
	display:block;
	width:100%;
}
.form-page input{
	width:100%;
	height:30px;
}
.form-page form{
	width:80%;
}
.form-page input.btn-primary{
	display:block;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	background:#000;
	width:80%;
	border:none;
	margin:20px auto;
	border-radius:0!important;
}
a.black{
	color:#000!important;
}