/*-------- POLICE ---------*/
  @font-face {
	font-family: "Amaranth";
	src: url('Amaranth-Regular.otf');
}
@font-face {
	font-family: "Amaranth";
	font-style: italic;
	src: url('Amaranth-Italic.otf');
}
@font-face {
	font-family: "Amaranth";
	font-weight: bold;
	src: url('Amaranth-Bold.otf');
}

@font-face {
	font-family: "Chunk Five Ex";
	src: url('chunkfive ex.ttf');
}

/*-------- BODY ---------*/
body{
  text-align: center;
  line-height: 2;
  height: 100%;
  margin: 0;
}

/*-------- HEADER ---------*/
.header{
  font-family: "Amaranth", Helvetica, Arial, sans-serif;
  color:white;
  padding-top: 10vh;
  font-size: 90px;

  /* The image used */
  background-image: url(../img/header.jpg);

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tda{
    font-weight:bold;
}

.date{
    font-size: 60px;
}

.play{
  padding-top: 1vh;
  width: 7%;
	height: auto;
}

/* The Modal (background) */
.modal {
  background-color: rgba(90, 91, 92, 0.8);
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

.citation{
    padding-top: 1vh;
    font-size: 54px;
    background-color: rgba(152, 171, 39, 0.5);
}

a{
  color:black;
  font-weight:bold;
}

/*-------- ECYD ---------*/
.ecyd{
    font-family: "Chunk Five Ex", Helvetica, Arial, sans-serif;
    color:rgb(61, 93, 147);
    padding-top: 5vh;
    font-size: 80px;
}

.container{
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.hr1{
  width: 20vh;
	height: 2px;
  background-color:rgb(61, 93, 147);
  color:rgb(61, 93, 147);
}

.rouge{
    font-family: "Chunk Five Ex", Helvetica, Arial, sans-serif;
    color:rgb(180, 25, 94);
    font-size: 80px;
}

.hr2{
  width: 20vh;
	height: 2px;
  background-color:rgb(180, 25, 94);
  color:rgb(180, 25, 94);
}

/*-------- MERY ---------*/
.Ville{

  /* The image used */
  background-image: url(../img/mery.jpg);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mery{
  font-family: "Chunk Five Ex", Helvetica, Arial, sans-serif;
  color:white;
  padding-top: 5vh;
  font-size: 80px;
}

.hr3{
  width: 20vh;
	height: 2px;
  background-color:white;
  color:white;
}

.description{
  color : white;
  font-size: 20px;
}

/*-------- VIDEOS---------*/



/*-------- VERTUS---------*/
.vertus{
  background-color:rgb(230, 115, 57);
  background-size: 100%;
  background-repeat:no-repeat;
}

.titre{
  color: black;
  font-size: 30px;
  font-weight:bold;
}

.text{
  color : white;
}

/*-------- CONTACT ---------*/
.contact{
    font-family: "Chunk Five Ex", Helvetica, Arial, sans-serif;
    color:rgb(194, 101, 54);
    padding-top: 8vh;
    font-size: 50px;
}

.map{
  width: 50%;
  height: auto;
}

.organisateur{
  font-family: "Chunk Five Ex", Helvetica, Arial, sans-serif;
  color:rgb(180, 25, 94);
  font-size: 40px;
}

/*-------- ORGANISATEURS ---------*/
.photo{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:150px;
    height:150px;
}


/*-------- FOOTER ---------*/
footer{
  background-color:rgb(43, 40, 40);
  background-size: 100%;
  background-repeat:no-repeat;
  padding-top: 10vh;
  padding-bottom: 1vh;
  margin-top: 5vh;
}

.logo{
  width:45%;
  height:auto;
}

.copyright{
  padding-top:3vh;
  color: rgb(133, 129, 126);
}
