html, 
body {
	width: 100%;
    height: 100%;
}
body, h1 {
	margin:0px;
	padding:0px;
}
body {
	background: url('/media/images/background.png');
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-color: #f7f6f1;
}
img {
    border:0
}
#wrapper {
	width: 100%;
	min-width: 777px;
	height:100%;
	margin:0;
}
#block {
	width: 100%;
	display: flex;
  	align-items: center
}

h1 {
    background: url('/media/images/jardinage_logo.png') 0px 14px;
    background-repeat: no-repeat;
    width: 705px;
    height: 153px;
    text-indent: -99999px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#intro {
    max-width: 916px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#heading {
    max-width: 916px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#all-sites {
    max-width: 916px;
    color: #bdcd0f;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}

#all-sites a {
    color: #000000;
    text-decoration: none;
}
#all-sites a:hover {
    color: #000000;
    text-decoration: underline;
}
.site-info {
    float: left;    
    max-width: 424px;
    min-width: 385px;
    height: 340px;
    margin: 0px 12px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    position: relative;
}

.site-info .site-logo {
    margin-top:20px;
    margin-bottom:12px;
}

.site-info .message {
	font-size: 18px;
    font-weight: 500;
}
.site-info .sub-message {
	font-size: 15px;
}
.site-info .contact-title {
	font-size: 18px;
}
.site-info .contact-site-info {
	
}
.site-info .buttons {
    position: absolute;
    bottom: 0;
}
.site-info .site-button {
    background-color: #bdcd0f;
    background-position: right center;
    border: none;
    color: white;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 170px;
    border: 4px;
    border-style: solid;
    border-color: #bdcd0f;
    font-family: 'Roboto', sans-serif;
    cursor:pointer;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 1px #bec0c0;
    margin: 0px 14px 6px 14px;
}

.site-info .site-button:hover,
.site-info .site-button:active {
    background-color: #000000;
    border-color: #000000;
    box-shadow: 2px 2px 0 1px #bdcd0f;
}
.site-info .site-button.arrow {
    background-image: url('/media/images/arrow.png');
    background-repeat: no-repeat;
}
.site-info .copyright {
	color: #515153;
}
.site-info.idees {
    margin-left: auto;
}
.site-info.chezsoi {
    margin-right: auto;
    right: -20px;
}

#footer {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#footer #links a {
    color: #000000;
    text-decoration: none;
    line-height: 24px;
}
#footer #links a:hover {
    text-decoration: underline;
}
#footer #copyright {
    max-width:475px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    margin-top: 30px;
}
#footer #address {
    max-width:475px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 20px;
}
#footer #links {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#footer #links #announcez {
    max-width: 475px;
}
#footer #links #conditions {
    width: 237px;
    float: left;
}
#footer #links #politiques {
    width: 238px;
    float: right;
}

@media screen and (max-width: 795px) {
    #block {
        display: block;
    }
    #footer,
    #intro {
        float:left;
    }
    #wrapper {
        min-width: 0px;
        max-width: 795px;
    }
    .site-info {
        max-width: 100%;
        min-width: 0px;
        height: auto;
    }
    .site-info.idees {
        margin-right: auto;
    }
    .site-info.chezsoi {
        margin-left: auto;
        right:0px;
    }
    .site-info .buttons {
        position: relative;
        margin-top: 20px;
    }
    #all-sites {
        margin-top: 20px;
    }

    #footer #links {
        max-width: 100%;
    }
    #footer #links #announcez,
    #footer #links #conditions,
    #footer #links #politiques {
        max-width: 100%;
        width: 100%;
        float: none;
    }
}