.b{
	border: 1px red solid;
}
.cover{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.contain{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.pointer{
	cursor: pointer;
}

.fakeA:hover{
	text-decoration: underline;
}

#map-container{
	height: 350px;
}

#popupPartner{
	z-index: 2000;
	border: 1px black solid;
}

#popupPartnerTitle{
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border-radius: 4px;
}

#popupPartnerTitle p{
	font-size: 12px;
	font-weight: 600;
}



/* Typo */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2.6px;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .55px;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .25px;
}

/* typoSize */

/* .description {
	font-size: 14;
} */
.smallSize {
	font-size: 10px;
}
.defaultSize {
	font-size: 14px;
}
.mediumSize {
	font-size: 16px;
}
.bigSize {
	font-size: 18px;
}





/* Weight */
strong{
	font-weight: 500 !important;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semiBold {
	font-weight: 600;
}


.btnSearch{
	background-color: transparent;
	border: none;
}

.btnSearchContainer{
	background-color: rgba(255, 255, 255, 0.2);
    border: none;
    box-shadow: none;
    outline: none;
	color: white; 
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.inputSearch{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


/* positionFixed */
button:focus{
	outline: 0px !important;
}



/* CARD */
.card{
	border: none !important;
	border-radius: none !important;
}
.card{
    min-height: 100%;
}
.card .btn-secondary{
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.78px;
    padding: 10px 30px;
}


/* BTN */
.btn{
	border-radius: 0 !important;
}

.btnTrans{
    background-color: transparent !important;
    border: none;
}

.accessContainer .title{ 
	font-size: 18px;
	font-weight: 600;
}

.mapContainer{
	margin-bottom: 100px;
	margin-left: 0px;
}

.popin-close{
	opacity: 1 !important;
}

.popin-close:hover{
	opacity: 1 !important;
}