@font-face {
font-family: 'Readex Pro';
src: url('../fonts/ReadexPro-ExtraLight.ttf') format('truetype');
}

@font-face {
font-family: 'Archivo';
src: url('../fonts/Archivo.ttf') format('truetype');
}

body{
	margin: 0px auto;
	background-color: #0D1D3D;
}

a{
	text-decoration: none;
}

/*LOGO MOUJ*/
.title{
	width: 550px;
	margin-top: 20px;
	margin-left: 150px;
}

.logomouj{
	width: 80px;
	margin: 0;
}

h1{
	margin: 0;
	height: 100px;
}
/**/

/*MENU*/
.menu{
	margin: 50px auto 40px 150px;
	font-family: 'Archivo', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-decoration: none;
	color: white;
}

.menu a{
	color: white;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #0F558B;
	text-decoration-thickness: 5%;
}
/**/

/*INTRO*/
.intro{
	color: white;
	font-family: 'Archivo', sans-serif;
	font-weight: lighter;
	font-size: 46px;
	width: 650px;
	margin-left: 150px;
}

.intro em{
	font-style: italic;
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #0F558B;
	text-decoration-thickness: 5%;
}
/**/

/*VAGUE*/
.wave1{
	position: relative;
	text-align: right;
	right: 0px;
	margin: 20px auto 0 auto;
	width: 100%;
	height: 95px;
	z-index: -20;
}

.wave1 img{
	width: 100%;
	margin: auto;
}
/**/

/*RUBRIQUES*/
.rubrique{
	color: white;
	width: 700px;
	margin: 0 0 100px 150px;
}

.rubrique-fr{
	font-family: 'Archivo', sans-serif;
	font-weight: lighter;
	font-size: 40px;
}

.rubrique-tn{
	font-family: 'Readex Pro', sans-serif;
	font-size: 20px;
	text-align: right;
}

.rubrique-fr, .rubrique-tn{
	position: relative;
	display: inline-block;
	width: 49%;
	line-height: 70px;
	top: 0;
}

.subtitle{
	position: relative;
	width: 700px;
	height: 60px;
}

.subtitle p{
	margin: 0;
}

.affiche{
	width: 400px;
	margin-top: 10px;
	display: inline-block;
}

.legend{
	display: inline-block;
	width: 276px;
	font-family: 'Archivo', sans-serif;
	font-weight: lighter;
	text-align: left;
	font-size: 19px;
	line-height: 130%;
	margin-left: 20px;
}

.legend .small{
	font-size: 16px;
	line-height: 130%;
	margin-top: 10px;
}

.small a{
	color: white;
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #0F558B;
	text-decoration-thickness: 5%;
}

.small a:hover{
	color: #9AC0C7;
}

.detail{
	width:700px;
	font-family: 'Archivo', sans-serif;
	font-weight: lighter;
	text-align: left;
	font-size: 19px;
	margin-top: 10px;
	line-height: 130%;
}

.detail em{
	font-weight: bold;
	font-style: normal;
}

.detail p{
	margin: 0;
	color: white;
}

.detail a{
	color: #5a8efe;
}

.contactbutton{
	background-color: white;
	text-align: center;
	width: 250px;
}

.contactbutton p{
	color: black;
	font-weight: normal;
	padding: 5px 0;
	margin-top: 20px;
}

a:hover .contactbutton{
	background-color: #9AC0C7;
}


/*--------------------------*/
/* --- VERSION TABLETTE --- */
/*--------------------------*/

@media(max-width: 1023px){

/*LOGO MOUJ*/
.title{
	width: 550px;
	margin: 20px auto;
}

/*MENU*/
.menu{
	width: 550px;
	margin: 50px auto 40px auto;
}

/*INTRO*/
.intro{
	font-size: 42px;
	width: 550px;
	margin: auto;
}

/*RUBRIQUES*/
.rubrique{
	width: 550px;
	margin: 0 auto 80px auto;
}

.subtitle{
	width: 550px;
}

.affiche{
	width: 100%;
}

.legend{
	width: 550px;
	margin: auto;
}

.detail{
	width:550px;
}

}


/*------------------------*/
/* --- VERSION MOBILE --- */
/*------------------------*/

@media(max-width: 767px){

/*LOGO MOUJ*/
.title{
	width: 350px;
	margin: auto;
}

.logomouj{
	margin-top: 20px;
	margin-left: 0;
}

/*MENU*/
.menu{
	position: relative;
	width: 350px;
	margin: 50px auto 40px auto;
}

/*INTRO*/
.intro{
	position: relative;
	font-size: 32px;
	width: 350px;
	margin: auto;
}


/*VAGUE*/
.wave1{
	height: 140px;
}

/*RUBRIQUES*/
.rubrique{
	width: 350px;
	margin: 0 auto 80px auto;
}

.subtitle{
	width: 350px;
}

.affiche{
	width: 100%;
}

.legend{
	width: 350px;
	margin: auto;
}

.detail{
	width:350px;
}

.contactbutton{
	width: 100%;
}

.contactbutton p{
	margin-top: 10px;
}

}
