.doctolib-btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.doctolib-btn:before {
	font-family: 'tripleyou';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	position: relative;
	-webkit-font-smoothing: antialiased;
  padding-top: 8px;
}

.doctolib-btn:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.doctolib-btn-3 {
	background: RGBA(0, 122, 173, 0.8);
	color: #fff;
}

.doctolib-btn-3:hover {
	background: RGBA(0, 122, 173, 1);
}

.doctolib-btn-3:active {
	background: greenyellow;
	top: 2px;
}

.doctolib-btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

.doctolib-btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}

.doctolib-btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.doctolib-btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.doctolib-btn-3e:hover:after {
	width: 40%;
}

.icon-calendar:before{
    font-family: 'rt-icons-2' !important;
    content:"\e00d";
    font-size: 2em;
    text-align: center;
    margin-top:-15px;
}