#gagnantsContour{
    background: url("../images/background_site/cadre_bas.png");
    width:1034px;
    height:304px;
    position:absolute;
    top: -17px;
    left:-17px;
}
#gagnants{
    position:relative;
    width:1000px;
    height:260px;
    text-align:center;
    /*overflow:hidden;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*box-shadow: 0 0 12px 13px rgba(255,255,255,1);*/

    z-index:2;
    margin     : 35px auto 20px;
    padding : 10px 0 0;

    /*background : rgba(255, 255, 255, 1) radial-gradient(ellipse at center, #DB8EFF 0%, #A52FE2 100%);*/
    /*background : radial-gradient(ellipse at center, #C257F6 0%, #38087B 50%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-position: 0 18px;*/
    background: transparent;
}
.gagnantContainer{
    position: relative;
    display: inline-block;
    transform : rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    width: 166px;
    height: 161px;
    top: 40px;
    margin: 0 30px;
    perspective:1000px;
    cursor: pointer;
}
.gagnant{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;

    position:absolute;
}
.gagnant .cTexte{
    z-index: 2000;
    width:143px;
    height:139px;
    top:13px;
    left:9px;
    overflow: hidden;
    position: absolute;
}
.gagnant .texte{
    z-index: 2000;
    top: 139px;
    width:144px;
    height:25px;
    font-size: 10px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
}
.gagnant .bandeau{
    z-index: 2000;
    line-height: 26px;
    font-size: 18px;
    color: #FFFF00;
    top: 3px;
    width: 132px;
    left:15px;
    font-weight: bold;
    position: absolute;
    text-shadow:    1px 1px 1px #000;
}
.gagnant .cadre{
    background-image: url('../images/cadre_gagnant.png');
    width:166px;
    height:161px;
    z-index:10;
    position: absolute;
}
.gagnant .image{
    width:138px;
    height:138px;
    top:14px;
    left:10px;
    z-index:0;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
    position: absolute;
}
.gagnant img{
    max-width:      100%;
    height:         auto;
}


#gTitle {
    width:          100%;
    /*height:         20px;*/
    font-family:    Bub, cursive;
    /*color:          #FFFFFF;
    text-shadow:    2px 2px 2px #000000;*/
    text-align:     center;
    margin-left:    auto;
    margin-right:   auto;
    margin-top:     7px;
    margin-bottom:  9px;
    /*letter-spacing: 2pt;*/
    position:       relative;
}
.txt1 {
    color:          #FFF;
    font-size:      20pt;
    line-height:    20px;

    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
.txt2 {
    color:          #FFF;
    font-size:      24pt;
    font-weight:    bold;
    line-height:    20px;

    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
.txt3 {
    color:          #FFDF00;
    font-size:      20pt;
    line-height:    20px;

    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
.txt4 {
    color:          #FFDF00;
    font-size:      24pt;
    font-weight:    bold;
    line-height:    20px;

    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
/*.txt_blanc{
    color:          #FFF;
    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
.txt_noir{
    color:          #000;
    text-shadow:    0 0 1px #FFF, 2px 2px 2px #000000;
}
.txt_jaune{
    color:          #FFDF00;
    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}
.txt_rouge{
    color:          #E4060F;
    text-shadow:    0 0 1px #000, 2px 2px 2px #000000;
}*/

#g-fond {
    width:              1000px;
    height:             270px;
    top:                0;
    right:              0;
    position:           absolute;
    /*-webkit-box-shadow: inset 0 0 12px 16px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 12px 16px rgba(255,255,255,1);
    box-shadow: inset 0 0 5px 5px rgba(255,255,255,1);*/

    /*background: url(../images/background_site/fond_gagants.png?123) no-repeat;
    background:         radial-gradient(ellipse at center, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);*/
}
#g-pattern {
    width:              100%;
    height:             100%;
    position:           absolute;
    top:                0px;
    right:              0px;
    background-image: radial-gradient( rgba(255, 255, 255, 0.10) 32%, rgba(0, 0, 0, 0) 38%),radial-gradient( rgba(255, 255, 255, 0.10) 32%, rgba(0, 0, 0, 0) 38%);
    background-size: 22px 22px;
    background-position: 0px 0px, 11px 11px;
    display:none;
}
#g-gradient {
    width:              100%;
    height:             100%;
    position:           absolute;
    top:                0px;
    right:              0px;
    /*background:         linear-gradient(to bottom, rgba(53,21,74,0) 0%,rgba(53,21,74,0.7) 80%);
    background : radial-gradient(ellipse at center, #9733ED 0%, #C257F8 100%);*/
    display:none;
}

/** l'image de fond en webp sur les navigateurs qui le supportent
.js #g-fond {
    background-image: none;
}
.no-js #g-fond,
.js.no-webp #g-fond{
    background: url(../images/background_site/fond_gagants.png) no-repeat;
}
.js.webp #g-fond {
    background: url(../images/background_site/fond_gagants.webp) no-repeat;
}

#g-fond{
    background-color: transparent;
} **/