/* MENU */
body {margin:0;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}

/*Image bandeau */
body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
    /* The image used */
    background-image: url("img/bandeau/thefoundation.jpg");

    /* Set a specific height */
    height: 35%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    		color: white;
	text-align:center;
	display:block;
	font-weight:bold;
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
} 

/*style du texte */
p
{
    text-align: justify;
    width:50%;
	margin-left:auto;
	margin-right:auto;
    color: black;
	font-size:1.1em;
} 

ul
{
    text-align: justify;
    color: black;
	font-size:1.1em;
	    list-style-image: url('ul-symbol.png');
} 

.ensavoirplus
{
    text-align:center;
	font-weight:bold;
	font-size:1.3em;
}

a
{
    text-decoration:none;
}

.missions
{
    text-align:center;
	width:100%;
	color: black;
	font-size:1.2em;
	font-weight:bold;
} 

.colonne
{
    width:33%;
	float:left;
} 

.ligne
{
    width:50%;
	margin:auto;
} 

.video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        overflow: hidden;
		height:0;
		width:50%;
		margin-left:auto;
		margin-right:auto;
	margin-bottom: -30%;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
}

/* media queries texte */
@media screen and (max-width: 980px) {
    p {
        width: 95%;
		margin-right:auto;
		margin-left:auto;
		font-size:1em;
    }
	
    ul {
		font-size:1em;
    }
	
	.video-container {
		width:100%;
		margin-bottom: 0;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;
}
	.ligne
{
    width:95%;
	margin:auto;
} 

.colonne
{
    width:95%;
	margin:auto;
} 
}

@media screen and (min-width: 981px) and (max-width: 1300px) 
{
    p {
        width: 95%;
		margin-right:auto;
		margin-left:auto;
    }
	.ligne
{
    width:95%;
	margin:auto;
} 
}



