
.menu-link {
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}


.loginbutton {
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    margin-left:10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

.flip-card-front::after, .flip-card-back::after {
    opacity: 0;
}
.flip-card-front, .flip-card-back {
    color: #444;
}

.flip-card-inner p {
    position: relative;
    font-size: 0.9rem;
    line-height:1.2rem !important;
}

.flip-card-inner {
    padding: 1rem;
}

.process-steps li { pointer-events: none; }

.pricing-title h3 {
    font-size: 1.2rem;
}

/********* BLOG *********/
.annonceimage{
		background-position:center center;
		background-size:cover;
		display:block;
		width:100%;
		height:240px;
		position:relative;					
		}
	.annonceimagedate {
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    background-color: rgba(255,255,255,0.7);
	    color: #000;
	    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
	    width: 60px;
	    height: 64px;
	    text-align: center;
	    padding-top: 9px;
	    font-size: 26px;
	    line-height: 1;
	}
	.annonceimage span {
	    display: block;
	    font-size: 12px;
	    margin-top: 7px;
	}
	.annonceimagecat {
	    position: absolute;
	    bottom: 0;
	    margin-bottom:-15px;
	    left: 50%;
	    margin-left:-90px;
	    width:180px;
	    background-color: #80b354;
	    color: #ffffff;
	    height: 30px;
	    text-align: center;
	    line-height:30px;
	    z-index:26;
	}
/********* BLOG *********/