body {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	max-height: 50vh;
}

.wrapper {
	margin-top: 50vh;
	max-width: 500px;
	background-color: #f0f0f0;
	padding: 6px;
}

.container{
	background-color: #fff;
	padding: 35px 50px;
	text-align: center;
	filter: drop-shadow(0 0 5px #ededed);
}

.container-club{
	padding: 35px !important;
}

.title{
	font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    display: block;
    color: #000;
}

.paragraph{
    font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    margin: 15px 0;
    font-weight: 400;
    color: #000;
}

.medium{
	font-size: 14px !important;
}

.image {
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.button {
	font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 19px 60px; 
	background-color: #672E45; 
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase; 
	border: 1px solid #672E45;
	margin-top: 10px;
	cursor: pointer;
}

.button:active{
	background: #ffffff;
	color: #000;
	cursor: pointer;
}
        
.col{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 1280px)
{
	.image{
		content: url("../images/LOGO_LADUREE_PARIS_OR_P871.png");
	}
}
