.pre-conteneur {
	width:100%;
	height:auto;
	/* background-color:#fff; */
	/* margin-top:20vh; */
}

.conteneur-carte {
	width:80%;
	height:60%;
	border:none;
}

.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;
	/* 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:849px;
	font-weight:400;
	font-size:1.2em;
	line-height:1.2em;
	/* background-color:#1DAAD0; */
	background-color:rgba(0,0,0,0);
	color:#000;
	padding:15px;
}

iframe .i4ewOd-pzNkMb-haAclf {
	background-color:red;
}

.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:491px;
	padding:5px;
	max-width: 100%;
	height: auto;
	margin:auto;
	opacity:1;
	/* transition:all ease 0.15s; */
	padding:10px;
}

.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: 0px;
	}
}

@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:100%;
	/* 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:95%;
	font-weight:400;
	font-size:0.9em;
	line-height:1.1em;
	margin-top:10px;
	margin-bottom:00px;
	}	
	.logo {
	bottom: 5px;
	right:5px;
	width:35px;
	height:35px;
	}	
	.titre img {
	width:93%;
	height:auto;
	}
	.menu img {
	width:50%;
	height:auto;
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
	}
}

@media screen and (max-width: 400px){
	.menu img {
	width:100%;
	height:auto;
	display:inline-block;
	margin:auto;
	transition:all ease 0.23s;
	opacity:1;
	}

