/*-----------------------------------------------------------------------
   Fonts
----------------------------------------------------------------------- */
/*
@font-face {
font-family: 'GT Pressura';
src: url('../fonts/GT-Pressura-Bold.eot'),
	url('../fonts/GT-Pressura-Bold.otf') format('truetype'),
     url('../fonts/GT-Pressura-Bold.woff') format('woff'),
     url('../fonts/GT-Pressura-Bold.woff2') format('woff2'),
     url('../fonts/GT-Pressura-Bold.eot?#iefix') format('embedded-opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'GT Pressura';
src: url('../fonts/GT-Pressura-Light.eot'),
	 url('../fonts/GT-Pressura-Light.otf') format('truetype'),
     url('../fonts/GT-Pressura-Light.woff') format('woff'),
     url('../fonts/GT-Pressura-Light.woff2') format('woff2'),
     url('../fonts/GT-Pressura-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
	font-style: normal;
}
*/


/*-----------------------------------------------------------------------
   Typographie
----------------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: 2px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	line-height: 1em;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
figure {
	margin: 0;
}

/*-----------------------------------------------------------------------
   Mise en page
----------------------------------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1180px;
}

.in-wrap {
	margin: 0 auto;
	max-width: 900px;
}
.short-wrap{
	margin: 0 auto;
	max-width: 600px;
}
.flex-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inner{
	margin: 0 auto;
	width: 1060px;
}

.text p{
	margin-bottom: 20px;
}

.image-responsive{
	display: none;
}



/*-----------------------------------------------------------------------
   Tableaux
----------------------------------------------------------------------- */

table {
	width: 100%;
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top
}

/*-----------------------------------------------------------------------
   Contenus
----------------------------------------------------------------------- */



