/* Mobile paysage*/
@media screen and (max-width: 768px){

h1{
	font-size:7vw;
}

h2{
	font-size: 5.8vw;
}

h3{
	font-size:4vw;
    line-height:6vw;
    margin-bottom: 30px;
}

h4 {
    font-size: 2.9vw;
    line-height: 3.9vw;
}

p {
    font-size: 3.1vw;
    line-height: 5.2vw;
}

button{
	font-size: 3.5vw;
}

/*---------- Accueil ----------*/
/*---------- Accueil ----------*/
/*---------- Accueil ----------*/

.contenu-accueil{
	width:100%;
}

#accueil nav {
    width: 75%;
    margin-left: 25%;
}


/*---------- Pourquoi ----------*/
/*---------- Pourquoi ----------*/
/*---------- Pourquoi ----------*/

#liste-pq{
	flex-direction: column;
}
#liste-pq li{
	width: 100%;
}

#liste-pq li.item-fond-orange-pq{
	margin:25px 0px;
}

/*---------- formations ----------*/
/*---------- formations ----------*/
/*---------- formations ----------*/

#presentation-formation{
	flex-direction:column;
}

#top-footer div,
.formations-item{
	width:100%;
}

/*---------- footer ----------*/
/*---------- footer ----------*/
/*---------- footer ----------*/

#top-footer{
	flex-direction: column;
	text-align: center;
}

#top-footer figure{
	width: 100%;
}

#top-footer div{
	margin-bottom:30px;
}

/***/
}

/* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*/
/* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*/
/* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*/
/* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*//* Mobile portrait*/

/* Mobile portrait*/
@media screen and (max-width: 481px){
h1{
	font-size: 10vw;
}

h3{
	font-size: 6vw;
    line-height: 9vw;
}

h4 {
    font-size: 3.9vw;
    line-height: 5.9vw;
}

p{
	font-size: 4.1vw;
    line-height: 8.2vw;
}

.item-text-pq p{
	margin-left:0%;
}

button {
    font-size: 5.5vw;
    padding: 30px 60px;
    line-height: 7.2vw;
}

#accueil{
	padding:25px 5%;
}

#formations,
#pourquoi{
	padding:50px 5%;
}

#accueil nav{
	width:100%;
	margin-left:0%;
}



/***/
}