/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ///////// HP-BANDEAU ///////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */

.tpc-hp-bandeau .bandeau-promo{
	position: relative;
	margin: 0 auto;
	padding:0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap:10px;
	margin-bottom:2.35%;
}

.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center{
	display: inherit;
	flex-direction: column;
	align-items: inherit;
}

.tpc-hp-bandeau .bandeau-promo .encart-logo{
	width: 80px;
	height: auto;
	display: block;
	margin:0;
	background-color: #fff;
}

.tpc-hp-bandeau .bandeau-promo img{
	width: 100%;
	height: auto;
	display: block;
	margin:0;
}

.tpc-hp-bandeau .bandeau-promo p{
	font-size: 3vw;
	color:#fff;
}

.tpc-hp-bandeau .bandeau-offre, .tpc-hp-bandeau .code-promo {
	/*display: none;*/
	font-family: "Poppins",sans-serif;
	font-size: 1.1rem;
	letter-spacing: 1px;
	line-height: 1.2rem;
	/*margin: 20px auto;*/
	/*margin: 176.5px auto 20px auto;*/
	text-align: center;
	color:#ffffff !important;
	font-weight:600;
}

.tpc-hp-bandeau .bandeau-promo .bandeau-bouton{
	font-size: 0.8rem;
	color:#fff;
	display: none;
}

.bandeau-dsk-on{
	display: none;
}

.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center .bandeau-section{
	display: flex;
	width:100%;
	flex-direction: row;
	justify-content: flex-end;
	gap: 10px;
	align-items: center;
}

.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center .so-big{
	font-size:4vw;
}

.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center .so-fat{
	font-weight: 600;
}

.bandeau-promo-lien{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height:100%;
}

.souligne-mobile{
	text-decoration: underline;
}

.linebottom{
	display: inline-block;
	border-bottom: 2px solid;
	padding-bottom: 2px;
}
a:hover .linebottom, a:active .linebottom{
	border-color: transparent;
}

@media (min-width:768px) {
	.tpc-hp-bandeau .bandeau-promo{
		flex-direction: row;
	}
	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center{
		flex-direction: row;
	}

	.tpc-hp-bandeau .bandeau-offre, .tpc-hp-bandeau .code-promo{
		font-size: 1.4vw;
	}

	.tpc-hp-bandeau .bandeau-promo p{
		font-size: 1.5vw;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-bouton{
		font-size: 1vw;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center{
		flex-direction: row;
		column-gap: 5px;
		justify-content: flex-end;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-section{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center .so-big{
		font-size:2.2vw;
	}

	.tpc-hp-bandeau .bandeau-promo .encart-logo{
		width: 120px;
		height: auto;
		display: block;
		margin:0;
		background-color: #fff;
	}

	.bandeau-dsk-on{
		display: inline;
	}

	.bandeau-dsk-off{
		display:none;
	}

	/*.tpc-hp-bandeau h1 {
		display: block;
	}*/
}

@media (min-width:1024px) {
	.tpc-hp-bandeau .bandeau-promo{
		flex-direction: row;
		margin-left:2.35%;
	}
	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center{
		flex-direction: row;
	}

	.tpc-hp-bandeau .bandeau-offre, .tpc-hp-bandeau .code-promo{
		font-size: 1.4vw;
	}

	.tpc-hp-bandeau .bandeau-promo p{
		font-size: 16px;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-bouton{
		font-size: 14px;
		display: inline;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center{
		flex-direction: row;
		column-gap: 10px;
		justify-content: flex-end;
	}

	.tpc-hp-bandeau .bandeau-promo .bandeau-msg-center .so-big{
		font-size:24px;
	}

	.bandeau-dsk-on{
		display: inline;
	}

	.souligne-mobile{
		text-decoration: none;
	}

}

@media (min-width:1250px) {
	.linebottom{
		padding-bottom: 4px;
	}
}

/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////// fin de HP-BANDEAU ///// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */
/* ////////////////////////////// */ /* ////////////////////////////// */ /* ////////////////////////////// */