#blockContact .titleBlock {
    color: white;
}

#blockActivity{
    padding-top: 100px;
    width: 980px;
    height: 1315px;
    margin: 0 auto;
}
#txtHomeActivityOne, #txtHomeActivityTwo{
    width: 315px;
    height: 100px;
    float: left;
    margin-left:25px;
}
#txtHomeActivityOne {
    margin-left: 320px;
}

.transition img{
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.blockActivityTitle {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'ubuntulight';
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    color: #ffd22f;
    margin: 63px 0 63px 0;
}
.blockActivityTitle b {
    font-size: 20px;
    font-family: 'ubuntubold';
    font-style: normal;
    color: black;
}
/* Ravalement */
#blockActivityRavalement{
    margin-top: 195px;
}
#blockActivityRavalement:hover #backImageRavalement img{
    margin-left: -648px;
}
#blockActivityRavalement img, #blockRavalementTitle{
    float: left;
}
#blockRavalementTitle {
    width: 330px;
    height: 175px;
    background-color: #f1f1f1;
}
#backImageRavalement {
    width: 648px;
    height: 175px;
    overflow: hidden;
    float: left;
}
/* Amenagement */
#blockActivityAmenagement{
    margin-top: 20px;
    float: left;
    width: 649px;
    height: 350px;
}
#blockActivityAmenagement:hover #backImageAmenagement img{
    margin-top: 0;
}
#blockActivityAmenagement img{
    margin-top: -175px;
}
#blockAmenagementTitle {
    width: 649px;
    height: 174px;
    padding-top: 1px;
    background-color: #f1f1f1;
}
#backImageAmenagement {
    width: 649px;
    height: 175px;
    overflow: hidden;
}
/* Neuve */
#blockActivityNeuve{
    margin-top: 20px;
    margin-left: 20px;
    float: right;
    width: 310px;
    height: 350px;
}
#blockActivityNeuve:hover #backImageNeuve img{
    margin-top: -350px;
}
#blockNeuveTitle {
    width: 315px;
    height: 174px;
    padding-top: 1px;
    background-color: #f1f1f1;
}
#backImageNeuve {
    width: 315px;
    height: 350px;
    overflow: hidden;
}
/* Renovation */
#blockActivityRenovation{
    margin-top: 20px;
    float: left;
    width: 649px;
    height: 350px;
}
#blockActivityRenovation:hover #backImageRenovation img{
    margin-top: 0;
}
#blockActivityRenovation img{
    margin-top: -175px;
}
#blockRenovationTitle {
    width: 649px;
    height: 174px;
    padding-top: 1px;
    background-color: #f1f1f1;
}
#backImageRenovation {
    width: 980px;
    height: 175px;
    overflow: hidden;
}
/* Cave */
#blockActivityCave{
    float: left;
    margin-top: 20px;
}
#blockActivityCave:hover #backImageCave img{
    margin-left: 0px;
}
#blockActivityCave img{
    margin-left: -648px;
}
#blockCaveTitle {
    width: 330px;
    height: 175px;
    background-color: #f1f1f1;
    float: left;
}
#backImageCave {
    width: 648px;
    height: 175px;
    overflow: hidden;
    float: right;
}

#blockMaterial{
    height: 290px;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 100px;
    padding-top: 60px;
}
#materialBlockGauche {
    float: left;
}
#blockMaterial .blockActivityTitle{
    text-align: left;
    text-transform: none;
    margin: 30px 0 20px 0;
}
#blockMaterialTexte{
    width: 450px;
}
#ulSliderMaterial li{
    display: inline-block;
    margin: 50px 5px 0 0;
    padding: 0;
    font-family: 'ubunturegular';
}
#blockMaterialImage{
    width: 530px;
    float: right;
}


#blockEntreprise {
    margin-top: 100px;
    height: 220px;
}
#blockEntrepriseTexteRight{
    width: 450px;
    float: left;
}
#blockEntrepriseTexteLeft{
    width: 450px;
    float: right;
}

#blockMap{
    width: 100%;
    height: 450px;
}
#blockMap iframe{
    width: 100%;
    height: 450px;
}

#blockContact{
    background-color: grey;
    height: 500px;
    width: 100%;
    margin-top: 100px;
    padding-top: 60px;
}
form {
    width: 680px;
    height: 275px;
    margin-bottom: 25px;
    float: left;
}
input {
    background: grey;
    border:0px solid white;
    border-bottom: 2px solid white;
    font-family: 'ubuntulight';
    color: white;
    width: 305px;
    height: 40px;
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 18px;
    outline: none;
}
textarea {
    background: grey;
    width: 650px;
    height: 30px;
    border:0px solid white;
    border-bottom: 2px solid white;
    font-family: 'ubuntulight';
    color: white;
    font-size: 18px;
    outline: none;
}
input[type=submit] {
    cursor: pointer;
    width: 150px;
    height: 40px;
    border: 2px solid white;
    font-family: 'ubuntulight';
    float: right;
    margin: 50px 25px 0 0;
    color: white;
}
.rightBlockContactForm{
    width: 200px;
    float: right;
    color: white;
}
.rightBlockContactForm b{
    font-family: 'ubuntubold';
}
::-webkit-input-placeholder {
   color: white;
}
:-moz-placeholder {
   color: white;
}
::-moz-placeholder {
   color: white;
}
:-ms-input-placeholder {
   color: white;
}


#sliderImg span {
    position: absolute;
    z-index: 10;
}

.indexSlider {
    z-index: 11 !important;
}
