@font-face {
	font-family: 'Berlin Sans FB';
	font-style: normal;
	font-weight: normal;
	src: local('Berlin Sans FB'), url('../font/BRLNSR.woff') format('woff');
}


@font-face {
	font-family: 'Berlin Sans FB Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Berlin Sans FB Bold'), url('../font/BRLNSB.woff') format('woff');
}

@font-face {
	font-family: 'Stencil Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Stencil Regular'), url('../font/STENCIL.woff') format('woff');
}

html,
body {
	scroll-behavior: smooth;
}

body{
	font-family: 'Berlin Sans FB';
	font-size:22px;
	background-image: url("../img/divers/fond.jpg");
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}

main{
	background-color: #FFFFFFDD
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.rounded{
	border-radius: 20px;
}

.shady{
	box-shadow: 0px 5px 5px 0px #00000055;
}

.w80 {
	width: 80%;
}

.navbar-custom{
	background-color:darkorange;
	z-index: 20;
	box-shadow: 0px 5px 5px 0px #00000055;
}

.navbar-custom .nav-link{
	color:#009640 !important;
	font-size: 24px!important;
}

.navbar-custom .nav-link:hover{
	color:#007f38 !important;
}

#navbar-logo-pasteo{
	position: absolute;
	top:0px;
	right:20px;
	width:180px;
}

#navbar-brand-pasteo{
	font-family: 'Stencil Regular';
	color:#009640;
}

#logo-pasteo{
	width:220px;
	margin:20px;
}



#punchline{
	font-size:16px !important;
	position:relative;
	bottom:10px;
	padding: 0 10px;
	color:white;
	background-color:#00000055;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

table, th, td {
  /*border: 1px solid #DDDDDD;*/

}
table{
	box-shadow: 0px 5px 5px 0px #00000055;
	font-size: 14pt;
}
th, td {
	padding:5px;
	/*box-shadow: 0px 2px 2px 0px #00000055;*/
}
th{
	background-color: darkorange;
	color:#009640;
	font-size: 22px;
	font-weight: normal;
}
tr{
	color:#ffffffdd;
}
tr:nth-child(even) {background: #007f38;}
tr:nth-child(odd) {background: #009640;}

#image-bandeau{
	width:100%;
	height:300px;
	background-image:url("../img/camping/bandeau.jpg");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
}

#langues{
	background-color: darkorange;
	padding: 5px;
	position:absolute;
	top:0px;
	right:10%;
	box-shadow: 0px 5px 5px 0px #00000055;
	border-radius: 0 0 5px 5px;
}

#langues #lang-fr,#langues #lang-en{
	width: 40px;
}

#liste-activites {
    margin-bottom: 40px;
}

h2{
	font-size: 3rem;
	margin-top:70px;
	margin-bottom:20px;
	color:darkorange;

}
h3{
	font-size: 34px;
	text-align: center;
}
.ancre{
	display: block;
	height: 5px; /*same height as header*/
	margin-top: -5px; /*same height as header*/
	visibility: hidden;
}

.pied-de-page{
    padding: 10px 0;
	background-color:darkorange;
}

.infos a{
	color:#009640;
}

#tarifs{
	width: 100%;
}

.navbar-custom{
	background-image:none;
}

.video-size video{
	width: 340px;
	height: 442px;
}

.icon-copyright {
	margin-top: -4px;
	width: 28px;
	height: 28px;
}

@media (min-width: 576px) {
	#punchline {
		font-size:18px !important;
	}
	.video-size video{
		width: 480px;
		height: 624px;
	}
}

@media (min-width:768px){
	#navbar-logo-pasteo {
		display: none!important;
	}

	#punchline {
		font-size:20px !important;
	}
}

@media (min-width:992px){
	#punchline{
		font-size:24px!important;
	}
}

@media (min-width:1200px){
	#punchline{
		font-size:28px!important;
	}

}
