html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: url("http://soschienperdu.com/assets/img/ico/favicon.ico"), pointer;
}

body:before {
        content: "";
        position: fixed;
        height: 100%; width: 100%;
        background: url("img/background.png") #F7F5E6;
		background-position: center;
        background-size: cover;
        z-index: -1; /* Keep the background behind the content */     
        -webkit-filter: blur(5px);
		-webkit-background-size: cover; /* pour Chrome et Safari */
		-moz-background-size: cover; /* pour Firefox */
		-o-background-size: cover; /* pour Opera */
		background-size: cover; /* version standardisée */
}

a:hover{
  cursor: url("http://soschienperdu.com/assets/img/ico/favicon.ico"), pointer !important;
}

button:hover{
  cursor: url("http://soschienperdu.com/assets/img/ico/favicon.ico"), pointer !important;
}

/*.previous_btn:hover{
  cursor: url("http://stlalldogs.com/sites/all/themes/stlalldogs/favicon.ico"), pointer !important;
}

.next_btn:hover{
  cursor: url("http://stlalldogs.com/sites/all/themes/stlalldogs/favicon.ico"), pointer !important;
}*/

.main-ifram{
  width: 100%;
  position: absolute;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  top: 0px;
  left: 10px;
}

.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: 11;
  overflow: hidden;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 38%;
  -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: 18px; font-size-adjust: 0.5;}
.shiba { color:  #CD853F; }
.canved { background-color: white; font-family: "Montez"; font-size: 10px; font-size-adjust: 0.5;}

.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 {
  box-shadow: 1px 1px 12px #555;
}

#youtube {
    height: 20px;
    width: auto;
    left: 18%;
    position: relative;
}

#youtube:hover {
  top: 2px;
}