/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Interstate';
	font-size: 17px;
	color: #333333;
	font-weight: 300;
	line-height: 22px;
    background: #e7e6e6;
}

div#page-container { /* contient le contenu de la page */
	position: relative;
    overflow: hidden;
}
div#page-content {
	position: relative;
	z-index: 9;
	min-height: 600px;
}


div.inside, .container {
	margin: 0 auto; 
	position: relative;
    width: 1175px;
}
div.inside-straight, .container-straight {
	margin: 0 auto; 
	position: relative;
    width: 900px;
}

section {
}
section.insider {
	padding: 5rem 0 2rem;
}
section.white {
	background: #FFF;
}
section.padding-bottom {
	padding-bottom: 2rem;
}

.content-section {
	position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.content-section.unfixed {
		background-attachment: unset;
	}

div.column660 {
	margin: 0; 
	position: relative;
	width: 680px;
	float: left;
}
div.column290 {
	margin: 0; 
	position: relative;
	width: 290px;
	float: right;
}


div.column600 {
	margin: 0; 
	position: relative;
	width: 600px;
	float: left;
}
div.column350 {
	margin: 0; 
	position: relative;
	width: 350px;
	float: right;
}

.shad1 {
	box-shadow: 0px 3px 5.58px 0.42px rgba(0, 0, 0, 0.21);
}
.shad2 {
	box-shadow: 0px 2px 3.58px 0.42px rgba(0, 0, 0, 0.11);
}

		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/

/* LINKS */
a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: color,background,box-shadow;
	transition-property: color,background,box-shadow;
}
a:hover { 
    text-decoration: none; 
	cursor: pointer; 
}

/* HR */
hr {
}
.clear {
	clear: both;
}
