@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 6em;
}
.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width:46em;
}
.content {
	width: 47em;
	margin: 0 auto;
	padding: 10px;
	word-spacing: 0.1em;
	line-height: 1.7em;
}
@media screen and (max-width: 767px) {
	.fixed {
		width:90%;
	}
	.content {
		width: 90%;
	}
}
a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-top: 3em;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #e98118;
}
li.menu {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}
ul.menu {
	font-family: 'Oswald', sans-serif;
    list-style-type: none;
	text-align: center;
	background-color: black;
	opacity:0.6;
	color: white;
	font-size: 1.2em;
	padding: 1em 1em;
	margin: 0;
	border-radius: 0.2em;
}
.space {
	padding-top:2em;	
}
body {
	background-image: url('fond.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: black;
	background-color: white;
	font-family: 'Libre Franklin', sans-serif;
	margin:0;
	margin-top: 6em;
}
p {
	font-size: 1.2em;
	color: black;
	text-align: justify;
	text-shadow: 0 0 7px #fff,  0 0 10px #fff,  0 0 21px #fff,  0 0 42px #fff,  -8px -8px 8px white,  8px -8px 8px white,  -8px 8px 8px white,  8px 8px 8px white;
}
.t1 {
	color: #e98118;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
	font-size: 2.5em;
	font-family: 'Kaushan Script', cursive;
	text-shadow: 0 0 7px #fff,  0 0 10px #fff,  0 0 21px #fff,  0 0 42px #fff,  -4px -4px 4px white,  4px -4px 4px white,  -4px 4px 4px white,  4px 4px 4px white;
	
  -webkit-filter: drop-shadow(-5px 5px 5px #CCC);
  filter: drop-shadow(-5px 5px 5px #CCC);
}
.main-content {
	width: 60%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
.grid {
	display: grid;
	grid-gap: 0 30px;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 480px) {
	.grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1024x) {
	.grid {
		grid-template-columns: repeat(6, 1fr);
	}
}
.titleLeft {
	float: left;
	max-width: 12em;
	margin-right: 1em;
	text-align: right;
	direction: rtl;
	vertical-align: top;
}
.titleRight {
	float: right;
	max-width: 12em;
	margin-right: 1em;
	text-align: left;
	vertical-align: top;
}
/* Slideshow */
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
  border: 1em solid rgba(48, 48, 48, 0.5);;
  border-radius: 0.3em;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #fff;
  font-size: 1em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow:0 0 7px #000,  0 0 10px #000,  0 0 21px #000;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #fff;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.footer {
	text-align:center;
	color:#e98118;;
	text-shadow:none;
}
.center {
	text-align:center;
}
.orange {
	color:#e98118;
}
.underline {
	text-decoration:underline;
}
.ombre {
  -webkit-filter: drop-shadow(5px 5px 5px #777);
  filter: drop-shadow(-3px 3px 3px #777);
}
.back {
	z-index:-1;
	position: relative;
}
.bounce {
  animation: bounce 2.5s ease; /* infinite */
}
@keyframes bounce {
	0% { transform:translateY(-11000%); } 
	
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}