@charset "UTF-8";
/* CSS Document */

body, html {
    padding: 0;
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family:  'Lato', sans-serif;
	font-weight: normal !important;
	line-height: 1.4em;
}

h2 {
	font-size: 24px;
	text-align: center;
	/* [disabled]margin-bottom: 270px; */
	font-weight: 400 !important;
	font-style: normal;
}

p {
	font-family:  'Open Sans', sans-serif;
	font-weight: 400;
}

.logo-home {
	margin-bottom: 100px;
}

.header-home {
    text-align: center;
    margin-top: -7%;
}

.block-pleine-page {
    height: 50%;
    vertical-align: middle;
    display: table-cell;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hauteur-100 {
    height: 100%;
    display: table;
    width: 90%;
}
.row.block-footer {
    text-align: center;
    color: #666666;
    height: 10%;
    /* [disabled]display: table-cell; */
    position: fixed;
    bottom: 0px;
    left: calc(50% - 73px);
    right: auto;
}
.block-footer p {
    font-size: 12px;
    font-weight: 600;
}


@media (max-width: 640px) {
	.block-pleine-page {
    background-size: contain;
    background-position: 50% 60%;
	}
	
	h2 {
    margin-bottom: 240px;
	}
}
