/* GLOBAL + RESET */

	html, body {
		height: 100%;
		width: 100%;
	}
	
	body {
		background: #f5f5f5;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
	}
	
	
/* MAGIC */

.top50 {
	height: 50px;
}

.pad80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.nolink, .nolink:hover, .nolink:active, .nolink:focus {
	color: #555;
	text-decoration: none;
}

.bubble {
	background: #fff;
	padding: 30px;
}

.bubble2 {
	background: #fff;
	padding: 30px
	}

.buttonlink {
	padding: 17px 24px 17px 24px;
	border: 2px solid #555;
	display: inline-block;
	color: #555;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s ease-in;
}

.buttonlink:hover,.buttonlink:focus, .buttonlink:active {
	transition: all 0.3s ease-in;
	background: #555;
	color: #fff;
	text-decoration: none;
}

.divide {
	width: 100px;
	border-top: 1px solid #555;
	height: 5px;
	display: block;
}
	
/* LAYOUT */	

.logo {
	margin-bottom: 20px;
}

.topbar {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	padding: 5px 0 5px 0;
}

.fullheader {
	background: url(../images/DSC00176-1_medium.jpg) center center no-repeat fixed;
	/*background: url(../images/repet_edgarmalo.jpg) center center no-repeat fixed;*/
	background-size: cover;
	position: relative;
	color: #fff;
}

.fullheader2{
	position: relative;
	color: #fff;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 0;
}

.centeredcontainer {
	display: table;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
}

.centeredcontent {
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

.centeredcontent2 {
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	padding-top: 70px;
	/*padding-bottom: 200px;*/
}

.figheight {
	text-align: center;
	*border: 1px solid #c2c2c2;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	*background: #fff;
}

.figheight .fa {
	transform: translateY(40px);
	transition: all 0.3s ease;
	z-index: 0;
}

.figheight:hover > .fa {
	transform: translateY(0px);
	transition: all 0.3s ease;
}

.figheight figcaption {
	padding: 20px;
	border-top: 1px solid #888;
	background: #f5f5f5;
	z-index: 9999;
	position: relative;
}


.dashboard{
	background: url(../images/footer-background.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	height: 750px;
}

.warning{
	color:red; 

}





.skybackground {
	background: url(../images/footer-background.jpg) top center no-repeat;
	/*background: url(../images/ob_43851a_avignon-one-of-the-european-cities-of.jpg) top center no-repeat;*/
	/*background: url(../images/avignon_jurick_solutions_logiciels_21.jpg) top center no-repeat;*/
	background-size: cover;
	position: relative;
	height: 800px;
}

footer {
	padding: 20px 0 20px 0;
}

/* TYPOGRAPHIES */

h1 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	font-family: 'Yantramanav', sans-serif;
	text-shadow: 0 0 1px #000;
	font-weight: bold;
}

h1 span {
	font-size: 45px;
	display: block;
}

.sectiontitle {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pretitle {
	font-size: 25px;
	color: #ddd;
	margin: 0;
}

.quote {
	font-size: 35px;
	font-style: italic;
}

.fa {
	color: #000;
}

.fa-2x {
	margin-left: 15px;
	margin-right: 15px;
}

footer {
	font-size: 14px;
}



/* MENU */

@media (max-width: 768px) {
		
	.menunav {
		display: block;
		padding: 20px;
		cursor: pointer;
	}
	
	.logomenu {
		height: 50px;
	}
	
	nav {
		display: none;
	}
	
	nav .firstitem {
		text-align: left;
	}
	
	nav li {
		display: block !important;
	}
	
	nav a,nav span {
		display: block;
		padding:10px;
		color: #fff !important;
		cursor: pointer;
	}  

	nav a:hover, nav a:active, nav a:focus
	nav span:hover, nav span:active, nav span:focus{
		color: #fff !important;
	}
}


@media (min-width: 768px) {
	.containerlogo {
	}
	
	.menunav {
		display: none;
	}
		

	nav {
		width: 100%;
		margin: 0;
		text-align: center;
		z-index: 9999;
		position: relative;
		display: block !important;
	}

	nav .firstitem {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	nav .firstitem li {
		display: inline-block;
	}

	nav a,nav span {
		display: block;
		padding: 20px;
		color: #fff !important;
		cursor: pointer;
	}  

	nav a:hover, nav a:active, nav a:focus
	nav span:hover, nav span:active, nav span:focus{
		color: #fff !important;
	}

	.submenu {
		display: none;
		position: absolute;
		background: #000;
		text-align: left;
		padding: 0 0 20px 0;
		margin: 0;
	}

	.submenu li {
		display: block !important;
	}

	.submenu a {
		padding: 10px 20px 10px 20px;
	}

	.firstlvl:hover >.submenu {
		display: block;
	}

}

@media (min-width: 992px) {
	nav {
		width: 100%;
		margin: 0;
		text-align: right;
		z-index: 9999;
		position: relative;
		display: block !important;
	}

	nav .firstitem {
		text-align: right;
		padding: 0;
		margin: 0;
	}

}

/* RESPONSIVE */

@media (max-width: 768px) {
	
	.logo {
		height: 100px;
	}
	
	.centeredcontent {
		display: table-cell;
		vertical-align: middle; 
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h1 span {
		font-size: 20px;
	}
	
	.quote {
		font-size: 25px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	.sectiontitle {
		font-size: 25px;
	}
	
	.figheight {
		padding:  0px;
	}

}

/* VIDEO MODAL*/

.modal {
	z-index: 999999;
}

#videopresentation {
	position: relative;
	height: 100%;
	width: 100%;
}


@media (max-width: 768px) {
	.modal.modal-wide .modal-dialog {
	  width: 100%;
	}
}

@media (min-width: 769px) {
	.modal.modal-wide .modal-dialog {
	  width: 60%;
	}
}
















