body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5; /* 21 px */
	color: #474747;
	font-weight: 300; /* light */
	margin: 0px;
	background-color: #F2F3F4;
}

/*MENU*/

.menu{
	position: fixed;
	top:0;
	left: 100%;
	width: 60%;
	height: 100%;
	background-color: #C1C1C1;
	z-index: 10;
	transition: transform .3s ease-out;
	color: #474747;
}

.menu--open{
	transform: translateX(-100%);
    background-color: #C1C1C1;
    overflow: hidden;
}


.burger{
	width: 50px;
	height: 50px;
	display: inline-block;
	background-image: url(images/burger.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
	border: none;
	background-color: transparent;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 10px;
	z-index: 15;
}


/* BODY */

.section{
	padding: 30px 30px 30px 30px;
	margin: 0px;
}

.banner{
	background: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-position: inherit;
    margin-top: 20%;
}

h1{
	padding-top: 50%;
	text-align: center;
	font-size: 30px;
	font-family: 'FjallaOne', sans-serif;
}

h2{
	text-align: left;
	font-weight: 400;
}


h3{
	margin-left: 20%;
	font-weight: 500;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
	display: block;
}

li{
	margin-top: 10%;
	display: list-item;
}



/* FOOTER */

footer {
  width: 100%;
  display: inline-block;
  height: 100px;
  background-color: #E7ECF7;
  margin-top: 10%;
}

.copyright{
  text-transform: capitalize;
  margin-top: 2%;
  padding:0;
}

a {
    text-decoration: none;
    text-align: center;
    font-weight: bold; 
    color: inherit;
    font-weight: 300;
    padding-left: 10%;
}

a:hover{
	color: #F06E83;
}


/* IMAGES */

.picture--office{
    width: 60%;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.picture--emotion{
    width: 60%;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.picture--journey{
    width: 60%;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.picture--ressenti{
    width: 60%;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.picture--li{
	float:left;
	width: 10%;
	margin: 0;
	padding: 0;
}


/* TABLETTE */



@media (min-width: 700px){

.columns {
  display: grid;
  border: 2px solid transparent;
  grid-template-columns: 50% 50%;
}

.columns > li {
  border: 2px solid transparent;
  padding: 1em;
}

.section{
	padding: 2% 5% 0% 5%;
	margin: 0px;
}

.section--left{
	padding: 5% 35% 0% 5%;
	margin: 0px;
}

.section--right{
	padding: 5% 5% 0% 35%;
	margin: 0px;
}

.picture--li{
	width: 5vh;
	padding-top: 10%;
}


.picture--office{
    width: 25%;
    position: relative;
	float: right;
	display: block;
	margin-top: -20%;
	margin-right: 5%;
}

.picture--emotion{
    width: 30%;
    position: relative;
	float: left;
	display: block;
	margin-top: -38%;
	margin-left: 3%;
}

.picture--journey{
    width: 30%;
    position: relative;
	float: right;
	display: block;
	margin-top: -15%;
	margin-right: 3%;
}

.picture--ressenti{
    width: 25%;
    position: relative;
	float: left;
	display: block;
	margin-top: -13%;
	margin-left: 5%;
}



}


/* PC */


@media (min-width: 1000px){

.banner{
	background-size: 80%;
	margin-top: -12%;
	background-position: center;
}

h1{
	padding-top: 48%;
	font-size: 80px;
}

.section{
	padding: 2% 15% 0% 15%;
	margin: 0px;
}

.section--left{
	padding: 5% 45% 0% 15%;
	margin: 0px;
}

.section--right{
	padding: 5% 15% 0% 45%;
	margin: 0px;
}

.picture--office{
    width: 25%;
    position: relative;
	float: right;
	display: block;
}

.picture--emotion{
    width: 30%;
    position: relative;
	float: left;
	display: block;
}

.picture--journey{
    width: 30%;
    position: relative;
	float: right;
	display: block;
	margin-top: -24%;
	margin-right: 10%;
}

.picture--ressenti{
    width: 25%;
    position: relative;
	float: left;
	display: block;
	margin-top: -20%;
	margin-left: 10%;
}

body{
	font-size: 24px;
}

}

@media (min-width: 1700px){

.picture--emotion{
	width: 25%;
	position: relative;
	float: left;
	display: block;
	margin-top: -50vh;