html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: url("../img/favicon.ico"), pointer;
}

body:before {
        content: "";
        position: fixed;
        height: 100%; width: 100%;
        background: url("../img/background.jpg") #e5e5e5;
		background-position: center;
        background-size: cover;
        z-index: -1; /* Keep the background behind the content */
}

a:hover{
  cursor: url("../img/favicon.ico"), pointer !important;
}

button:hover{
  cursor: url("../img/favicon.ico"), pointer !important;
}

.main-ifram{
  width: 100%;
  position: absolute;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.hidden{
  visibility: hidden;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  position: fixed;
}

.vertical-align {
    display: flex;
    align-items: center;
}

textarea{ resize:none;}

.yt_ifram{
  width: 150px;
  height: 500px;
  margin-top: -467px;
}

.yt_div{
  width: 70px;
  height: 30px;
  z-index: 5;
  overflow: hidden;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.col_fifth { width: 18.4%;
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.counter { width: 200px; background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

.radio { display: inline-block;}

@font-face {
	font-family: "Montez";
	src: url('../../polices/montez.ttf');
}
.shibaco { text-align : right; font-family: "Montez"; font-size-adjust: 0.5;}
.shiba { color:  #CD853F; }
.canved { font-family: "Montez"; font-size-adjust: 0.75;}

.clock {
  height: 20px;
  color: black;
  font-size: 20px;
  font-family: sans-serif;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  margin-top: -18px;
}

.clock::before, .clock::after {
  content: '';
  width: 50px;
  height: 50px;
  
  position: absolute;
  z-index: 2;
}

.clock::after {
  bottom: 0;
}

.clock > div {
  display: flex;
}

.tick {
  line-height: 20px;
}

.tick-hidden {
  opacity: 0;
}

.container > .jumbotron, .caption{
  box-shadow: 0px 0px 10px #555;
}

#youtube {
    height: 20px;
    width: auto;
    left: 18%;
    position: relative;
}

#youtube:hover {
  top: 2px;
}

.jumbotron {
    padding-top: 10px;
    padding-bottom:10px;

}

.fond_shiba {
    background: rgba(255, 255, 255, 0.5);
    border-top:1px solid rgba(0, 0, 0, 0.1);
    border-bottom:2px solid #f7f7f7;
    padding:1em 1em 1em 1em;
}