body {

font-family: 'VistaBold', arial, helvetica;

background-color: #E6007E;

}
.count {width : 60%;
background-color : #fff;
text-align : center;
color : #fff;
margin : 0 auto;
font-family: 'VistaBold', arial, helvetica;
transform-origin: 50% 50%;
transform: rotate(-2deg);
}
.top {width : 100%;
height : 200px;
margin-top: 40px;
 background:url("img/top.png") 5% 7%  no-repeat #E6007E;
  display:block;
  
  }

h1 {  
font-size : 20em !important;
margin-bottom : 0px !important;
margin-top : -80px !important;
color : #261e69 !important;
 }
 h2{
float : right;
font-size : 5.2em !important; 
background-color: #fff;
color : #261e69 !important;
width : 400px;
margin-top: -30px !important;
margin-right: 15%;
text-align : center;
padding : 20px;
text-transform : lowercase !important;
transform-origin: 50% 50%;
transform: rotate(-2deg);

 }
footer { position: absolute;
    bottom: 0;padding : 20px;
	width : 100%;}
	a {color : #261e69;}
	
.lien{background:url("img/fab.png") 0 bottom  no-repeat;
  display:inline-block;
width: 33%;
    height: 120px;}	
.logo {  background:url("img/logo.png") 80% bottom no-repeat;
  display:inline-block;
 width: 33%;
    height: 120px;

	}
.img{
background:url("img/hommes.png") 50% bottom no-repeat;
  display:inline-block;
 width: 33%;
    height: 400px;
	}

	
@media screen and (max-width: 1200px) {
.lien, .logo, .img{display : block !important;
width : 100%;}
.logo{
background:url("img/logo.png") 50% bottom no-repeat;
}
.top {
 background:url("img/top.png") 50% 7%  no-repeat #93C01F;}
 .lien{background:url("img/fab.png") 50% bottom  no-repeat;
}	
.count {

margin-top : 120px !important;
}
 
.img img{margin :0 0 !important;}
footer {
padding-top : 120px;
position : relative !important;
width : 100% !important;
margin : 0 auto !important;}


}
@media screen and (min-width: 600px) AND (max-width: 1200px) {

h1 {font-size : 15em !important;}
}

}
@media screen and (max-width: 600px) {

.lien, .logo, .img{display : block !important;
width : 100% !important;}
.logo{
background:url("img/logo.png") 50% bottom no-repeat;
}
.top {
 background:url("img/top.png") 50% 7%  no-repeat #93C01F;}
 .lien{background:url("img/fab.png") 50% bottom  no-repeat;
}	

h1 {  

font-size : 10em !important;}

h2 {font-size : 4em !important;}
}
}