/*  TYPO /////////////////////////////////////////////////////////// */


body {
    background:#f8f6f2;
    font-size: 1em;
	line-height:1.5em;
	font-family: Roboto, Arial, sans-serif;
    color:#222;
	
}

h1 {
	font-weight:700;
	font-family: 'Square Peg', sans-serif;
	font-size:2.5em;
	line-height:1.25em;
	color:#222;
	margin:0.25em 0 0.25em 0;
	float:left;
}

.iata {
	float:right;
	width:140px;
	margin-top:0.75em
}


a {
	color: #666;
	text-decoration:none;
}

a:hover, a.on {
	color: #C2914C;
}

strong {
	font-weight:bold
}

em {
	font-style:italic;
}


p {
	margin:0.5em 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 2em 0;
    padding: 0; 
}



.text-center {
	text-align:center
}

.text-left {
	text-align:left
}

.text-right {
	text-align:right
}

.text-uppercase {
	text-transform:uppercase;
}


.text-border-bottom {
	padding-bottom:0.75em;
	margin-bottom:1em;
	border-bottom: solid 1px #ddd;
	box-shadow: 0px 1px 0px 0px #fff;
}

.text-border-top{
	padding-top:0.75em;
	margin-top:1em;
	border-top: solid 1px #fff;
	box-shadow: 0px -1px 0px 0px #ddd;
}

.white-shadow {
	text-shadow: 0 1px 0 #fff;
}



/*  CHAPO  /////////////////////////////////////////////////////////// */

.chapo {
	margin: 0 1em;
	text-align:center
}

.chapo p{
	font-style: italic;
	font-size:1.125em;
	line-height:1.375em;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
}

/*  INTRO LIST  /////////////////////////////////////////////////////////// */

.intro-liste {
	font-size:0.875em;
	line-height:1.5em;
}

.intro-liste .ref{
	font-family: Roboto, sans-serif;
	color:#666
}
.intro-liste .ref strong{
	color:#C2914C;
}
.intro-liste strong{
	font-family: Roboto, sans-serif;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 TABLETTE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 1023px){
	
/*  TYPO /////////////////////////////////////////////////////////// */

h1 {
	font-size:2em;
	line-height:1.25em;
}

.iata {
	margin-top:0.25em
}


/*  CHAPO  /////////////////////////////////////////////////////////// */

.chapo {
	margin:0 1em;
}

.chapo p{
	font-size:1em;
	line-height:1.375em;
}

/*  INTRO LIST  /////////////////////////////////////////////////////////// */

.intro-liste {
	font-size:0.8125em;
	line-height:1.5em;
}


	
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 SMARTPHONE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 767px){
	
/*  TYPO /////////////////////////////////////////////////////////// */

h1{
	font-size:1.75em;
	line-height:1.25em;
	margin:0.125em 0 0 0
}

.iata {
	width:100px
}




/*  CHAPO  /////////////////////////////////////////////////////////// */

.chapo {
	margin:5% 1em;
}

.chapo p{
	font-size:0.875em;
	line-height:1.375em;
}

/*  INTRO LIST  /////////////////////////////////////////////////////////// */

.intro-liste {
	padding:0.25em 0.66em;
	font-size:0.75em;
	line-height:1.5em;
}


}
