.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-center {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}



.titre {
	max-width:70%;
	height:auto;
	margin:auto;
	text-align:center;
}

.titre img {
	max-width:100%;
	height:auto;
}

.chapo {
	width:70%;
	margin:auto;
	margin-top:2%;
	font-size:1em;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); */
	background-color:rgba(255,255,255,0.5);
	color:#000;
	padding:20px;
}

.container {
	margin:auto;
	width: 100%;
	height: 100%;
	/* text-align:center; */
}

.programme {
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	position:absolute;
	display:inline-block;
}

.menu img {
	width:25%;
	height:auto;
	background-color:rgba(255,255,255,1);
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
}

.menu-1:hover, .menu-2:hover, .menu-3:hover, .menu-4:hover, .menu-5:hover, .menu-6:hover  {
	opacity:0.8;
}


p {
	padding:0;
	margin:0;
}

.intro {
	margin:auto;
	text-align:center;
	/* max-width:700px; */
	font-weight:400;
	font-size:1.2em;
	line-height:1.2em;
	/* background-color:#1DAAD0; */
	/* background-color:#00a7e3; */
	background-color:rgba(0,167,227,0.8);
	color:#fff;
	padding:15px 10%;
}

.boutons {
	margin:auto;
	text-align:center;
	/* width:70%; */
	height:auto;
	/* background:red; */
	padding:0px;
	margin-top:1%;
}

.chapitre {
	/* background-color:green; */
	padding:10px;
	margin:10px;
	font-size:3em;
	background-color:rgba(255,255,255,0.5);
	transition: all ease 0.23s;
	cursor:pointer;
	width:auto;
	display: inline-block;
}

.chapitre:hover {
	background-color:rgba(255,255,255,0.2);
}

strong {
	font-weight:900;
}

.img-responsive {
	position:relative;
	display: inline-block;
	width:253px;
	padding:5px;
	max-width: 80%;
	height: auto;
	margin:auto;
	opacity:1;
	/* transition:all ease 0.15s; */
}

.img-responsive:hover{
	/* opacity:0.8; */
	/* transform:rotate(2deg); */
	transform:scale(0.98);
}

h2 {
	/* top:20px; */
	z-index:2;
}

.logo {
	position:fixed;
	bottom: 15px;
	right:15px;
	z-index:100;
	width:50px;
	height:50px;}



	

.partages {
	right:20px;
	top:10px;
	position:fixed;
}



@media screen and (min-width:1700px){
	.chapo {
	width:50%;
	margin:auto;
	margin-top:2%;
	font-size:1.5em;
	}
	.boutons {
	width:50%;
	}
	.titre {
	max-width:50%;
	/* margin-top: 5vh; */
	}
}

@media screen and (max-width: 1024px){
	.menu img {
	width:25%;
	max-width:25%;
	height:auto;
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
	}
}

@media screen and (max-width: 770px){
	.titre {
	max-width:80%;
	/* margin-top:50px; */
	}
	.chapo {
	width:80%;
	margin-top:3%;
	font-size:0.9em;
	}
	.boutons {
	width:80%;
	margin-top:3%;
	}
	.chapitre1 {
	width:100%;
	}
	.chapitre2 {
	width:100%;
	margin-top:5%;
	}
	.partages {
	display:none;
	}
	.intro {
	width:90%;
	font-weight:400;
	font-size:0.9em;
	line-height:1.1em;
	margin-top:10px;
	margin-bottom:20px;
	}	
	.logo {
	bottom: 5px;
	right:5px;
	width:35px;
	height:35px;
	}	
	.titre img {
	width:100%;
	height:auto;
	}
	.menu img {
	width:50%;
	height:auto;
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
	}
	.video-center {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
}

@media screen and (max-width: 400px){
	.menu img {
	width:100%;
	height:auto;
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
	}
	}

