/*
#test::before {
    content: "\f095";
    font-family: "FontAwesome";
    display: inline-block;
	margin-right: 5px;
	margin-left: 10px;
}
*/

#TexteInfoTopSite a{
	color: inherit;
	font-weight:bold;
}


#Test_badge_volant{
	display: inline-flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	background-color: rgb(250, 250, 250);
	border-radius: 8px;
	margin: 20px;
	position: fixed;
	bottom: 0px;
	z-index: 999999;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
	left: 0px;
	right: auto;
	padding: 12px 16px;
	cursor: pointer;
}


#Test_badge_volant___logo_google{
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	margin-left: 0px;
	background-image: url("/modules/AAAmessageInfoTopSite/img/logo_google-png24.png");
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-color: #fff;
	border-radius: 99px;
}



#Test_badge_volant___note_et_etoiles{
	margin-top: 4px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	gap: 8px;
}


#Test_badge_volant___note_seule{
font-weight: 700;
  word-break: normal !important;
  font-size: 22px;
  line-height: 28px;
  color: rgb(17, 17, 17);
}


#Test_badge_volant___etoiles_seule{
	color: rgb(252,191,2);
	font-size: 29px;
	margin-top: -5px;
}

#Test_badge_volant___nb_avis{
	margin-top: 4px;
	white-space: nowrap;
	line-height: 1.17;
	text-align: center;
	color: rgba(17, 17, 17, 0.5);
	font-size: 12px;
	text-decoration: underline;
}



















/* ================================
   BANNIÈRE GRAND JEU ESTIVAL TP24
================================ */

#tp24-summer-game-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, #ffef5a 0 42px, transparent 43px),
        linear-gradient(135deg, #8fd7ff 0%, #bdeeff 100%);
    border: 4px solid #121212;
    box-shadow: 8px 8px 0 #121212;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

#tp24-summer-game-banner * {
    box-sizing: border-box;
}

#tp24-summer-game-banner .tp24-summer-sparks {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

#tp24-summer-game-banner .tp24-spark {
    position: absolute;
    width: var(--size);
    height: var(--size);
    left: var(--x);
    top: var(--y);
    background: var(--color);
    border: 2px solid #121212;
    opacity: 15%;
    transform: rotate(var(--rotate));
    animation: tp24SummerFloat var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes tp24SummerFloat {
    0%, 100% {
        transform: translateY(0) rotate(var(--rotate));
    }
    50% {
        transform: translateY(-14px) rotate(calc(var(--rotate) + 18deg));
    }
}

#tp24-summer-game-banner .tp24-summer-inner {
    position: relative;
    z-index: 2;
    min-width: 100vw;
    min-height: 75px;
    margin: 0 auto;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

#tp24-summer-game-banner .tp24-summer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 13px;
    color: #121212;
    font-weight: 800;
    line-height: 1.15;
}

#tp24-summer-game-banner .tp24-badge {
    display: inline-block;
    background-color: #ff5c35;
    color: #ffffff;
    border: 3px solid #121212;
    padding: 8px 13px;
    box-shadow: 4px 4px 0 #121212;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

#tp24-summer-game-banner .tp24-title {
    display: inline-block;
    background-color: #ffffff;
    color: #121212;
    border: 3px solid #121212;
    padding: 8px 14px;
    box-shadow: 5px 5px 0 #ff9f1c;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

#tp24-summer-game-banner .tp24-offer {
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

#tp24-summer-game-banner .tp24-accessories {
    display: inline-block;
    background-color: #11a85a;
    color: #ffffff;
    border: 3px solid #121212;
    padding: 7px 12px;
    box-shadow: 4px 4px 0 #121212;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

#tp24-summer-game-banner .tp24-code-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
}

#tp24-summer-game-banner #tp24-summer-code {
    display: inline-block;
    cursor: pointer;
    border: 3px dashed #121212;
    background-color: #ffef5a;
    color: #121212;
    padding: 8px 14px;
    box-shadow: 4px 4px 0 #121212;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 3px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

#tp24-summer-game-banner .tp24-legal {
    display: inline-block;
    color: #121212;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

#tp24-summer-game-banner .tp24-visual-card {
    background-color: #ffffff;
    border: 4px solid #121212;
    box-shadow: 6px 6px 0 #121212;
    padding: 8px;
    transform: rotate(2deg);
}

#tp24-summer-game-banner .tp24-value {
    position: absolute;
    right: -8px;
    bottom: -12px;
    background-color: #ffef5a;
    color: #121212;
    border: 3px solid #121212;
    padding: 7px 10px;
    box-shadow: 4px 4px 0 #121212;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    transform: rotate(-3deg);
}

@media (max-width: 768px) {
    #tp24-summer-game-banner .tp24-summer-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        gap: 18px;
    }

    #tp24-summer-game-banner .tp24-offer {
        font-size: 19px;
    }

    #tp24-summer-game-banner .tp24-visual {
        align-self: center;
    }
}