@font-face{
    font-family: "Ne siki";
    src: url('../font/Phuku script.ttf'),
    url('../font/Phuku script.ttf'); /* IE */
}
.nbp {
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 1.3em;
}
h1[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 3em !important;
}
h2[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 2.8em !important;
}
h3[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 2.6em !important;
}
h4[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 2.4em !important;
}
h5[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 2.2em !important;
}
h6[class="nbp"]{
	font-family : "Ne siki";
	font-weight: normal;
	font-size : 2em !important;
}
.title {
	text-align: center;
}
.title h1{
	margin-bottom: 0;
}

/*HOME PAGE*/
.footer-home {
	position: fixed;
	text-align: center;
	width: 100%;
	bottom: 0;
	color: #070a44;
	font-weight: bold;
	font-size: 1.2em;
	/*-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #070a44;*/
}

body {
  background: url(../img/phare3-ombre-small.png) no-repeat bottom right fixed;
      -webkit-background-size: contain;

/*background-image: url("../img/home-background.jpg");
	background-color: #cccccc;
	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.ph-link {
	color: #070a44 !important;
	font-weight: 500;
	font-size: 2.6em;
}
.en-link {
	color: #070a44;
	font-weight: bold;
	font-size: 2em;
}
a {
	color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #070a44;
	margin-top : 1em;
}
a:hover {
	color: #ffc019;
}
.logoPhuku {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 4em;
	margin-bottom: 4em;
}
.logoPhuku .img-top {
        display: none;
        z-index: 99;
}
.logoPhuku:hover .img-top {
        display: inline;
}
.logoPhuku:hover .img-btm {
        display: none;
}