#wrapper {
    min-height:70vh;
}

a:hover {
   text-shadow:  #FC0 1px 0 10px 0px 0px 7px #400606;
}

h1border {
  padding-left:6%;
  padding-right:6%;
  border-bottom: 10px solid #800000;
}

.text-ombre {
  text-shadow:0px 0px 10px #111111,0px 0px 1px #000000;
}
.ombre:hover {
  box-shadow: 0 4px 16px 0 rgba(128, 0, 0, 0.5), 0 6px 40px 0 rgba(128, 0, 0, 0.5);
}
.ombre2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.Btn_tel {
	-moz-box-shadow: 5px 5px 10px 2px #200000;
	-webkit-box-shadow: 5px 5px 10px10px 2px #200000;
	box-shadow: 5px 5px 10px 2px #200000;
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	display:inline-block;
	color:#800000;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.Btn_tel:hover {
	background-color:#fff0b4;
}
.Btn_tel:active {
	position:relative;
	top:1px;
}
