/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} 

body {line-height: 1;}ol, ul{list-style:none;} 

blockquote, q{quotes:none;} 

blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} 

del{text-decoration:line-through;} 

table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}

a {

	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

bloc {
    display: inline-block; 
    vertical-align:middle;

}

img {

    max-width:300px;
    max-height:300px;
    width:auto;
    height:auto;

}

.matable td, 
.matable th {
	border-spacing: 5px;
	border-style:solid;
	border-top:thin solid #787B80;
	padding: 5px;
	vertical-align: top;
	overflow-x: auto; /*adding to get the scroll bar responsive table */
}

.sommaire td, 
.sommaire th {
	border-spacing: 5px;
	border-style:solid;
	border-top:thin solid #787B80;
	border-bottom:thin solid #787B80;
	border-left:thin solid #787B80;
	border-right:thin solid #787B80;
	padding: 5px;
	vertical-align: top;
}


header {

	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	z-index: 100;

}

#mini16{

	border: 0px;
	margin: 1px;
	width: 16px;
	height: 16px;

}

.vignette {
	background-size: cover;
	width: 150px;
	height: 100px;
	
}

.spacer {
	border=0;
	width: 100%;
	height: 1pt;
	
}

#mini32 {

	border: 0px;
	margin: 1px;
	width: 32px;
	height: 32px;

}

#logo{

	margin: 20px;
	float: left;
	width: 250px;
	height: 40px;
	background: url(../logo.gif) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../icons/menu-icon.png) center;


}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

h1 {

	font-size: 2em;
	font-family: 'PT Sans', sans-serif;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

h2 {

	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;

}



/* images */
.div-floatright { 
    float: right;
    clear: right;
    margin: 0;
    position:relative;
}

.div-floatleft { 
    float: left; 
    margin: 0.3em 0.5em 0.5em 0;
    position:relative;
}

.container {
    display: inline-block;
    position: relative;
	
}

.container .text {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: absolute;
    text-align: center;
    font-family: Georgia;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10%;
    color: white;
    width: 95%;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 1040px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}
?
.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

@media screen and (max-width: 400px) {
    .two-column .column,
        .three-column .column {
            max-width: 100% !important;
        }
  }