/*
#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 SPECIALE
================================ */
:root {
    color-scheme: light;
}

html,
body {
    margin: 0;
    background: #f1efe9;
    font-family: Arial, Helvetica, sans-serif;
}

#tp24-fous-banner,
#tp24-fous-banner * {
    box-sizing: border-box;
}

#tp24-fous-banner {
    --tp24-black: #111111;
    --tp24-ink: #191919;
    --tp24-yellow: #ffcc2f;
    --tp24-orange: #ff7900;
    --tp24-paper: #fff8e6;
    --tp24-white: #ffffff;
    --tp24-radius: 0px;
    --tp24-shadow: none;
    --tp24-height: 75px;
    --tp24-left-w: clamp(118px, 11vw, 172px);
    --tp24-right-w: clamp(165px, 18vw, 330px);
    --tp24-safe-side: clamp(190px, 22vw, 390px);
    --tp24-strip-main-cycle: 1200px;
    --tp24-strip-coupon-cycle: 250px;

    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    height: var(--tp24-height);
    max-height: var(--tp24-height);
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    background: var(--tp24-black);
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

#tp24-fous-banner a {
    color: inherit;
    text-decoration: none;
}

#tp24-fous-banner button {
    font: inherit;
}

#tp24-fous-banner .tp24-banner-card {
    position: relative;
    width: 100%;
    height: var(--tp24-height);
    max-height: var(--tp24-height);
    margin: 0;
    overflow: hidden;
    border-radius: var(--tp24-radius);
    background: var(--tp24-black);
    box-shadow: var(--tp24-shadow);
    isolation: isolate;
}

#tp24-fous-banner .tp24-banner-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 17% 16%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 100%),
        linear-gradient(90deg, rgba(255,255,255,0.06), transparent 34%, rgba(255,255,255,0.04));
    background-size: 18px 18px, 100% 100%;
    opacity: 0.35;
    z-index: 1;
}

#tp24-fous-banner .tp24-sale-block {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: var(--tp24-left-w);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 18px 0 14px;
    background: var(--tp24-yellow);
    color: #050505;
    text-align: center;
}

#tp24-fous-banner .tp24-sale-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 34px;
    height: 100%;
    background: var(--tp24-yellow);
    transform: skewX(-10deg);
    transform-origin: top;
    z-index: -1;
}

#tp24-fous-banner .tp24-sale-number {
    display: block;
    font-size: clamp(37px, 3.2vw, 50px);
    line-height: 0.88;
    font-weight: 950;
    letter-spacing: -0.05em;
}

#tp24-fous-banner .tp24-sale-label {
    display: block;
    font-size: clamp(8px, 0.72vw, 11px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: left;
}

#tp24-fous-banner .tp24-banner-main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px var(--tp24-safe-side) 7px;
    color: var(--tp24-white);
    text-align: center;
}

#tp24-fous-banner .tp24-color-strip {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 3;
    width: 100%;
    height: 5px;
    display: block;
    overflow: hidden;
    background: var(--tp24-yellow);
}

#tp24-fous-banner .tp24-strip-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% + var(--tp24-strip-main-cycle));
    height: 100%;
    background-image: linear-gradient(
        90deg,
        var(--tp24-yellow) 0 25%,
        var(--tp24-black) 25% 50%,
        var(--tp24-orange) 50% 75%,
        var(--tp24-paper) 75% 100%
    );
    background-size: var(--tp24-strip-main-cycle) 100%;
    background-repeat: repeat-x;
    animation: tp24StripMoveMain 4.8s linear infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
}

#tp24-fous-banner .tp24-kicker {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--tp24-yellow);
    font-size: clamp(8px, 0.72vw, 10px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

#tp24-fous-banner h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    color: var(--tp24-white);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

#tp24-fous-banner .tp24-description {
    display: none;
}

#tp24-fous-banner .tp24-days {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
    margin-top: 1px;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#tp24-fous-banner .tp24-day {
    width: 14px;
    height: 14px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tp24-yellow);
    color: var(--tp24-black);
    font-size: 7px;
    line-height: 1;
    font-weight: 950;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

#tp24-fous-banner .tp24-day.is-past {
    background: var(--tp24-white);
}

#tp24-fous-banner .tp24-day.is-current {
    background: var(--tp24-orange);
    color: var(--tp24-white);
    transform: translateY(-1px) scale(1.08);
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.18);
}

#tp24-fous-banner .tp24-offer-panel {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 3;
    width: var(--tp24-right-w);
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 14px 8px 10px;
    text-align: center;
}

#tp24-fous-banner .tp24-coupon {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 1px;
    min-width: clamp(118px, 9vw, 150px);
    min-height: 45px;
    padding: 7px 11px 6px;
    background: var(--tp24-paper);
    border: 1.5px dashed var(--tp24-black);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    text-align: center;
}

#tp24-fous-banner .tp24-coupon::before {
    content: "";
    position: absolute;
    inset: -1px -1.5px auto -1.5px;
    height: 5px;
    background-image: linear-gradient(
        90deg,
        var(--tp24-yellow) 0 25%,
        var(--tp24-black) 25% 50%,
        var(--tp24-orange) 50% 75%,
        var(--tp24-paper) 75% 100%
    );
    background-size: var(--tp24-strip-coupon-cycle) 100%;
    background-repeat: repeat-x;
    animation: tp24StripMoveCoupon 3.6s linear infinite reverse;
    will-change: background-position;
}

#tp24-fous-banner .tp24-coupon-label {
    color: #7a4b00;
    font-size: 7px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
}

#tp24-fous-banner .tp24-copy-code {
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--tp24-black);
    cursor: pointer;
    font-size: clamp(18px, 1.6vw, 23px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    text-transform: uppercase;
    text-align: center;
    transition: transform 0.16s ease, opacity 0.16s ease;
}

#tp24-fous-banner .tp24-copy-code:hover,
#tp24-fous-banner .tp24-copy-code:focus-visible {
    transform: scale(1.04);
    outline: none;
}

#tp24-fous-banner .tp24-copy-hint {
    display: none;
}

#tp24-fous-banner .tp24-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 15px;
    border-radius: 999px;
    background: var(--tp24-white);
    color: var(--tp24-black);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
    text-align: center;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.14);
    transition: transform 0.18s ease, background 0.18s ease;
}

#tp24-fous-banner .tp24-cta:hover,
#tp24-fous-banner .tp24-cta:focus-visible {
    background: var(--tp24-yellow);
    transform: translateY(-1px);
    outline: none;
}

#tp24-fous-banner .tp24-toast {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 99999;
    transform: translateX(-50%);
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--tp24-black);
    color: var(--tp24-white);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
    animation: tp24Toast 1.9s ease forwards;
}

#tp24-fous-banner .tp24-confetti {
    position: absolute;
    z-index: 5;
    width: 6px;
    height: 10px;
    border-radius: 2px;
    background: var(--tp24-yellow);
    pointer-events: none;
    animation: tp24Confetti 720ms ease-out forwards;
}

#tp24-fous-banner .tp24-confetti:nth-child(3n) { background: var(--tp24-orange); }
#tp24-fous-banner .tp24-confetti:nth-child(3n + 1) { background: var(--tp24-white); }

@keyframes tp24StripMoveMain {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(calc(-1 * var(--tp24-strip-main-cycle)), 0, 0); }
}

@keyframes tp24StripMoveCoupon {
    from { background-position: 0 0; }
    to { background-position: calc(-1 * var(--tp24-strip-coupon-cycle)) 0; }
}

@keyframes tp24Toast {
    0% { opacity: 0; transform: translate(-50%, 10px); }
    12% { opacity: 1; transform: translate(-50%, 0); }
    82% { opacity: 1; transform: translate(-50%, 0); }
    100% { opacity: 0; transform: translate(-50%, -8px); }
}

@keyframes tp24Confetti {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) rotate(220deg) scale(0.8);
    }
}

@media (prefers-reduced-motion: reduce) {
    #tp24-fous-banner *,
    #tp24-fous-banner *::before,
    #tp24-fous-banner *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    #tp24-fous-banner .tp24-strip-track,
    #tp24-fous-banner .tp24-coupon::before {
        animation: none !important;
    }
}

@media (max-width: 1120px) {
    #tp24-fous-banner {
        --tp24-right-w: 170px;
        --tp24-safe-side: 185px;
    }

    #tp24-fous-banner .tp24-cta {
        display: none;
    }
}

@media (max-width: 820px) {
    #tp24-fous-banner {
        --tp24-left-w: 96px;
        --tp24-right-w: 128px;
        --tp24-safe-side: 136px;
    }

    #tp24-fous-banner .tp24-sale-block {
        gap: 4px;
        padding: 0 10px 0 8px;
    }

    #tp24-fous-banner .tp24-sale-block::after {
        right: -10px;
        width: 20px;
    }

    #tp24-fous-banner .tp24-sale-number {
        font-size: 34px;
    }

    #tp24-fous-banner .tp24-sale-label {
        font-size: 8px;
        letter-spacing: 0.1em;
    }

    #tp24-fous-banner .tp24-banner-main {
        padding-top: 10px;
        padding-bottom: 7px;
    }

    #tp24-fous-banner .tp24-kicker {
        display: none;
    }

    #tp24-fous-banner h1 {
        font-size: clamp(15px, 3.5vw, 22px);
        white-space: normal;
        text-wrap: balance;
    }

    #tp24-fous-banner .tp24-days {
        gap: 3px;
    }

    #tp24-fous-banner .tp24-day {
        width: 12px;
        height: 12px;
        font-size: 6px;
    }

    #tp24-fous-banner .tp24-offer-panel {
        padding: 8px 8px 8px 4px;
    }

    #tp24-fous-banner .tp24-coupon {
        min-width: 102px;
        min-height: 39px;
        padding: 6px 8px 5px;
    }

    #tp24-fous-banner .tp24-coupon-label {
        display: none;
    }

    #tp24-fous-banner .tp24-copy-code {
        font-size: 18px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
}

@media (max-width: 560px) {
    #tp24-fous-banner {
        --tp24-left-w: 78px;
        --tp24-right-w: 92px;
        --tp24-safe-side: 98px;
    }

    #tp24-fous-banner .tp24-sale-number {
        font-size: 28px;
    }

    #tp24-fous-banner .tp24-sale-label {
        font-size: 7px;
        letter-spacing: 0.06em;
    }

    #tp24-fous-banner h1 {
        font-size: clamp(12px, 3.5vw, 16px);
        line-height: 1.02;
    }

    #tp24-fous-banner .tp24-days {
        display: none;
    }

    #tp24-fous-banner .tp24-coupon {
        min-width: 74px;
        min-height: 34px;
        border-width: 1px;
        padding: 5px 5px 4px;
    }

    #tp24-fous-banner .tp24-copy-code {
        font-size: 14px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
    }
}

@media (max-width: 390px) {
    #tp24-fous-banner {
        --tp24-left-w: 66px;
        --tp24-right-w: 80px;
        --tp24-safe-side: 84px;
    }

    #tp24-fous-banner .tp24-sale-label {
        display: none;
    }

    #tp24-fous-banner .tp24-sale-number {
        font-size: 30px;
    }

    #tp24-fous-banner h1 {
        font-size: 11px;
    }

    #tp24-fous-banner .tp24-coupon {
        min-width: 64px;
    }

    #tp24-fous-banner .tp24-copy-code {
        font-size: 12px;
    }
}
