/* //////////////////     Mobile FIRST     /////////////////// */

.normalize{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 44px;
	color : black;
	height: 100%;
	width: 100%;
	text-align: left;
	background-color: none;
	position: absolute;
	display: block;
	background-color: white;/* à enlever */
}
a{
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size : 40%;
	display : block;
	padding-top: 0%;
	padding-bottom: 0%;
	text-align : center;
	padding-left : 1%;
	padding-right : 1%;
}
p{
	font-size : 40%;
}
h1{
	margin: 0px;
	font-size: 40%;
	font-family: garamond;
    font-weight: 600;
    font-style: normal;
	text-align : center;
	padding-top: 2%;
	padding-bottom: 2%;
	color : #311E48;
}
h2{
	font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
	font-size: 40%;
	text-align : center;
	color : #3A2137;

}
#photo{
	content: url(./images/iliana.png);
	display: block;
	width: auto;
	height: 80%;
	margin-left: auto;
 	margin-right: auto;
}
#main1a{
	display: block;
	height:50%;
}
#main1b{
	display: block;
	height:32%;
	padding-top:3%;
	padding-bottom:3%;
}

main{
	text-align: center;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
        background-image : url(./images/background.jpg);
		background-repeat: no-repeat;
	background-size: cover;
    }
	