@charset "utf-8";
/* CSS Document */
* {
	font-family: 'Roboto Slab', serif;
    font-size: 1.5vw;
}
body {
	height: 60vw;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7E00), to(#FFC967));
	background-repeat: no-repeat;
  }

img.logo{
	display: inline-block;
	position: relative;
	text-align: center;
	max-width: 100%;
	max-height: 8vw;
}
#logo{ /*el logo amagat*/
	display: inline-block;
	position: relative;
	text-align: center;
	max-width: 100%;
	max-height:20vw;
	cursor: pointer;
	z-index: 1000;
}
#logo2{
	display: hide;
	position: relative;
	top: 0.5vw;
	left: 2vw;
	width: 20%;
	cursor: pointer;
    z-index: 1000;
}
.ico-menu{
	position: relative;
	padding: 1vw;
	height: 8vw;
	float: right;
	cursor: pointer;
    z-index: 1000;
}
.nom{
	display: block;
	position: relative;
    width: 100%;
	top: 2vw;
	text-align: center;
    font-weight: 600;
	font-size: 5vw;
    left: 0%;
}
.caract{
    position: relative;
	width: 96%;
    left: 2%;
    top: 2vw;
    text-align: center;
    line-height : 2.5vw;
    height: auto;
    }
.enunciat{
	display: block;
	position: relative;
    width: 100%;
	top: 0vw;
	text-align: center;
	font-size: 4vw;
    line-height : 4.5vw;
    height: auto;
    left: 0%;
}
.foto {
	width: 100%;
	position: relative;
    text-align: center;
    margin-bottom: 4vw;
    top: 33vw;
}
.fotog {
	width: 85%;
	position: relative;
	top: -25vw;
}


@media (min-width: 768px) and (max-width: 1200px){
body {
	height: 120vw;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7E00), to(#FFC967));
	background-repeat: no-repeat;
  }

.logo{ /*el logo amagat*/
	display: block;
	position: relative;
	width: 100%;
}
#logo{ /*el logo amagat*/
	display: inline-block;
	position: relative;
	text-align: center;
	max-width: 100%;
	max-height:20vw;
	cursor: pointer;
	z-index: 1000;
}
#logo2{
	position: relative;
	top: 0.5vw;
	left: 2vw;
	width: 10%;
	cursor: pointer;
}
.nom{
	display: block;
	position: relative;
    width: 100%;
	top: -5vw;
	text-align: center;
	font-size: 3vw;
    left: 0%;
}
.caract{
    position: relative;
	width: 96%;
    left: 2%;
    top: -1vw;
    text-align: center;
/*    line-height : 1.5vw;*/
    height: auto;
    }
.enunciat{
	display: block;
	position: relative;
    width: 100%;
	top: 0vw;
	text-align: center;
	font-size: 2vw;
    line-height : 2.8vw;
    height: auto;
    left: 0%;
}
.foto {
	width: 98%;
	position: relative;
    text-align: center;
    top: 2vw;
    margin-bottom: 4vw; 
}
.fotog {
	width: 85%;
	position: relative;
    top: 0vw;
	
}
}
@media (min-width: 1200px) {
body {
	height: 80vw;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7E00), to(#FFC967));
	background-repeat: no-repeat;
  }

.logo{
	display: inline-block;
	position: relative;
	width: 10%;
}
#logo{ /*el logo amagat*/
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1000;
}
#logo2{
	display: inline-block;
	position: relative;
	cursor: pointer;
    width: 10%;
	z-index: 1000;
}
.nom{
	display: block;
	position: relative;
    width: 100%;
	top: -5vw;
	text-align: center;
	font-size: 3vw;
    left: 0%;
}
.caract{
    position: relative;
	width: 96%;
    left: 2%;
    top: 0vw;
    text-align: center;
    line-height : 2.5vw;
    height: auto;
    }
.enunciat{
	display: block;
	position: relative;
    width: 100%;
	top: 0vw;
	text-align: center;
	font-size: 1.5vw;
    line-height : 2.5vw;
    height: auto;
    left: 0%;
}
.foto {
	width: 50%;
	position: relative;
    top: 1vw;
    left: 25%;
    margin-bottom: 2vw;
}
.fotog {
	width: 85%;
	position: relative;
	top: 0vw;
}
}