/*---------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------- RESET ----------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	background-color: #2d2e35;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: 0;
	outline: none;
	transition: all 300ms ease 0s;
}
a{
	text-decoration:none;
	transition: all 300ms ease 0s;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Global -------------------------------*/
/*-----------------------------------------------------------------------*/
.wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:20;
}
.clear{
	display: block;
	clear:both;
}
.text-replace{
	height: 1px;
    left: -1000px;
    position: absolute;
    top: -1000px;
    width: 1px;
}
img{
	max-width:100%;
	height:auto;
}
.left{
	width: 50%;
	float: left;
	position: relative;
}
.right{
	width: 50%;
	float: right;
	position: relative;
}
h2, h3{
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #fff;	
	margin: 0 0 70px 0;
}
h2 b, h3 b{
	font-weight: 700;
}



/* Btn-Top */
#btn-top {
    background: url("images/back-top.png") no-repeat;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 55px;
    position: fixed;
    right: 20px;
    width: 55px;
    z-index: 999;
}
#btn-top a {
    display: block;
    height: 36px;
    width: 50px;
}
#btn-top:hover{
	opacity: 0.7;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Header -------------------------------*/
/*-----------------------------------------------------------------------*/
header{
	background-color: #1f2025;
    height: 95px;
    line-height: 95px;
    position: fixed;
    width: 100%;
    z-index: 100;
    font-size: 0;
}
h1{
	width: 25%;
}
h1, nav, .rs{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}


/* Navigation */
nav{
	width: 65%;
}
nav ul{
	float: right;
}
nav li{
	float: left;
	text-transform: uppercase;
}
nav li a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	border-right: 1px solid #525461;
	margin: 0 0 0 15px;
    padding: 0 15px 0 0; 
}
nav li a:hover{
	color: #d88d09;
}
nav li:nth-child(3) a{
	border: 0 none;
	padding: 0 5px 0 0;
}
nav li.download a{
    border: 1px solid #d88d09;
    border-radius: 5px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 7px 15px;
}
nav li.download a:hover{
	color: #fff;
	background-color: #d88d09;
}

/* Icon */
#nav-icon{
    cursor: pointer;
    height: 22px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    float: right;
    display: none;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}
#nav-icon span:nth-child(4) {
  top: 20px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Réseaux Sociaux */
.rs{
	width: 10%;
}
.rs a{
	border-radius: 20px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px;
	float: right;
}
.rs a:nth-child(1){
	background: #2d2e34 url("images/ico-rs-facebook.png") 0 0 no-repeat;
}
.rs a:nth-child(2){
	background: #2d2e34 url("images/ico-rs-twitter.png") 0 0 no-repeat;
}
.rs a:hover{
	background-color: #ffffff;
}


/*-----------------------------------------------------------------------*/
/*--------------------------------- Home --------------------------------*/
/*-----------------------------------------------------------------------*/
#home{
	background: #292A30 url("images/bg-part1.png") center 80px no-repeat fixed;
	padding: 95px 0 75px 0;
}
#home .left{
	padding: 250px 0 0;
	opacity: 1;
}
h2{
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	color: #fff;	
	margin: 0 0 70px 0;
}
h2 b{
	font-weight: 700;
}
#home a:nth-child(3){
	margin: 0 0 0 10px;
}
#home a img:hover{
	opacity: 0.7;
}
#home .right{
	text-align: center;
	padding: 130px 0 0;
	position: relative;
}
#home .mobile-prll{
	background: url("images/mobile-part1.png") center center no-repeat;
	height: 650px;
    margin: 0 auto;
    position: relative;
    width: 296px;
    z-index: 99;
    margin-top: -68px;
}
#home .right .scene {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60px;
	left: 0;
	height: 100%;
	width: 100%;
}
#home .right .scene li{
	width: 100%;
	height: 100%;
}
#home .right .scene .layer img{
	position: absolute;
}
.scene .layer:nth-child(1) img {
	right: 35%;
	top: -3%;
}
.scene .layer:nth-child(2) img {
	left: -9%;
	bottom: 8%;
}
.scene .layer:nth-child(3) img {
	left: 0;
	top: 8%;
}
.scene .layer:nth-child(4) img {
	right: 12%;
	top: 35%;
}
.scene .layer:nth-child(5) img {
	left: 0;
	top: 40%;
}
.scene .layer:nth-child(6) img {
	right: 15%;
	bottom: 20%;
}
.scene .layer:nth-child(7) img {
	left: 17%;
	top: 25%;
}
.scene .layer:nth-child(8) img {
	right: 0%;
	top: 50%;
}
.scene .layer:nth-child(9) img {
	left: 10%;
	bottom: 30%;
}
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}



/*-----------------------------------------------------------------------*/
/*-------------------------------- Sports -------------------------------*/
/*-----------------------------------------------------------------------*/
#sports{
	background: #37383f;
	padding: 50px 0;
}
#sports .wrapper{
	width: 1200px;
}
#sports h3{
	text-align: center;
	line-height: 40px;
	margin-bottom: 40px;
}
#sports h3 span{
	display: block;
	color: #82848f;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin-top: 10px;
}
#sports ul{
	display: table;
	margin: 0 auto;
}
#sports ul li{
	float: left;
	width: 75px;
	text-align: center;
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
}
#sports ul li span{
	font-size: 10px;
	font-weight: 800;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
#sports li.nbr{
	color: #82848f;
    font-size: 35px;
    padding: 10px 0 0 10px;
    width: 95px;
}
#sports li:nth-child(1){
	color: #edbd2c;
}
#sports li:nth-child(2){
	color: #ff8f00;	
}
#sports li:nth-child(3){
	color: #c94f01;
}
#sports li:nth-child(4){
	color: #DE5535;
}
#sports li:nth-child(5){
	color: #FF6B57;
}
#sports li:nth-child(6){
	color: #E63955;
}
#sports li:nth-child(7){
	color: #8C5745;
}
#sports li:nth-child(8){
	color: #7092AE;
}
#sports li:nth-child(9){
	color: #BDBDBD;
}
#sports li:nth-child(10){
	color: #3A528A;
}
#sports li:nth-child(11){
	color: #06ACBB;
}
#sports li:nth-child(12){
	color: #14B474;
}
#sports li:nth-child(13){
	color: #A1AF05;
}
#sports li:nth-child(14){
	color: #449104;
}



/*-----------------------------------------------------------------------*/
/*------------------------------ Slider App -----------------------------*/
/*-----------------------------------------------------------------------*/
#slider-app{
	height: 600px;
	background-color: #2b2c32;
	position: relative;
}
#slider-app .bx-viewport{
	overflow: inherit !important;
}
#slider-app .left{
	text-align: center;
}
#slider-app .left img{
	position: absolute;
    left: 0;
    top: 80px;
    z-index: 99999;
}
#slider-app .right{
	margin-top: 200px;
}
#slider-app li .bg{
	height: 600px;
}
#slider-app li:nth-child(1) .bg{
	background: url("images/bg-natation.jpg") 0 0 no-repeat fixed;
	background-size: cover;
	opacity: 0.4;
}
#slider-app li:nth-child(2) .bg{
	background: url("images/bg-running.jpg") 0 0 no-repeat fixed;
	background-size: cover;
	opacity: 0.4;
}
#slider-app li:nth-child(3) .bg{
	background: url("images/bg-rugby.jpg") 0 0 no-repeat fixed;
	background-size: cover;
	opacity: 0.4;
}
#slider-app .right p{
	color: #ffffff;
	font-size: 35px;
	font-weight: 300;
	line-height: 45px;
}
#slider-app .right p b{
	font-weight: 800;
}
.bx-controls {
    position: absolute;
    bottom: 140px;
    width: 50%;
    right: 0;
    z-index: 999;
}
.bx-pager-item a{
	background: #fff;
    border-radius: 10px;
    float: left;
    height: 10px;
    margin: 0 5px 0 0;
    overflow: hidden;
    width: 10px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
.bx-pager-item a.active{
	background-color: #d88d09;
	border: none;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Stores -------------------------------*/
/*-----------------------------------------------------------------------*/
#stores{
	background: #ececec;
	padding-bottom: 70px;
}
/*#shiva{
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 100px;
  font-size: 35px;
  font-weight: 300;
}
.count{
  color:#1f2025;
  font-size:55px;
  font-weight: 800;
  margin: 0 0 0 10px;
}*/
.txt{
	display: block;
	color: #82848f;
	font-size: 20px;
}
#slider-com{
	width: 800px;
	margin: 90px auto;
	clear: both;
	position: relative;
}
.citation{
	height: 34px;
	width: 44px;
	position: absolute;
}
.citation-left{
	background-image: url("images/ico-citation-left.png");
	top: -10px;
	left: 0;
}
.citation-right{
	background-image: url("images/ico-citation-right.png");
	bottom: -10px;
	right: 0;
}
#slider-com h4{
	color: #d88d09;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}
#slider-com .stars {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}
#slider-com .stars span{
	background: url("images/ico-star.png") 0 0 no-repeat;
	height: 14px;
	width: 15px;
	float: left;
}
#slider-com p{
	color: #1f2025;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 25px 0;
}
#slider-com span{
	color: #1f2025;
	font-size: 15px;
	font-weight: 300;
	display: block;
	text-align: center;
}
#stores .stores{
	text-align: center;
}
#stores .stores a{
	margin: 5px 8px;
}
#stores .stores a:hover{
	opacity: 0.7;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Press --------------------------------*/
/*-----------------------------------------------------------------------*/
#press{
	background: #ffffff;
	padding: 40px 0;
}
#press .wrapper {
    width: 1200px;
}
#press h3{
	color: #1f2025;
	margin: 0 0 55px;
	text-align: center;
}
#press ul{
	display: table;
	margin: 0 auto;
	text-align: center;
}
#press ul li{
	display: inline-block;
	margin: 5px;
}
#press ul li a{
	opacity: 0;
}
#press li a:hover img{
	opacity: 0.6;
}
#press .presskit{
	border: 1px solid #d88d09;
    border-radius: 5px;
    color: #1f2025;
    display: table;
    font-size: 14px;
    font-weight: 800;
    margin: 50px auto 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
#press .presskit:hover{
	background-color: #d88d09;
	color: #fff;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Footer -------------------------------*/
/*-----------------------------------------------------------------------*/
footer{
	background: #292a30 url("images/bg-part5.png") left bottom no-repeat;
	padding: 75px 0 0 0;
}
footer h3 {
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
footer h3 span {
    color: #82848f;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}
footer form{
	width: 800px;
	margin: 25px auto;
}
footer form .input{
	width: 40%;
	float: left;
}
footer form .textarea{
	width: 55%;
	float: right;
}
footer form input, footer form textarea{
	background-color: #292a30;
    border: 1px solid #585858;
    background-repeat: no-repeat;
    border-radius: 5px;
    resize: none;
    width: 100%;
    padding: 12px 12px 12px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #82848f;
    font-size: 14px;
    font-weight: 300;
    font-family: "open sans";
    letter-spacing: 0.5px;
}
footer form input[type="text"]:nth-child(1){
	background-image: url("images/ico-form-name.png");	
	background-position: 13px center;
}
footer form input[type="text"]:nth-child(2){
	background-image: url("images/ico-form-society.png");
	background-position: 13px center;	
}
footer form input[type="text"]:nth-child(3){
	background-image: url("images/ico-form-email.png");	
	background-position: 15px center;
}
footer form textarea{
	height: 187px;
	background-image: url("images/ico-form-mess.png");	
	background-position: 13px 13px;
}
footer form input:focus, footer form textarea:focus{
	border-color: #404040;
}
footer input[type="submit"]{
	background-image: none;
    border: 1px solid #d88d09;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 15px;
    text-align: right;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
}
footer input[type="submit"]:hover{
	background-color: #d88d09;
}
footer p{
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #82848f;
	line-height: 20px;
	padding: 15px 0;
}
footer p a{
	color: #82848f;
}
footer p a:hover{
	color: #d88d09;
}


/*-----------------------------------------------------------------------*/
/*-------------------------------- Sous-page ----------------------------*/
/*-----------------------------------------------------------------------*/
.ss-page{
	color: #82848f;
    font-weight: 300;  
}
.ss-page .rs {
    float: right;
    padding: 32px 0 0;
    width: auto;
}
.ss-page h6{
	text-align: center;
	color: #fff;
	font-size: 35px;
}
.ss-page .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 60px 0 30px;
    text-transform: uppercase;
}
.ss-page p {
	line-height: 22px;
}
.ss-page .content p a{
	color: #fff;
}
.ss-page .content p a:hover{
	color: #d88d09;
}
.ss-page .content {
	padding: 150px 0 80px 0;
}
.ss-page a.nav-home {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 95px;
    position: absolute;
    right: 120px;
    text-transform: uppercase;
    vertical-align: middle;
}
.ss-page a.nav-home:hover{
	color: #d88d09;
}


/*-----------------------------------------------------------------------*/
/*------------------------------ Media Queries --------------------------*/
/*-----------------------------------------------------------------------*/
@media screen and (max-width:1200px){
	
	/* Global */
	.wrapper{
		width: 100% !important;
		padding: 0 2% !important;
		box-sizing: border-box !important;
	}
	
	/* Sports */
	#sports ul {
	    text-align: center;
	}
	#sports ul li{
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
	#sports li.nbr{
		margin: 0;
	}
}

@media screen and (max-width:1000px){
	
	/* Footer */
	footer form {
	    margin: 25px auto;
	    width: 100%;
	}
}

@media screen and (max-width:800px){
	
	/* Home */
	#home .left {
	    padding: 30px 0 40px 0; /* Au lieu de 60 0 0*/
	    text-align: center;
	    float: none;
	    width: 100%;
	}
	#home .right {
	    padding: 40px 0 0;
	    position: relative;
	    text-align: center;
	    float: none;
	    width: 100%;
	}
	h2{ /* Ajouté */
		margin: 0 0 40px;
	}

	/* Stores */
	#slider-com {
		width: 100%;
	}
	.citation-left{
		top: -45px;
	}
}

@media screen and (max-width:767px){
	
	/* Nav */
	header{
		height: 80px;
		line-height: 80px;
	}
	nav {
	    display: inherit;
	    left: 0 !important;
	    position: absolute;
	    top: 80px;
	    width: 100%;
	}
	nav ul {
	    float: none;
	    width: 100%;
	    display: none;
	}
	nav li {
	    background-color: #16171b;
	    display: block;
	    float: none;
	    padding: 10px 0;
	    text-align: center;
	    width: 100%;
	}
	nav li a{
		border: none;
		padding: 0;
	}
	nav li:nth-child(3) a{
		padding: 0;
	}
	nav li.download a {
	    border: none;
	    padding: 0;
	    color: #d88d09;
	}
	nav li.download a:hover {
	    color: #fff;
	    background-color: inherit;
	}
	.rs {
	    width: auto;
	    float: right;
	    padding: 25px 75px 0 0;
	}
	h1{
		width: 140px;
	}
	#nav-icon {
		display: block;
	    position: absolute;
	    top: -50px;
	    right: 30px;
	}
	/* Nav des autres pages */
	.ss-page a.nav-home{
		line-height: 80px;
	}
	.ss-page .rs{
		padding: 25px 0 0 0;
	}
	
	
	/* Slider-app */
	#slider-app li:nth-child(1) .bg {
	    background: rgba(0, 0, 0, 0) url("images/bg-natation.jpg") center center no-repeat;
	    height: 600px !important;
	    width: 100% !important;
	    background-size: auto 100% !important;
	}
	#slider-app li:nth-child(2) .bg {
	    background: rgba(0, 0, 0, 0) url("images/bg-running.jpg") center center no-repeat;
	    height: 600px !important;
	    width: 100% !important;
	    background-size: auto 100% !important;
	}
	#slider-app li:nth-child(3) .bg {
	    background: rgba(0, 0, 0, 0) url("images/bg-rugby.jpg") center center no-repeat;
	    height: 600px !important;
	    width: 100% !important;
	    background-size: auto 100% !important;
	}
	#slider-app .right {
	    float: none;
	    position: relative;
	    width: 92%;
	    position: absolute;
	    top: 40px;
	    margin: 0px !important;
	    text-align: center;
	}
	#slider-app .left {
	    float: none;
	    position: absolute;
	    width: 92%;
	    top: 125px;
	}
	#slider-app .left img {
	    left: 0;
	    position: relative;
	    top: 80px;
	    width: 280px;
	    z-index: 99999;
	}
	.bx-controls{
		display: none;
	}

	
	/* Footer */
	footer{
		padding: 60px 0 0 0;
	}
	footer h3{
		margin-bottom: 30px;
	}
	footer form .input {
    	float: none;
    	width: 100%;
	}
	footer form .textarea {
	    float: none;
	    width: 100%;
	}
	footer p {
		font-size: 9px;
	}
	
}


@media screen and (max-width:640px){
	
	/* Global */
	h2, h3, #slider-app .right p{
		font-size: 27px;
		line-height: 32px !important;
		letter-spacing: -0.5px;
	}
	#sports h3 span, footer h3 span{
		font-size: 15px;
		line-height: 20px;
	}
	.wrapper{
		padding: 0 4% !important;
	}
	
	
	/* Home */
	#home .mobile-prll{
		height: 630px;
		margin: -110px auto 0;
	}
	#home a:nth-child(3) {
	    margin: 15px 0 0 0;
	    display: block;
	}
	
	/* Sports */
	#sports li.nbr {
		width: 75px;
		display: ruby-text-container;
		font-size: 30px;
		line-height: 80px;
		padding: 0 0 0 10px;
	}
	
	/* Stores */
	#stores{
		padding-bottom: 45px;
	}
	#slider-com {
	    margin: 100px auto 65px auto;
	}
	#shiva{
		font-size: 20px;
	}
	.count{
		font-size: 35px;
	}
	.txt{
		font-size: 15px;
	}
	#stores .stores a {
	    margin: 15px 8px;
	    display: block;
	}
}


/*-----------------------------------------------------------------------*/
/*-------------------------- Media Queries Retina -----------------------*/
/*-----------------------------------------------------------------------*/
@media only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2){
	.rs a:nth-child(1){
		background-image: url("images/ico-rs-facebook@2x.png");
		background-size: 29px 29px;
	}
	.rs a:nth-child(2) {
	    background-image: url("images/ico-rs-twitter@2x.png");
	    background-size: 29px 29px;
	}
	#btn-top {
    	background-image: url("images/back-top@2x.png");
    	background-size: 53px 54px;
    }
    #home .mobile-prll {
        background-image: url("images/mobile-part1@2x.png");
        background-size: 296px 579px;
    }
    #slider-com .stars span{
		background-image: url("images/ico-star@2x.png");
		background-size: 15px 14px;
	}
	.citation-left{
		background-image: url("images/ico-citation-left@2x.png");
		background-size: 44px 34px;
	}
	.citation-right{
		background-image: url("images/ico-citation-right@2x.png");
		background-size: 44px 34px;
	}
    footer{
	    background-image: url("images/bg-part5@2x.png");
	    background-size: 934px 587px;
    }
    footer form input[type="text"]:nth-child(1){
	    background-image: url("images/ico-form-name@2x.png");
	    background-size: 28px 22px;
    }
    footer form input[type="text"]:nth-child(2){
	    background-image: url("images/ico-form-society@2x.png");
	    background-size: 28px 25px;
    }
    footer form input[type="text"]:nth-child(3){
	    background-image: url("images/ico-form-email@2x.png");
	    background-size: 22px 21px;
    }
    footer form textarea{
	    background-image: url("images/ico-form-mess@2x.png");
	    background-size: 22px 21px;
    }
}




