.title {
	color: #0070c0;
	font-size: 25px;
}
.bold {
	font-weight:bold;
}
.block {
	display: block;
}
.bb-1 {
	border-bottom:1px solid rgba(0,0,0,.125);
}
.infoW {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}
.infoH {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 9999;
    transform: translateY(-50%) rotate(270deg);
}
#card-element {
    border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0 30px;
	border-radius: 10px;
	background: #fff;
	width: 100%;
	margin: 0 20px;
}

#conseils {
    position: fixed;
    top: 65%;
    right: -17px;
    z-index: 2;
    width: 180px;
    height: 180px;
    background-color: #0070c0;
    border-radius: 90px;
	color:#fff;
	cursor: pointer;
	text-align:center;
	padding: 45px 10px;
	line-height: 1.2;
}

.rotate-conseil, .rotate-text {

/* Safari */
-webkit-transform: rotate(-20deg);

/* Firefox */
-moz-transform: rotate(-20deg);

/* IE */
-ms-transform: rotate(-20deg);

/* Opera */
-o-transform: rotate(-20deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.bold {
	font-weight: bold;
}
.semi-bold {
    font-weight: 600;
}
.fs-28 {
    font-size: 28px;
}
.text-upper {
    text-transform: uppercase;
}
.light {
    font-weight: 300;
}
.fs-12 {
    font-size: 12px;
}
.lk-italic {
    font-style: italic;
}
.fs-18 {
    font-size: 18px !important;
}