/*------------------GENERAL----------------*/
body {
	margin-top: 20px;
}

h2 {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 30px;
}

h1 {
	text-align: center;
}

/*Couleur des liens des videos*/
.allContent a {
	color: black;
	font-weight: normal;
}

/*OngletRepérage*/
.nav-tabs.nav-justified>li.passive  a {
	background-color: #f4f4f4;
	color: #3399CC;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-justified>li {
	border-color: #f0f0f0;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
}

/*-----Titre sommaire------*/
#sommaire {
	margin-left: 30%;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 18px;
}

/*Fond du contenu*/
#demarche .contenuonglet {
	background-color: rgba(255, 255, 255, 1);
	display: inline-block;
	border: 1px solid #ddd;
	border-top-width: 0;
	padding-top: 15px;
	width: 100%;
}

.ytp-cued-thumbnail-overlay {
	max-width: 100%;
	overflow-x: hidden;
}

/*--------FOND-----*/
body {
	background-repeat: repeat;
	padding-top: 70px;
	background-position: center center;
	height: auto;
	width: 100%;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*Mobile*/
@media ( max-width : 1200px) {
	body {
		padding-top: 80px;
	}
	#sommaire {
		margin-left: 0%;
	}
}

@media ( min-width :1201px) and (max-width:1204px) {
	body {
		margin-top: 80px !important;
	}
}