
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    padding-top: 70px;
  }
}

    .header--1 {
  height: 60px;
  background: rgba(254, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: 150px;
  height: 55px;
}

.header-inner__menu--1 {
  color: #000;
  margin-left: auto;
  margin-right: 32px;
  display: none;
  gap: 20px;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #fff;
  background: rgba(213, 34, 32, 1);
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: rgba(114, 120, 70, 1);
  background: transparent;
  border: 1px solid rgba(114, 120, 70, 1);
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {
  .header--1 {
  height: 60px;
  height: 60px;
  }
  .header-inner--1 {
  justify-content: center;
  }
  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }
}


    .footer--3 {
  padding: 20px 0;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--3 p {
  margin-bottom: 0;
  color: #fff;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


    .footer-block-btn--1 {
  padding: 20px 10px;
  background: rgba(254, 255, 255, 1);
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: rgba(213, 34, 32, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid rgba(114, 120, 70, 1);
  background: transparent;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: rgba(114, 120, 70, 1);
}


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: rgba(4, 21, 36, 1);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: rgba(213, 34, 32, 1);
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 100px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.general-link {
  color: rgba(213, 34, 32, 1);
}

.general-ul {
  /* display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px; */
  max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    border-left: 2px solid #727846;
    padding-left: 16px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  content: no-open-quote;
  background: url(/icon-mark.svg) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: rgba(213, 34, 32, 1);
  color: #fff;
  width: 25px;
  left: 0px;
  top: 0px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  background-color: #021423;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  color: #000;
  background-color: white;
}

.general-thead .general-tr,
.general-th {
  background-color: #6d744f;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 12px;
}

.general-tr:nth-child(even) {
  background: #F4FACB;
}

.general-tr:nth-child(odd) {
  background-color: white;
}

.general-td {
  text-align: center;
  padding: 12px;
  vertical-align: middle;
  border-left: 1px solid #727846;
  border-right:1px solid #727846;
}

.img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.img__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.general-th {
  border: none;
}
.general-table .img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  border-left: unset;
  border-right:unset;
}

.general-table img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.general-tr .general-th:nth-child(even) {
  background: #5A5E38;
}

@media (max-width: 600px) {
  .general-table-wrapper {
    overflow-x: auto;
  }

  .general-table {
    min-width: 600px; 
  }
  .general-td {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-left: 1px solid #727846;
    border-right:1px solid #727846;
  }

  .general-ul {
    padding-left: 10px;
  }

  .general-ul-li {
    padding-left: 25px;
    padding-right: 10px;
}
  
}
@media (max-width: 400px) {
  .general-table {
    min-width: 400px; 
  }
} 
.img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.img__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-td .img__center {
border-left: unset;
border-right:unset;
}

.general-th {
  border: none;
}

.general-table img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right:5px ;
}
.general-tr .general-th:nth-child(even) {
  background: #5A5E38;
}

.faq-item {
  background: rgba(12, 45, 74, 1);
  border: none;
  border-radius: 6px;
  position: relative;
  min-height: 54px;
  margin: 0 auto 20px;
  transition: 0.4s;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  top: 15px;
  padding-right: 25px;
  padding-left: 20px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 0 22px;
  height: 0;
  top: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: rgba(114, 120, 70, 1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  

.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background:rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  border-left: 2px solid #727846;
  padding-left: 16px;
}

.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.5;
}

li::before {
  content: '';
  background: url('/icon-mark.svg') no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.container-advantages {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.advantages, .disadvantages {
  border: 2px solid;
  padding: 20px;
  width: 50%;
}

.advantages {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #727846;
}

.disadvantages {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #E86246;
  }

  .advantages h2 ,
  .disadvantages h2 {
font-family: Verdana;
font-weight: 700;
font-size: 18px;
line-height: 110%;
}

.advantages ul ,
.disadvantages ul {
  list-style: none;
  padding: 20px 0 0 0;

}

li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.advantages li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('/icon-plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.disadvantages li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('/icon-minus.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .container-advantages {
     flex-direction: column;
  }
  .advantages, .disadvantages {
    width: 90%;
    margin: 0 auto;
  }
  .container {
    width: 96%;
  }
}
@media (max-width: 500px) { 
  .advantages, .disadvantages {
    width: 80%;
    margin: 0 auto;
  }
}

.container-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px; 
  max-width: 1250px;
  margin: 20px auto;
}

.section {
  background-color: transparent; 
  padding: 16px;
  position: relative;
}

.section h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px; 
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.section p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 10px;
}
.wide {
  grid-column: span 2;  
}
.blue-border {
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #0CB0FF;
}

.red-border {
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FF5A54;
}

.yellow-border {
  border-width: 0px 0px 2px 2px;  
  border-style: solid;
  border-color: #FFD53D;
}

.blue-icon::before {
  content: url(/icon-3.svg);
  position: absolute;
  left: 0;
  top: 39%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.blue-icon-bonus::before {
  content: url(/icon-2.svg);
  position: absolute;
  left: 0;
  top: 39%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.blue-icon-mobile::before {
  content: url(/icon-4.svg);
  position: absolute;
  left: 0;
  top: 39%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.red-icon-support::before {
  content: url(/icon-5.svg);  
  position: absolute;
  left: 0;
  top: 39%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.red-icon::before {
  content: url(/icon-7.svg);  
  position: absolute;
  left: 0;
  top: 39%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.yellow-icon-reputation::before {
  content: url(/icon-1.svg);  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.yellow-icon::before {
  content: url(/icon-6.svg);  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .container-section {
      grid-template-columns: 1fr; 
  }
  .wide {
    grid-column: span 1; 
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 24px 0;
}

.box {
  background-color: transparent;
  padding: 16px;
  border-bottom: 3px solid;
  display: flex;
  flex-direction: column;
}

.cartes { 
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FF5A54;
  }
.wallets { 
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FFD53D;
 }
.virements { 
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #0CB0FF;
}
.instantanes { 
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FFD53D;  
  grid-column-start: 1;
  grid-column-end: 2;
}
.crypto { 
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FF5A54;
  grid-column-start: 2;
  grid-column-end: 3;
 }

.box h3 {
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%; 
}

.box p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  padding-top: 12px; 
}

@media (max-width: 1000px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .grid-bottom {
    grid-template-columns: 1fr;
  }
  .instantanes { 
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .crypto { 
    grid-column-start: unset;
    grid-column-end: unset;
   }
  
}

.casino {
  display: grid;
  grid-template-columns: 160px auto 300px;
  background: #0C2D4A;
  border-radius: 12px;
  padding: 32px 20px 20px 20px;
  margin-bottom: 24px;
  gap: 16px;
  position: relative;
}
.casino  .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(95, 28, 12, 1);
  border-radius: 12px 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino  .number span {
  color: #fff;
  font-weight: 700;
}
.casino  .name {
  position: absolute;
  top: 0;
  left: 0x;
  height: 40px;
  padding: 0 16px;
  background: #041524;
  border-radius: 0 0 8px 8px;
  border-width: 0px 1px 1px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #FFFFFF;
}
.casino  .name span {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;

}

.casinoImg {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 56px;
}
.casinoBonus {
  background: #fff;
  color: #041524;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 56px;
}
.casinoBonus span {
  color: #041524;
  font-weight: 700;
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 0 10px;
}
.casinoButton {
  display: flex;
  flex-direction: column;
  justify-content:center;
  gap: 12px 0;
}
.casinoButton button {
  border-radius: 8px;
  background: #D52220;
  font-weight: 700;
  color: #fff;
  padding: 17px 32px;
  font-size: 18px;
}
.casinoButton button:hover {
    background: rgba(232, 98, 70, 1);
    opacity: 1;
}
.name-bottom {
  width: 100%;
  background: #FBF6B7;
  grid-column-start: 1;
  grid-column-end: 4;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 56px;
}
.name-bottom  span {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #041524;
  display: flex;

}
.casinoButtonTop {
    display: flex;
    gap: 0 4px;
    align-items: center;
    justify-content: center;
}
.casinoButtonTop span {
    color: #fff;
    font-weight: 700;
}
.casinoButtonTop span:nth-child(1) {
    padding-right: 4px;
}


@media (max-width: 1000px) {
  .casino {
    grid-template-columns: 1fr;
    gap: 12px 12px;
    padding: 32px 20px 20px 20px;
  }

  .casinoBonus {
    padding: 0 0;
    height: 56px;

  }

  .casinoButton ,.casinoBonus , .name-bottom , .casinoImg {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casinoButton {
    order: 2;
  }
  .name-bottom {
    order: 1;
  }
  .casinoButton button {
    padding: 16px;
  }
  .casinoButton {
    gap: 12px 0;
  }
}

@media (max-width: 550px) {
  .casino {
      grid-template-columns: auto;
  }
  .casinoImg {
    height: 100px;
  }
  .name-bottom {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .name-bottom span {
    text-align: left;
    padding-right: 20px;
  }
  .casinoBonus {
    height: auto;
    padding: 12px 0;
  }
  .casinoImg, 
  .casinoBonus,
  .casinoButton {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .casino .name {
    padding: 0 12px;
  }
  
  .casino .name span {
    font-size: 12px;
  }
}

.section-grid {
  padding: 16px;
}
.bonus-de-bienvenue  {
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #0CB0FF;
  grid-column: span 2;
}

.free-spins , .tournois {
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #0CB0FF;
}
.section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}
.section-grid h3 {
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff; 
  display: flex;
  justify-content: flex-start;
  align-items: center; 
  padding-bottom: 20px;
}
.bonus-de-bienvenue span {
  color: #0CB0FF;
  font-family: Verdana;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
}
.bonus-de-recharge , .vip , .promotions {
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FF5A54;
}
.cashback ,.paris-sportifs {
border-width: 0px 0px 2px 2px;
border-style: solid;
border-color: #FFD53D;
}
.paris-sportifs {
  grid-column: span 2;
}
.section-grid.bonus-de-bienvenue h3::before { 
  content: url('/icon-3.svg');  
  margin-right: 10px;
  width: 20px;
  height: 20px;

}
.section-grid.bonus-de-recharge h3::before { 
  content: url('/icon-7.svg');
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-grid.cashback h3::before { 
  content: url('/icon-6.svg'); 
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-grid.free-spins h3::before { 
  content: url('/icon-2.svg');
  margin-right: 10px;
  width: 20px;
  height: 20px; 
}
.section-grid.vip h3::before { 
  content: url('/icon-10.svg'); 
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-grid.paris-sportifs h3::before { 
  content: url('/icon-1.svg');
  margin-right: 10px;
  width: 20px;
  height: 20px; 
}
.section-grid.promotions h3::before { 
  content: url('/icon-9.svg'); 
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-grid.tournois h3::before { 
  content: url('/icon-8.svg');
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-grid p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  vertical-align: middle;  
  color: #fff;
  padding:10px 0px;
}

@media (max-width: 700px) { 
  .section-wrapper {
    grid-template-columns: 1fr;
  }
  .bonus-de-bienvenue , .paris-sportifs {
    grid-column: span 1;
  }
}
