/*
Theme Name: Boiseries Algonquin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.prom-t1 p {
	font-size: 60px;
}
.prom-t2 p {
	font-size: 45px;
	line-height: 1.2;
}
.prom-t3 p {
	font-size: 30px;
}
.prom-t4 p {
	font-size: 30px;
}
.prom-t5 p {
	font-size: 18px;
}

#promo-ete-container{
	background-color: #EAE7DF;
}

#promo-ete-container .row{
	margin-left: 0;
	margin-right: 0;
}

#promo-ete-container .mfp-close{
	background-color: #fff;
    opacity: 1;
    border-radius: 50%;
	mix-blend-mode: normal;
	top: -20px !important;
    position: absolute;
    right: -20px;
	width: 50px;
	height: 50px;
}

#promo-ete-container .button {
    text-shadow: 0px 3px 6px #00000050;
}



.prom-bulle {
	position: absolute;
	padding: 20px 0;
	background-color: #B7BE12;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	aspect-ratio: 1/1;
	top: 44%;
	right: 10px;

}

#promo-ete-container .pe-col-2 .prom-bulle {
	left: 10px;
	right: auto;

}
.prom-bulle p {
	text-align: center;	
	margin-bottom: 0;
	
}
.prom-bulle-prix {
	font-weight: 900;
	font-size: 24px;
    text-shadow: 0px 3px 6px #00000050;
	margin-bottom: 10px !important;
}

#promo-ete-container .pe-col-2 {
	border-left: 2px solid #004064;
}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	#promo-ete-container .pe-col-2 {
		border-left: none;
		border-top: 1px solid #004064;
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	
	#promo-ete-container .img-inner img {
		width: 70%;
	}
	
	.prom-bulle {
		height: 90px;
		top: 36%;
	}
	
	
	.prom-bulle-prix {
		font-size: 21px;
	}	
	
	.prom-t1 p {
		font-size: 32px;
	}
	.prom-t2 p {
		font-size: 25px;
		line-height: 1.2;
	}
	.prom-t3 p {
		font-size: 15px;
	}
	.prom-t4 p {
		font-size: 20px;
	}
	.prom-t5 p {
		font-size: 16px;
	}

}
