Guest User

Untitled

a guest
Feb 28th, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 170.22 KB | None | 0 0
  1. <div ng-controller="newTermsCtrl as newTerms" class="ng-scope"></div>
  2. <!--TODO remove once bwl-modal once promotions use the new modal service-->
  3. <bwl-modal>
  4.     <div class="BUNS-modal BUNS-modal--" ng-class="{ 'BUNS-modal--open': modalContainer.modal.isOpen }">
  5.         <div class="BUNS-modal__displayBox BUNS-modal__displayBox-- BUNS-modal__displayBox--loading" ng-class="{'BUNS-modal__displayBox--loading': !modalContainer.modal.isReady,
  6.             'BUNS-modal__displayBox--mobile': modalContainer.isPortable }">
  7.             <div class="BUNS-modal__displayBox__header BUNS-modal__displayBox__header--">
  8.                 <div class="BUNS-modal__displayBox__header__icon">
  9.                     <div class="BUNS-modal__displayBox__header__icon__image BUNS-modal__displayBox__header__icon__image--"></div>
  10.                 </div>
  11.                 <h3 class="BUNS-modal__displayBox__header__title BUNS-modal__displayBox__header__title-- font-h3" ng-bind-html="modalContainer.modal.title" ng-click="modalContainer.GA.modalTitle(modalContainer.modal.title);"></h3>
  12.                 <div class="BUNS-modal__displayBox__header__loader" ng-show="!modalContainer.modal.isReady &amp;&amp; modalContainer.modal.id != 'login'" ng-class="{ 'BUNS-modal__displayBox__header__loader--closing' : modalContainer.modal.closingModal }">
  13.                     <div alt="loader" class="lbm-loader"><img alt="loader" src="/lobby/Images/Icons/ajax-loader-small.gif"></div>
  14.                 </div>
  15.                 <div class="BUNS-modal__displayBox__header__loader ng-hide" ng-show="!modalContainer.modal.isReady &amp;&amp; modalContainer.modal.id == 'login'" ng-class="{ 'BUNS-modal__displayBox__header__loader--closing' : modalContainer.modal.closingModal }">
  16.                     <div class="lbm-loader"><img alt="loader" src="/lobby/Images/Icons/ajax-loader-small-light.gif"></div>
  17.                 </div>
  18.                 <!-- ngIf: modalContainer.modal.closeButton -->
  19.             </div>
  20.             <div class="BUNS-modal__displayBox__container BUNS-modal__displayBox__container-- BUNS-modal__displayBox__container__loading" ng-class="{ 'BUNS-modal__displayBox__container__loading': !modalContainer.modal.isReady, 'BUNS-modal__displayBox__container-fullHeight': modalContainer.modal.fullHeight }">
  21.                 <!-- ngInclude:  -->
  22.             </div>
  23.         </div>
  24.     </div>
  25. </bwl-modal>
  26. <!-- ngInclude: 'lobby.modal/modal.html' -->
  27. <div ng-controller="modalCtrl as modal" ng-include="'lobby.modal/modal.html'" class="ng-scope">
  28.     <div class="hub-modal NewTermsModal" ng-class="{ 'open' : modal.hub$modal.isOpen }">
  29.         <header class="modal-header cf">
  30.             <div class="title">
  31.                 <img ng-src="/lobby/Images/Icons/modal/NewTermsModal.png" alt="icon" src="/lobby/Images/Icons/modal/NewTermsModal.png">
  32.                 <h3 ng-bind-html="modal.hub$modal.title" class="ng-binding"></h3>
  33.             </div>
  34.             <!-- ngIf: modal.hub$modal.id !== 'NewTermsModal' -->
  35.         </header>
  36.         <!-- ngInclude: modal.hub$modal.path -->
  37.     </div>
  38. </div>
  39. <bwl-overlay class="overlay">
  40.     <div class="loading-icon" ng-class="{'loader--on' : overlay.lbm$loader.isOn}">
  41.         <lbm-loader type="svg" class="ng-isolate-scope">
  42.             <div class="lbm-loader" ng-switch="type">
  43.                 <!-- ngSwitchWhen: undefined --><!-- ngSwitchWhen: svg -->
  44.                 <div ng-switch-when="svg" class="loadingIcon ng-scope"></div>
  45.                 <!-- end ngSwitchWhen:  -->
  46.                 <div ng-transclude="">
  47.                     <h4 class="lbm-loader__text font-h4 ng-binding ng-scope" ng-bind-html="overlay.loadingText | TrustAsHtml">
  48.                         <p>Loading...</p>
  49.                     </h4>
  50.                 </div>
  51.             </div>
  52.         </lbm-loader>
  53.     </div>
  54.     <div ng-class="{ 'lights--on': overlay.hub$lights.isOn,
  55.         'modal-open': overlay.hub$modal.isOpen,
  56.         'pending-hash': overlay.hub$state.pendingHash }" class="lights" ng-click="overlay.closeOverlay()"></div>
  57. </bwl-overlay>
  58. <!-- ngInclude: 'lobby.regulations/session-reminder.html' -->
  59. <section ng-controller="sessionReminderCtrl as sessionReminder" ng-include="'lobby.regulations/session-reminder.html'" class="ng-scope">
  60.     <section class="session-reminder ng-scope ng-hide" ng-show="sessionReminder.hub$sessionReminder.isOpen">
  61.         <div class="reminder-content">
  62.             <h2 class="reminder-title ng-binding">Session Reminder</h2>
  63.             <div class="reminder-body">
  64.                 <p class="ng-binding">Time Played: 01:00</p>
  65.             </div>
  66.         </div>
  67.         <div class="reminder-buttons"><button class="reminder-button" type="button" ng-click="sessionReminder.continuePlaying()"><span class="ng-binding">Continue</span></button> <button class="reminder-button" type="button" ng-click="sessionReminder.openGameHistory()"><span class="ng-binding">Historique de vos jeux</span></button> <button class="reminder-button" type="button" ng-click="sessionReminder.logout()"><span class="ng-binding">Déconnexion</span></button></div>
  68.     </section>
  69. </section>
  70. <nav ng-controller="navigationCtrl as nav" class="ng-scope">
  71.     <hub-navigation ua-key="nav.hub$client.uaKey" brands="nav.brands" current-brand="nav.currentBrand" class="betwayNavigation ng-isolate-scope game-open" ng-class="{ 'pending-hash': nav.hub$state.pendingHash,
  72.         'reveal': nav.hub$state.pendingHash &amp;&amp; nav.$state.current.name === 'home.play',
  73.         'game-open': nav.$state.current.name === 'home.play' }">
  74.         <nav>
  75.             <!-- ngRepeat: brand in brands --><a class="brand sports font-h3" href="https://sports.betway.com/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">sports</a><!-- end ngRepeat: brand in brands --><a class="brand inplay font-h3" href="https://inplay.betway.com/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">live</a><!-- end ngRepeat: brand in brands --><a class="brand casino font-h3 active" href="https://casino.betway.com/lobby/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">casino</a><!-- end ngRepeat: brand in brands --><a class="brand livecasino font-h3" href="https://livecasino.betway.com/lobby/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">live casino</a><!-- end ngRepeat: brand in brands --><a class="brand esports font-h3" href="https://sports.betway.com/ee" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">esports</a><!-- end ngRepeat: brand in brands --><a class="brand vegas font-h3" href="https://vegas.betway.com/lobby/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">vegas</a><!-- end ngRepeat: brand in brands --><a class="brand poker font-h3" href="https://poker.betway.com/fr/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">poker</a><!-- end ngRepeat: brand in brands --><a class="brand bingo font-h3" href="https://bingo.betway.com/lobby/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">bingo</a><!-- end ngRepeat: brand in brands --><a class="brand blog font-h3" href="https://blog.betway.com/" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">blog</a><!-- end ngRepeat: brand in brands --><a class="brand plus font-h3" href="https://plus.betway.com/lobby/fr/#/casino" ng-repeat="brand in brands" ng-click="hub$analytics.send(brand.analytics)" ng-class="{ 'active' : brand.id === currentBrand }">plus</a><!-- end ngRepeat: brand in brands -->
  76.         </nav>
  77.     </hub-navigation>
  78. </nav>
  79. <div class="betwayNavigation-height-offset"></div>
  80. <!-- uiView: header -->
  81. <header ui-view="header" class="ng-scope">
  82.     <div class="betwayHeader ng-scope game-open" ng-class="{ 'logged-out' : !header.hub$session.isLoggedIn,
  83.         'pending-hash': header.hub$state.pendingHash,
  84.         'reveal': header.hub$state.pendingHash &amp;&amp; header.$state.current.name === 'home.play',
  85.         'game-open': header.$state.current.name === 'home.play' }">
  86.         <div class="main-view">
  87.             <a class="link" ui-sref="home.category({ 'categoryId' : 'home' })" ui-sref-opts="{ reload: 'home.category' }" href="#/home"><img alt="logo" class="logo" ng-src="https://images.thebetwaygroup.com/headers/ImageSet3272/3272_chvdwzbfciz_casino.png" ng-click="hub$analytics.send(header.brand.analytics)" src="https://images.thebetwaygroup.com/headers/ImageSet3272/3272_chvdwzbfciz_casino.png"></a><!-- ngIf: header.isPortable -->
  88.             <section class="header-items cf ready-reveal" ng-class="{ 'ready-reveal' : header.hub$session.isLoggedIn }">
  89.                 <span ng-show="header.hub$session.isLoggedIn" class="has-widgets">
  90.                     <div class="widget-item header-account-widget" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'account'  }">
  91.                         <!-- uiView: account -->
  92.                         <div ui-view="account" class="ng-scope">
  93.                             <section class="widget account-widget ng-scope" ng-class="{ 'active' : account.hub$interface.widgets.isOpen &amp;&amp; account.hub$interface.widgets.active === 'account' }">
  94.                                 <h3 class="widget-title char-b ng-binding">Mon compte</h3>
  95.                                 <h4 class="widget-balance char-b ng-binding">CHF204.08</h4>
  96.                                 <ul class="account-table">
  97.                                     <li class="account-row">
  98.                                         <span class="table-title ng-binding" ng-bind-html="account.content.cashAccount">
  99.                                             <p>Compte Cash</p>
  100.                                         </span>
  101.                                         <span class="table-amount ng-binding">CHF116.58</span>
  102.                                     </li>
  103.                                     <li class="account-row">
  104.                                         <span class="table-title ng-binding" ng-bind-html="account.content.bonusAccount">
  105.                                             <p>Compte Bonus</p>
  106.                                         </span>
  107.                                         <span class="table-amount ng-binding">CHF87.50</span>
  108.                                     </li>
  109.                                     <!-- ngIf: account.hub$client.brand === 'bw' -->
  110.                                     <li class="account-row ng-scope" ng-if="account.hub$client.brand === 'bw'">
  111.                                         <span class="table-title ng-binding" ng-bind-html="account.content.bingoBonus">
  112.                                             <p>Bonus Bingo</p>
  113.                                         </span>
  114.                                         <span class="table-amount ng-binding">CHF0.00</span>
  115.                                     </li>
  116.                                     <!-- end ngIf: account.hub$client.brand === 'bw' -->
  117.                                 </ul>
  118.                                 <hub-cta data="account.bankingConfig" class="banking ng-isolate-scope">
  119.                                     <button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">
  120.                                         <p>Faites un versement</p>
  121.                                     </button>
  122.                                 </hub-cta>
  123.                                 <h4 class="widget-link"><span ng-click="account.openModal('GameHistory')" ng-bind-html="account.content.gameHistory" class="ng-binding">Historique de vos jeux</span></h4>
  124.                                 <h4 class="widget-link"><span ng-click="account.openModal('TransactionHistory')" ng-bind-html="account.content.transactionHistory" class="ng-binding">Historique de vos transactions </span></h4>
  125.                                 <h4 class="widget-link"><span ng-click="account.openResponsibleGaming()" ng-bind-html="account.content.responsibleGaming" class="ng-binding">Jeu Responsable</span></h4>
  126.                                 <h4 class="widget-link logout-link"><a ng-click="account.logout()" ng-bind-html="account.content.logOut" class="ng-binding">Déconnexion</a></h4>
  127.                             </section>
  128.                         </div>
  129.                         <div class="cf" ng-click="header.openWidget('account');">
  130.                             <img class="icon" src="/lobby/Images/Icons/header/account.png" alt="Account">
  131.                             <div class="text" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'account'  }">
  132.                                 <h3 class="title ng-binding" ng-bind-html="header.hub$session.username">KilluaDono</h3>
  133.                                 <h4 class="info ng-binding">CHF204.08</h4>
  134.                             </div>
  135.                         </div>
  136.                     </div>
  137.                     <div class="widget-item header-tier-widget" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'tier'  }">
  138.                         <!-- uiView: tier -->
  139.                         <div ui-view="tier" class="ng-scope">
  140.                             <section class="widget tier-widget ng-scope" ng-class="{ 'active' : tier.hub$interface.widgets.isOpen &amp;&amp; tier.hub$interface.widgets.active === 'tier' }">
  141.                                 <!-- ngIf: !tier.loyaltyHasLoaded --><!-- ngIf: tier.loyaltyHasLoaded -->
  142.                                 <div ng-if="tier.loyaltyHasLoaded" class="ng-scope">
  143.                                     <header>
  144.                                         <div class="tier-info">
  145.                                             <h3 class="tier-color Blue" ng-bind-html="tier.content.currentTier">Bleu</h3>
  146.                                             <h4 ng-bind-html="tier.content.currentTierText" class="ng-binding">Niveau Actuel</h4>
  147.                                         </div>
  148.                                         <div class="tier-info">
  149.                                             <h3 class="tokens ng-binding">28</h3>
  150.                                             <h4 ng-bind-html="tier.content.currentTokensText" class="ng-binding">Jetons actuels</h4>
  151.                                         </div>
  152.                                     </header>
  153.                                     <section class="countdown-section cf">
  154.                                         <p class="countdown-text ng-binding" ng-bind-html="tier.content.tierCountdown">Gagnez le nombre nécessaires de points pour passer au niveau supérieur. La période de votre niveau expire dans :</p>
  155.                                         <table class="timer">
  156.                                             <tbody>
  157.                                                 <tr class="numbers">
  158.                                                     <td class="ng-binding">0</td>
  159.                                                     <td>:</td>
  160.                                                     <td class="ng-binding">3</td>
  161.                                                     <td>:</td>
  162.                                                     <td class="ng-binding">17</td>
  163.                                                     <td>:</td>
  164.                                                     <td class="ng-binding">15</td>
  165.                                                     <td></td>
  166.                                                 </tr>
  167.                                                 <tr class="letters">
  168.                                                     <td class="ng-binding">jj</td>
  169.                                                     <td></td>
  170.                                                     <td class="ng-binding">hh</td>
  171.                                                     <td></td>
  172.                                                     <td class="ng-binding">mm</td>
  173.                                                     <td></td>
  174.                                                     <td class="ng-binding">ss</td>
  175.                                                     <td></td>
  176.                                                 </tr>
  177.                                             </tbody>
  178.                                         </table>
  179.                                     </section>
  180.                                     <!-- ngIf: tier.hub$widget.isOpen && tier.hub$widget.active === 'tier' -->
  181.                                     <footer>
  182.                                         <h4 class="widget-link"><span ng-click="tier.openModal('TierTokens')" ng-bind-html="tier.content.tierTokens" class="ng-binding">Comment gagner des Jetons</span></h4>
  183.                                         <h4 class="widget-link"><span ng-click="tier.openModal('TierBenefits')" ng-bind-html="tier.content.tierBenefits" class="ng-binding">Avantages de niveau</span></h4>
  184.                                     </footer>
  185.                                 </div>
  186.                                 <!-- end ngIf: tier.loyaltyHasLoaded -->
  187.                             </section>
  188.                         </div>
  189.                         <div class="cf" ng-click="header.openWidget('tier');">
  190.                             <img class="icon" ng-src="/lobby/Images/Icons/header/tier_Blue.png" alt="Tier" src="/lobby/Images/Icons/header/tier_Blue.png">
  191.                             <div class="text" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'tier'  }">
  192.                                 <h3 class="title ng-binding" ng-bind-html="header.content.tierText">Niveau Actuel</h3>
  193.                                 <h4 class="info  Blue" ng-class="{ 'loading' : !header.hub$session.currentTier }" ng-bind-html="header.content.tier || header.content.loading">Bleu</h4>
  194.                             </div>
  195.                         </div>
  196.                     </div>
  197.                     <div class="widget-item header-points-widget" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'points' }">
  198.                         <!-- uiView: points -->
  199.                         <div ui-view="points" class="ng-scope">
  200.                             <section class="widget points-widget ng-scope inactive" ng-class="{ 'active' : loyalty.hub$interface.widgets.isOpen &amp;&amp; loyalty.hub$interface.widgets.active === 'points',
  201.                                 'inactive': loyalty.wd$loyalty.details.loyalty.LoyaltyBalance < 5000 }">
  202.                                 <!-- ngIf: !loyalty.loyaltyHasLoaded --><!-- ngIf: loyalty.loyaltyHasLoaded -->
  203.                                 <div ng-if="loyalty.loyaltyHasLoaded" class="ng-scope">
  204.                                     <h3 class="widget-title char-b ng-binding">Mes Points Plus</h3>
  205.                                     <h4 class="widget-balance char-b ng-binding" ng-class="{ 'loading' : !loyalty.wd$loyalty.details.loyalty.LoyaltyBalance }">28</h4>
  206.                                     <p class="points-row ng-binding" ng-bind-html="loyalty.content.step1">
  207.                                     <p>Points Plus que je veux échanger :</p>
  208.                                     </p>
  209.                                     <hub-dropdown config="loyalty.dropdownConfig" type="points" tabindex="4" ng-blur="loyalty.hub$dropdown.isOpen['points'] = false;" class="ng-isolate-scope">
  210.                                         <div class="hub-dropdown points" ng-class="{ 'open': hub$dropdown.isOpen[type] }">
  211.                                             <div class="button" ng-click="toggle(type);"><span class="placeholder ng-binding">0</span></div>
  212.                                             <ul class="dropdown-list">
  213.                                                 <!-- ngRepeat: item in config.items track by $index -->
  214.                                             </ul>
  215.                                         </div>
  216.                                     </hub-dropdown>
  217.                                     <p class="points-row ng-binding" ng-bind-html="loyalty.content.step2"></p>
  218.                                     <ul class="redeem-options">
  219.                                         <!-- ngRepeat: option in loyalty.redeemOptions track by $index -->
  220.                                         <li class="option-container casino active" ng-repeat="option in loyalty.redeemOptions track by $index" ng-class="{ 'active' : option.product === loyalty.selectedOption.product }" ng-click="loyalty.setActiveRedeemOption(option);" ng-disabled="loyalty.redeemingState !== 'ready'"><span class="checkbox"></span> <span class="amount ng-binding">CHF0.00 </span><span class="option ng-binding" ng-bind-html="option.text">Crédit de Casino Gratuit</span></li>
  221.                                         <!-- end ngRepeat: option in loyalty.redeemOptions track by $index -->
  222.                                         <li class="option-container bingo" ng-repeat="option in loyalty.redeemOptions track by $index" ng-class="{ 'active' : option.product === loyalty.selectedOption.product }" ng-click="loyalty.setActiveRedeemOption(option);" ng-disabled="loyalty.redeemingState !== 'ready'"><span class="checkbox"></span> <span class="amount ng-binding">CHF0.00 </span><span class="option ng-binding" ng-bind-html="option.text">Bonus Bingo Gratuit</span></li>
  223.                                         <!-- end ngRepeat: option in loyalty.redeemOptions track by $index -->
  224.                                         <li class="option-container sports" ng-repeat="option in loyalty.redeemOptions track by $index" ng-class="{ 'active' : option.product === loyalty.selectedOption.product }" ng-click="loyalty.setActiveRedeemOption(option);" ng-disabled="loyalty.redeemingState !== 'ready'"><span class="checkbox"></span> <span class="amount ng-binding">CHF0.00 </span><span class="option ng-binding" ng-bind-html="option.text">Pari Sportif Gratuit</span></li>
  225.                                         <!-- end ngRepeat: option in loyalty.redeemOptions track by $index -->
  226.                                     </ul>
  227.                                     <hub-cta data="loyalty.redeemButtonConfig" class="redeem ready" ng-class="{ 'redeeming': loyalty.wd$loyalty.isRedeeming }">
  228.                                         <button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta" disabled="disabled">
  229.                                             <p>Désolé, vous n’avez pas assez de Points Plus à échanger. Continuez à jouer pour gagner plus de Points. </p>
  230.                                         </button>
  231.                                     </hub-cta>
  232.                                     <h4 class="widget-link"><span ng-click="loyalty.openLink('collect')" ng-bind-html="loyalty.content.collectingPlusPoints" class="ng-binding">Comment gagner des Points Plus ?</span></h4>
  233.                                     <!-- ngIf: loyalty.hub$client.type !== 'viper' -->
  234.                                     <h4 class="widget-link ng-scope" ng-if="loyalty.hub$client.type !== 'viper'"><span ng-click="loyalty.openLink('redeem')" ng-bind-html="loyalty.content.redeemingPlusPoints" class="ng-binding">En savoir plus sur l’échange des Points </span></h4>
  235.                                     <!-- end ngIf: loyalty.hub$client.type !== 'viper' -->
  236.                                     <h4 class="widget-link"><span ng-click="loyalty.openLink('terms')" ng-bind-html="loyalty.content.subjectToTerms" class="ng-binding">Conditions générales</span></h4>
  237.                                 </div>
  238.                                 <!-- end ngIf: loyalty.loyaltyHasLoaded -->
  239.                             </section>
  240.                         </div>
  241.                         <div class="cf" ng-click="header.openWidget('points');">
  242.                             <img class="icon" src="/lobby/Images/Icons/header/plus_icon.png" alt="Tier">
  243.                             <div class="text" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'points' }">
  244.                                 <h3 class="title ng-binding" ng-bind-html="header.content.plusPointsTitle">Points Plus</h3>
  245.                                 <h4 class="info ng-binding" ng-class="{ 'loading' : !header.wd$loyalty.details.loyalty.LoyaltyBalance }">28</h4>
  246.                             </div>
  247.                         </div>
  248.                     </div>
  249.                     <!-- ngIf: ::header.hub$client.type !== 'viper' && header.hub$client.subbrand !== 'plus' -->
  250.                     <div class="widget-item header-promotions-widget ng-scope" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'promotions' }" ng-if="::header.hub$client.type !== 'viper' &amp;&amp; header.hub$client.subbrand !== 'plus'">
  251.                         <!-- uiView: promotions -->
  252.                         <div ui-view="promotions" class="ng-scope">
  253.                             <section class="widget promotions-widget ng-scope" ng-class="{ 'active' : promotions.hub$interface.widgets.isOpen &amp;&amp; promotions.hub$interface.widgets.active === 'promotions' }">
  254.                                 <div class="container">
  255.                                     <!-- ngIf: !promotions.hub$promotions.isReady[promotions.promotionsSubbrand] --><!-- ngIf: promotions.hub$promotions.isReady[promotions.promotionsSubbrand] && promotions.data.length -->
  256.                                     <ul ng-if="promotions.hub$promotions.isReady[promotions.promotionsSubbrand] &amp;&amp; promotions.data.length" class="ng-scope">
  257.                                         <!-- ngRepeat: promotion in promotions.data track by $index -->
  258.                                         <li class="promotion-card ng-scope" ng-class="{ 'expired' : promotions.isFinished['promo-' + promotion.PromotionId] }" ng-repeat="promotion in promotions.data track by $index">
  259.                                             <div class="promotion-image">
  260.                                                 <!-- ngIf: !promotion.IsGlobal -->
  261.                                                 <div class="banner ng-scope" ng-if="!promotion.IsGlobal"><span ng-bind-html="promotions.content.exclusive" class="ng-binding">Exclusif</span></div>
  262.                                                 <!-- end ngIf: !promotion.IsGlobal --><img ng-src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/5367217/gamegroupid-1644.jpg" alt="Envie de faire un tour ?" src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/5367217/gamegroupid-1644.jpg">
  263.                                             </div>
  264.                                             <div class="promotion-content">
  265.                                                 <h4 class="tag ng-binding" ng-bind-html="promotion.TagTranslation"></h4>
  266.                                                 <h3 class="title ng-binding" ng-bind-html="promotion.Title">Envie de faire un tour ?</h3>
  267.                                                 <p class="description ng-binding" ng-bind-html="promotion.Description | truncate: 130">
  268.                                                 <p>Déposez 10 €/$ pour vous lancer avec 20 tours bonus* sur <span>Big Chef &amp; Fruit vs Candy</span>.</p>
  269.                                                 <p><br><br></p>
  270.                                                 </p>
  271.                                             </div>
  272.                                             <footer class="promotion-footer">
  273.                                                 <div class="footer-data">
  274.                                                     <img class="countdown-icon active" src="/lobby/Images/Icons/header/clock.svg" alt="Timer" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">
  275.                                                     <p class="countdown ng-binding active" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">0:3:17:14</p>
  276.                                                     <h4 class="widget-link"><span class="bullet"></span> <button ng-click="promotions.openModal(promotion.PromotionId)" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]"><span ng-bind-html="promotions.content.termsLink" class="ng-binding">* Offre soumise à conditions</span></button></h4>
  277.                                                 </div>
  278.                                                 <button class="promotion-cta" ng-click="promotions.submit(promotion);" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]" ng-class="{ 'start-spin' : promotions.hub$promotions.isOptingIn[promotion.PromotionId],
  279.                                                     'end-spin' : promotions.hub$promotions.isOptedIn[promotion.PromotionId] }">
  280.                                                     <div class="promotion-cta-text" ng-switch="promotion.IsUserOptedIn || promotions.hub$promotions.isOptedIn[promotion.PromotionId]">
  281.                                                         <!-- ngSwitchDefault:  --><span ng-switch-default="" class="ng-binding ng-scope">Activez</span><!-- end ngSwitchWhen:  --> <!-- ngSwitchWhen: true -->
  282.                                                     </div>
  283.                                                     <div class="symbol-container">
  284.                                                         <div class="symbol"></div>
  285.                                                         <div class="symbol-spinner"></div>
  286.                                                     </div>
  287.                                                 </button>
  288.                                             </footer>
  289.                                         </li>
  290.                                         <!-- end ngRepeat: promotion in promotions.data track by $index -->
  291.                                         <li class="promotion-card ng-scope" ng-class="{ 'expired' : promotions.isFinished['promo-' + promotion.PromotionId] }" ng-repeat="promotion in promotions.data track by $index">
  292.                                             <div class="promotion-image">
  293.                                                 <!-- ngIf: !promotion.IsGlobal --><img ng-src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/123654/3xplus_d2499_pn.jpg" alt="Récupérez 3x Points Plus" src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/123654/3xplus_d2499_pn.jpg">
  294.                                             </div>
  295.                                             <div class="promotion-content">
  296.                                                 <h4 class="tag ng-binding" ng-bind-html="promotion.TagTranslation">Plus Points</h4>
  297.                                                 <h3 class="title ng-binding" ng-bind-html="promotion.Title">Récupérez 3x Points Plus</h3>
  298.                                                 <p class="description ng-binding" ng-bind-html="promotion.Description | truncate: 130">
  299.                                                 <p>Jouez au légendaire Huangdi pour 3x Points Plus*. De-même pour Life of Riches, Premier Roulette et tours les jeux Live Casino.&lt;...</p>
  300.                                                 </p>
  301.                                             </div>
  302.                                             <footer class="promotion-footer">
  303.                                                 <div class="footer-data">
  304.                                                     <img class="countdown-icon active" src="/lobby/Images/Icons/header/clock.svg" alt="Timer" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">
  305.                                                     <p class="countdown ng-binding active" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">4:3:17:14</p>
  306.                                                     <h4 class="widget-link"><span class="bullet"></span> <button ng-click="promotions.openModal(promotion.PromotionId)" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]"><span ng-bind-html="promotions.content.termsLink" class="ng-binding">* Offre soumise à conditions</span></button></h4>
  307.                                                 </div>
  308.                                                 <button class="promotion-cta" ng-click="promotions.submit(promotion);" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]" ng-class="{ 'start-spin' : promotions.hub$promotions.isOptingIn[promotion.PromotionId],
  309.                                                     'end-spin' : promotions.hub$promotions.isOptedIn[promotion.PromotionId] }">
  310.                                                     <div class="promotion-cta-text" ng-switch="promotion.IsUserOptedIn || promotions.hub$promotions.isOptedIn[promotion.PromotionId]">
  311.                                                         <!-- ngSwitchDefault:  --><span ng-switch-default="" class="ng-binding ng-scope">Jouez Ici</span><!-- end ngSwitchWhen:  --> <!-- ngSwitchWhen: true -->
  312.                                                     </div>
  313.                                                     <div class="symbol-container">
  314.                                                         <div class="symbol"></div>
  315.                                                         <div class="symbol-spinner"></div>
  316.                                                     </div>
  317.                                                 </button>
  318.                                             </footer>
  319.                                         </li>
  320.                                         <!-- end ngRepeat: promotion in promotions.data track by $index -->
  321.                                         <li class="promotion-card ng-scope" ng-class="{ 'expired' : promotions.isFinished['promo-' + promotion.PromotionId] }" ng-repeat="promotion in promotions.data track by $index">
  322.                                             <div class="promotion-image">
  323.                                                 <!-- ngIf: !promotion.IsGlobal --><img ng-src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/5324826/d7224_raffle_pn1.jpg" alt="Plus que 1 jour" src="https://images.thebetwaygroup.com/umbraco/UmbracoBetway//media/5324826/d7224_raffle_pn1.jpg">
  324.                                             </div>
  325.                                             <div class="promotion-content">
  326.                                                 <h4 class="tag ng-binding" ng-bind-html="promotion.TagTranslation">Loterie Live Betway  </h4>
  327.                                                 <h3 class="title ng-binding" ng-bind-html="promotion.Title">Plus que 1 jour</h3>
  328.                                                 <p class="description ng-binding" ng-bind-html="promotion.Description | truncate: 130">
  329.                                                 <p>La Loterie* Live Betway arrive. Déposez 10 €/$ et misez 50 €/$ le 1er mars pour essayer de gagner une part de 3000 €/$.</p>
  330.                                                 </p>
  331.                                             </div>
  332.                                             <footer class="promotion-footer">
  333.                                                 <div class="footer-data">
  334.                                                     <img class="countdown-icon active" src="/lobby/Images/Icons/header/clock.svg" alt="Timer" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">
  335.                                                     <p class="countdown ng-binding active" ng-class="{ 'active' : promotions.hub$countdown.data['promo-' + promotion.PromotionId] }">0:3:17:14</p>
  336.                                                     <h4 class="widget-link"><span class="bullet"></span> <button ng-click="promotions.openModal(promotion.PromotionId)" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]"><span ng-bind-html="promotions.content.termsLink" class="ng-binding">* Offre soumise à conditions</span></button></h4>
  337.                                                 </div>
  338.                                                 <button class="promotion-cta" ng-click="promotions.submit(promotion);" ng-disabled="promotions.isFinished['promo-' + promotion.PromotionId]" ng-class="{ 'start-spin' : promotions.hub$promotions.isOptingIn[promotion.PromotionId],
  339.                                                     'end-spin' : promotions.hub$promotions.isOptedIn[promotion.PromotionId] }">
  340.                                                     <div class="promotion-cta-text" ng-switch="promotion.IsUserOptedIn || promotions.hub$promotions.isOptedIn[promotion.PromotionId]">
  341.                                                         <!-- ngSwitchDefault:  --><span ng-switch-default="" class="ng-binding ng-scope">Êtes-vous prêt ?</span><!-- end ngSwitchWhen:  --> <!-- ngSwitchWhen: true -->
  342.                                                     </div>
  343.                                                     <div class="symbol-container">
  344.                                                         <div class="symbol"></div>
  345.                                                         <div class="symbol-spinner"></div>
  346.                                                     </div>
  347.                                                 </button>
  348.                                             </footer>
  349.                                         </li>
  350.                                         <!-- end ngRepeat: promotion in promotions.data track by $index -->
  351.                                     </ul>
  352.                                     <!-- end ngIf: promotions.hub$promotions.isReady[promotions.promotionsSubbrand] && promotions.data.length --><!-- ngIf: promotions.hub$promotions.isReady[promotions.promotionsSubbrand] && !promotions.data.length -->
  353.                                 </div>
  354.                             </section>
  355.                         </div>
  356.                         <div class="cf" ng-click="header.openWidget('promotions');">
  357.                             <img class="icon" src="/lobby/Images/Icons/header/promotions.png" alt="Promotions">
  358.                             <div class="text" ng-class="{ 'active' : header.hub$interface.widgets.isOpen &amp;&amp; header.hub$interface.widgets.active === 'promotions' }">
  359.                                 <h3 class="title ng-binding" ng-bind-html="header.content.promotionsTitle">Promotions</h3>
  360.                                 <h4 class="info" ng-switch="header.hub$promotions.isReady[header.hub$client.subbrand]">
  361.                                     <!-- ngSwitchDefault:  --><span ng-switch-default="" class="ng-binding ng-scope">3 </span><!-- end ngSwitchWhen:  --><!-- ngSwitchWhen: false -->
  362.                                 </h4>
  363.                             </div>
  364.                             <!-- ngIf: !header.hub$promotionNotification.seen -->
  365.                             <span ng-if="!header.hub$promotionNotification.seen" class="ng-scope">
  366.                                 <hub-notification data="header.hub$promotionNotification.count" class="notification ng-isolate-scope active" ng-class="{ 'active' : header.hub$promotionNotification.count }">
  367.                                     <div class="wrapper">
  368.                                         <p class="info ng-binding">3</p>
  369.                                     </div>
  370.                                 </hub-notification>
  371.                             </span>
  372.                             <!-- end ngIf: !header.hub$promotionNotification.seen -->
  373.                         </div>
  374.                     </div>
  375.                     <!-- end ngIf: ::header.hub$client.type !== 'viper' && header.hub$client.subbrand !== 'plus' -->
  376.                     <div class="account-info" ng-click="header.openSidebar('account');">
  377.                         <h3 class="username  char-b Blue">KilluaDono</h3>
  378.                         <h4 class="balance ng-binding">CHF204.08</h4>
  379.                     </div>
  380.                 </span>
  381.                 <section class="login-section ng-hide" ng-show="!header.hub$session.isLoggedIn" ng-class="{ 'processing' : header.hub$seamlessLogin.isProcessing,
  382.                     'processing-fail' : header.hub$seamlessLogin.errorSummary,
  383.                     'show-prompt' : header.hub$state.pendingHash &amp;&amp; !header.hub$seamlessLogin.isProcessing }">
  384.                     <form ng-submit="header.logIn(credentials)" name="login" class="ng-pristine ng-valid-minlength ng-valid-maxlength ng-invalid ng-invalid-required">
  385.                         <!-- ngIf: ::header.hub$client.isDesktop -->
  386.                         <div class="login-input-container cf ng-scope" ng-if="::header.hub$client.isDesktop">
  387.                             <div class="login-left"><input name="username" required="true" minlength="2" maxlength="20" placeholder="Username" ng-model="$parent.credentials.Username" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required ng-valid-minlength ng-valid-maxlength"><label ng-click="header.register()" ng-bind-html="header.content.register" class="ng-binding">Inscrivez-vous</label></div>
  388.                             <div class="login-right"><input name="password" minlength="0" maxlength="255" required="true" placeholder="Mot de passe" ng-model="$parent.credentials.Password" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" type="password"><label ng-click="header.forgotPassword()" ng-bind-html="header.content.forgotPassword" class="ng-binding">Mot de passe oublié</label></div>
  389.                         </div>
  390.                         <!-- end ngIf: ::header.hub$client.isDesktop -->
  391.                         <div class="login-button-container"><button class="login-button hub-cta" type="submit" name="submit" ng-disabled="login.$invalid" disabled="disabled"><span class="login-button-text ng-binding" ng-bind-html="header.content.login">Connexion</span></button></div>
  392.                         <!-- ngIf: !header.hub$client.isPortable --><span class="logging-in-text ng-binding ng-scope" ng-if="!header.hub$client.isPortable" ng-bind-html="header.content.loggingIn">Logging in...</span><!-- end ngIf: !header.hub$client.isPortable -->
  393.                     </form>
  394.                     <div class="login-error-message error-prompt ng-hide" ng-show="header.hub$seamlessLogin.isInvalid">
  395.                         <p ng-bind-html="header.hub$seamlessLogin.errorSummary" class="ng-binding"></p>
  396.                         <div class="close-button" ng-click="header.closeErrorMessage();"></div>
  397.                     </div>
  398.                     <div class="login-error-message login-prompt ng-hide" ng-show="header.hub$state.pendingHash &amp;&amp; !header.hub$seamlessLogin.isInvalid"><span ng-bind-html="header.content.loginPrompt" class="ng-binding">Veuillez vous connecter pour continuer ou vous inscrire</span> <button class="hub-cta register-button ng-binding" ng-bind-html="header.content.register" ng-click="header.register()">Inscrivez-vous</button></div>
  399.                 </section>
  400.                 <section class="header-buttons ready-reveal" ng-class="{ 'ready-reveal' : header.hub$session.isLoggedIn }">
  401.                     <hub-cta data="header.liveChatConfig" class="chat ng-isolate-scope"><button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">Messagerie Instantanée</button></hub-cta>
  402.                     <hub-cta data="header.bankingConfig" class="banking ng-isolate-scope"><button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">Banque</button></hub-cta>
  403.                 </section>
  404.             </section>
  405.         </div>
  406.     </div>
  407. </header>
  408. <div class="betwayHeader-height-offset"></div>
  409. <!-- uiView: play -->
  410. <div ui-view="play" class="ng-scope">
  411.     <!-- uiView:  -->
  412.     <ui-view class="ng-scope">
  413.         <div class="game-window ng-scope loaded" ng-class="{ 'loaded': !gameLaunch.isLoading }">
  414.             <img alt="background image" class="background-image" ng-src="/media/3487961/1459_5wmhx5cwmbg_gamegroupid-1568.jpg" src="/media/3487961/1459_5wmhx5cwmbg_gamegroupid-1568.jpg">
  415.             <div class="BUNS-content__gameWrapper BWL-gameWrapper BWL-gameWrapper-wide" ng-class="{ 'BWL-gameWrapper-wide' : gameLaunch.game.IsWideScreen }">
  416.                 <div class="BWL-gameWrapper__border">
  417.                     <div class="headerWrapper">
  418.                         <h4 class="headerWrapper__gametitle">
  419.                             <span class="font-h3 char-b ng-binding">Evolution - Roulette </span><!-- ngIf: gameLaunch.isPracticePlay --> <!-- ngIf: gameLaunch.isPracticePlay -->
  420.                         </h4>
  421.                         <!-- ngIf: gameLaunch.hub$session.isLoggedIn -->
  422.                         <div class="favourites-icon ng-scope" ng-if="gameLaunch.hub$session.isLoggedIn" ng-class="{ 'active' : gameLaunch.game.IsFavourite }" ng-click="gameLaunch.toggleFavourite(gameLaunch.game);">
  423.                             <span class="font-h4 ng-binding" ng-bind-html="gameLaunch.content.favourite">
  424.                                 <p>Favori</p>
  425.                             </span>
  426.                         </div>
  427.                         <!-- end ngIf: gameLaunch.hub$session.isLoggedIn -->
  428.                         <div class="headerWrapper__close" ng-click="gameLaunch.close();"></div>
  429.                         <div class="headerWrapper__CTAs">
  430.                             <!-- ngIf: gameLaunch.isPracticePlay --><!-- ngIf: gameLaunch.hub$session.isLoggedIn --><a class="btn-cta btn-banking font-h3 ng-scope btn-banking--realPlay" ng-class="{ 'btn-banking--realPlay' : !gameLaunch.isPracticePlay }" ng-click="gameLaunch.openBank();" ng-if="gameLaunch.hub$session.isLoggedIn"><span class="char-b ng-binding" ng-bind-html="gameLaunch.content.bank">Banque</span> </a><!-- end ngIf: gameLaunch.hub$session.isLoggedIn --><!-- ngIf: gameLaunch.hub$session.isLoggedIn --><a class="btn-cta btn-liveChat font-h3 ng-scope btn-liveChat--realPlay" ng-class="{ 'btn-liveChat--realPlay' : !gameLaunch.isPracticePlay }" ng-click="gameLaunch.openLiveChat();" ng-if="gameLaunch.hub$session.isLoggedIn"><span class="char-b ng-binding" ng-bind-html="gameLaunch.content.liveChat">Messagerie Instantanée</span></a><!-- end ngIf: gameLaunch.hub$session.isLoggedIn -->
  431.                         </div>
  432.                     </div>
  433.                     <div class="borderWrapper">
  434.                         <div class="borderWrapper__gameContainerSizer">
  435.                             <div class="borderWrapper__gameContainer wide" ng-class="{ 'wide' : gameLaunch.game.IsWideScreen }">
  436.                                 <iframe class="iframe isLoaded" ng-src="/umbraco/surface/gamelaunch/launch?contentid=124886&amp;clientid=flash&amp;language=fr&amp;realPlay=true" allowfullscreen="" ng-style="{ 'background-image' : 'url(' + gameLaunch.logo +')' }" ng-class="{ 'isLoaded' : !gameLaunch.isLoading }" src="/umbraco/surface/gamelaunch/launch?contentid=124886&amp;clientid=flash&amp;language=fr&amp;realPlay=true" style="background-image: url(&quot;https://images.thebetwaygroup.com/headers/ImageSet3272/3272_chvdwzbfciz_casino.png&quot;);"></iframe><!-- ngIf: gameLaunch.isLoading -->
  437.                             </div>
  438.                         </div>
  439.                     </div>
  440.                 </div>
  441.             </div>
  442.         </div>
  443.     </ui-view>
  444. </div>
  445. <div class="hub-view main-view">
  446.     <section class="hub-hero">
  447.         <!-- uiView: hero -->
  448.         <section ui-view="hero" class="ng-scope">
  449.             <!-- ngRepeat: promotion in hero.promotions track by $index -->
  450.             <section class="hero-promotion ng-scope" ng-repeat="promotion in hero.promotions track by $index" ng-class="{ 'active' : promotion === hero.hub$hero.active }">
  451.                 <img class="hero-image" ng-class="{ 'empty': !promotion.image }" ng-src="https://images.thebetwaygroup.com/headers/ImageSet3230/3230_jeyfwimhrna_Casino.jpg" src="https://images.thebetwaygroup.com/headers/ImageSet3230/3230_jeyfwimhrna_Casino.jpg">
  452.                 <div class="promotion-content">
  453.                     <div class="hero-text char-b ng-binding" ng-bind-html="promotion.title">
  454.                         <h1>Bonus de Bienvenue de 1 000 €/$*</h1>
  455.                     </div>
  456.                     <hub-cta data="promotion" type="promotion.type" class="ng-isolate-scope">
  457.                         <button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">
  458.                             <p>Jouez maintenant</p>
  459.                         </button>
  460.                     </hub-cta>
  461.                 </div>
  462.             </section>
  463.             <!-- end ngRepeat: promotion in hero.promotions track by $index -->
  464.             <section class="hero-promotion ng-scope active" ng-repeat="promotion in hero.promotions track by $index" ng-class="{ 'active' : promotion === hero.hub$hero.active }">
  465.                 <img class="hero-image" ng-class="{ 'empty': !promotion.image }" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2930/2930_yhj4wpbleat_language_EN.jpg" src="https://images.thebetwaygroup.com/headers/ImageSet2930/2930_yhj4wpbleat_language_EN.jpg">
  466.                 <div class="promotion-content">
  467.                     <div class="hero-text char-b ng-binding" ng-bind-html="promotion.title">
  468.                         <h1>On s’occupe de vous</h1>
  469.                         <p>Prenez place à notre table de blackjack pour une expérience de jeu unique</p>
  470.                         <p>&nbsp;</p>
  471.                         <p>&nbsp;</p>
  472.                     </div>
  473.                     <hub-cta data="promotion" type="promotion.type" class="ng-isolate-scope"><button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">Jouez ici</button></hub-cta>
  474.                 </div>
  475.             </section>
  476.             <!-- end ngRepeat: promotion in hero.promotions track by $index -->
  477.             <section class="hero-promotion ng-scope" ng-repeat="promotion in hero.promotions track by $index" ng-class="{ 'active' : promotion === hero.hub$hero.active }">
  478.                 <img class="hero-image" ng-class="{ 'empty': !promotion.image }" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2931/2931_ubchkwusbmy_language-EN.jpg" src="https://images.thebetwaygroup.com/headers/ImageSet2931/2931_ubchkwusbmy_language-EN.jpg">
  479.                 <div class="promotion-content">
  480.                     <div class="hero-text char-b ng-binding" ng-bind-html="promotion.title">
  481.                         <h1>Le jackpot s’élève à</h1>
  482.                         <h1>plus de 7 millions d’euros</h1>
  483.                         <p>Serez-vous notre prochain grand gagnant ?</p>
  484.                     </div>
  485.                     <hub-cta data="promotion" type="promotion.type" class="ng-isolate-scope"><button class="hub-cta ng-binding" ng-click="action()" ng-disabled="data.isDisabled" ng-bind-html="data.cta">Jouez ici</button></hub-cta>
  486.                 </div>
  487.             </section>
  488.             <!-- end ngRepeat: promotion in hero.promotions track by $index -->
  489.         </section>
  490.         <span ng-controller="winnersCtrl as winners" class="ng-scope">
  491.             <hub-winners-feed class="hub-winners ng-isolate-scope active" feed="winners.feed" ua-key="winners.hub$client.uaKey" ng-class="{ 'active' : winners.isReady }">
  492.                 <section class="winners-feed">
  493.                     <h2 class="winners-title" ng-transclude=""><span class="ng-binding ng-scope">
  494.                         Gagnants récents
  495.                         </span>
  496.                     </h2>
  497.                     <ul class="winner-container">
  498.                         <!-- ngRepeat: winner in feed track by $index -->
  499.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 364 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/364">
  500.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3386708/1457_twpvtu3g5a1_gamegroupid-364.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3386708/1457_twpvtu3g5a1_gamegroupid-364.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  501.                                 <div class="play-button"></div>
  502.                             </div>
  503.                             <ul>
  504.                                 <li class="title ng-binding">European Blackjack Gold</li>
  505.                                 <li class="balance char-b ng-binding">CHF1,417.61</li>
  506.                                 <li class="username ng-binding">Dennis P</li>
  507.                             </ul>
  508.                         </li>
  509.                         <!-- end ngRepeat: winner in feed track by $index -->
  510.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 371 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/371">
  511.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3384726/1457_hiwhdnunm3y_gamegroupid-371.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3384726/1457_hiwhdnunm3y_gamegroupid-371.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  512.                                 <div class="play-button"></div>
  513.                             </div>
  514.                             <ul>
  515.                                 <li class="title ng-binding">European Roulette Gold</li>
  516.                                 <li class="balance char-b ng-binding">CHF3,318.23</li>
  517.                                 <li class="username ng-binding">Elie E</li>
  518.                             </ul>
  519.                         </li>
  520.                         <!-- end ngRepeat: winner in feed track by $index -->
  521.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1463 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1463">
  522.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3384675/1457_rrj2lqnkbrf_gamegroupid-1463.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3384675/1457_rrj2lqnkbrf_gamegroupid-1463.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  523.                                 <div class="play-button"></div>
  524.                             </div>
  525.                             <ul>
  526.                                 <li class="title ng-binding">Temple Quest</li>
  527.                                 <li class="balance char-b ng-binding">CHF2,618.78</li>
  528.                                 <li class="username ng-binding">Roy S</li>
  529.                             </ul>
  530.                         </li>
  531.                         <!-- end ngRepeat: winner in feed track by $index -->
  532.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1568 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1568">
  533.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/5658108/immersive-big.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/5658108/immersive-big.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  534.                                 <div class="play-button"></div>
  535.                             </div>
  536.                             <ul>
  537.                                 <li class="title ng-binding">Evolution - Roulette</li>
  538.                                 <li class="balance char-b ng-binding">CHF1,910.44</li>
  539.                                 <li class="username ng-binding">Jeremy R</li>
  540.                             </ul>
  541.                         </li>
  542.                         <!-- end ngRepeat: winner in feed track by $index -->
  543.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1546 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1546">
  544.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3384754/1457_n4pmcvyljm4_gamegroupid-1546.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3384754/1457_n4pmcvyljm4_gamegroupid-1546.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  545.                                 <div class="play-button"></div>
  546.                             </div>
  547.                             <ul>
  548.                                 <li class="title ng-binding">Bridesmaids</li>
  549.                                 <li class="balance char-b ng-binding">CHF7,232.05</li>
  550.                                 <li class="username ng-binding">Sheila R</li>
  551.                             </ul>
  552.                         </li>
  553.                         <!-- end ngRepeat: winner in feed track by $index -->
  554.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1568 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1568">
  555.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/5658108/immersive-big.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/5658108/immersive-big.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  556.                                 <div class="play-button"></div>
  557.                             </div>
  558.                             <ul>
  559.                                 <li class="title ng-binding">Evolution - Roulette</li>
  560.                                 <li class="balance char-b ng-binding">CHF1,149.54</li>
  561.                                 <li class="username ng-binding">Michael S</li>
  562.                             </ul>
  563.                         </li>
  564.                         <!-- end ngRepeat: winner in feed track by $index -->
  565.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1568 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1568">
  566.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/5658108/immersive-big.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/5658108/immersive-big.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  567.                                 <div class="play-button"></div>
  568.                             </div>
  569.                             <ul>
  570.                                 <li class="title ng-binding">Evolution - Roulette</li>
  571.                                 <li class="balance char-b ng-binding">CHF1,133.02</li>
  572.                                 <li class="username ng-binding">Christoph E</li>
  573.                             </ul>
  574.                         </li>
  575.                         <!-- end ngRepeat: winner in feed track by $index -->
  576.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 1570 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/1570">
  577.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3384719/1457_vuf0ulrd5mh_gamegroupid-1570.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3384719/1457_vuf0ulrd5mh_gamegroupid-1570.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  578.                                 <div class="play-button"></div>
  579.                             </div>
  580.                             <ul>
  581.                                 <li class="title ng-binding">Evolution - Blackjack</li>
  582.                                 <li class="balance char-b ng-binding">CHF1,402.50</li>
  583.                                 <li class="username ng-binding">Nicholas M</li>
  584.                             </ul>
  585.                         </li>
  586.                         <!-- end ngRepeat: winner in feed track by $index -->
  587.                         <li class="winner ng-scope" ng-repeat="winner in feed track by $index" ui-sref="home.play({ 'gameGroupId' : 965 })" ng-click="hub$analytics.send(winner.analytics)" href="#/play/965">
  588.                             <div class="game-image" ng-style="{ 'background' : 'url(/media/3386272/1457_nwlec1rxow5_gamegroupid-965.jpg) 50% 50% / cover no-repeat' }" style="background: transparent url(&quot;/media/3386272/1457_nwlec1rxow5_gamegroupid-965.jpg&quot;) no-repeat scroll 50% 50% / cover ;">
  589.                                 <div class="play-button"></div>
  590.                             </div>
  591.                             <ul>
  592.                                 <li class="title ng-binding">Reel Gems</li>
  593.                                 <li class="balance char-b ng-binding">CHF1,255.87</li>
  594.                                 <li class="username ng-binding">Stephan V</li>
  595.                             </ul>
  596.                         </li>
  597.                         <!-- end ngRepeat: winner in feed track by $index -->
  598.                     </ul>
  599.                     <hr>
  600.                 </section>
  601.             </hub-winners-feed>
  602.         </span>
  603.         <div class="jackpot-feed font-h4 ng-scope" ng-click="pjp.openJackpotCategory();" ng-controller="jackpotCtrl as pjp">
  604.             <h4 class="jackpot-title ng-binding" ng-bind-html="pjp.content.jackpotTitle">
  605.                 <p>Jackpot Total</p>
  606.             </h4>
  607.             <p hub-ticker="" class="jackpot-ticker ng-isolate-scope" currency="pjp.hub$session.currency" value="pjp.progressiveJackpot"><span class="value ng-binding">CHF9,155,039.22</span></p>
  608.         </div>
  609.     </section>
  610.     <!-- uiView: grid -->
  611.     <section ui-view="grid" class="grid-container ng-scope">
  612.         <!-- ngInclude: 'lobby.categories/categories.html' -->
  613.         <section ng-controller="categoriesCtrl as categories" ng-include="'lobby.categories/categories.html'" class="ng-scope">
  614.             <!-- ngIf: categories.hub$client.subbrand !== 'plus' && !categories.hub$client.isPortable -->
  615.             <header class="header cf ng-scope loaded" ng-class="{ 'loaded' : hub$games.isFinished }" ng-if="categories.hub$client.subbrand !== 'plus' &amp;&amp; !categories.hub$client.isPortable">
  616.                 <div class="categories-list">
  617.                     <ul class="list-items">
  618.                         <!-- ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  619.                         <li class="dropdown-item item-home font-h4 active" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/home-hover.png" src="/lobby/Images/Icons/GamesGrid/home-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/home-active.png" src="/lobby/Images/Icons/GamesGrid/home-active.png"> <span class="category-title ng-binding active" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Home</span></li>
  620.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  621.                         <li class="dropdown-item item-new font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/new-hover.png" src="/lobby/Images/Icons/GamesGrid/new-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/new-active.png" src="/lobby/Images/Icons/GamesGrid/new-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Nouveau</span></li>
  622.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  623.                         <li class="dropdown-item item-roulette font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/roulette-hover.png" src="/lobby/Images/Icons/GamesGrid/roulette-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/roulette-active.png" src="/lobby/Images/Icons/GamesGrid/roulette-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Roulette</span></li>
  624.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  625.                         <li class="dropdown-item item-blackjack font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/blackjack-hover.png" src="/lobby/Images/Icons/GamesGrid/blackjack-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/blackjack-active.png" src="/lobby/Images/Icons/GamesGrid/blackjack-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Blackjack</span></li>
  626.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  627.                         <li class="dropdown-item item-livecasino font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/livecasino-hover.png" src="/lobby/Images/Icons/GamesGrid/livecasino-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/livecasino-active.png" src="/lobby/Images/Icons/GamesGrid/livecasino-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Live Casino</span></li>
  628.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  629.                         <li class="dropdown-item item-tables font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/tables-hover.png" src="/lobby/Images/Icons/GamesGrid/tables-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/tables-active.png" src="/lobby/Images/Icons/GamesGrid/tables-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Table</span></li>
  630.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  631.                         <li class="dropdown-item item-slots font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/slots-hover.png" src="/lobby/Images/Icons/GamesGrid/slots-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/slots-active.png" src="/lobby/Images/Icons/GamesGrid/slots-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Slots</span></li>
  632.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  633.                         <li class="dropdown-item item-retroslots font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/retroslots-hover.png" src="/lobby/Images/Icons/GamesGrid/retroslots-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/retroslots-active.png" src="/lobby/Images/Icons/GamesGrid/retroslots-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Slots Retro</span></li>
  634.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  635.                         <li class="dropdown-item item-progressive font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/progressive-hover.png" src="/lobby/Images/Icons/GamesGrid/progressive-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/progressive-active.png" src="/lobby/Images/Icons/GamesGrid/progressive-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Jackpots Progressifs</span></li>
  636.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  637.                         <li class="dropdown-item item-videopoker font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/videopoker-hover.png" src="/lobby/Images/Icons/GamesGrid/videopoker-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/videopoker-active.png" src="/lobby/Images/Icons/GamesGrid/videopoker-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Poker Vidéo</span></li>
  638.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' -->
  639.                         <li class="dropdown-item item-other font-h4" ng-repeat="category in hub$games.categories track by $index" ng-click="categories.changeCategory(category.Name);" ng-class="{ 'active' : category.Name === categories.$state.params.categoryId }" ng-style="{ 'width' : (100 / hub$games.categories.length) + '%' }" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites'" style="width: 9.09091%;"><img class="icon normal" ng-src="/lobby/Images/Icons/GamesGrid/other-hover.png" src="/lobby/Images/Icons/GamesGrid/other-hover.png"> <img class="icon selected" ng-src="/lobby/Images/Icons/GamesGrid/other-active.png" src="/lobby/Images/Icons/GamesGrid/other-active.png"> <span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Autres</span></li>
  640.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' --><!-- end ngRepeat: category in hub$games.categories track by $index -->
  641.                     </ul>
  642.                 </div>
  643.                 <button class="home-button" ng-click="categories.changeCategory('home');" wd-analytics="" wdcategory="games grid" wdaction="home icon" wdlabel="home category selected" wdbindevent="click">
  644.                     <div class="icon"></div>
  645.                 </button>
  646.                 <div class="block">
  647.                     <div class="favourites-container" ng-click="categories.changeCategory('favourites');" ng-class="{ 'active': categories.$state.params.categoryId === 'favourites'}">
  648.                         <button class="favourites-button" ng-class="{ 'active-category': categories.$state.params.categoryId === 'favourites' &amp;&amp; hub$games.data.favourites.length,
  649.                             'has-favourites': hub$games.data.favourites.length,
  650.                             'updating': categories.hub$favourites.isUpdating }">
  651.                             <div class="icon"></div>
  652.                             <p class="text ng-binding">0</p>
  653.                         </button>
  654.                         <span class="favourites-text ng-binding" ng-bind-html="categories.content.favourites">Favoris</span>
  655.                     </div>
  656.                     <hub-search>
  657.                         <form class="search-form ng-pristine ng-invalid ng-invalid-required ng-valid-minlength active" name="searchForm" ng-class="{ 'active' : hub$games.isFinished }"><input id="searchGames" class="search-box font-h4 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" ng-model="categories.searchTerm" ng-change="categories.search(categories.searchTerm);" ng-minlength="2" placeholder="Rechercher un jeu" name="search" wd-analytics="" wdcategory="Game Search" wdaction="Event: Game Search" wdlabel="Search Term: " wdbindevent="keyup" required="" type="search"></form>
  658.                     </hub-search>
  659.                 </div>
  660.                 <!-- ngRepeat: link in categories.viperLinks --><!-- ngIf: categories.hub$session.isLoggedIn && categories.hub$client.brand === 'bs' --><!-- ngIf: categories.hub$client.brand === 'bi' -->
  661.                 <div class="category-dropdown">
  662.                     <div class="button-container"><input class="button font-h4" ng-click="categories.hub$dropdown.toggle('categories')" ng-blur="categories.hub$dropdown.close('categories')" ng-class="{ 'open': categories.hub$dropdown.isOpen['categories'] }" wd-analytics="" wdcategory="category selector" wdaction="click category" wdlabel="category dropdown selected" wdbindevent="click" value="Catégorie" type="button"></div>
  663.                     <ul class="list-items" ng-class="{ 'open' : categories.hub$dropdown.isOpen['categories'] }">
  664.                         <!-- ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  665.                         <li class="dropdown-item item-new font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :new" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Nouveau</span></li>
  666.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  667.                         <li class="dropdown-item item-roulette font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :roulette" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Roulette</span></li>
  668.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  669.                         <li class="dropdown-item item-blackjack font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :blackjack" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Blackjack</span></li>
  670.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  671.                         <li class="dropdown-item item-livecasino font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :livecasino" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Live Casino</span></li>
  672.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  673.                         <li class="dropdown-item item-tables font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :tables" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Table</span></li>
  674.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  675.                         <li class="dropdown-item item-slots font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :slots" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Slots</span></li>
  676.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  677.                         <li class="dropdown-item item-retroslots font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :retroslots" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Slots Retro</span></li>
  678.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  679.                         <li class="dropdown-item item-progressive font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :progressive" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Jackpots Progressifs</span></li>
  680.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  681.                         <li class="dropdown-item item-videopoker font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :videopoker" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Poker Vidéo</span></li>
  682.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index --><!-- ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' -->
  683.                         <li class="dropdown-item item-other font-h4" ng-repeat="category in hub$games.categories track by $index" ng-mousedown="categories.changeCategory(category.Name);" ng-if="category.Name !== 'search' &amp;&amp; category.Name !== 'favourites' &amp;&amp; category.Name !== 'home'" wd-analytics="" wdcategory="category selector" wdaction="category dropdown" wdlabel="select category :other" wdbindevent="mousedown"><span class="category-title ng-binding" ng-class="{ 'active' : (category.Name === categories.$state.params.categoryId) &amp;&amp; !searchTerm }" ng-bind-html="category.Translation || category.Name">Autres</span></li>
  684.                         <!-- end ngIf: category.Name !== 'search' && category.Name !== 'favourites' && category.Name !== 'home' --><!-- end ngRepeat: category in hub$games.categories track by $index -->
  685.                     </ul>
  686.                     <div class="clear"></div>
  687.                 </div>
  688.             </header>
  689.             <!-- end ngIf: categories.hub$client.subbrand !== 'plus' && !categories.hub$client.isPortable -->
  690.         </section>
  691.         <!-- uiView: gamesGrid -->
  692.         <section ui-view="gamesGrid" class="ng-scope"></section>
  693.     </section>
  694. </div>
  695. <!-- ngInclude: 'lobby.footer/footer.html' -->
  696. <span ng-controller="footerCtrl as footer" ng-include="'lobby.footer/footer.html'" ng-show="footer.$stateParams.categoryId === 'home' || footer.hub$client.subbrand !== 'plus'" hub-in-view="" limit="footer.hub$games.data[footer.hub$games.activeGameRule || footer.$stateParams.categoryId].length" class="ng-scope ng-isolate-scope">
  697.     <footer class="BWL-mainFooter ng-scope">
  698.         <div class="BWL-mainFooter__upper">
  699.             <language-selector type="default" class="BWL-mainFooter__upper__languageSelector">
  700.                 <div ng-show="languageSelector.amount > 1">
  701.                     <select onchange="location = this.options[this.selectedIndex].value;" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Click Language" wdlabel="Language Dropdown default Current Language:Français" wdbindevent="click">
  702.                         <option value="/lobby//" class="ng-binding">Français</option>
  703.                         <!-- ngRepeat: language in languageSelector.languages track by language.id -->
  704.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Ĉeština" wdbindevent="click" value="/lobby/cs/" class="ng-binding ng-scope">Ĉeština</option>
  705.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  706.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Dansk" wdbindevent="click" value="/lobby/da/" class="ng-binding ng-scope">Dansk</option>
  707.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  708.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Deutsch" wdbindevent="click" value="/lobby/de/" class="ng-binding ng-scope">Deutsch</option>
  709.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  710.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:English" wdbindevent="click" value="/lobby/en/" class="ng-binding ng-scope">English</option>
  711.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  712.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Español" wdbindevent="click" value="/lobby/es/" class="ng-binding ng-scope">Español</option>
  713.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  714.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Français" wdbindevent="click" value="/lobby/fr/" class="ng-binding ng-scope ng-hide">Français</option>
  715.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  716.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Suomi" wdbindevent="click" value="/lobby/fi/" class="ng-binding ng-scope">Suomi</option>
  717.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  718.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Italiano" wdbindevent="click" value="/lobby/it/" class="ng-binding ng-scope">Italiano</option>
  719.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  720.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Latviešu" wdbindevent="click" value="/lobby/lv/" class="ng-binding ng-scope">Latviešu</option>
  721.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  722.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Norsk" wdbindevent="click" value="/lobby/no/" class="ng-binding ng-scope">Norsk</option>
  723.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  724.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Português" wdbindevent="click" value="/lobby/pt/" class="ng-binding ng-scope">Português</option>
  725.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  726.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Polski" wdbindevent="click" value="/lobby/pl/" class="ng-binding ng-scope">Polski</option>
  727.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  728.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Русский" wdbindevent="click" value="/lobby/ru/" class="ng-binding ng-scope">Русский</option>
  729.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  730.                         <option ng-repeat="language in languageSelector.languages track by language.id" ng-hide="languageSelector.currentLanguage.text == language.text" wd-analytics="" wdcategory="Language Selector" wdaction="Event: Select Language" wdlabel="Language Dropdown default Select Language:Svenska" wdbindevent="click" value="/lobby/sv/" class="ng-binding ng-scope">Svenska</option>
  731.                         <!-- end ngRepeat: language in languageSelector.languages track by language.id -->
  732.                     </select>
  733.                 </div>
  734.             </language-selector>
  735.             <bwl-footer-links class="BWL-footerLinks BWL-mainFooter__upper__footerLinks">
  736.                 <ul class="BWL-mainFooter__upper__footerLinks__list">
  737.                     <!-- ngRepeat: item in FooterLinks.Footerlinks -->
  738.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://thebetwaygroup.com/" target="_self" alt="Betway Corporate" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://thebetwaygroup.com/" wdbindevent="click" href="https://thebetwaygroup.com/">Betway Corporate</a></li>
  739.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  740.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betwaypartners.com/" target="_self" alt="Programme d&amp;rsquo;affiliation" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betwaypartners.com/" wdbindevent="click" href="https://betwaypartners.com/">Programme d’affiliation</a></li>
  741.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  742.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/contact" target="_self" alt="Contactez-nous" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/contact" wdbindevent="click" href="https://betway.com/fr/contact">Contactez-nous</a></li>
  743.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  744.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://casino.betway.com/lobby/fr/launch/link/3/" target="_self" alt="Messagerie Instantan&amp;eacute;e" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://casino.betway.com/lobby/fr/launch/link/3/" wdbindevent="click" href="https://casino.betway.com/lobby/fr/launch/link/3/">Messagerie Instantanée</a></li>
  745.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  746.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/help/payout-percentages/" target="_blank" alt="Taux de Redistribution" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/help/payout-percentages/" wdbindevent="click" href="https://betway.com/fr/help/payout-percentages/">Taux de Redistribution</a></li>
  747.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  748.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/help/banking" target="_self" alt="Banque" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/help/banking" wdbindevent="click" href="https://betway.com/fr/help/banking">Banque</a></li>
  749.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  750.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/terms/responsible-gaming/" target="_self" alt="Jeu Responsible" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/terms/responsible-gaming/" wdbindevent="click" href="https://betway.com/fr/terms/responsible-gaming/">Jeu Responsible</a></li>
  751.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  752.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://casino.betway.com/fr/policies/bonus/" target="_self" alt="Conditions G&amp;eacute;n&amp;eacute;rales du Bonus de Casino" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://casino.betway.com/fr/policies/bonus/" wdbindevent="click" href="https://casino.betway.com/fr/policies/bonus/">Conditions Générales du Bonus de Casino</a></li>
  753.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  754.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/terms/" target="_self" alt="Conditions G&amp;eacute;n&amp;eacute;rales" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/terms/" wdbindevent="click" href="https://betway.com/fr/terms/">Conditions Générales</a></li>
  755.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  756.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="http://www.gambleaware.co.uk/" target="_self" alt="Gambleaware&amp;trade;" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:http://www.gambleaware.co.uk/" wdbindevent="click" href="http://www.gambleaware.co.uk/">Gambleaware™</a></li>
  757.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  758.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/terms/privacy/" target="_self" alt="Confidentialit&amp;eacute; et S&amp;eacute;curit&amp;eacute;" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/terms/privacy/" wdbindevent="click" href="https://betway.com/fr/terms/privacy/">Confidentialité et Sécurité</a></li>
  759.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  760.                     <li class="BWL-mainFooter__upper__footerLinks__listItem ng-scope" ng-repeat="item in FooterLinks.Footerlinks"><a class="BWL-footerLinks__link BWL-footerLinks__link ng-binding" ng-href="https://betway.com/fr/terms/responsible-gaming/" target="_self" alt="18+" ng-bind-html=" item.title | TrustAsHtml" wd-analytics="" wdcategory="Footer Corporate" wdaction="Event: Footer Corporate Links" wdlabel="Footer Corporate Footer Link:https://betway.com/fr/terms/responsible-gaming/" wdbindevent="click" href="https://betway.com/fr/terms/responsible-gaming/">18+</a></li>
  761.                     <!-- end ngRepeat: item in FooterLinks.Footerlinks -->
  762.                 </ul>
  763.             </bwl-footer-links>
  764.             <div class="BWL-mainFooter__upper__supportText font-h4 ng-binding" ng-bind-html="footer.content.support">
  765.                 <p><strong>Service Client</strong></p>
  766.                 <p>Si vous ne souhaitez plus recevoir nos emails, veuillez contacter le Service Client :</p>
  767.                 <p><a href="mailto:fr-support@betway.com" target="_blank">fr-support@betway.com</a></p>
  768.             </div>
  769.             <div class="BWL-mainFooter__upper__logo"><a href="http://www.whufc.com/" target="_blank"><img class="BWL-mainFooter__upper__logo__image" ng-src="https://images.thebetwaygroup.com/headers/ImageSet1522/1522_boaej0o2wok_west_ham.png" alt="West Ham Logo" src="https://images.thebetwaygroup.com/headers/ImageSet1522/1522_boaej0o2wok_west_ham.png"></a></div>
  770.         </div>
  771.         <div class="BWL-mainFooter__partsDivider"></div>
  772.         <div class="BWL-mainFooter__lower">
  773.             <div class="BWL-mainFooter__lower__licenseText">
  774.                 <img src="/lobby/Images/betwayLogo.png" alt="Betway Logo">
  775.                 <h4 class="BWL-mainFooter__lower__licenseText__text font-h4 ng-binding" ng-bind-html="footer.content.license">
  776.                     <p>Betway est une marque gérée par Betway Limited (C39710), une société enregistrée à Malte et domiciliée au 9, Empire Stadium Street, Gzira, GZR 1300, Malta. Betway Limited a reçu la licence et est régulé en Grande-Bretagne par la Gambling Commission sous le numéro de licence : 000-039372- R-319367-005. En dehors de la Grande-Bretagne, Betway Limited a reçu la licence de la Malta Gaming Authority, sous les numéros de licence : MGA/CL1/302/2006 (délivrée le 29 juin 2014), MGA/CL2/396/2007 (délivrée le 30 avril 2012) et MGA/CL3/302/2006 (délivrée le 29 juin 2014). Betway Limited est inscrite à <a href="https://betway.com/fr/terms/ibas/" target="_blank">l’IBAS</a> et est membre de <a href="https://betway.com/fr/terms/essa/" target="_blank">l’ESSA</a>.</p>
  777.                     <p>Betway est une marque gérée par Betway Limited (C39710), une société enregistrée à Malte et domiciliée au 9, Empire Stadium Street, Gzira, GZR 1300, Malta. Betway Limited est licenciée et régulée en Grande-Bretagne par la Gambling Commission, sous le numéro de licence : 000-039372-R-319367-005. En dehors de la Grande-Bretagne, Betway Limited est licenciée et régulée par l’Autorité des Jeux d’Argent de Malte. N° de licence : MGA/CL1/302/2006 (délivrée le 29 juin 2014), MGA/CL1/1258/2016 (délivrée le 16 novembre 2016), MGA/CL2/396/2007 (délivrée le 30 avril 2012) et MGA/CL3/302/2006 (délivrée le 29 juin 2014). Betway Limited est inscrite à <a href="https://betway.com/fr/terms/ibas/" target="_blank">l’IBAS </a>et est membre de <a href="https://betway.com/fr/terms/essa/" target="_blank">l’ESSA</a>.</p>
  778.                 </h4>
  779.             </div>
  780.             <div class="BWL-mainFooter__lower__icons">
  781.                 <ul class="BWL-mainFooter__lower__bankingOptions BWL-bankingOptions BWL-mainFooter__region__bankingIcons">
  782.                     <!-- ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  783.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2012/2012_mjjodkjnbou_bank-icon-credit-cards.jpg&quot;,&quot;alt&quot;:&quot;creditcards&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__creditcards" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2012/2012_mjjodkjnbou_bank-icon-credit-cards.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2012/2012_mjjodkjnbou_bank-icon-credit-cards.jpg" height="35"></a></li>
  784.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  785.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2011/2011_o4hf1enzbpc_bank-icon-visaElectron.jpg&quot;,&quot;alt&quot;:&quot;visaelectron&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__visaelectron" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2011/2011_o4hf1enzbpc_bank-icon-visaElectron.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2011/2011_o4hf1enzbpc_bank-icon-visaElectron.jpg" height="35"></a></li>
  786.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  787.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2428/2428_q5vxn2vlhh5_bank-icon-paypal.jpg&quot;,&quot;alt&quot;:&quot;paypal&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__paypal" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2428/2428_q5vxn2vlhh5_bank-icon-paypal.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2428/2428_q5vxn2vlhh5_bank-icon-paypal.jpg" height="35"></a></li>
  788.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  789.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2430/2430_zy0ncleqgyk_bank-icon-skrill.jpg&quot;,&quot;alt&quot;:&quot;skrill&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__skrill" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2430/2430_zy0ncleqgyk_bank-icon-skrill.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2430/2430_zy0ncleqgyk_bank-icon-skrill.jpg" height="35"></a></li>
  790.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  791.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2427/2427_abeetwtb4bq_bank-icon-neteller.jpg&quot;,&quot;alt&quot;:&quot;neteller&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__neteller" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2427/2427_abeetwtb4bq_bank-icon-neteller.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2427/2427_abeetwtb4bq_bank-icon-neteller.jpg" height="35"></a></li>
  792.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons --><!-- ngIf: icon.imageUrl -->
  793.                     <li class="BWL-mainFooter__region__bankingIcons__item ng-scope" ng-repeat="icon in paymentIcons.bankingIcons" ng-if="icon.imageUrl" wd-analytics="" wdcategory="Footer Banking" wdaction="Event: Footer Banking icons" wdlabel="Footer Banking :{&quot;imageUrl&quot;:&quot;https://images.thebetwaygroup.com/headers/ImageSet2429/2429_dsrdqwmvqbi_bank-icon-paysafecard.jpg&quot;,&quot;alt&quot;:&quot;paysafecard&quot;}" wdbindevent="click"><a ng-href="https://betway.com/fr/help/banking/" class="BWL-bankingOptions__item__url BWL-mainFooter__region__bankingIcons__item__paysafecard" href="https://betway.com/fr/help/banking/"><img alt="payment icon" ng-src="https://images.thebetwaygroup.com/headers/ImageSet2429/2429_dsrdqwmvqbi_bank-icon-paysafecard.jpg" class="BWL-mainFooter__region__bankingIcons__item__image" src="https://images.thebetwaygroup.com/headers/ImageSet2429/2429_dsrdqwmvqbi_bank-icon-paysafecard.jpg" height="35"></a></li>
  794.                     <!-- end ngIf: icon.imageUrl --><!-- end ngRepeat: icon in paymentIcons.bankingIcons -->
  795.                 </ul>
  796.                 <bwl-footer-compliance-icons class="BWL-complianceIcons BWL-mainFooter__lower__complianceIcons">
  797.                     <!-- ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Gambling commission" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/Betway Gambling Commission Link/" href="/lobby/fr/launch/linkname/Betway Gambling Commission Link/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2418/2418_c3tz3feepin_gamblingcommision.png" class="BWL-complianceIcons__link__image" alt="Gambling commission" src="https://images.thebetwaygroup.com/headers/ImageSet2418/2418_c3tz3feepin_gamblingcommision.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--gambleAware" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/GambleAware/" href="/lobby/fr/launch/linkname/GambleAware/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2419/2419_qghebqizx3w_gambleaware.png" class="BWL-complianceIcons__link__image" alt="gambleAware" src="https://images.thebetwaygroup.com/headers/ImageSet2419/2419_qghebqizx3w_gambleaware.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Ecogra" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="http://www.ecogra.org/certificates/certificate.aspx?cid=246" href="http://www.ecogra.org/certificates/certificate.aspx?cid=246"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2420/2420_uac4t5kne2h_safe-and-fair.png" class="BWL-complianceIcons__link__image" alt="Ecogra" src="https://images.thebetwaygroup.com/headers/ImageSet2420/2420_uac4t5kne2h_safe-and-fair.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--MGA" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/Betway LGA Link/" href="/lobby/fr/launch/linkname/Betway LGA Link/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet1906/1906_eyuhjnzmci5_mga.png" class="BWL-complianceIcons__link__image" alt="MGA" src="https://images.thebetwaygroup.com/headers/ImageSet1906/1906_eyuhjnzmci5_mga.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Ibas" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/Link to IBAS/" href="/lobby/fr/launch/linkname/Link to IBAS/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet1909/1909_alexp4gncqa_ibas.png" class="BWL-complianceIcons__link__image" alt="Ibas" src="https://images.thebetwaygroup.com/headers/ImageSet1909/1909_alexp4gncqa_ibas.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Essa" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/ESSA/" href="/lobby/fr/launch/linkname/ESSA/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2399/2399_anbwkycafcs_Banking_Essa.png" class="BWL-complianceIcons__link__image" alt="Essa" src="https://images.thebetwaygroup.com/headers/ImageSet2399/2399_anbwkycafcs_Banking_Essa.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Responsible Gambling Trust" ng-repeat="icon in FooterComplianceIcons.FooterComplianceIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="/lobby/fr/launch/linkname/Responsible Gambling Trust/" href="/lobby/fr/launch/linkname/Responsible Gambling Trust/"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2656/2656_upkpvixp5s2_language-none_currency-none_whatever.png" class="BWL-complianceIcons__link__image" alt="Responsible Gambling Trust" src="https://images.thebetwaygroup.com/headers/ImageSet2656/2656_upkpvixp5s2_language-none_currency-none_whatever.png" width="auto" height="60"></a><!-- end ngRepeat: icon in FooterComplianceIcons.FooterComplianceIcons -->
  798.                 </bwl-footer-compliance-icons>
  799.                 <!-- ngIf: page.BWL.brandCode != 'BE' -->
  800.                 <bwl-footer-social-icons ng-if="page.BWL.brandCode != 'BE'" class="BWL-socialIcons BWL-mainFooter__lower__socialIcons ng-scope">
  801.                     <div>
  802.                         <!-- ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Facebook" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="https://www.facebook.com/Betway" href="https://www.facebook.com/Betway"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2421/2421_cavegygtegi_facebook.png" class="BWL-complianceIcons__link__image" alt="Facebook" src="https://images.thebetwaygroup.com/headers/ImageSet2421/2421_cavegygtegi_facebook.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Twitter" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="https://twitter.com/betway" href="https://twitter.com/betway"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2422/2422_2wrtdnjp4dk_twitter.png" class="BWL-complianceIcons__link__image" alt="Twitter" src="https://images.thebetwaygroup.com/headers/ImageSet2422/2422_2wrtdnjp4dk_twitter.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--You Tube" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="https://www.youtube.com/channel/UCzrzOItQbqY7akga3rPRoMw" href="https://www.youtube.com/channel/UCzrzOItQbqY7akga3rPRoMw"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2423/2423_vbedwu3cc3e_youtube.png" class="BWL-complianceIcons__link__image" alt="You Tube" src="https://images.thebetwaygroup.com/headers/ImageSet2423/2423_vbedwu3cc3e_youtube.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Google Plus" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="https://plus.google.com/+betway" href="https://plus.google.com/+betway"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2424/2424_sf1hszx3uz5_googleplus.png" class="BWL-complianceIcons__link__image" alt="Google Plus" src="https://images.thebetwaygroup.com/headers/ImageSet2424/2424_sf1hszx3uz5_googleplus.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--App store" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href="https://itunes.apple.com/gb/app/betway-casino-real-money-roulette/id550442071?mt=8" href="https://itunes.apple.com/gb/app/betway-casino-real-money-roulette/id550442071?mt=8"><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2425/2425_ksaxl3jgkgj_appstore.png" class="BWL-complianceIcons__link__image" alt="App store" src="https://images.thebetwaygroup.com/headers/ImageSet2425/2425_ksaxl3jgkgj_appstore.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons --><a class="BWL-complianceIcons__link BWL-complianceIcons__link--Google Store" ng-repeat="icon in FooterSocialIcons.FooterSocialIcons" wd-analytics="" wdcategory="Footer Compliance" wdaction="Event: Footer Compliance Link" wdlabel="Footer Compliance" wdbindevent="click" ng-href=""><img ng-src="https://images.thebetwaygroup.com/headers/ImageSet2426/2426_yhvjkpwub5z_android.png" class="BWL-complianceIcons__link__image" alt="Google Store" src="https://images.thebetwaygroup.com/headers/ImageSet2426/2426_yhvjkpwub5z_android.png" width="auto" height="32"></a><!-- end ngRepeat: icon in FooterSocialIcons.FooterSocialIcons -->
  803.                     </div>
  804.                 </bwl-footer-social-icons>
  805.                 <!-- end ngIf: page.BWL.brandCode != 'BE' -->
  806.             </div>
  807.         </div>
  808.     </footer>
  809. </span>
  810. <hub-anchor>
  811.     <div class="anchor ng-scope" ng-controller="anchorCtrl as anchor" ng-class="{ 'active' : showButton }" ng-click="anchor.scrollToY()">
  812.         <div class="circle">^</div>
  813.     </div>
  814. </hub-anchor>
  815. <aside ng-controller="cookieCtrl as cookies" class="ng-scope">
  816.     <!-- ngIf: !cookies.hub$session.isLoggedIn -->
  817. </aside>
  818. <script src="/lobby/dist/js-production/libs.min.js"></script>
  819. <script src="/lobby/dist/js-production/main.min.js" defer=""></script>
  820. <!-- GA -->
  821. <script async="">
  822.     (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments); }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m); })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  823. </script>
  824. <!-- Flashtalking -->
  825. <script type="text/javascript" defer="">
  826.     ((function (e, t) {
  827.         var n = function () {
  828.             var e = t.createElement("iframe");
  829.             e.src = "https://servedby.flashtalking.com/container/6812;47107;5278;iframe/?spotName=Visit_Asynch&U1=88f70274-931a-429b-b33c-192d5da182a5&U2=S2lsbHVhRG9ubw==;&U3=https://casino.betway.com/lobby/fr/&cachebuster=" + Math.random() * 1e6;
  830.             e.style.cssText = "position: absolute;visibility: hidden;width: 1px;height: 1px;";
  831.             t.body.appendChild(e);
  832.         };
  833.         if (t.readyState === "complete") {
  834.             n();
  835.         } else {
  836.             if (typeof e.addEventListener !== "undefined") {
  837.                 t.addEventListener("DOMContentLoaded", n, false);
  838.             } else {
  839.                 e.attachEvent("onload", n, false);
  840.             }
  841.         }
  842.     })(window, document));
  843. </script>
  844. <script>
  845.     
  846.    
  847.    
  848.     angular.module('hub.session', [])
  849.           .factory('hub$session', ["$rootScope", function($rootScope){
  850.    
  851.               var service = {
  852.                   currency: 'CHF',
  853.                   isLoggingOut: false,
  854.                   currentTier: '',
  855.                   forceLogin: function(){
  856.                       $rootScope.loggedInState = "logged-in";
  857.                       this.isLoggedIn = true;
  858.                   },
  859.                   isLoggedIn: true,
  860.             hasNewTerms: false,
  861.                   nextTier: '',
  862.                   time: 0,
  863.             username: 'KilluaDono' || '',
  864.               };
  865.    
  866.               $rootScope.loggedInState = service.isLoggedIn ? "logged-in" : "logged-out";
  867.               return service;
  868.           }]);
  869.    
  870.     angular.module('hub.client', [])
  871.           .constant( 'hub$client', {
  872.               uaKey: 'UA-1515961-1',
  873.               brand: 'BW'.toLowerCase(),
  874.               subbrand: 'casino',
  875.               isLiveCasino: false ? true : false,
  876.               language: 'fr',
  877.               isPortable: false,
  878.         isMobile: false,
  879.               isDesktop: true,
  880.               type: 'flash',
  881.               tld: "." + window.location.host.split('.').pop(),
  882.               protocol: window.location.protocol + "//"
  883.           });
  884.    
  885.     angular.module('hub.query', [])
  886.           .factory("hub$query", function(){
  887.    
  888.         return {
  889.                  
  890.                   debug: false,
  891.                   noAuth: "",
  892.                   promotions: "",
  893.                   sessionReminder:{
  894.                       isActive: "",
  895.                       timer:""
  896.                   },
  897.             spinsport: "",
  898.             endOfMonth: ""
  899.               }
  900.           });
  901.    
  902.     angular.module('hub.razor-content', []).value( 'BWL',  
  903.    
  904.     {brandCode:"BW",subBrand:{id:"casino",url:"http://casino.betway.com"},locale:{language:"fr",countryCode:"CH"},currency:{symbol:"CHF",iso:"CHF",id:"600"},user:{registeredSubBrandID:""}} )
  905.           .constant( 'hub$betwayLogo',        'https://images.thebetwaygroup.com/headers/ImageSet3272/3272_chvdwzbfciz_casino.png')
  906.           .constant( 'hub$livecasinoLogo',    'https://images.thebetwaygroup.com/headers/ImageSet3274/3274_ul2x53ldj3z_liveCasino.png')
  907.     .constant( 'hub$promotionSubbrands',
  908.    
  909.    
  910.     [
  911.     {
  912.     id: "sports",
  913.     title: "sports"
  914.     },
  915.     {
  916.     id: "casino",
  917.     title: "casino"
  918.     },
  919.     {
  920.     id: "vegas",
  921.     title: "vegas"
  922.     },
  923.    
  924.    
  925.         {
  926.             id: "bingo",
  927.             title: "bingo"
  928.         }
  929.    
  930.     ] )
  931.           .constant( 'hub$forgotPasswordLink',  '/fr/launch/linkname/Casino Forgotten Password/')
  932.           .value( 'hub$navigationBrands',        
  933.     ["sports","inplay","casino","livecasino","esports","vegas","poker","bingo","blog","plus"] )
  934.           .value( 'hub$translationsData',        {
  935.     "lobby - brands": {
  936.     "sports": "sports",
  937.     "inplay": "live",
  938.     "casino": "casino",
  939.           "livecasino": "live casino",
  940.     "vegas": "vegas",
  941.     "poker": "poker",
  942.     "bingo": "bingo",
  943.     "blog":  "blog",
  944.     "esports": "esports",
  945.     "plus": "plus"
  946.     },
  947.     "lobby - hero": {
  948.     "plus title": "Le festival des Points Plus",
  949.     "plus description": "Gagnez assez de Points Plus* et &eacute;changez-les contre des Paris Gratuits ou bonus.",
  950.     "plus cta": "Participez",
  951.     "plus link": "http://p.betway.com/fr/btw/promotions/plus/plusxmas.aspx",
  952.           "plus mobile link": "http://p.betway.com/fr/btw/promotions/plus/plusxmas.aspx",
  953.           "casino reg terms 1": "* Offre r&eacute;serv&eacute;e aux nouveaux clients. Activation obligatoire. Bonus de 100 % calcul&eacute; sur le 1er versement de 20 &euro;/$ minimum. Bonus additionnels calcul&eacute;s sur les 2&egrave;me et 3&egrave;me versements. Montant total maximum du bonus : 1 000 &euro;/$. Soumis &agrave; une condition de mise minimum de 50x le montant du bonus. Limites de retrait applicables. Offre soumise &agrave; d&rsquo;autres conditions <a href='https://casino.betway.com/fr/policies/bonus/'>disponibles ici.</a>",
  954.           "vegas reg terms 1": "* Offre r&eacute;serv&eacute;e aux nouveaux clients. Activation obligatoire. Bonus de 100 % calcul&eacute; sur le 1er versement de 20 &euro;/$ minimum. Bonus additionnels calcul&eacute;s sur les 2&egrave;me et 3&egrave;me versements. Montant total maximum du bonus : 1 000 &euro;/$. Soumis &agrave; une condition de mise minimum de 50x le montant du bonus. Limites de retrait applicables. Offre soumise &agrave; d&rsquo;autres conditions - <a href='https://vegas.betway.com/fr/policies/bonus/'>disponibles ici</a>",
  955.           "livecasino reg terms 1": "* Nouveaux joueurs seulement. Activation obligatoire. Bonus de 100 % calcul&eacute; sur le 1er versement de 20 &euro;/$ minimum. Bonus additionnels valables sur les 2&egrave;me et 3&egrave;me versements. Montant total maximum du bonus : 1 000 &euro;/$. Faites un versement. Offre soumise &agrave; d'autres conditions - <a href='/fr/policies/bonus/'>voir les conditions g&eacute;n&eacute;rales compl&egrave;tes. </a>"
  956.     },
  957.       "lobby - header": {
  958.           "tierText": "Niveau Actuel",
  959.           "tier text": "",
  960.           "plus points text": ""
  961.       },
  962.       "lobby - common": {
  963.           "bank": "Banque",
  964.     "make a deposit": "<p>Faites un versement</p>",
  965.     "live chat": "Messagerie Instantanée",
  966.           "login": "Connexion",
  967.     "register": "Inscrivez-vous",
  968.     "forgot password": "Mot de passe oubli&eacute;",
  969.     "username": "Username",
  970.     "password": "Mot de passe",
  971.     "logout": "Déconnexion",
  972.     "loading": "Loading...",
  973.           "logging in": "Logging in...",
  974.     "login prompt": "Veuillez vous connecter pour continuer ou vous inscrire"
  975.       },
  976.     "lobby - winners": {
  977.     "recent winners": "Gagnants récents",
  978.       },
  979.       "lobby - jackpots": {
  980.     "progressive jackpots": "<p>Jackpot Total</p>",
  981.       },
  982.       "lobby - account": {
  983.           "my account": "Mon compte",
  984.     "cash account": "<p>Compte Cash</p>",
  985.     "bonus account": "<p>Compte Bonus</p>",
  986.     "bingo bonus": "<p>Bonus Bingo</p>",
  987.     "game history": "Historique de vos jeux",
  988.     "transaction history": "Historique de vos transactions ",
  989.     "responsible gaming": "Jeu Responsable"
  990.     },
  991.     "lobby - points": {
  992.     "plus points": "Points Plus",
  993.     "my plus points": "Mes Points Plus",
  994.     "redeeming plus points": "En savoir plus sur l’échange des Points ",
  995.     "collecting plus points": "Comment gagner des Points Plus ?",
  996.     "full terms": "Conditions générales",
  997.     "step 1": "<p>Points Plus que je veux échanger :</p>",
  998.     "step 2": "",
  999.     "ready": "<p>Échanger vos Points </p>",
  1000.     "disabled": "<p>Désolé, vous n’avez pas assez de Points Plus à échanger. Continuez à jouer pour gagner plus de Points. </p>",
  1001.     "success": "<p>Fait !</p>",
  1002.     "casino option": "Crédit de Casino Gratuit",
  1003.     "bingo option": "Bonus Bingo Gratuit",
  1004.     "sports option": "Pari Sportif Gratuit"
  1005.       },
  1006.       "lobby - promotions": {
  1007.     "promotions title": "Promotions",
  1008.     "none available": "Aucune promotion n'est disponible actuellement !"
  1009.       },
  1010.       "lobby - tier": {
  1011.           "more tokens": "Comment gagner des Jetons",
  1012.           "tier benefits": "Avantages de niveau",
  1013.     "current tier text": "Niveau Actuel",
  1014.     "current tokens text": "Jetons actuels",
  1015.           "Blue": "Bleu",
  1016.           "Bronze": "Bronze",
  1017.           "Silver": "Argent",
  1018.           "Gold": "Or",
  1019.           "Platinum": "Platine",
  1020.           "Diamond": "Diamant",
  1021.           "Black": "Black",
  1022.           "maintain": "Maintenir",
  1023.           "progress to": "Progresser vers<br data-mce-bogus='1'>",
  1024.           "to maintain Blue": "N&eacute;cessaire pour maintenir le Bleu",
  1025.           "to maintain Bronze": "N&eacute;cessaire pour maintenir le Bronze",
  1026.           "to maintain Silver": "N&eacute;cessaire pour maintenir l'Argent",
  1027.           "to maintain Gold": "N&eacute;cessaire pour maintenir l'Or",
  1028.           "to maintain Platinum": "Nécessaire pour maintenir le Platine",
  1029.           "to maintain Black": "Nécessaire pour maintenir le Black<br>",
  1030.           "upgrade to Bronze": "Nécessaire pour être surclassé en Bronze<br data-mce-bogus='1'>",
  1031.           "upgrade to Silver": "Nécessaire pour être surclassé en Argent<br data-mce-bogus='1'>",
  1032.           "upgrade to Gold": "Nécessaire pour être surclassé en Or",
  1033.           "upgrade to Platinum": "Nécessaire pour être surclassé en Platine",
  1034.           "upgrade to Black": "Nécessaire pour être surclassé en Black",
  1035.           "higher tier countdown": "Gagnez le nombre nécessaires de Jetons pour vous maintenir au niveau actuel. La période de votre niveau expire dans :",
  1036.     "lower tier countdown": "Gagnez le nombre nécessaires de points pour passer au niveau supérieur. La période de votre niveau expire dans :",
  1037.     },
  1038.     "lobby - games": {
  1039.     "play" : "<p>Jouer</p>",
  1040.     "practice": "<p> S’entraîner</p>",
  1041.     "favourite": "<p>Favori</p>",
  1042.           "favourites": "Favoris",
  1043.           "play for real": "<p>Mode réel</p>",
  1044.           "select game type": "Catégorie",
  1045.     "no match found": "<p>Aucun résultat trouvé</p>",
  1046.     "search all games": "Rechercher un jeu",
  1047.           "no favourites found": "<p>no favourites found</p>"
  1048.       },
  1049.     "lobby - date": {
  1050.     "dd" : "jj",
  1051.     "hh" : "hh",
  1052.     "mm" : "mm",
  1053.     "ss" : "ss"
  1054.     },
  1055.       "lobby - modals": {
  1056.           "my offers": "<p>Mes promotions</p>",
  1057.           "casino terms": "<p><strong>COMPTE BONUS CASINO - CONDITIONS GÉNÉRALES</strong></p><p>Le solde total du compte d’un Client est composé de son Compte Cash et de son Compte Bonus. Aucun retrait ne peut être fait depuis le Compte Bonus mais il peut être utilisé pour placer des mises. Le Compte Bonus Casino peut être utilisé pour miser sur des jeux de casino.</p><p>1. À moins que le contraire ne soit spécifiquement mentionné, chaque bonus est par défaut soumis à une mise de trente fois son montant avant que des fonds puissent être retirés du Compte Casino.</p><p>2. Les mises sur certains jeux contribuent selon des pourcentages différents au montant de mise minimum requis.</p><p>Les pourcentages de contribution sont les suivants :<br><br><strong>100 %</strong> - toutes les machines à sous, la Roulette Américaine et tous les jeux de table<br><strong>50 %</strong> - tous les pokers, Red Dog, toutes les roulettes (sauf la Roulette Américaine), Casino War et Sic Bo <br><strong>10 %</strong> - tous les vidéo/power pokers (sauf les vidéo/power pokers All Aces), tous les blackjack, (sauf le Blackjack Classique), tous les craps et tous les baccaras <br><strong>2 %</strong> - tous les Blackjack Classique et tous les vidéo/power pokers All Aces</p><p><strong>300 %</strong> - tous les paris sportifs avec une cote égale ou supérieure à 1.75<br><strong>100 %</strong> - tous les paris sportifs avec une cote égale ou supérieure à 1.30 et 1.74 <br><strong>0 %</strong> - tous les paris sportifs avec une cote égale ou inférieure à 1.29</p><p>Si vous jouez sur les jeux exclus (0%) avant d'avoir atteint le montant de mise minimum requis, alors vous reconnaissez que Betway Casino se réserve le droit d'annuler les gains engendrés à partir de ces jeux, à sa seule discrétion.</p><p>NOTE : les mises et paris effectués en utilisant la fonction « Gamble » aux machines à sous et la fonction « Double » aux vidéo/power pokers ne seront pas prises en considération dans le calcul du montant de mise minimum.</p><p>3. Lorsque les montants de mise minimum sont atteints, les fonds seront automatiquement transférés du Compte Bonus au Compte Cash, par tranche de 10 €/$.</p><p>a) Chaque mise est d’abord déduite du Compte Cash du joueur. S'il n'y a pas de fonds disponible, la mise est déduite du Compte Bonus. Ceci signifie que les fonds du Compte Bonus du joueur sont seulement misés quand il n'y a plus de crédits sur le Compte Cash.</p><p>b) Les gains engendrés à partir de mises provenant du Compte Cash seront crédité sur le Compte Cash. Les gains engendrés à partir de mises provenant du Compte Bonus seront crédités sur le Compte Bonus.</p><p>c) Après avoir crédité le Compte Bonus d'un joueur, si le solde du Compte Bonus excède le montant original du bonus, tous les excédents seront transférés sur le Compte Cash du joueur. Note : ceci n'inclut pas les transferts automatiques du Compte Bonus vers le Compte Cash qui pourraient avoir eu lieu précédemment.</p><p>4. Les gains réalisés après l’acceptation d’un bonus pourront être retirés une fois que le montant de mise minimum aura été atteint. Si vous souhaitez retirer le solde de votre versement initial avant d’avoir complété les conditions de mises minimum, vous devrez renoncer au bonus et aux gains qu’il aura engendrés. Si vous souhaitez procéder, veuillez contacter le Service Client.</p><p>5. Avant d'effectuer un retrait, vos jeux seront étudiés afin de s'assurer qu'il n'y a pas eu d'irrégularité. Dans cette optique, les mises égales à zéro, les mises à moindre risque, ou les mises de la plus grande partie ou de la totalité de la balance de votre compte casino seront considérées comme des irrégularités, et ne seront pas prises en compte dans le calcul du montant de mise minimum. Sera également considérée comme une irrégularité la mise, en une seule fois, de 30% ou plus de la valeur du bonus crédité sur votre compte, et ce jusqu'à ce que le montant de mise minimum soit atteint. Cette liste des irrégularités est non exhaustive. Si Betway Casino considère qu'une pratique irrégulière a eu lieu, il se réserve le droit de bloquer un retrait et/ou de confisquer les gains.</p><p>6. Betway Casino se réserve le droit de limiter les retraits des gains engendrés à partir de tout jeton, bonus, jeu gratuit ou tours gratuit crédité sur le compte du joueur, à hauteur de 100 €/$ (ou de l'équivalent de 100 €/$ si vous jouez dans une autre devise). Cette limite ne s'appliquera que dans le cas d'un bonus crédité sans qu'un versement n'ait été fait au préalable à moins que l'offre ne spécifie clairement le contraire.</p><p>Betway Casino considère que ces Conditions Générales sont justes et équitables. Si vous aviez besoin d’un conseil ou d’une clarification, veuillez contacter le Service Client.</p><p><strong>Dernière mise à jour :</strong> 17/08/2015 à 14h00 CET.</p><p> </p>",
  1058.           "bingo terms": "<p><strong>COMPTES BONUS BINGO (BBZ) – CONDITIONS GÉNÉRALES</strong></p><p>1. Les achats de Tickets Bingo sont d’abord déduits du Compte Cash. Si les fonds sont insuffisants sur le Compte Cash, alors les achats sont déduits du Compte Bonus Bingo. <br>2. Si un Client joue à la fois au Bingo et au casino, alors les règles suivantes s’appliquent :<br>a) dans le cas où il n’y aurait aucune condition de mise minimum en suspens sur un bonus de casino, tous les gains engendrés à partir de Tickets Bingo, achetés depuis le Compte Cash ou le Compte Bonus Bingo, seront crédités sur le Compte Cash. <br>b) dans le cas où il y aurait une condition de mise minimum en suspens sur un bonus de casino, tous les gains engendrés à partir de Ticket Bingo, achetés depuis le Compte Cash ou le Compte Bonus Bingo, seront d’abord crédités sur le Compte Bonus Casino (à hauteur du montant du bonus original accordé) et les fonds restants seront crédités sur le Compte Cash.<br>3. Une fois crédité sur le Compte Bonus Bingo, le Bonus Bingo expirera et sera automatiquement retiré 14 jours après.<br>4. Le nombre maximum de Tickets Bingo qui peut être acheté depuis le Compte Bonus Bingo sera déterminé en fonction du jeu. Betway Bingo se réserve le droit de modifier cette limite à n’importe quel moment, sans notification préalable.</p><p>Dernière mise à jour : 05/05/2015 à 17h12 GMT.</p>",
  1059.           "sports terms": "<p><strong>OFFRES DE PARIS GRATUITS – Conditions Générales</strong></p><p>1. S’il n’est pas joué, le Pari Gratuit expirera 7 jours après avoir été crédité (à moins que le contraire ne soit mentionné dans les conditions générales spécifiques de l’offre concernée).</p><p>2. Un Pari Gratuit doit être joué dans son intégralité, en une seule transaction/un seul pari.</p><p>3. Un Pari Gratuit ne peut pas être misé sur un Pari à Lignes Multiples (ex. : Trixie, Patents, Yankees, etc.).</p><p>4. Si un Pari Gratuit est misé sur une sélection qui est par la suite annulée, alors la mise sera remboursée sur le compte sous forme de Pari Gratuit.</p><p>5. Un Pari Gratuit n’est pas remboursable et la mise d’un Pari Gratuit n’est pas comprise dans les gains.</p><p>6. Le gain maximum suite à la mise d’un Pari Gratuit est de 20 000 €.</p><p>7. Dans le cadre des paris gratuits, un pari each-way est considéré comme un seul pari (incluant donc la partie Gagnant et la partie Placé). Les gains de ce pari doivent être d’un montant plus élevé que le montant de mise du pari <br>gratuit pour que les gains soient payés.</p><p>8. Un Pari Gratuit ne permet pas de se qualifier pour voir une manifestation en direct.</p><p>9. Les conditions suivantes s’appliquent à tous les paris gratuits (à l’exception du Pari Gratuit de Bienvenue). Si vous avez des questions quant aux conditions applicables, n’hésitez pas à contacter notre service client.</p><p>10. Sauf si le contraire est indiqué, tous les dépôts doivent être joués au moins une fois (1), avant que le bonus promotionnel spécifiquement lié à ce dépôt ne soit crédité.</p><p>12. Le département des Promotions Betway Sports sera le seul juge du respect des conditions des offres promotionnelles. Betway Sports se réserve le droit, exerçable à sa discrétion, de stopper ou d’annuler toute offre promotionnelle à tout moment et pour toute raison sans notification préalable. Toute personne ne respectant pas les règles des offres promotionnelles pourra être disqualifiée sans notification préalable.</p><p>13. Avant qu’un retrait ne soit autorisé, vos jeux sont étudiés afin de s’assurer qu’il n’y a pas eu d’irrégularité, et ce dans l’intérêt d’une interface de jeu sécurisée et juste. Dans cette optique, placer un pari en combinant un pari gratuit et la mise d’argent réel sur le même évènement dans le but de faire un pari à faible marge, équivalent à zéro ou couvrant les risques de perte, sera considéré comme une irrégularité, et ne sera pas pris en compte dans le calcul du montant de mise minimum. Si Betway Sport considère qu’une pratique irrégulière a eu lieu, il se réserve le droit de bloquer un retrait et/ou de confisquer tous les gains.</p><p><strong>Dernière mise à jour :</strong> 20/03/2015 à 14h00 CET.</p>",
  1060.           "back": "<p>Retour<br data-mce-bogus='1'></p>",
  1061.           "tier benefits title": "<p>Avantages<br data-mce-bogus='1'></p>",
  1062.           "tier benefits text": "<p>Betway Plus est le programme de fidélité exclusif de Betway, qui vous récompense lorsque vous pariez sur le sport et jouez au bingo et au casino.</p><p>Le niveau Bleu est atteint à partir du moment où vous commencez à jouer. Plus vous jouez, plus vite vous montez à travers les niveaux et obtenez des récompenses et des privilèges plus importants. Vous gagnez aussi des Points Plus Bonus à échanger contre des Crédits Bonus ou des Paris Sportifs Gratuits.</p><p><strong>Jetons requis :</strong> Nombre de jetons requis au cours d’un mois civil (GMT) pour atteindre le niveau supérieur.</p><p><strong>Jetons de Maintenance :</strong> Nombre de jetons requis au cours d’un mois civil (GMT) pour se maintenir au niveau actuel.</p><p><strong>Points Plus Bonus :</strong> Points Plus additionnels gagnés en fonction de votre niveau. </p>",
  1063.     "benefits disclaimer": "<p>* Joueurs de Grande-Bretagne seulement <br />** Sauf exceptions </p>",
  1064.           "new terms title": "<p>New terms and conditions</p>",
  1065.           "terms link": "* Offre soumise à conditions",
  1066.           "terms title": "Conditions générales",
  1067.           "PromoTerms": "Conditions générales",
  1068.           "GameHistory": "Historique de vos jeux",
  1069.           "TransactionHistory": "Historique de vos transactions ",
  1070.           "TierTokens": "Comment gagner des Jetons",
  1071.           "TierBenefits": "Avantages de niveau",
  1072.           "CollectingPlusPoints": "Comment gagner des Points Plus ?",
  1073.           "RedeemingPlusPoints": "En savoir plus sur l’échange des Points ",
  1074.           "FullTerms": "Conditions générales",
  1075.           "CasinoTerms": "<p>Bonus Account - General Terms FR</p>",
  1076.           "BingoTerms": "<p>BINGO BONUS (BBZ) ACCOUNT - GENERAL TERMS</p>",
  1077.     "SportsTerms": "<p>Free Bets - General Terms FR</p>",
  1078.           "earn plus points text": "<p>Le but des jetons est de vous faire avancez dans les niveaux. Plus vous progressez, meilleurs sont les bénéfices.<br>Le nombre de jetons gagnés dépend de vos mises. Plus vous jouez sur Betway, plus vous gagnez de jetons.<br>Pour chaque mise de 10 €, vous gagnez 5 jetons*.<br><strong>* En pariant, vous contribuez à augmenter votre niveau de la façon suivante :</strong></p>",
  1079.           "casino header": "<p><strong>Casino</strong></p>",
  1080.     "sports header": "<p><strong>Sports</strong></p>",
  1081.           "bingo header": "<p><strong>Bingo</strong></p>",
  1082.           "points explained" : "<p><strong>Jouez, pariez, faites tournez les roues : peu importe votre choix, Betway vous r&eacute;compense de votre fid&eacute;lit&eacute;.</strong></p><p>Une fois que vous avez gagn&eacute; au moins 5 000 Points Plus, vous pouvez les &eacute;changer contre l&rsquo;une des options suivantes :</p><ul><li><strong>10 &euro; en bonus casino (cr&eacute;dit&eacute;s sur votre compte bonus)<br /></strong>Vos cr&eacute;dits bonus pourront &ecirc;tre utilis&eacute;s sur Betway Casino et Betway Sports. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Compte Bonus. <a href='/Modals/BonusCreditsTerms'>Cliquez ici pour y acc&eacute;der</a>.<br /><br /></li><li><strong>10 &euro; en bonus bingo (cr&eacute;dit&eacute;s sur votre compte bonus bingo)<br /></strong>Votre bonus bingo pourra &ecirc;tre utilis&eacute; pour acheter des tickets de bingo et pour jouer sur Betway Bingo. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Compte Bonus Bingo. <a href='/Modals/BingoTerms'>Cliquez ici pour y acc&eacute;der</a>.<br /><br /></li><li><strong>3 &euro; en paris sportifs gratuits (cr&eacute;dit&eacute;s sur votre solde de paris gratuits)<br /></strong>Votre pari gratuit pourra &ecirc;tre utilis&eacute; pour parier sur Betway Sports. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Pari Gratuit. <a href='/Modals/FreeBetsTerms'>Cliquez ici pour y acc&eacute;der</a>.</li></ul><p>Les Points Plus expireront 90 jours <span style='text-decoration: underline;'><strong>&agrave; compter du </strong></span><span style='text-decoration: underline;'><strong><span style='text-decoration: underline;'>j</span>our o&ugrave; ils ont &eacute;t&eacute; gagn&eacute;s</strong></span>. <br />Les Points Plus ne peuvent &ecirc;tre &eacute;chang&eacute;s que par tranche de 5 000.</p>",
  1083.           "how to get plus points" : "<p>Blackjack, bingo, machines &agrave; sous, pari sportifs : peu importe votre choix, Betway vous r&eacute;compense avec des Points Plus.</p><ul><li>Le montant de Points Plus que vous collectez d&eacute;pend du produit sur lequel vous jouez et de votre niveau au sein de Betway Plus*.</li><li>Plus votre niveau est &eacute;lev&eacute;, plus vous collectez de Points Plus.</li><li>Vous collecterez des Points Plus en profitant des offres sp&eacute;ciales de Betway.</li></ul><p>*Rendez-vous aux sections <a href='/Modals/TierTokens'><strong>Comment collecter des jetons</strong></a> et sur <strong><a href='/Modals/MyTierBenefits'>B&eacute;n&eacute;fices</a></strong> pour en savoir plus sur comment les jeux et votre niveau vous aident &agrave; gagner des Points Plus.</p>"
  1084.       },
  1085.     "lobby - home": {
  1086.     "grid title": "Consultez vos dernières offres sur Betway Plus "
  1087.     },
  1088.     "lobby - faqs": {
  1089.     "faqs": "<h3>JETONS</h3><p><strong><br>Qu’est-ce qu’un jeton ?</strong> <br>Les jetons sont la clé qui vous permettra de profiter des bénéfices de Betway Plus. L’inscription est automatique : dès que vous commencez à jouer sur Betway, vous recevez des avantages, peu importe la fréquence à laquelle vous jouez.</p><p><strong><br>Comment gagner des jetons ?</strong> <br>En tant que joueur Betway, vous gagnez des jetons en jouant sur Betway Casino, Vegas, Sports et Bingo.</p><p><strong><br>À quoi servent les jetons ?</strong> <br>En gagnant des jetons, vous avancez à travers les niveaux tout en ayant accès à des bonus et des avantages plus lucratifs.</p><p><strong><br>Comment puis-je dépenser mes jetons ?</strong> <br>À la différence des Points Plus, les jetons ne peuvent pas être échangés. Leur seul objectif est de vous faire progresser dans les niveaux.</p><p><strong><br>Où trouver les informations relatives à mon niveau et mes progrès ?</strong> <br>Vous aurez accès à ces informations en cliquant sur le symbole des niveaux, qui se trouve dans le menu en haut à droite de votre écran d’ordinateur. Sur votre smartphone ou tablette, vous pouvez cliquer sur le symbole des niveaux, en haut du menu horizontal de Betway Plus.</p><p><strong><br>Est-ce que les jetons expirent ?</strong> <br>Les jetons sont remis à zéro tous les mois. Votre niveau dépendra du nombre de points gagnés à la fin de la période accumulée suivante. Pendant cette période, vous devrez gagner le nombre de points requis pour soit vous maintenir à ce niveau, soit passer au niveau supérieur. Faute de quoi, vous descendrez au niveau inférieur.</p><p><strong><br>Qu’est-ce qu’il se passe une fois que j’ai gagné mes jetons ?</strong> <br>Une fois que vous avez gagné suffisamment de jetons pour passer au niveau supérieur, votre statut est immédiatement mis à jour. Ce statut est valable un mois, à moins que vous ne réussissiez à monter au niveau supérieur pendant cette période.</p><p><strong><br>Combien de jetons puis-je gagner pour chaque mise de 10 €/$ sur Betway ?</strong> <br>Machines à sous Jusqu’à 5 jetons <br>Jeux de table Casino Jusqu’à 2.5 jetons<br>Sports Jusqu’à 2.5 jetons<br>Bingo Jusqu’à 10 jetons</p><h3><br>POINTS PLUS</h3><p><strong><br>Qu’est-ce qu’un Point Plus ?</strong> <br>Les Points Plus sont la monnaie d’échange de Betway. Vous les gagnez en jouant sur n’importe quel jeu de n’importe quel site de Betway. Vous pouvez ensuite les échanger contre des bonus casino, des bonus bingo et des paris sportifs gratuits.</p><p><strong><br>Comment gagner des Points Plus ?</strong> <br>En tant que joueur Betway, vous gagnez des Points Plus en profitant des offres Betway exclusives, des offres et des promotions. Vous gagnez aussi des Points Plus Bonus (des points additionnels) en fonction de votre niveau.</p><p><strong><br>Qu’est-ce qu’un Point Plus Bonus ?</strong><br>Plus vous avancez dans les niveaux, plus vous gagnez de Points Plus. Les Points Plus Bonus sont les points additionnels que vous collecterez, basés sur votre niveau.</p><p>- Bronze : 10 % de Points Plus additionnels<br>- Argent : 25 % de Points Plus additionnels<br>- Or : 50% de Points Plus additionnels<br>- Platine : 75 % de Points Plus additionnels<br>- Black : 80 % de Points Plus additionnels</p><p><strong><br>Comment puis-je dépenser mes Points Plus ?</strong> <br>Vous pouvez échanger votre Points Plus contre des bonus casino, des bonus bingo et des paris sportifs gratuits.</p><p><strong><br>Combien valent mes Points Plus ?</strong> <br>5 000 Points Plus 10 € en crédits de casino gratuits<br>5 000 Points Plus 3 € en paris sportifs gratuits<br>5 000 Points Plus 10 € en bonus bingo gratuits</p><p><em>Le système des Points Plus est basé sur l’Euro, la valeur sera convertie dans votre devise en utilisant le taux de change en temps réel.</em></p><p><strong><br>Comment savoir mon nombre de Points Plus, et comment les échanger ?</strong> <br>Vous pouvez connaître le nombre de Points Plus que vous avez gagné en cliquant sur l’icône Plus, dans le menu à droite de votre écran d’ordinateur. Sur votre smartphone ou tablette, cliquez sur l’icône Plus dans le menu horizontal dans l’onglet Betway Plus.</p><p><strong><br>Est-ce que les Points Plus expirent ?</strong><br>Vous avez trois mois pour échanger vos Points Plus à partir du moment où vous les avez gagnés. Après ce délai, votre solde sera remis à zéro.</p><p><strong><br>Il me faut combien de Points Plus avant de pouvoir les échanger ?</strong> <br>Vous pouvez commencer à les échanger lorsque vous atteignez les 5 000 Points. Si vous n’avez pas assez de Point Plus ou si vous voulez les garder pour plus tard, vous avez 90 jours, à partir du moment où vous les avez gagnés, pour les échanger.</p>"
  1090.     },
  1091.     "lobby - events": {
  1092.     "title": "<h2>Gagnants</h2><p><br></p>",
  1093.     "event 1 title": "<h3>En vacances avec Betway </h3>",
  1094.     "event 2 title": "<h3>Betway aux courses</h3>",
  1095.     "event 3 title": "<h3>La Premier League en loge privée</h3>",
  1096.     "event 1 text": "<p>Il y a le ciel, le soleil et la mer. Les 12 gagnants de notre compétition VIP « Destination Cape Town » en ont fait l’expérience. Ils ont également grimpé la fameuse Table Mountain, ont visité un vignoble et ont fait une balade sur la côte pittoresque, en Harley Davidson. Bref, ils ont passé des vacances inoubliables.</p><p>Mais laissons-les raconter leurs expériences :</p><p><em>« Dès le moment où je suis descendu de l’avion, je suis resté sans voix. L’hébergement était magnifique, les activités exceptionnelles et nos hôtes VIP ont assuré tout au long du voyage. Une expérience inoubliable. »</em> - <strong>Amarpal</strong></p><p><em>« Du début jusqu’à la fin, tout a été pris en charge, pensé dans les moindres détails. Nos hôtes VIP étaient super, j’étais vraiment triste de partir. »</em> - <strong>Sam</strong></p><p><em>« L’expérience entière était fantastique ! Le site, l’hôtel, le spa, le voyage, tout était génial. Mais surtout, nos hôtes VIP se sont mis en quatre pour s’assurer que nous passions les meilleures vacances de notre vie. »</em> - <strong>David</strong></p>",
  1097.     "event 2 text": "<p>Ascot. Cheltenham. Aintree. Chester. Il y a peu de courses hippiques plus prestigieuses que celles-ci et Betway est à chaque fois au premier rang. Que ce soit en tant que sponsor lors de l’illustre Queen Mother Champion Chase ou simplement pour vous rapprocher de l’action, on est toujours là.</p><p>Voici les commentaires de quelques joueurs VIP qui ont eu le plaisir de profiter de l’Expérience Betway.</p><p><em>« C’était fantastique. La loge était juste en face de la ligne d’arrivée, et ce que nous avons mangé était délicieux. Cerise sur le gâteau, j’avais parié sur quelques chevaux qui sont arrivés gagnants. »</em><strong>Richard (Doncaster-Lincoln Meeting)</strong></p><p><em>« Nous avions une vue imprenable depuis notre tente, les plats servis étaient délicieux et le champagne coulait à flots, ce qui ne gâchait rien. »</em><strong>Harry (Chester Races)</strong></p><p><em>« C’était la première fois que nous allions à Ascot (Royal Ascot, qui plus est) et je ne pense pas que nous aurions pu avoir une meilleure première expérience. »</em><strong>Andrew (Royal Ascot – Ladies’ Day)</strong></p>",
  1098.     "event 3 text": "<p>La ligue la plus passionnante de la planète. Un stade de renommée internationale, qui accueille des évènements grandioses. Et une équipe taillée à sa mesure.<br></p><p>Comme nous sommes l’un des principaux sponsors de West Ham United, nous offrons à nos invités VIP la chance de voir l’équipe écrire un nouveau chapitre de son histoire.</p><p>Prenez place dans notre loge au cœur du stade londonien et profitez d’un repas de trois services, avant d’assister à la crème de la crème de la première division.</p><p>« C’est le troisième événement organisé par Betway auquel j’assiste et à chaque fois mon invité et moi avons passé un moment formidable. » – Simon (West Ham vs Bournemouth)</p><p>« C’était une fantastique soirée. La loge VIP est exceptionnelle, avec un excellent service et de délicieux mets. Nous avons rencontré Tony Cottee et mon petit-fils était très impressionné. Merci pour cette expérience. » – Darren (West Ham vs Sunderland)</p><p> </p>"
  1099.     },
  1100.     "lobby - benefits": {
  1101.     "tier benefits": "<p>Betway Plus est le programme de fidélité exclusif de Betway, qui vous récompense lorsque vous pariez sur le sport et jouez au bingo et au casino.</p><p>Le niveau Bleu est atteint à partir du moment où vous commencez à jouer. Plus vous jouez, plus vite vous montez à travers les niveaux et obtenez des récompenses et des privilèges plus importants. Vous gagnez aussi des Points Plus Bonus à échanger contre des Crédits Bonus ou des Paris Sportifs Gratuits.</p><p><strong>Jetons requis :</strong> Nombre de jetons requis au cours d’un mois civil (GMT) pour atteindre le niveau supérieur.</p><p><strong>Jetons de Maintenance :</strong> Nombre de jetons requis au cours d’un mois civil (GMT) pour se maintenir au niveau actuel.</p><p><strong>Points Plus Bonus :</strong> Points Plus additionnels gagnés en fonction de votre niveau. </p>",
  1102.     "tier benefits title": "<p>Avantages<br data-mce-bogus='1'></p>",
  1103.     "benefits disclaimer": "<p>* Joueurs de Grande-Bretagne seulement <br />** Sauf exceptions </p>",
  1104.     },
  1105.     "lobby - footer": {
  1106.     "license": "<p>Betway est une marque g&eacute;r&eacute;e par Betway Limited (C39710), une soci&eacute;t&eacute; enregistr&eacute;e &agrave; Malte et domicili&eacute;e au 9, Empire Stadium Street, Gzira, GZR 1300, Malta. Betway Limited a re&ccedil;u la licence et est r&eacute;gul&eacute; en Grande-Bretagne par la Gambling Commission sous le num&eacute;ro de licence : 000-039372- R-319367-005. En dehors de la Grande-Bretagne, Betway Limited a re&ccedil;u la licence de la Malta Gaming Authority, sous les num&eacute;ros de licence : MGA/CL1/302/2006 (d&eacute;livr&eacute;e le 29 juin 2014), MGA/CL2/396/2007 (d&eacute;livr&eacute;e le 30 avril 2012) et MGA/CL3/302/2006 (d&eacute;livr&eacute;e le 29 juin 2014). Betway Limited est inscrite &agrave; <a href='https://betway.com/fr/terms/ibas/' target='_blank'>l&rsquo;IBAS</a> et est membre de <a href='https://betway.com/fr/terms/essa/' target='_blank'>l&rsquo;ESSA</a>.</p><p>Betway est une marque g&eacute;r&eacute;e par Betway Limited (C39710), une soci&eacute;t&eacute; enregistr&eacute;e &agrave; Malte et domicili&eacute;e au 9, Empire Stadium Street, Gzira, GZR 1300, Malta. Betway Limited est licenci&eacute;e et r&eacute;gul&eacute;e en Grande-Bretagne par la Gambling Commission, sous le num&eacute;ro de licence : 000-039372-R-319367-005. En dehors de la Grande-Bretagne, Betway Limited est licenci&eacute;e et r&eacute;gul&eacute;e par l&rsquo;Autorit&eacute; des Jeux d&rsquo;Argent de Malte. N&deg; de licence : MGA/CL1/302/2006 (d&eacute;livr&eacute;e le 29 juin 2014), MGA/CL1/1258/2016 (d&eacute;livr&eacute;e le 16 novembre 2016), MGA/CL2/396/2007 (d&eacute;livr&eacute;e le 30 avril 2012) et MGA/CL3/302/2006 (d&eacute;livr&eacute;e le 29 juin 2014). Betway Limited est inscrite &agrave; <a href='https://betway.com/fr/terms/ibas/' target='_blank'>l&rsquo;IBAS </a>et est membre de <a href='https://betway.com/fr/terms/essa/' target='_blank'>l&rsquo;ESSA</a>.</p>",
  1107.     "support": "<p><strong>Service Client</strong></p><p>Si vous ne souhaitez plus recevoir nos emails, veuillez contacter le Service Client :</p><p><a href='mailto:fr-support@betway.com' target='_blank' data-mce-href='mailto:fr-support@betway.com'>fr-support@betway.com</a></p>",
  1108.     },
  1109.     "lobby - viper": {
  1110.     "settings ES": "",
  1111.     "license IT": "Concessione 15216"
  1112.     },
  1113.     "lobby - regulations": {
  1114.     "session reminder": "Session Reminder",
  1115.     "time played": "Time Played:",
  1116.     "continue": "Continue"
  1117.     },
  1118.     "lobby - filter": {
  1119.     "My Offers": "Exclusif",
  1120.           "Filter Offers": "Filtrer les offres:",
  1121.           "Money Back Specials": "Offre de Remboursement",
  1122.           "Money Back Special": "Offre de Remboursement",
  1123.           "Price Boosts": "Booster ",
  1124.           "Enhanced Multiples": "Enhanced Multiples",
  1125.           "Best Odds Guaranteed": "Best Odds Guaranteed Plus",
  1126.           "X-Sells": "X-Sells",
  1127.           "Free Bet": "Pari Gratuit",
  1128.           "Bonus (Wagering)": "Bonus (Wagering)",
  1129.           "Match Bonus": "Match Bonus",
  1130.           "Free Spins": "Free Spins",
  1131.           "Free Credits": "Free Credits",
  1132.           "Plus Points": "Plus Points",
  1133.           "Bingo Bonus": "Bingo Bonus",
  1134.           "Match Bonus + Free Spins": "Bonus + Tours Gratuits ",
  1135.           "Free Credits + Match Bonus": "Crédits Gratuits + Bonus",
  1136.    
  1137.           "Leaderboard": "Classement",
  1138.           "Cashback": "Remboursement",
  1139.           "Live Casino": "Live Casino",
  1140.           "Gift Drop": "Gift Drop",
  1141.           "Christmas": "Étoile Montante",
  1142.           "Race Against Time": "Tours bonus",
  1143.           "ADHOC1": "Free Gift",
  1144.           "ADHOC2": "Extra Places",
  1145.           "ADHOC3": "Forfait Mensuel",
  1146.           "ADHOC4": "Progressive Jackpot",
  1147.    
  1148.           "Livecasino Adhoc 1": "",
  1149.           "Livecasino Adhoc 2": "rfg",
  1150.           "Livecasino Adhoc 3": "hj",
  1151.           "Livecasino Adhoc 4": "gh",
  1152.           "Casino Adhoc 1": "Loterie Live Betway  ",
  1153.           "Casino Adhoc 2": "Bonus et tours bonus",
  1154.           "Casino Adhoc 3": "Sp&eacute;cial Black Friday",
  1155.           "Casino Adhoc 4": "CHALLENGE CYBER MONDAY",
  1156.           "Bonus Spins": "",
  1157.           "Bonus Credits": "",
  1158.    
  1159.           "Football": "Football",
  1160.           "Horse Racing": "Horse Racing",
  1161.           "Tennis": "Tennis",
  1162.           "Golf": "Golf",
  1163.           "Cricket": "",
  1164.           "Darts": "",
  1165.           "Basketball": "Basket",
  1166.           "Baseball": "Baseball",
  1167.           "American Football": "Football américain<br data-mce-bogus='1'>",
  1168.           "Ice Hockey": "Hockey sur glace",
  1169.           "US Sports": "US Sports",
  1170.           "Rugby Union": "Rugby à XV<br data-mce-bogus='1'>",
  1171.           "Rugby League": "",
  1172.           "Snooker": "",
  1173.           "UFC": "",
  1174.           "Boxing": "",
  1175.           "GAA": "",
  1176.           "Volleyball": "",
  1177.           "Handball": "",
  1178.           "Motor Sport": "",
  1179.           "Olympics": ""
  1180.       }
  1181.     } )
  1182.           .value( 'hub$heroPromotions',            
  1183.    
  1184.     [{"title":"<h1>Bonus de Bienvenue de 1 000 &euro;/$*</h1>","image":"https://images.thebetwaygroup.com/headers/ImageSet3230/3230_jeyfwimhrna_Casino.jpg","type":"register","link":"/register","MobileUrl":"","DesktopUrl":"","cta":"<p>Jouez maintenant</p>","analytics":{"category":"Hero CTA Logged Out","action":"casino Hero CTA Click Register","label":"Redirect to register page"}},{"title":"<h1>On s&rsquo;occupe de vous</h1>\n<p>Prenez place &agrave; notre table de blackjack pour une exp&eacute;rience de jeu unique</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>","image":"https://images.thebetwaygroup.com/headers/ImageSet2930/2930_yhj4wpbleat_language_EN.jpg","type":"custom","link":"","MobileUrl":"","DesktopUrl":"https://casino.betway.com/lobby/fr/#/play/364","cta":"Jouez ici","analytics":{"category":"Hero CTA","action":"https://casino.betway.com/lobby/fr/#/play/364","label":"<h1>On s&rsquo;occupe de vous</h1>\n<p>Prenez place &agrave; notre table de blackjack pour une exp&eacute;rience de jeu unique</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>_Jouez ici"}},{"title":"<h1>Le jackpot s’élève à</h1><h1>plus de 7 millions d’euros</h1><p>Serez-vous notre prochain grand gagnant ?</p>","image":"https://images.thebetwaygroup.com/headers/ImageSet2931/2931_ubchkwusbmy_language-EN.jpg","type":"custom","link":"","MobileUrl":"","DesktopUrl":"https://casino.betway.com/lobby/fr/#/play/759","cta":"Jouez ici","analytics":{"category":"Hero CTA","action":"https://casino.betway.com/lobby/fr/#/play/759","label":"<h1>Le jackpot s’élève à</h1><h1>plus de 7 millions d’euros</h1><p>Serez-vous notre prochain grand gagnant ?</p>_Jouez ici"}}] )
  1185.           .value( 'hub$categories',            "casino" === "plus"?
  1186.    
  1187.    
  1188.    
  1189.     [{"id":"promotions","title":"Promotions","url":"sports"},{"id":"tierBenefits","title":"Avantages","url":"benefits"},{"id":"events","title":"Gagnants","url":"events"},{"id":"faqs","title":"FAQ","url":"faqs"}] :
  1190.    
  1191.    
  1192.     [{"id":"home","title":"Accueil","url":"home","gameRule":1},{"id":"popular","title":"Populaire","url":"popular","gameRule":2},{"id":"new","title":"Nouveau","url":"new","gameRule":58},{"id":"roulette","title":"Roulette","url":"roulette","gameRule":25},{"id":"blackjack","title":"Blackjack","url":"blackjack","gameRule":9},{"id":"tablegames","title":"Table","url":"tablegames","gameRule":10},{"id":"livecasino","title":"Live Casino","url":"livecasino","gameRule":21},{"id":"videoslots","title":"Slots","url":"videoslots","gameRule":11},{"id":"3reelslots","title":"Slots retro","url":"3reelslots","gameRule":26},{"id":"progressive","title":"Jackpots Progressifs","url":"progressive","gameRule":19},{"id":"videopoker","title":"Poker Vidéo","url":"videopoker","gameRule":20},{"id":"instantwins","title":"Autres","url":"instantwins","gameRule":23},{"id":"favourites","title":"Favoris","url":"favourites","gameRule":-1},{"id":"search","title":"Recherche","url":"","gameRule":-2}] )
  1193.           .value( 'umbraco$categories',         [
  1194.       {
  1195.           id: 'home',
  1196.           title: 'Home'
  1197.       },
  1198.       {
  1199.           id: 'popular',
  1200.           title: 'Popular'
  1201.       },
  1202.       {
  1203.           id: 'new',
  1204.           title: 'New'
  1205.       },
  1206.       {
  1207.           id: 'roulette',
  1208.           title: 'Roulette'
  1209.       },
  1210.       {
  1211.           id: 'blackjack',
  1212.           title: 'Blackjack'
  1213.       },
  1214.       {
  1215.           id: 'tablegames',
  1216.           title: 'Tables'
  1217.       },
  1218.       {
  1219.           id: 'livecasino',
  1220.           title: 'LiveCasino'
  1221.       },
  1222.       {
  1223.           id: 'videoslots',
  1224.           title: 'VideoSlots'
  1225.       },
  1226.       {
  1227.           id: '3reelslots',
  1228.           title: 'Slots'
  1229.       },
  1230.       {
  1231.           id: 'progressive',
  1232.           title: 'Jackpots'
  1233.       },
  1234.       {
  1235.           id: 'videopoker',
  1236.           title: 'Video Poker'
  1237.       },
  1238.       {
  1239.           id: 'instantwins',
  1240.           title: 'Other'
  1241.       },
  1242.     ] )
  1243.           .value( 'hub$languages',           
  1244.     [{"text":"Ĉeština","id":"cs"},{"text":"Dansk","id":"da"},{"text":"Deutsch","id":"de"},{"text":"English","id":"en"},{"text":"Español","id":"es"},{"text":"Français","id":"fr"},{"text":"Suomi","id":"fi"},{"text":"Italiano","id":"it"},{"text":"Latviešu","id":"lv"},{"text":"Norsk","id":"no"},{"text":"Português","id":"pt"},{"text":"Polski","id":"pl"},{"text":"Русский","id":"ru"},{"text":"Svenska","id":"sv"}] )
  1245.           .value( 'hub$menuItems',               
  1246.     {
  1247.     account:{
  1248.     id:"account",
  1249.     title: "Mon compte"
  1250.     },
  1251.    
  1252.     tier:{
  1253.     id: "tier",
  1254.     title: "Mon niveau",
  1255.     },
  1256.    
  1257.     points: {
  1258.     id: "points",
  1259.     title: "Mes Points Plus"
  1260.     }
  1261.     } )
  1262.    
  1263.    
  1264.     .value( 'BrandNavSitesValue',      
  1265.     ["sports","inplay","casino","livecasino","esports","vegas","poker","bingo","blog","plus"] )
  1266.     .value( 'FooterComplianceValue',   
  1267.     [{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2418/2418_c3tz3feepin_gamblingcommision.png","alt":"Gambling commission","url":"/lobby/fr/launch/linkname/Betway Gambling Commission Link/"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2419/2419_qghebqizx3w_gambleaware.png","alt":"gambleAware","url":"/lobby/fr/launch/linkname/GambleAware/"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2420/2420_uac4t5kne2h_safe-and-fair.png","alt":"Ecogra","url":"http://www.ecogra.org/certificates/certificate.aspx?cid=246"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet1906/1906_eyuhjnzmci5_mga.png","alt":"MGA","url":"/lobby/fr/launch/linkname/Betway LGA Link/"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet1909/1909_alexp4gncqa_ibas.png","alt":"Ibas","url":"/lobby/fr/launch/linkname/Link to IBAS/"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2399/2399_anbwkycafcs_Banking_Essa.png","alt":"Essa","url":"/lobby/fr/launch/linkname/ESSA/"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2656/2656_upkpvixp5s2_language-none_currency-none_whatever.png","alt":"Responsible Gambling Trust","url":"/lobby/fr/launch/linkname/Responsible Gambling Trust/"}] )
  1268.           .value( 'FooterSocialValue',     
  1269.     [{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2421/2421_cavegygtegi_facebook.png","alt":"Facebook","url":"https://www.facebook.com/Betway"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2422/2422_2wrtdnjp4dk_twitter.png","alt":"Twitter","url":"https://twitter.com/betway"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2423/2423_vbedwu3cc3e_youtube.png","alt":"You Tube","url":"https://www.youtube.com/channel/UCzrzOItQbqY7akga3rPRoMw"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2424/2424_sf1hszx3uz5_googleplus.png","alt":"Google Plus","url":"https://plus.google.com/+betway"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2425/2425_ksaxl3jgkgj_appstore.png","alt":"App store","url":"https://itunes.apple.com/gb/app/betway-casino-real-money-roulette/id550442071?mt=8"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2426/2426_yhvjkpwub5z_android.png","alt":"Google Store","url":""}] )
  1270.     .value( 'BrandNavSitesValue',      
  1271.     ["sports","inplay","casino","livecasino","esports","vegas","poker","bingo","blog","plus"] )
  1272.     .value( 'RightMenuItemsValue',     
  1273.     ["availablePromotions","balance","tier","redeem","logOut"] )
  1274.     .value( 'BankingDataValue',        
  1275.     [{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2012/2012_mjjodkjnbou_bank-icon-credit-cards.jpg","alt":"creditcards"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2011/2011_o4hf1enzbpc_bank-icon-visaElectron.jpg","alt":"visaelectron"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2428/2428_q5vxn2vlhh5_bank-icon-paypal.jpg","alt":"paypal"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2430/2430_zy0ncleqgyk_bank-icon-skrill.jpg","alt":"skrill"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2427/2427_abeetwtb4bq_bank-icon-neteller.jpg","alt":"neteller"},{"imageUrl":"https://images.thebetwaygroup.com/headers/ImageSet2429/2429_dsrdqwmvqbi_bank-icon-paysafecard.jpg","alt":"paysafecard"}] )
  1276.     .value( 'LanguagesValue',          
  1277.     [{"text":"Ĉeština","id":"cs"},{"text":"Dansk","id":"da"},{"text":"Deutsch","id":"de"},{"text":"English","id":"en"},{"text":"Español","id":"es"},{"text":"Français","id":"fr"},{"text":"Suomi","id":"fi"},{"text":"Italiano","id":"it"},{"text":"Latviešu","id":"lv"},{"text":"Norsk","id":"no"},{"text":"Português","id":"pt"},{"text":"Polski","id":"pl"},{"text":"Русский","id":"ru"},{"text":"Svenska","id":"sv"}] )
  1278.     .value( 'menuData',                
  1279.     {
  1280.         balance: {
  1281.             id:"balance",
  1282.             title: 'My balance',
  1283.             hoverTitle: "<p>Mon compte</p>",
  1284.             icon: 'Images/Icons/bunsMe/myBalance',
  1285.             hovering: false,
  1286.             type: 'modules',
  1287.             content: 'account',
  1288.             url: 'account'
  1289.         },
  1290.    
  1291.         tier: {
  1292.             id: "tier",
  1293.             title: 'Tier',
  1294.             hoverTitle: "<p>Mon niveau</p>",
  1295.             icon: 'Images/Icons/bunsMe/tier',
  1296.             hovering: false,
  1297.             type: 'modules',
  1298.             content: 'tier',
  1299.             url: 'tier'
  1300.         },
  1301.    
  1302.         redeem: {
  1303.             id: "redeem",
  1304.             title: 'Redeem',
  1305.             hoverTitle: "<p>Mes Points Plus</p>",
  1306.             icon: 'Images/Icons/bunsMe/redeemPoints',
  1307.             hovering: false,
  1308.             type: 'modules',
  1309.             content: 'points',
  1310.             url: 'points'
  1311.         },
  1312.    
  1313.         availablePromotions: {
  1314.             id: "availablePromotions",
  1315.             title: 'Available promotions',
  1316.             hoverTitle: "<p>Mes promotions</p>",
  1317.             icon: 'Images/Icons/bunsMe/availablePromotions',
  1318.             hovering: false,
  1319.             type: 'modules',
  1320.             content: 'availablePromotions',
  1321.             url: 'promotions'
  1322.         },
  1323.    
  1324.         promotions: {
  1325.             id: "promotions",
  1326.             title: 'Promotions',
  1327.             hoverTitle: "<p>Promotions</p>",
  1328.             icon: 'Images/Icons/bunsMe/promotions',
  1329.             hovering: false,
  1330.             type: 'modules',
  1331.             content: 'Promotions',
  1332.             url: 'promotions'
  1333.         },
  1334.    
  1335.         tierBenefits: {
  1336.             id: "tierBenefits",
  1337.             title: 'Tier Benefits',
  1338.             hoverTitle: "<p>Avantages<br data-mce-bogus='1'></p>",
  1339.             icon: 'Images/Icons/bunsMe/promotions',
  1340.             hovering: false,
  1341.             type: 'modules',
  1342.             content: 'TierBenefits',
  1343.             url: 'benefits'
  1344.         },
  1345.        
  1346.         events: {
  1347.             id: "events",
  1348.             title: 'Events',
  1349.             hoverTitle: "<p>Gagnants</p>",
  1350.             icon: 'Images/Icons/bunsMe/events',
  1351.             hovering: false,
  1352.             type: 'modules',
  1353.             content: 'Events',
  1354.             url: 'events'
  1355.         },
  1356.    
  1357.         faqs: {
  1358.             id: "faqs",
  1359.             title: 'FAQs',
  1360.             hoverTitle: "<p>FAQ</p>",
  1361.             icon: 'Images/Icons/bunsMe/faqs',
  1362.             hovering: false,
  1363.             type: 'modules',
  1364.             content: 'FAQs',
  1365.             url: 'faqs'
  1366.         },
  1367.    
  1368.         logOut: {
  1369.             id: "logOut",
  1370.             title: 'Log out',
  1371.             hoverTitle: "<p>Déconnexion</p>",
  1372.             icon: 'Images/Icons/bunsMe/logout',
  1373.             hovering: false,
  1374.             type: 'redirect',
  1375.             content: '/lobby/fr/logout',
  1376.             url: 'logout'
  1377.         }
  1378.     }
  1379.     )
  1380.     .value( 'RedeemOptionsValue',       [
  1381.     {
  1382.     id: "casino",
  1383.     name: "Casino",
  1384.     title: "Crédit de Casino Gratuit",
  1385.     ProductTypeId: 1
  1386.     },
  1387.     {
  1388.     id: "bingo",
  1389.     name: "Bingo",
  1390.     title: "Bonus Bingo Gratuit",
  1391.     ProductTypeId: 2
  1392.     },
  1393.     {
  1394.     id: "sports",
  1395.     name: "Sports",
  1396.     title: "Pari Sportif Gratuit",
  1397.     ProductTypeId: 4
  1398.     }
  1399.     ] )
  1400.     .value( 'PlusLinksValue',          
  1401.    
  1402.    
  1403.    
  1404.     [{"id":"promotions","title":"Promotions","url":"sports"},{"id":"tierBenefits","title":"Avantages","url":"benefits"},{"id":"events","title":"Gagnants","url":"events"},{"id":"faqs","title":"FAQ","url":"faqs"}] )
  1405.     .value( 'FooterLinks',             
  1406.     [{"link":"https://thebetwaygroup.com/","title":"Betway Corporate","target":"_self"},{"link":"https://betwaypartners.com/","title":"Programme d&rsquo;affiliation","target":"_self"},{"link":"https://betway.com/fr/contact","title":"Contactez-nous","target":"_self"},{"link":"https://casino.betway.com/lobby/fr/launch/link/3/","title":"Messagerie Instantan&eacute;e","target":"_self"},{"link":"https://betway.com/fr/help/payout-percentages/","title":"Taux de Redistribution","target":"_blank"},{"link":"https://betway.com/fr/help/banking","title":"Banque","target":"_self"},{"link":"https://betway.com/fr/terms/responsible-gaming/","title":"Jeu Responsible","target":"_self"},{"link":"https://casino.betway.com/fr/policies/bonus/","title":"Conditions G&eacute;n&eacute;rales du Bonus de Casino","target":"_self"},{"link":"https://betway.com/fr/terms/","title":"Conditions G&eacute;n&eacute;rales","target":"_self"},{"link":"http://www.gambleaware.co.uk/","title":"Gambleaware&trade;","target":"_self"},{"link":"https://betway.com/fr/terms/privacy/","title":"Confidentialit&eacute; et S&eacute;curit&eacute;","target":"_self"},{"link":"https://betway.com/fr/terms/responsible-gaming/","title":"18+","target":"_self"}] )
  1407.    
  1408.     .constant( 'PlusHeroImage',     'https://images.thebetwaygroup.com/headers/ImageSet1773/1773_oxhod4tu1j3_language-FR_MegaMoolah_fr.jpg')
  1409.     .constant( 'MyTierTable1',              'https://images.thebetwaygroup.com/headers/ImageSet2237/2237_yeftbik2yz0_language-FR_table1.png')
  1410.     .constant( 'MyTierTable2',              'https://images.thebetwaygroup.com/headers/ImageSet2238/2238_dkzck2ev02h_language-FR_table2.png')
  1411.     .constant( 'MyTierTable3',              'https://images.thebetwaygroup.com/headers/ImageSet2239/2239_m2ket0ubajp_language-FR_table3.png')
  1412.     .constant( 'EventsImage',               'https://images.thebetwaygroup.com/headers/ImageSet1985/1985_xrt5bj3nt1k_Language-EN_beach_1500x1000.jpg')
  1413.     .constant( 'Event1Image',               'https://images.thebetwaygroup.com/headers/ImageSet1986/1986_hth3cp5b3qn_Language-EN_bikers_1500x1000.jpg')
  1414.     .constant( 'Event2Image',               'https://images.thebetwaygroup.com/headers/ImageSet1987/1987_ztqlu1iaidf_WindsorPark-Chelt8.jpg')
  1415.     .constant( 'Event3Image',               'https://images.thebetwaygroup.com/headers/ImageSet1988/1988_gq05o0jvf2k_DES_6383_West_Ham.jpg')
  1416.     .constant( 'EventsImageMobile',     'https://images.thebetwaygroup.com/headers/ImageSet2119/2119_s0elloabqpc_Language-EN_beach_600x400.jpg')
  1417.     .constant( 'Event1ImageMobile',     'https://images.thebetwaygroup.com/headers/ImageSet2120/2120_bwumglquaer_Language-EN_bikers_600x400.jpg')
  1418.     .constant( 'Event2ImageMobile',     'https://images.thebetwaygroup.com/headers/ImageSet2121/2121_gmfclzt55jh_WindsorPark-Chelt8.jpg')
  1419.     .constant( 'Event3ImageMobile',        'https://images.thebetwaygroup.com/headers/ImageSet2122/2122_gnacjceofd4_events4mobile.jpg')
  1420.     .constant( 'TierBenefitsTable',     'https://images.thebetwaygroup.com/headers/ImageSet2246/2246_nc0exlmkotc_language-FR_tierBenifits.png')
  1421.     .constant( 'WestHamLogo',               'https://images.thebetwaygroup.com/headers/ImageSet1522/1522_boaej0o2wok_west_ham.png')
  1422.     .value( 'ResponsibleGamingLink',    '/fr/launch/linkname/responsible gaming BW/' )
  1423.     .value( 'Username',                 'KilluaDono' )
  1424.     .value( 'CasinoId',                 '1941')
  1425.     .value( 'isLoggedIn',               'True' )
  1426.     .value( 'TranslationValue',         {
  1427.     "BUNS" : {
  1428.     "Global" : {
  1429.         "CookieDisclaimer":"<p>Betway utilise des cookies pour vous offrir la meilleure exp&eacute;rience personnalis&eacute;e possible. Veuillez lire notre <a href='https://betway.com/fr/terms/privacy/'>Politique d'utilisation des cookies</a> pour plus d'informations.</p>"
  1430.     },
  1431.    
  1432.     "Available promotions" : {
  1433.         "Title": "<p>Mes promotions</p>"
  1434.     },
  1435.     "My balance" : {
  1436.         "Title": "<p>Mon compte</p>"
  1437.     },
  1438.     "Tier" : {
  1439.         "Title": "Mon niveau"
  1440.     },
  1441.     "Redeem" : {
  1442.         "Title": "Mes Points Plus"
  1443.     }
  1444.    
  1445.     },
  1446.     "Common" : {
  1447.     "loading": "<p>Loading...</p>",
  1448.     "t&c" : "<p>* Offre soumise à conditions</p>",
  1449.     "accountInfo": "Account Information",
  1450.     "personalInfo": "Personal Information",
  1451.     "contactInfo": "Contact Information",
  1452.     "login": "Connexion",
  1453.     "next": "Suivant",
  1454.     "backto": "Back to[fr]"
  1455.     },
  1456.     "Search" : {
  1457.     "placeholder" : "Rechercher un jeu",
  1458.     "noMatchFound": "<p>Aucun résultat trouvé</p>"
  1459.     },
  1460.     "Sidebar" : {
  1461.     "days" : "<p>Jours</p>",
  1462.     "hours" : "<p>Heures</p>",
  1463.     "minutes" : "<p>Minutes</p>",
  1464.     "seconds" : "<p>Secondes</p>",
  1465.     "plusPoints": "<p>Points Plus</p>",
  1466.     "Promotions": {
  1467.         "NoPromos": "<p>Aucune promotion n'est disponible actuellement !</p>"
  1468.     },
  1469.     "Account": {
  1470.         "GameHistory" : "<p>Historique de vos jeux</p>",
  1471.         "TransactionHistory": "<p>Historique de vos transactions </p>",
  1472.         "ResponsibleGaming" : "<p>Jeu Responsable</p>",
  1473.         "MakeADeposit" : "<p>Faites un versement</p>",
  1474.         "CashBalance" : "<p>Compte Cash</p>",
  1475.         "BonusAccount" : "<p>Compte Bonus</p>",
  1476.         "CasinoBalance" : "",
  1477.         "BingoBonus" : "<p>Bonus Bingo</p>",
  1478.         "FreeBets" : "<p>Paris Gratuits</p>",
  1479.         "Total" : "<p>Total</p>"
  1480.     },
  1481.     "Redeem": {
  1482.         "step1": "<p>Points Plus que je veux échanger :</p>",
  1483.         "step2": "<p>Pour jouer au casino ou parier sur le sport :</p>",
  1484.         "stateReady": "<p>Échanger vos Points </p>",
  1485.         "stateDisabled": "<p>Désolé, vous n’avez pas assez de Points Plus à échanger. Continuez à jouer pour gagner plus de Points. </p>",
  1486.         "statePending": "<p>Échange en cours...</p>",
  1487.         "stateRefreshing": "<p>Mise à jour...</p>",
  1488.         "stateComplete": "<p>Fait !</p>",
  1489.         "CollectingPlusPoints":"<p>Comment gagner des Points Plus ?</p>",
  1490.         "RedeemingPlusPoints":"<p>En savoir plus sur l’échange des Points </p>"
  1491.     },
  1492.     "Tier": {
  1493.         "BlueTitle": "<p>Bleu</p>",
  1494.               "BronzeTitle": "<p>Bronze</p>",
  1495.         "SilverTitle": "<p>Argent</p>",
  1496.         "GoldTitle": "<p>Or</p>",
  1497.         "PlatinumTitle": "<p>Platine</p>",
  1498.         "DiamondTitle": "<p>Diamant</p>",
  1499.         "BlackTitle": "<p>Black</p>",
  1500.         "MaintainTitle": "",
  1501.         "BlueInfo": "<p>Continuez à jouer pour gagner assez de Jetons et devenir un membre <strong>Bronze</strong>. Vous pourrez recevoir des récompenses, comme par exemple de meilleurs bonus sur vos Points Plus, et bien d’autres avantages spéciaux.</p>",
  1502.         "OtherInfo": "<p>En tant que membre Betway Plus, vous profitez d’un meilleur bonus sur vos Points Plus, ainsi que d’une multitude d’autres récompenses exclusives et d’offres spéciales.</p>",
  1503.         "PointsRequired": "<p>Jetons requis :</p>",
  1504.         "CurrentText": "<p>Niveau Actuel</p>",
  1505.         "NextText": "<p>Niveau supérieur :</p>",
  1506.         "CurrentInfo": "<p>Jetons actuels</p>",
  1507.         "MaintainInfo": "<p>Maintenez votre niveau actuel et vos récompenses.</p>",
  1508.         "NextInfo": "<p>Passez au niveau supérieur pour de plus grosses récompenses.</p>",
  1509.         "HigherTiers": "<p>Plus votre niveau est haut, plus le bonus que vous gagnez sur vos Points Plus est intéressant. Continuez à jouer !</p>",
  1510.         "HigherTierCountdown": "<p>Gagnez le nombre nécessaires de Jetons pour vous maintenir au niveau actuel. La période de votre niveau expire dans :</p>",
  1511.         "LowerTierCountdown": "<p>Gagnez le nombre nécessaires de points pour passer au niveau supérieur. La période de votre niveau expire dans :</p>",
  1512.         "MoreTier": "<p>Comment gagner des Jetons</p>",
  1513.         "MoreTierBenefits": "<p>Avantages de niveau</p>"
  1514.     }
  1515.     },
  1516.     "Modal": {
  1517.     "MyOffers" : "<p>Mes promotions</p>",
  1518.     "Terms" : "<p>Conditions générales</p>",
  1519.     "MyTier" : "<p>Comment gagner des Jetons</p>",
  1520.     "MyTierBenefits" : "<p>Mes avantages</p>",
  1521.     "PointsExplained" : "<p><strong>Jouez, pariez, faites tournez les roues : peu importe votre choix, Betway vous r&eacute;compense de votre fid&eacute;lit&eacute;.</strong></p><p>Une fois que vous avez gagn&eacute; au moins 5 000 Points Plus, vous pouvez les &eacute;changer contre l&rsquo;une des options suivantes :</p><ul><li><strong>10 &euro; en bonus casino (cr&eacute;dit&eacute;s sur votre compte bonus)<br /></strong>Vos cr&eacute;dits bonus pourront &ecirc;tre utilis&eacute;s sur Betway Casino et Betway Sports. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Compte Bonus. <a href='/Modals/BonusCreditsTerms'>Cliquez ici pour y acc&eacute;der</a>.<br /><br /></li><li><strong>10 &euro; en bonus bingo (cr&eacute;dit&eacute;s sur votre compte bonus bingo)<br /></strong>Votre bonus bingo pourra &ecirc;tre utilis&eacute; pour acheter des tickets de bingo et pour jouer sur Betway Bingo. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Compte Bonus Bingo. <a href='/Modals/BingoTerms'>Cliquez ici pour y acc&eacute;der</a>.<br /><br /></li><li><strong>3 &euro; en paris sportifs gratuits (cr&eacute;dit&eacute;s sur votre solde de paris gratuits)<br /></strong>Votre pari gratuit pourra &ecirc;tre utilis&eacute; pour parier sur Betway Sports. <br />Offre soumise aux conditions g&eacute;n&eacute;rales du Pari Gratuit. <a href='/Modals/FreeBetsTerms'>Cliquez ici pour y acc&eacute;der</a>.</li></ul><p>Les Points Plus expireront 90 jours <span style='text-decoration: underline;'><strong>&agrave; compter du </strong></span><span style='text-decoration: underline;'><strong><span style='text-decoration: underline;'>j</span>our o&ugrave; ils ont &eacute;t&eacute; gagn&eacute;s</strong></span>. <br />Les Points Plus ne peuvent &ecirc;tre &eacute;chang&eacute;s que par tranche de 5 000.</p>",
  1522.     "howToGetPlusPoints" : "<p>Blackjack, bingo, machines &agrave; sous, pari sportifs : peu importe votre choix, Betway vous r&eacute;compense avec des Points Plus.</p><ul><li>Le montant de Points Plus que vous collectez d&eacute;pend du produit sur lequel vous jouez et de votre niveau au sein de Betway Plus*.</li><li>Plus votre niveau est &eacute;lev&eacute;, plus vous collectez de Points Plus.</li><li>Vous collecterez des Points Plus en profitant des offres sp&eacute;ciales de Betway.</li></ul><p>*Rendez-vous aux sections <a href='/Modals/TierTokens'><strong>Comment collecter des jetons</strong></a> et sur <strong><a href='/Modals/MyTierBenefits'>B&eacute;n&eacute;fices</a></strong> pour en savoir plus sur comment les jeux et votre niveau vous aident &agrave; gagner des Points Plus.</p>",
  1523.     "PointsExplainedTitle": "<p>Redeeming Plus Points FR</p>",
  1524.     "CasinoTitle": "<p>Bonus Account - General Terms FR</p>",
  1525.     "BingoTitle": "<p>BINGO BONUS (BBZ) ACCOUNT - GENERAL TERMS</p>",
  1526.     "SportsTitle": "<p>Free Bets - General Terms FR</p>",
  1527.     "NewTermsTitle":"<p>New terms and conditions</p>",
  1528.     "EarnPlusPointstext": "<p>Le but des jetons est de vous faire avancez dans les niveaux. Plus vous progressez, meilleurs sont les bénéfices.<br>Le nombre de jetons gagnés dépend de vos mises. Plus vous jouez sur Betway, plus vous gagnez de jetons.<br>Pour chaque mise de 10 €, vous gagnez 5 jetons*.<br><strong>* En pariant, vous contribuez à augmenter votre niveau de la façon suivante :</strong></p>",
  1529.     "CasinoHeader": "<p><strong>Casino</strong></p>",
  1530.     "SportsHeader": "<p><strong>Sports</strong></p>",
  1531.     "BingoHeader": "<p><strong>Bingo</strong></p>"
  1532.     }
  1533.     } )
  1534.     .value( 'isMobile',                 false )
  1535.     .value( 'isTablet',                 false )
  1536.     .value( 'lbm$isPortable',           false )
  1537.     .value( 'lbm$isLoggedIn', true )
  1538.    
  1539.     .factory("lbm$referrer", ['wd$client', 'lbm$cache', function(wd$client, lbm$cache){
  1540.    
  1541.         var referrer = {
  1542.             query: {
  1543.                 brand : '',
  1544.                 language: 'fr' || wd$client.language,
  1545.                 origin: '',
  1546.                 mock: '',
  1547.                 loader: '',
  1548.                       callbackUrl: '',
  1549.                       xmas:'',
  1550.                       category:'',
  1551.                 newTerms: ''
  1552.             },
  1553.             arguments: {
  1554.                 username: '',
  1555.                 password: ''
  1556.             },
  1557.             session: {
  1558.                 promotion: {
  1559.                     subbrand: lbm$cache.get("$promotion")? lbm$cache.get("$promotion").subbrand : null,
  1560.                     id: lbm$cache.get("$promotion")? lbm$cache.get("$promotion").id : null
  1561.                 }
  1562.             },
  1563.             hasPrevURL: 'https://mobile.betway.com/fr/sports?&amp;btag=88f70274-931a-429b-b33c-192d5da182a5'
  1564.         };
  1565.    
  1566.         var cacheReferrer = function(){
  1567.    
  1568.             if(window.location.pathname.indexOf("promotions") > -1 ){
  1569.                 lbm$cache.flush();
  1570.             } else if(lbm$cache.get("$referrer") && !referrer.query.origin){
  1571.    
  1572.                 // assigns session properties to service properties
  1573.                 referrer.query.origin = lbm$cache.get("$referrer").origin;
  1574.                 referrer.query.brand = lbm$cache.get("$referrer").brand;
  1575.                 return false;
  1576.             }
  1577.             referrer.query.brand = referrer.query.brand || 'sports';
  1578.    
  1579.             lbm$cache.set("$referrer", { origin: referrer.query.origin, brand: referrer.query.brand });
  1580.         }
  1581.    
  1582.         cacheReferrer();
  1583.    
  1584.         return referrer;
  1585.           }]);
  1586.    
  1587. </script>
  1588. <iframe src="https://servedby.flashtalking.com/container/6812;47107;5278;iframe/?spotName=Visit_Asynch&amp;U1=88f70274-931a-429b-b33c-192d5da182a5&amp;U2=S2lsbHVhRG9ubw==;&amp;U3=https://casino.betway.com/lobby/fr/&amp;cachebuster=876523.2905754867" style="position: absolute; visibility: hidden; width: 1px; height: 1px;" class="aeizgktcykzoecrqzady"></iframe>
Add Comment
Please, Sign In to add comment