@font-face {
font-family: 'agrandir-narrow';
src: url('../fonts/Agrandir-Narrow.otf') format('truetype');
}
@font-face {
font-family: 'agrandir-grandlight';
src: url('../fonts/Agrandir-GrandLight.otf') format('truetype');
}
@font-face {
font-family: 'agrandir-italic';
src: url('../fonts/Agrandir-ThinItalic.otf') format('truetype');
}
@font-face {
font-family: 'agrandir-grandheavy';
src: url('../fonts/Agrandir-GrandHeavy.otf') format('truetype');
}

html{
	cursor: url('../img/icons/bigcross.png'),pointer;
	width: 100%;
}
a{
	cursor: url(../img/icons/pointer.png), pointer;
}

.title{
    font-family: agrandir-grandheavy, serif;
    font-size: 50px;
    width: 100%;
    text-align: center;
    position: fixed;
    color: black;
    top: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
    z-index: 101;
}

h2{
  font-family: agrandir-grandlight, serif;
  font-weight: normal;
}

h3{
  font-family: agrandir-grandlight, serif;
  font-size: 25px;
  font-weight: normal;
}

p{
  font-family: agrandir-narrow, serif;
  font-size: 16px;
}

strong{
  background: lime;
  font-weight: normal;
}

em{
  font-family: agrandir-italic, serif;
  font-style: normal;
}

marquee{
  font-family: agrandir-italic, serif;
  font-weight: normal;
}

.menu, .indexmenu{
	position: fixed;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
}

.menu a, .indexmenu a{
  cursor: url(../img/icons/pointer.png), pointer;
  text-decoration: none;
  font-family: agrandir-grandlight, serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 30px;
  color: black;
}

a:hover{
  color:blue;
}

.menu a:visited {
  color: black;
}

.indexmenu a:visited {
  color: black;
}


.menu a:hover, .indexmenu a:hover{
  color: blue;
}

a{
  font-family: agrandir-narrow, serif;
  font-size: 16px;
}

a:visited{
  color: blue;
}

#container a:hover{
  color: black;
}

/*MENU DÉROULANT*/
.dropdown-child {
display: none;
}
.dropdown-child a {
font-size: 15px;
font-family: agrandir-narrow, serif;
}
.dropdown-child a:hover{
  color:fuchsia;
}
.dropdown:hover .dropdown-child {
display: block;
}

.vide{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -100;
}


/*RESPONSIVE*/
@media(max-width: 799px){
  .title{
    font-size: 8vw;
    margin-top: 20px;
  }

  .indexmenu{
    position: relative;
    text-align: center;
    top: 100px;
    width:100%;
		transform: translate(0, 0);
  }

  .menu{
		position: relative;
		text-align: center;
		top: 75px;
		width: 100%;
    left: 0;
		transform: translate(0, 0);
		line-height: 1;
		margin-bottom: 75px;

	}

  .indexmenu a{
    font-size: 20px;
  }

	.lienslove{
		font-size: 13px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.lienslove a{
		font-size: 13px;
	}
}
