/* STYLE PLUGIN */
@font-face {
    font-family: "DK Woolwich";
    src: url('../../src/fonts/DK Woolwich.otf');
    font-weight: normal;
    font-style: normal;
}
:root {
    --font-title: "DK Woolwich", "blizza";
}

/* SINGLE JEU */
.single-jeu {
    color: var(--green-dark);
}
.single-jeu header {
    position: absolute;
    left: 0;
}
.single-jeu header img {
    width: 140px;
}
.single-jeu #banner {
    min-height: 400px;
    background-image: url('../../src/images/default-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4em;
    font-family: var(--font-title);
}
.single-jeu #banner .banner-title {
    display: flex;
  flex-direction: column;
}
.single-jeu #banner h1.game-title {
    font-size: 60px;
    display: inline-block;
    background-color: var(--orange);
    color: #fff;
    padding: 6px 20px;
    line-height: 1;
    position: relative;
    transform: rotate(-2deg);
    margin: 0;
    width: fit-content;
}
.single-jeu #banner h1.game-title::after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: -30px;
    background-image: url('../../src/images/eclats-orange.svg');
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
}
.single-jeu #banner .game-dates {
    display: inline-block;
    /* transform: translate(80px, -5px); */
    transform: translate(0, -5px);
    margin-left: 160px;
    width: fit-content;
}
.single-jeu #banner .game-dates p {
    font-size: 30px;
    display: block;
    background-color: var(--green-dark);
    color: var(--green-light);
    padding: 8px 18px;
    line-height: 1;
    width: fit-content;
    margin: 0;
}
.single-jeu #banner .game-dates p:last-of-type {
    /* transform: translate(50px, -5px) rotate(-2deg); */
    transform: translate(0, -5px) rotate(-2deg);
    margin-left: 50px;
}
.single-jeu #desc-game {
    padding: 4em 200px;
    position: relative;
    overflow: hidden;
}
.single-jeu #desc-game .desc {
    width: 80%;
    margin: auto;
}
.single-jeu #desc-game .img-illu.left {
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    max-width: 220px;
    max-height: 220px;
}
.single-jeu #desc-game .img-illu.right {
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 200px;
    max-height: 200px;
}

.single-jeu #desc-game h2 {
    font-family: 'blizza';
    color: var(--green-dark);
    margin-bottom: 20px;
}
.single-jeu #desc-game p {
    color: var(--green-dark);
}

/* LOTS A GAGNER */
.single-jeu #gains-game {
    padding: 4em;
    position: relative;
    background-color: var(--beige);
}
.single-jeu #gains-game .titre-section {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(2deg);
    font-size: 50px;
    display: inline-block;
    font-family: var(--font-title);
    background-color: var(--green-dark);
    color: var(--green-light);
    padding: 6px 20px;
    line-height: 1;
    white-space: nowrap;
}
.single-jeu #gains-game .titre-section::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    bottom: -30px;
    background-image: url('../../src/images/eclats-vert.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
}
.single-jeu #gains-game .lot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.single-jeu #gains-game .lot:not(:last-of-type) {
    margin-bottom: 50px;
}
.single-jeu #gains-game .lot .lot-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-jeu #gains-game .lot .lot-content .img-produit {
    transform: translateX(20px);
    position: relative;
}
.single-jeu #gains-game .lot .lot-content .img-produit img {
    max-width: 130px;
    height: auto;
}
.single-jeu #gains-game .lot .lot-content .img-produit .nb-gagnants {
    font-size: 30px;
    transform: translate(-50%, -15px) rotate(-2deg);
    font-family: var(--font-title);
    background-color: var(--green-dark);
    color: var(--green-light);
    padding: 6px 20px;
    line-height: 1;
    position: absolute;
    left: 50%;
    width: max-content;
}
.single-jeu #gains-game .lot .lot-content .nb-produits {
    font-size: 90px;
    transform: rotate(10deg);
    font-family: var(--font-title);
    color: var(--green-light);
    line-height: 1.8;
    --stroke-width: 7px;
    --stroke-color: var(--green-dark);
    text-shadow: calc(var(--stroke-width)* 1) calc(var(--stroke-width)* 0) 0 var(--stroke-color), calc(var(--stroke-width)* .9995) calc(var(--stroke-width)* .0314) 0 var(--stroke-color), calc(var(--stroke-width)* .998) calc(var(--stroke-width)* .0628) 0 var(--stroke-color), calc(var(--stroke-width)* .9956) calc(var(--stroke-width)* .0941) 0 var(--stroke-color), calc(var(--stroke-width)* .9921) calc(var(--stroke-width)* .1253) 0 var(--stroke-color), calc(var(--stroke-width)* .9877) calc(var(--stroke-width)* .1564) 0 var(--stroke-color), calc(var(--stroke-width)* .9823) calc(var(--stroke-width)* .1874) 0 var(--stroke-color), calc(var(--stroke-width)* .9759) calc(var(--stroke-width)* .2181) 0 var(--stroke-color), calc(var(--stroke-width)* .9686) calc(var(--stroke-width)* .2487) 0 var(--stroke-color), calc(var(--stroke-width)* .9603) calc(var(--stroke-width)* .279) 0 var(--stroke-color), calc(var(--stroke-width)* .9511) calc(var(--stroke-width)* .309) 0 var(--stroke-color), calc(var(--stroke-width)* .9409) calc(var(--stroke-width)* .3387) 0 var(--stroke-color), calc(var(--stroke-width)* .9298) calc(var(--stroke-width)* .3681) 0 var(--stroke-color), calc(var(--stroke-width)* .9178) calc(var(--stroke-width)* .3971) 0 var(--stroke-color), calc(var(--stroke-width)* .9048) calc(var(--stroke-width)* .4258) 0 var(--stroke-color), calc(var(--stroke-width)* .891) calc(var(--stroke-width)* .454) 0 var(--stroke-color), calc(var(--stroke-width)* .8763) calc(var(--stroke-width)* .4818) 0 var(--stroke-color), calc(var(--stroke-width)* .8607) calc(var(--stroke-width)* .509) 0 var(--stroke-color), calc(var(--stroke-width)* .8443) calc(var(--stroke-width)* .5358) 0 var(--stroke-color), calc(var(--stroke-width)* .8271) calc(var(--stroke-width)* .5621) 0 var(--stroke-color), calc(var(--stroke-width)* .809) calc(var(--stroke-width)* .5878) 0 var(--stroke-color), calc(var(--stroke-width)* .7902) calc(var(--stroke-width)* .6129) 0 var(--stroke-color), calc(var(--stroke-width)* .7705) calc(var(--stroke-width)* .6374) 0 var(--stroke-color), calc(var(--stroke-width)* .7501) calc(var(--stroke-width)* .6613) 0 var(--stroke-color), calc(var(--stroke-width)* .729) calc(var(--stroke-width)* .6845) 0 var(--stroke-color), calc(var(--stroke-width)* .7071) calc(var(--stroke-width)* .7071) 0 var(--stroke-color), calc(var(--stroke-width)* .6845) calc(var(--stroke-width)* .729) 0 var(--stroke-color), calc(var(--stroke-width)* .6613) calc(var(--stroke-width)* .7501) 0 var(--stroke-color), calc(var(--stroke-width)* .6374) calc(var(--stroke-width)* .7705) 0 var(--stroke-color), calc(var(--stroke-width)* .6129) calc(var(--stroke-width)* .7902) 0 var(--stroke-color), calc(var(--stroke-width)* .5878) calc(var(--stroke-width)* .809) 0 var(--stroke-color), calc(var(--stroke-width)* .5621) calc(var(--stroke-width)* .8271) 0 var(--stroke-color), calc(var(--stroke-width)* .5358) calc(var(--stroke-width)* .8443) 0 var(--stroke-color), calc(var(--stroke-width)* .509) calc(var(--stroke-width)* .8607) 0 var(--stroke-color), calc(var(--stroke-width)* .4818) calc(var(--stroke-width)* .8763) 0 var(--stroke-color), calc(var(--stroke-width)* .454) calc(var(--stroke-width)* .891) 0 var(--stroke-color), calc(var(--stroke-width)* .4258) calc(var(--stroke-width)* .9048) 0 var(--stroke-color), calc(var(--stroke-width)* .3971) calc(var(--stroke-width)* .9178) 0 var(--stroke-color), calc(var(--stroke-width)* .3681) calc(var(--stroke-width)* .9298) 0 var(--stroke-color), calc(var(--stroke-width)* .3387) calc(var(--stroke-width)* .9409) 0 var(--stroke-color), calc(var(--stroke-width)* .309) calc(var(--stroke-width)* .9511) 0 var(--stroke-color), calc(var(--stroke-width)* .279) calc(var(--stroke-width)* .9603) 0 var(--stroke-color), calc(var(--stroke-width)* .2487) calc(var(--stroke-width)* .9686) 0 var(--stroke-color), calc(var(--stroke-width)* .2181) calc(var(--stroke-width)* .9759) 0 var(--stroke-color), calc(var(--stroke-width)* .1874) calc(var(--stroke-width)* .9823) 0 var(--stroke-color), calc(var(--stroke-width)* .1564) calc(var(--stroke-width)* .9877) 0 var(--stroke-color), calc(var(--stroke-width)* .1253) calc(var(--stroke-width)* .9921) 0 var(--stroke-color), calc(var(--stroke-width)* .0941) calc(var(--stroke-width)* .9956) 0 var(--stroke-color), calc(var(--stroke-width)* .0628) calc(var(--stroke-width)* .998) 0 var(--stroke-color), calc(var(--stroke-width)* .0314) calc(var(--stroke-width)* .9995) 0 var(--stroke-color), calc(var(--stroke-width)* 0) calc(var(--stroke-width)* 1) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0314) calc(var(--stroke-width)* .9995) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0628) calc(var(--stroke-width)* .998) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0941) calc(var(--stroke-width)* .9956) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1253) calc(var(--stroke-width)* .9921) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1564) calc(var(--stroke-width)* .9877) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1874) calc(var(--stroke-width)* .9823) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2181) calc(var(--stroke-width)* .9759) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2487) calc(var(--stroke-width)* .9686) 0 var(--stroke-color), calc(var(--stroke-width)* -0.279) calc(var(--stroke-width)* .9603) 0 var(--stroke-color), calc(var(--stroke-width)* -0.309) calc(var(--stroke-width)* .9511) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3387) calc(var(--stroke-width)* .9409) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3681) calc(var(--stroke-width)* .9298) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3971) calc(var(--stroke-width)* .9178) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4258) calc(var(--stroke-width)* .9048) 0 var(--stroke-color), calc(var(--stroke-width)* -0.454) calc(var(--stroke-width)* .891) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4818) calc(var(--stroke-width)* .8763) 0 var(--stroke-color), calc(var(--stroke-width)* -0.509) calc(var(--stroke-width)* .8607) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5358) calc(var(--stroke-width)* .8443) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5621) calc(var(--stroke-width)* .8271) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5878) calc(var(--stroke-width)* .809) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6129) calc(var(--stroke-width)* .7902) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6374) calc(var(--stroke-width)* .7705) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6613) calc(var(--stroke-width)* .7501) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6845) calc(var(--stroke-width)* .729) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7071) calc(var(--stroke-width)* .7071) 0 var(--stroke-color), calc(var(--stroke-width)* -0.729) calc(var(--stroke-width)* .6845) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7501) calc(var(--stroke-width)* .6613) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7705) calc(var(--stroke-width)* .6374) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7902) calc(var(--stroke-width)* .6129) 0 var(--stroke-color), calc(var(--stroke-width)* -0.809) calc(var(--stroke-width)* .5878) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8271) calc(var(--stroke-width)* .5621) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8443) calc(var(--stroke-width)* .5358) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8607) calc(var(--stroke-width)* .509) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8763) calc(var(--stroke-width)* .4818) 0 var(--stroke-color), calc(var(--stroke-width)* -0.891) calc(var(--stroke-width)* .454) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9048) calc(var(--stroke-width)* .4258) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9178) calc(var(--stroke-width)* .3971) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9298) calc(var(--stroke-width)* .3681) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9409) calc(var(--stroke-width)* .3387) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9511) calc(var(--stroke-width)* .309) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9603) calc(var(--stroke-width)* .279) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9686) calc(var(--stroke-width)* .2487) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9759) calc(var(--stroke-width)* .2181) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9823) calc(var(--stroke-width)* .1874) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9877) calc(var(--stroke-width)* .1564) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9921) calc(var(--stroke-width)* .1253) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9956) calc(var(--stroke-width)* .0941) 0 var(--stroke-color), calc(var(--stroke-width)* -0.998) calc(var(--stroke-width)* .0628) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9995) calc(var(--stroke-width)* .0314) 0 var(--stroke-color), calc(var(--stroke-width)* -1) calc(var(--stroke-width)* 0) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9995) calc(var(--stroke-width)* -0.0314) 0 var(--stroke-color), calc(var(--stroke-width)* -0.998) calc(var(--stroke-width)* -0.0628) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9956) calc(var(--stroke-width)* -0.0941) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9921) calc(var(--stroke-width)* -0.1253) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9877) calc(var(--stroke-width)* -0.1564) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9823) calc(var(--stroke-width)* -0.1874) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9759) calc(var(--stroke-width)* -0.2181) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9686) calc(var(--stroke-width)* -0.2487) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9603) calc(var(--stroke-width)* -0.279) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9511) calc(var(--stroke-width)* -0.309) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9409) calc(var(--stroke-width)* -0.3387) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9298) calc(var(--stroke-width)* -0.3681) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9178) calc(var(--stroke-width)* -0.3971) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9048) calc(var(--stroke-width)* -0.4258) 0 var(--stroke-color), calc(var(--stroke-width)* -0.891) calc(var(--stroke-width)* -0.454) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8763) calc(var(--stroke-width)* -0.4818) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8607) calc(var(--stroke-width)* -0.509) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8443) calc(var(--stroke-width)* -0.5358) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8271) calc(var(--stroke-width)* -0.5621) 0 var(--stroke-color), calc(var(--stroke-width)* -0.809) calc(var(--stroke-width)* -0.5878) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7902) calc(var(--stroke-width)* -0.6129) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7705) calc(var(--stroke-width)* -0.6374) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7501) calc(var(--stroke-width)* -0.6613) 0 var(--stroke-color), calc(var(--stroke-width)* -0.729) calc(var(--stroke-width)* -0.6845) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7071) calc(var(--stroke-width)* -0.7071) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6845) calc(var(--stroke-width)* -0.729) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6613) calc(var(--stroke-width)* -0.7501) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6374) calc(var(--stroke-width)* -0.7705) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6129) calc(var(--stroke-width)* -0.7902) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5878) calc(var(--stroke-width)* -0.809) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5621) calc(var(--stroke-width)* -0.8271) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5358) calc(var(--stroke-width)* -0.8443) 0 var(--stroke-color), calc(var(--stroke-width)* -0.509) calc(var(--stroke-width)* -0.8607) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4818) calc(var(--stroke-width)* -0.8763) 0 var(--stroke-color), calc(var(--stroke-width)* -0.454) calc(var(--stroke-width)* -0.891) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4258) calc(var(--stroke-width)* -0.9048) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3971) calc(var(--stroke-width)* -0.9178) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3681) calc(var(--stroke-width)* -0.9298) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3387) calc(var(--stroke-width)* -0.9409) 0 var(--stroke-color), calc(var(--stroke-width)* -0.309) calc(var(--stroke-width)* -0.9511) 0 var(--stroke-color), calc(var(--stroke-width)* -0.279) calc(var(--stroke-width)* -0.9603) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2487) calc(var(--stroke-width)* -0.9686) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2181) calc(var(--stroke-width)* -0.9759) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1874) calc(var(--stroke-width)* -0.9823) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1564) calc(var(--stroke-width)* -0.9877) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1253) calc(var(--stroke-width)* -0.9921) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0941) calc(var(--stroke-width)* -0.9956) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0628) calc(var(--stroke-width)* -0.998) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0314) calc(var(--stroke-width)* -0.9995) 0 var(--stroke-color), calc(var(--stroke-width)* 0) calc(var(--stroke-width)* -1) 0 var(--stroke-color), calc(var(--stroke-width)* .0314) calc(var(--stroke-width)* -0.9995) 0 var(--stroke-color), calc(var(--stroke-width)* .0628) calc(var(--stroke-width)* -0.998) 0 var(--stroke-color), calc(var(--stroke-width)* .0941) calc(var(--stroke-width)* -0.9956) 0 var(--stroke-color), calc(var(--stroke-width)* .1253) calc(var(--stroke-width)* -0.9921) 0 var(--stroke-color), calc(var(--stroke-width)* .1564) calc(var(--stroke-width)* -0.9877) 0 var(--stroke-color), calc(var(--stroke-width)* .1874) calc(var(--stroke-width)* -0.9823) 0 var(--stroke-color), calc(var(--stroke-width)* .2181) calc(var(--stroke-width)* -0.9759) 0 var(--stroke-color), calc(var(--stroke-width)* .2487) calc(var(--stroke-width)* -0.9686) 0 var(--stroke-color), calc(var(--stroke-width)* .279) calc(var(--stroke-width)* -0.9603) 0 var(--stroke-color), calc(var(--stroke-width)* .309) calc(var(--stroke-width)* -0.9511) 0 var(--stroke-color), calc(var(--stroke-width)* .3387) calc(var(--stroke-width)* -0.9409) 0 var(--stroke-color), calc(var(--stroke-width)* .3681) calc(var(--stroke-width)* -0.9298) 0 var(--stroke-color), calc(var(--stroke-width)* .3971) calc(var(--stroke-width)* -0.9178) 0 var(--stroke-color), calc(var(--stroke-width)* .4258) calc(var(--stroke-width)* -0.9048) 0 var(--stroke-color), calc(var(--stroke-width)* .454) calc(var(--stroke-width)* -0.891) 0 var(--stroke-color), calc(var(--stroke-width)* .4818) calc(var(--stroke-width)* -0.8763) 0 var(--stroke-color), calc(var(--stroke-width)* .509) calc(var(--stroke-width)* -0.8607) 0 var(--stroke-color), calc(var(--stroke-width)* .5358) calc(var(--stroke-width)* -0.8443) 0 var(--stroke-color), calc(var(--stroke-width)* .5621) calc(var(--stroke-width)* -0.8271) 0 var(--stroke-color), calc(var(--stroke-width)* .5878) calc(var(--stroke-width)* -0.809) 0 var(--stroke-color), calc(var(--stroke-width)* .6129) calc(var(--stroke-width)* -0.7902) 0 var(--stroke-color), calc(var(--stroke-width)* .6374) calc(var(--stroke-width)* -0.7705) 0 var(--stroke-color), calc(var(--stroke-width)* .6613) calc(var(--stroke-width)* -0.7501) 0 var(--stroke-color), calc(var(--stroke-width)* .6845) calc(var(--stroke-width)* -0.729) 0 var(--stroke-color), calc(var(--stroke-width)* .7071) calc(var(--stroke-width)* -0.7071) 0 var(--stroke-color), calc(var(--stroke-width)* .729) calc(var(--stroke-width)* -0.6845) 0 var(--stroke-color), calc(var(--stroke-width)* .7501) calc(var(--stroke-width)* -0.6613) 0 var(--stroke-color), calc(var(--stroke-width)* .7705) calc(var(--stroke-width)* -0.6374) 0 var(--stroke-color), calc(var(--stroke-width)* .7902) calc(var(--stroke-width)* -0.6129) 0 var(--stroke-color), calc(var(--stroke-width)* .809) calc(var(--stroke-width)* -0.5878) 0 var(--stroke-color), calc(var(--stroke-width)* .8271) calc(var(--stroke-width)* -0.5621) 0 var(--stroke-color), calc(var(--stroke-width)* .8443) calc(var(--stroke-width)* -0.5358) 0 var(--stroke-color), calc(var(--stroke-width)* .8607) calc(var(--stroke-width)* -0.509) 0 var(--stroke-color), calc(var(--stroke-width)* .8763) calc(var(--stroke-width)* -0.4818) 0 var(--stroke-color), calc(var(--stroke-width)* .891) calc(var(--stroke-width)* -0.454) 0 var(--stroke-color), calc(var(--stroke-width)* .9048) calc(var(--stroke-width)* -0.4258) 0 var(--stroke-color), calc(var(--stroke-width)* .9178) calc(var(--stroke-width)* -0.3971) 0 var(--stroke-color), calc(var(--stroke-width)* .9298) calc(var(--stroke-width)* -0.3681) 0 var(--stroke-color), calc(var(--stroke-width)* .9409) calc(var(--stroke-width)* -0.3387) 0 var(--stroke-color), calc(var(--stroke-width)* .9511) calc(var(--stroke-width)* -0.309) 0 var(--stroke-color), calc(var(--stroke-width)* .9603) calc(var(--stroke-width)* -0.279) 0 var(--stroke-color), calc(var(--stroke-width)* .9686) calc(var(--stroke-width)* -0.2487) 0 var(--stroke-color), calc(var(--stroke-width)* .9759) calc(var(--stroke-width)* -0.2181) 0 var(--stroke-color), calc(var(--stroke-width)* .9823) calc(var(--stroke-width)* -0.1874) 0 var(--stroke-color), calc(var(--stroke-width)* .9877) calc(var(--stroke-width)* -0.1564) 0 var(--stroke-color), calc(var(--stroke-width)* .9921) calc(var(--stroke-width)* -0.1253) 0 var(--stroke-color), calc(var(--stroke-width)* .9956) calc(var(--stroke-width)* -0.0941) 0 var(--stroke-color), calc(var(--stroke-width)* .998) calc(var(--stroke-width)* -0.0628) 0 var(--stroke-color), calc(var(--stroke-width)* .9995) calc(var(--stroke-width)* -0.0314) 0 var(--stroke-color);
}
.single-jeu #gains-game .lot .lot-content .nom-produit {
    font-size: 54px;
    margin-left: 20px;
    text-align: left;
    color: var(--orange);
    font-family: var(--font-title);
    --stroke-width: 6px;
    --stroke-color: #fff;
    text-shadow: calc(var(--stroke-width)* 1) calc(var(--stroke-width)* 0) 0 var(--stroke-color), calc(var(--stroke-width)* .9995) calc(var(--stroke-width)* .0314) 0 var(--stroke-color), calc(var(--stroke-width)* .998) calc(var(--stroke-width)* .0628) 0 var(--stroke-color), calc(var(--stroke-width)* .9956) calc(var(--stroke-width)* .0941) 0 var(--stroke-color), calc(var(--stroke-width)* .9921) calc(var(--stroke-width)* .1253) 0 var(--stroke-color), calc(var(--stroke-width)* .9877) calc(var(--stroke-width)* .1564) 0 var(--stroke-color), calc(var(--stroke-width)* .9823) calc(var(--stroke-width)* .1874) 0 var(--stroke-color), calc(var(--stroke-width)* .9759) calc(var(--stroke-width)* .2181) 0 var(--stroke-color), calc(var(--stroke-width)* .9686) calc(var(--stroke-width)* .2487) 0 var(--stroke-color), calc(var(--stroke-width)* .9603) calc(var(--stroke-width)* .279) 0 var(--stroke-color), calc(var(--stroke-width)* .9511) calc(var(--stroke-width)* .309) 0 var(--stroke-color), calc(var(--stroke-width)* .9409) calc(var(--stroke-width)* .3387) 0 var(--stroke-color), calc(var(--stroke-width)* .9298) calc(var(--stroke-width)* .3681) 0 var(--stroke-color), calc(var(--stroke-width)* .9178) calc(var(--stroke-width)* .3971) 0 var(--stroke-color), calc(var(--stroke-width)* .9048) calc(var(--stroke-width)* .4258) 0 var(--stroke-color), calc(var(--stroke-width)* .891) calc(var(--stroke-width)* .454) 0 var(--stroke-color), calc(var(--stroke-width)* .8763) calc(var(--stroke-width)* .4818) 0 var(--stroke-color), calc(var(--stroke-width)* .8607) calc(var(--stroke-width)* .509) 0 var(--stroke-color), calc(var(--stroke-width)* .8443) calc(var(--stroke-width)* .5358) 0 var(--stroke-color), calc(var(--stroke-width)* .8271) calc(var(--stroke-width)* .5621) 0 var(--stroke-color), calc(var(--stroke-width)* .809) calc(var(--stroke-width)* .5878) 0 var(--stroke-color), calc(var(--stroke-width)* .7902) calc(var(--stroke-width)* .6129) 0 var(--stroke-color), calc(var(--stroke-width)* .7705) calc(var(--stroke-width)* .6374) 0 var(--stroke-color), calc(var(--stroke-width)* .7501) calc(var(--stroke-width)* .6613) 0 var(--stroke-color), calc(var(--stroke-width)* .729) calc(var(--stroke-width)* .6845) 0 var(--stroke-color), calc(var(--stroke-width)* .7071) calc(var(--stroke-width)* .7071) 0 var(--stroke-color), calc(var(--stroke-width)* .6845) calc(var(--stroke-width)* .729) 0 var(--stroke-color), calc(var(--stroke-width)* .6613) calc(var(--stroke-width)* .7501) 0 var(--stroke-color), calc(var(--stroke-width)* .6374) calc(var(--stroke-width)* .7705) 0 var(--stroke-color), calc(var(--stroke-width)* .6129) calc(var(--stroke-width)* .7902) 0 var(--stroke-color), calc(var(--stroke-width)* .5878) calc(var(--stroke-width)* .809) 0 var(--stroke-color), calc(var(--stroke-width)* .5621) calc(var(--stroke-width)* .8271) 0 var(--stroke-color), calc(var(--stroke-width)* .5358) calc(var(--stroke-width)* .8443) 0 var(--stroke-color), calc(var(--stroke-width)* .509) calc(var(--stroke-width)* .8607) 0 var(--stroke-color), calc(var(--stroke-width)* .4818) calc(var(--stroke-width)* .8763) 0 var(--stroke-color), calc(var(--stroke-width)* .454) calc(var(--stroke-width)* .891) 0 var(--stroke-color), calc(var(--stroke-width)* .4258) calc(var(--stroke-width)* .9048) 0 var(--stroke-color), calc(var(--stroke-width)* .3971) calc(var(--stroke-width)* .9178) 0 var(--stroke-color), calc(var(--stroke-width)* .3681) calc(var(--stroke-width)* .9298) 0 var(--stroke-color), calc(var(--stroke-width)* .3387) calc(var(--stroke-width)* .9409) 0 var(--stroke-color), calc(var(--stroke-width)* .309) calc(var(--stroke-width)* .9511) 0 var(--stroke-color), calc(var(--stroke-width)* .279) calc(var(--stroke-width)* .9603) 0 var(--stroke-color), calc(var(--stroke-width)* .2487) calc(var(--stroke-width)* .9686) 0 var(--stroke-color), calc(var(--stroke-width)* .2181) calc(var(--stroke-width)* .9759) 0 var(--stroke-color), calc(var(--stroke-width)* .1874) calc(var(--stroke-width)* .9823) 0 var(--stroke-color), calc(var(--stroke-width)* .1564) calc(var(--stroke-width)* .9877) 0 var(--stroke-color), calc(var(--stroke-width)* .1253) calc(var(--stroke-width)* .9921) 0 var(--stroke-color), calc(var(--stroke-width)* .0941) calc(var(--stroke-width)* .9956) 0 var(--stroke-color), calc(var(--stroke-width)* .0628) calc(var(--stroke-width)* .998) 0 var(--stroke-color), calc(var(--stroke-width)* .0314) calc(var(--stroke-width)* .9995) 0 var(--stroke-color), calc(var(--stroke-width)* 0) calc(var(--stroke-width)* 1) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0314) calc(var(--stroke-width)* .9995) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0628) calc(var(--stroke-width)* .998) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0941) calc(var(--stroke-width)* .9956) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1253) calc(var(--stroke-width)* .9921) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1564) calc(var(--stroke-width)* .9877) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1874) calc(var(--stroke-width)* .9823) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2181) calc(var(--stroke-width)* .9759) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2487) calc(var(--stroke-width)* .9686) 0 var(--stroke-color), calc(var(--stroke-width)* -0.279) calc(var(--stroke-width)* .9603) 0 var(--stroke-color), calc(var(--stroke-width)* -0.309) calc(var(--stroke-width)* .9511) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3387) calc(var(--stroke-width)* .9409) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3681) calc(var(--stroke-width)* .9298) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3971) calc(var(--stroke-width)* .9178) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4258) calc(var(--stroke-width)* .9048) 0 var(--stroke-color), calc(var(--stroke-width)* -0.454) calc(var(--stroke-width)* .891) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4818) calc(var(--stroke-width)* .8763) 0 var(--stroke-color), calc(var(--stroke-width)* -0.509) calc(var(--stroke-width)* .8607) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5358) calc(var(--stroke-width)* .8443) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5621) calc(var(--stroke-width)* .8271) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5878) calc(var(--stroke-width)* .809) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6129) calc(var(--stroke-width)* .7902) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6374) calc(var(--stroke-width)* .7705) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6613) calc(var(--stroke-width)* .7501) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6845) calc(var(--stroke-width)* .729) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7071) calc(var(--stroke-width)* .7071) 0 var(--stroke-color), calc(var(--stroke-width)* -0.729) calc(var(--stroke-width)* .6845) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7501) calc(var(--stroke-width)* .6613) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7705) calc(var(--stroke-width)* .6374) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7902) calc(var(--stroke-width)* .6129) 0 var(--stroke-color), calc(var(--stroke-width)* -0.809) calc(var(--stroke-width)* .5878) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8271) calc(var(--stroke-width)* .5621) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8443) calc(var(--stroke-width)* .5358) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8607) calc(var(--stroke-width)* .509) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8763) calc(var(--stroke-width)* .4818) 0 var(--stroke-color), calc(var(--stroke-width)* -0.891) calc(var(--stroke-width)* .454) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9048) calc(var(--stroke-width)* .4258) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9178) calc(var(--stroke-width)* .3971) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9298) calc(var(--stroke-width)* .3681) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9409) calc(var(--stroke-width)* .3387) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9511) calc(var(--stroke-width)* .309) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9603) calc(var(--stroke-width)* .279) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9686) calc(var(--stroke-width)* .2487) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9759) calc(var(--stroke-width)* .2181) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9823) calc(var(--stroke-width)* .1874) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9877) calc(var(--stroke-width)* .1564) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9921) calc(var(--stroke-width)* .1253) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9956) calc(var(--stroke-width)* .0941) 0 var(--stroke-color), calc(var(--stroke-width)* -0.998) calc(var(--stroke-width)* .0628) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9995) calc(var(--stroke-width)* .0314) 0 var(--stroke-color), calc(var(--stroke-width)* -1) calc(var(--stroke-width)* 0) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9995) calc(var(--stroke-width)* -0.0314) 0 var(--stroke-color), calc(var(--stroke-width)* -0.998) calc(var(--stroke-width)* -0.0628) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9956) calc(var(--stroke-width)* -0.0941) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9921) calc(var(--stroke-width)* -0.1253) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9877) calc(var(--stroke-width)* -0.1564) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9823) calc(var(--stroke-width)* -0.1874) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9759) calc(var(--stroke-width)* -0.2181) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9686) calc(var(--stroke-width)* -0.2487) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9603) calc(var(--stroke-width)* -0.279) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9511) calc(var(--stroke-width)* -0.309) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9409) calc(var(--stroke-width)* -0.3387) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9298) calc(var(--stroke-width)* -0.3681) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9178) calc(var(--stroke-width)* -0.3971) 0 var(--stroke-color), calc(var(--stroke-width)* -0.9048) calc(var(--stroke-width)* -0.4258) 0 var(--stroke-color), calc(var(--stroke-width)* -0.891) calc(var(--stroke-width)* -0.454) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8763) calc(var(--stroke-width)* -0.4818) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8607) calc(var(--stroke-width)* -0.509) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8443) calc(var(--stroke-width)* -0.5358) 0 var(--stroke-color), calc(var(--stroke-width)* -0.8271) calc(var(--stroke-width)* -0.5621) 0 var(--stroke-color), calc(var(--stroke-width)* -0.809) calc(var(--stroke-width)* -0.5878) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7902) calc(var(--stroke-width)* -0.6129) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7705) calc(var(--stroke-width)* -0.6374) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7501) calc(var(--stroke-width)* -0.6613) 0 var(--stroke-color), calc(var(--stroke-width)* -0.729) calc(var(--stroke-width)* -0.6845) 0 var(--stroke-color), calc(var(--stroke-width)* -0.7071) calc(var(--stroke-width)* -0.7071) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6845) calc(var(--stroke-width)* -0.729) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6613) calc(var(--stroke-width)* -0.7501) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6374) calc(var(--stroke-width)* -0.7705) 0 var(--stroke-color), calc(var(--stroke-width)* -0.6129) calc(var(--stroke-width)* -0.7902) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5878) calc(var(--stroke-width)* -0.809) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5621) calc(var(--stroke-width)* -0.8271) 0 var(--stroke-color), calc(var(--stroke-width)* -0.5358) calc(var(--stroke-width)* -0.8443) 0 var(--stroke-color), calc(var(--stroke-width)* -0.509) calc(var(--stroke-width)* -0.8607) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4818) calc(var(--stroke-width)* -0.8763) 0 var(--stroke-color), calc(var(--stroke-width)* -0.454) calc(var(--stroke-width)* -0.891) 0 var(--stroke-color), calc(var(--stroke-width)* -0.4258) calc(var(--stroke-width)* -0.9048) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3971) calc(var(--stroke-width)* -0.9178) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3681) calc(var(--stroke-width)* -0.9298) 0 var(--stroke-color), calc(var(--stroke-width)* -0.3387) calc(var(--stroke-width)* -0.9409) 0 var(--stroke-color), calc(var(--stroke-width)* -0.309) calc(var(--stroke-width)* -0.9511) 0 var(--stroke-color), calc(var(--stroke-width)* -0.279) calc(var(--stroke-width)* -0.9603) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2487) calc(var(--stroke-width)* -0.9686) 0 var(--stroke-color), calc(var(--stroke-width)* -0.2181) calc(var(--stroke-width)* -0.9759) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1874) calc(var(--stroke-width)* -0.9823) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1564) calc(var(--stroke-width)* -0.9877) 0 var(--stroke-color), calc(var(--stroke-width)* -0.1253) calc(var(--stroke-width)* -0.9921) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0941) calc(var(--stroke-width)* -0.9956) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0628) calc(var(--stroke-width)* -0.998) 0 var(--stroke-color), calc(var(--stroke-width)* -0.0314) calc(var(--stroke-width)* -0.9995) 0 var(--stroke-color), calc(var(--stroke-width)* 0) calc(var(--stroke-width)* -1) 0 var(--stroke-color), calc(var(--stroke-width)* .0314) calc(var(--stroke-width)* -0.9995) 0 var(--stroke-color), calc(var(--stroke-width)* .0628) calc(var(--stroke-width)* -0.998) 0 var(--stroke-color), calc(var(--stroke-width)* .0941) calc(var(--stroke-width)* -0.9956) 0 var(--stroke-color), calc(var(--stroke-width)* .1253) calc(var(--stroke-width)* -0.9921) 0 var(--stroke-color), calc(var(--stroke-width)* .1564) calc(var(--stroke-width)* -0.9877) 0 var(--stroke-color), calc(var(--stroke-width)* .1874) calc(var(--stroke-width)* -0.9823) 0 var(--stroke-color), calc(var(--stroke-width)* .2181) calc(var(--stroke-width)* -0.9759) 0 var(--stroke-color), calc(var(--stroke-width)* .2487) calc(var(--stroke-width)* -0.9686) 0 var(--stroke-color), calc(var(--stroke-width)* .279) calc(var(--stroke-width)* -0.9603) 0 var(--stroke-color), calc(var(--stroke-width)* .309) calc(var(--stroke-width)* -0.9511) 0 var(--stroke-color), calc(var(--stroke-width)* .3387) calc(var(--stroke-width)* -0.9409) 0 var(--stroke-color), calc(var(--stroke-width)* .3681) calc(var(--stroke-width)* -0.9298) 0 var(--stroke-color), calc(var(--stroke-width)* .3971) calc(var(--stroke-width)* -0.9178) 0 var(--stroke-color), calc(var(--stroke-width)* .4258) calc(var(--stroke-width)* -0.9048) 0 var(--stroke-color), calc(var(--stroke-width)* .454) calc(var(--stroke-width)* -0.891) 0 var(--stroke-color), calc(var(--stroke-width)* .4818) calc(var(--stroke-width)* -0.8763) 0 var(--stroke-color), calc(var(--stroke-width)* .509) calc(var(--stroke-width)* -0.8607) 0 var(--stroke-color), calc(var(--stroke-width)* .5358) calc(var(--stroke-width)* -0.8443) 0 var(--stroke-color), calc(var(--stroke-width)* .5621) calc(var(--stroke-width)* -0.8271) 0 var(--stroke-color), calc(var(--stroke-width)* .5878) calc(var(--stroke-width)* -0.809) 0 var(--stroke-color), calc(var(--stroke-width)* .6129) calc(var(--stroke-width)* -0.7902) 0 var(--stroke-color), calc(var(--stroke-width)* .6374) calc(var(--stroke-width)* -0.7705) 0 var(--stroke-color), calc(var(--stroke-width)* .6613) calc(var(--stroke-width)* -0.7501) 0 var(--stroke-color), calc(var(--stroke-width)* .6845) calc(var(--stroke-width)* -0.729) 0 var(--stroke-color), calc(var(--stroke-width)* .7071) calc(var(--stroke-width)* -0.7071) 0 var(--stroke-color), calc(var(--stroke-width)* .729) calc(var(--stroke-width)* -0.6845) 0 var(--stroke-color), calc(var(--stroke-width)* .7501) calc(var(--stroke-width)* -0.6613) 0 var(--stroke-color), calc(var(--stroke-width)* .7705) calc(var(--stroke-width)* -0.6374) 0 var(--stroke-color), calc(var(--stroke-width)* .7902) calc(var(--stroke-width)* -0.6129) 0 var(--stroke-color), calc(var(--stroke-width)* .809) calc(var(--stroke-width)* -0.5878) 0 var(--stroke-color), calc(var(--stroke-width)* .8271) calc(var(--stroke-width)* -0.5621) 0 var(--stroke-color), calc(var(--stroke-width)* .8443) calc(var(--stroke-width)* -0.5358) 0 var(--stroke-color), calc(var(--stroke-width)* .8607) calc(var(--stroke-width)* -0.509) 0 var(--stroke-color), calc(var(--stroke-width)* .8763) calc(var(--stroke-width)* -0.4818) 0 var(--stroke-color), calc(var(--stroke-width)* .891) calc(var(--stroke-width)* -0.454) 0 var(--stroke-color), calc(var(--stroke-width)* .9048) calc(var(--stroke-width)* -0.4258) 0 var(--stroke-color), calc(var(--stroke-width)* .9178) calc(var(--stroke-width)* -0.3971) 0 var(--stroke-color), calc(var(--stroke-width)* .9298) calc(var(--stroke-width)* -0.3681) 0 var(--stroke-color), calc(var(--stroke-width)* .9409) calc(var(--stroke-width)* -0.3387) 0 var(--stroke-color), calc(var(--stroke-width)* .9511) calc(var(--stroke-width)* -0.309) 0 var(--stroke-color), calc(var(--stroke-width)* .9603) calc(var(--stroke-width)* -0.279) 0 var(--stroke-color), calc(var(--stroke-width)* .9686) calc(var(--stroke-width)* -0.2487) 0 var(--stroke-color), calc(var(--stroke-width)* .9759) calc(var(--stroke-width)* -0.2181) 0 var(--stroke-color), calc(var(--stroke-width)* .9823) calc(var(--stroke-width)* -0.1874) 0 var(--stroke-color), calc(var(--stroke-width)* .9877) calc(var(--stroke-width)* -0.1564) 0 var(--stroke-color), calc(var(--stroke-width)* .9921) calc(var(--stroke-width)* -0.1253) 0 var(--stroke-color), calc(var(--stroke-width)* .9956) calc(var(--stroke-width)* -0.0941) 0 var(--stroke-color), calc(var(--stroke-width)* .998) calc(var(--stroke-width)* -0.0628) 0 var(--stroke-color), calc(var(--stroke-width)* .9995) calc(var(--stroke-width)* -0.0314) 0 var(--stroke-color);
}
.single-jeu #gains-game .lot.secondaire .lot-content .nom-produit {
    font-size: 34px;
}
.single-jeu #gains-game .lot .desc-lot {
    padding: 25px;
    background-color: #fff;
    max-width: 60%;
    color: var(--green-dark);
    text-align: left;
}
.single-jeu #gains-game .lot .desc-lot h2,
.single-jeu #gains-game .lot .desc-lot h3,
.single-jeu #gains-game .lot .desc-lot h4,
.single-jeu #gains-game .lot .desc-lot h5 {
    text-align: center;
}
.single-jeu #gains-game .lot .desc-lot p {
    margin-bottom: 5px;
    display: block;
}
.single-jeu #gains-game .lot .desc-lot p:last-of-type {
    margin-bottom: 0;
}
.single-jeu #gains-game .lot .desc-lot ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}


/* FORMULAIRE */
.single-jeu #form-game {
    padding: 4em;
}
.single-jeu #form-game .container-form {
    max-width: 800px;
    margin: auto;
}
.single-jeu #form-game .titre-section {
    font-size: 40px;
    display: inline-block;
    font-family: var(--font-title);
    background-color: var(--beige);
    color: var(--green-dark);
    padding: 6px 20px;
    line-height: 1;
    position: relative;
    transform: rotate(-2deg);
    margin-bottom: 62px;
}
.single-jeu #form-game form .title-form {
    text-align: left;
    margin-bottom: 30px;
}
.single-jeu #form-game form .title-form h3 {
    font-family: 'blizza';
    margin-bottom: 10px;
}

.single-jeu #form-game .col-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}
.single-jeu #form-game .col-form label {
    font-family: 'blizza';
}
.single-jeu #form-game .checkbox {
    margin-bottom: 10px;
    text-align: left;
}
.single-jeu #form-game .checkbox input {
    margin-right: 5px;
    cursor: pointer;
}
.single-jeu #form-game .checkbox label {
    margin-bottom: 0;
    cursor: pointer;
}
.single-jeu #form-game .checkbox label a {
    text-decoration: underline;
}
.single-jeu #form-game .col-form input,
.single-jeu #form-game .col-form textarea
 {
    width: 100%;
    background-color: var(--beige);
    padding: 12px 20px;
    border: none;
    font-family: 'Adobe Caslon Pro';
}
.single-jeu #form-game .submit input {
    font-size: 24px;
}

/* REGLEMENT */
.single-jeu #modal-reglement {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    z-index: 999;
    width: 100%;
}
.single-jeu #modal-reglement.active {
    display: block;
}
.single-jeu #modal-reglement .reglement-container {
    width: 80%;
    max-width: 1140px;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    margin: 5vh auto;
    height: 90vh;
    overflow-y: scroll;
}
.single-jeu #modal-reglement .reglement-container .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
}
.single-jeu #modal-reglement .reglement-content {
    text-align: left;
    color: #292b2c;
}
.single-jeu #modal-reglement .reglement-content h2 {
    margin-bottom: 1.5em;
    font-family: 'blizza', 'Arial Nova', serif;
}
.single-jeu #modal-reglement .reglement-content h3 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-family: 'blizza', 'Arial Nova', serif;
}
.single-jeu #modal-reglement .reglement-content ul {
    text-align: left;
}
.single-jeu #modal-reglement .reglement-content ul li {
    list-style: disc;
    margin-left: 20px;
}
.single-jeu #modal-reglement .reglement-content table,
.single-jeu #modal-reglement .reglement-content th,
.single-jeu #modal-reglement .reglement-content td {
    border: 1px solid black;
    border-collapse: collapse;
}
.single-jeu #modal-reglement .reglement-content th,
.single-jeu #modal-reglement .reglement-content td {
    padding: 5px
}
.single-jeu #modal-reglement .reglement-content .liste-lots li {
    margin-bottom: 10px;
    font-weight: bold;
}
.single-jeu #modal-reglement .reglement-content .liste-lots .desc-lot {
    margin-bottom: 10px;
}
.single-jeu #modal-reglement .reglement-content .liste-lots .table-produits {
    margin-bottom: 10px;
}


/* FOOTER */
.single-jeu #colophon .container {
    padding-top: 0;
}
.single-jeu #colophon .container .row:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    align-items: center;
}
.single-jeu #colophon .footer-jeu {
    margin-bottom: 1em;
}
.single-jeu #colophon .footer-jeu a {
    color: #114d1f;
    font-family: 'Sue Ellen Francisco';
    text-transform: uppercase;
    font-size: 1.2em;
}

@media screen and (max-width: 991px) {
    /* BANNIERE */
    .single-jeu header img {
        width: 90px;
    }
    .single-jeu #banner {
        padding: 4em 15px;
    }
    .single-jeu #banner .game-dates {
        margin-left: 40px;
        transform: translateY(-3px);
    }
    .single-jeu #banner h1.game-title {
        font-size: 40px;
    }
    .single-jeu #banner .game-dates p {
        font-size: 28px;
    }
    .single-jeu #banner .game-dates p:last-of-type {
        margin-left: 40px;
    }

    /* DESCRIPTION */
    .single-jeu #desc-game {
        padding: 4em 0 6em;
    }
    .single-jeu #desc-game .desc {
        width: 100%;
    }
    .single-jeu #desc-game .img-illu.left {
        width: 160px;
        height: 160px;
    }
    .single-jeu #desc-game .img-illu.right {
        width: 130px;
        height: 130px;
        bottom: -40px;
    }

    /* LOTS */
    .single-jeu #gains-game {
        padding: 4em 0;
    }
    .single-jeu #gains-game .titre-section {
        font-size: 38px;
    }
    .single-jeu #gains-game .lot {
        flex-wrap: wrap;
    }
    .single-jeu #gains-game .lot .desc-lot {
        max-width: 100%;
        width: 100%;
    }
    .single-jeu #gains-game .lot .lot-content .img-produit .nb-gagnants {
        font-size: 26px;
    }
    .single-jeu #gains-game .lot .lot-content .img-produit img {
        max-width: 120px;
    }
    .single-jeu #gains-game .lot .lot-content .nb-produits {
        font-size: 60px;
    }
    .single-jeu #gains-game .lot .lot-content .nom-produit {
        font-size: 38px;
        --stroke-width: 5px;
    }
    .single-jeu #gains-game .lot.secondaire .lot-content .nom-produit {
        font-size: 30px;
        --stroke-width: 4px;
    }

    /* FORMULAIRE */
    .single-jeu #form-game {
        padding: 4em 0;
    }
    .single-jeu #form-game .titre-section {
        font-size: 38px;
    }
    .single-jeu #form-game .container-form {
        width: 100%;
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
    }

    /* REGLEMENT */
    .single-jeu #modal-reglement .reglement-container {
        width: 90%;
        padding: 40px 30px;
    }
}