a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
}

.section{
	font-family: GothamRounded;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
	border-top-left-radius: 3em;
	border-bottom-right-radius: 3em;
	position: relative;
	display: inline-block;
	width: 100%;
	/*min-height: 90vh;*/
	padding: 2em 0em 4em 0em;
}

.section:before{
	z-index: -1;
	display: block;
	content: " ";
	width: 100%;
	height: 3em;
	position: absolute;
	top: -3em;
	right: 0em;
	background-color: inherit;
}

.section:after{
	z-index: -1;
	display: block;
	content: " ";
	width: 100%;
	height: 3em;
	position: absolute;
	bottom: -3em;
	left: 0em;
	background-color: inherit;
}

.content {

	display: inline-block;
	/*position: relative;*/
	top: 20vh;
	width: 80vw;
	max-width: 1500px;
	min-width: 300px;

	/* disable select */

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.content div{
	font-family: Aileron, Arial, Sans;
}

.floatBlock {

	position: relative;
	/*top: -1vh;*/
	display: inline-block;
	min-width:calc(320px - 4em);
	margin: 1em;
	margin-bottom: 1em;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.5;
	width: 70%;

}

.marginBlock {
	/*width:calc(90% - 5em); 
	min-width:calc(320px - 4em);*/
}

.bigInfos {

	font-size: 2.8em;
	font-weight: lighter;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;

}

	h1 {
		font-size: 3.5em;
		margin-bottom: 5px;
	}

/*@media screen and (max-width: 1000px) {
	
	.floatBlok {
		font-size: 1em;
	}
	
	.marginBlock {
		margin-left: 2em;
	}
	
	.bigInfos {
		font-size: 1.8em;
		width: 80vw;
	}
}

h1 {
	font-size: 4.5em;
	margin-bottom: 3vh;
}

@media screen and (min-width: 1500px){

	
	.bigInfos {
		font-size: 2.8em;
	}

	h1 {
		font-size: 3.5em;
	}
}

@media screen and (min-width: 1800px){
	
	.floatBlok {
		font-size: 1.6em;
	}
	
}*/

.specialDropShadow {
	border-width: 10%;
	-moz-border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	-webkit-border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	-o-border-image: url(../images/shadow.png) 0 0 176 0 stretch;
	border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	padding-bottom: 2%;
	display: inline-block;
	z-index: -1;
	/*margin-bottom: 25px;*/
}
.specialDropShadowBottom {
	border-width: 10%;
	-moz-border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	-webkit-border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	-o-border-image: url(../images/shadow.png) 0 0 176 0 stretch;
	border-image: url(../images/shadow.png) 0 0 176 0 / 15% stretch;
	padding-bottom: 2%;
	display: inline-block;
	z-index: -1;
	margin-bottom: 25px;
}

#endOfSite{
	display: inline-block;
	height: 5em;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0,0.25);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0,0.25);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0,0.25);
}

#endOfSite img{
	opacity: 0.8;
}

#endOfSite img:hover{
	opacity: 1.0;
}

#goto_next{
	line-height: 2.5em;
}

/* STI section */

.STIgif {
display: block;
width: 80vw;
max-width: 1170px !important;
margin-left: auto;
margin-right: auto;
padding-top: 2vh;
position:relative !important;
}
