*{margin:0;padding:0;box-sizing: border-box;}
a img{border:0;}
img{max-width: 100%}
html, body {
    height: 100%;
}
body{background:url("../img/bg_talla3.jpg") top center no-repeat; background-size: cover; direction: rtl; background-attachment: fixed}
#container{display:block;width:100%;margin:0 auto;position:relative; font-family: 'Noto Kufi Arabic', sans-serif;}
#contenu{position: relative; max-width:1000px; margin: 0 auto; padding:20px;}
li {
    list-style: none;
}

a {
    text-decoration: none;
}
#linksWinners{width:100%; text-align: center;display: flex;
    justify-content: center; margin-bottom: 10px}
#linksWinners a.btenvoyer{border-radius: 50px;
    background: #ed1c24;
    padding: 5px;
    font: 500 20px 'Noto Kufi Arabic', sans-serif;
    color: #fff;
    border: solid 2px #ed1c24;
    display: table;
    margin:0 1%;
    text-decoration: none;
    float: left;
    width:48%;
    cursor: pointer; max-width:200px;}


#linksWinners a.btenvoyer:hover{background:transparent; color: #ed1c24}

#linksWinners a.toOtherPage{
    border-radius: 50px;
    background: transparent;
    color: #ed1c24;
    padding: 5px 20px;
    font: 600 22px 'Noto Kufi Arabic', sans-serif;
    border: solid 2px #ed1c24;
    margin:0 1%;
    text-decoration: none;
    float: left;
    width: 48%;
    cursor: pointer;max-width:200px;
}
#linksWinners a.toOtherPage:hover{background:#ed1c24; color: #fff}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center; z-index: 10
}

.nav-item {
    margin-left:3rem;
}

.nav-link{
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
}

.nav-link:hover, a.active{
    color: #ed1c24;
}
#lesChoix{width:60%}
#partGues{width: 40%}
h1{text-align:center}
h2{text-align: center; margin: 20px 0}

.oneDetail{background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: solid 1px #ed1c24;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    align-items: center;
    color: #ed1c24;
    font: 600 24px 'Noto Kufi Arabic', sans-serif;}
.oneDetail span{font-weight: 400}
.theFirst{ display: flex;
    flex-direction: row;  align-items: center; padding-left: 20px; padding-right: 20px}
.ligneOnlyDetail{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 60px;
    margin: 10px 0;
    padding: 10px 60px 10px 0;
    border-top: solid 1px #ccc; color: #000}
.plusDetail{margin-right: 10px}

.theFirst img{margin-left: 10px}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #ed1c24;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }
	a.active{color: #fff}
    .nav-item {
        margin:10px 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }
.navbar {
    padding: 0.8rem 2rem;
}
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}
header{background:#fff}
#contentInterne{float:left; width:100%; margin:50px 0; text-align: center; padding-bottom: 50px; position: relative}
#topContent{
display: flex;
    text-align: center;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: -30px; border-bottom: solid 1px #fff
}
#numberQuestions{padding: 0 30px 0 0; min-width: 200px; margin: 0 10px; border-radius: 10px; background: url("../img/point.svg") 95% center no-repeat; color: #000; font-size: 25px; font-weight: 600}
#numberQuestions span, #chronoQuiz span{font-weight:800; font-size: 32px; color: #ed1c24;}
#chronoQuiz{padding: 0 55px 0 0; min-width: 200px; margin: 0 10px; border-radius: 10px; background: url("../img/chrono.png") 95% center no-repeat; color: #000; font-size: 25px;font-weight: 600}
#zoneQuestion{width:100%; float: left; padding:50px 20px 20px 20px; color: #ed1c24; border-radius: 20px 20px 0 0; margin-top: -32px; font-size: 20px; margin-bottom: 20px; font-weight: 600}

input[type=radio], input[type=checkbox] {
		-webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    outline: none;
    border: solid 1px transparent;
	top: 10px
	}

input[type=radio] + label, input[type=checkbox] + label {
		padding:15px;
		margin:10px 0;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
	background: #fff; color: #000; border: solid 1px #ccc; border-radius: 5px; min-width: 50%; font-weight: 600
	}

	 input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		outline: 0; background: #eee; color: #ed1c24; border: solid 1px #ccc
	}
#lesReponses{    display: flex;
    width: 100%;
    float: left;
    flex-direction: column;
    align-items: center; position: relative}
form.otherOne #lesReponses {
    display: flex;
    width: 100%;
    float: left;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    padding: 0 20px;
}


form.otherOne input[type=radio] + label, form.otherOne input[type=checkbox] + label{display:block; width:95%}


input.btEnvoyer{    border-radius: 50px;
    color: #fff;
    padding: 5px 50px;
    font-size: 18px;
    cursor: pointer;
    background: #ed1c24;
    border: none;
    font: 500 24px 'Noto Kufi Arabic', sans-serif;
    position: absolute;
    bottom:-80px; border: solid 1px #ed1c24}

input.btEnvoyer:hover{background:#fff; color: #ed1c24; border: solid 1px #ed1c24}
.roue_container{
width: 100%;
    max-width: 400px;
    margin: -20px 0 10px 0;
    overflow: hidden
}
.roue{
  width:100%;
  transform-origin: 50% 50%;
}
.pin{
    width: 30px;
    margin-top: 10px; position: relative
}
.gifts {
    position:fixed; bottom:0; left:20px; z-index:1
}

.rotating {
    -webkit-animation: rotating 3s ease-out forwards;
}

.content-grid{
      position: relative;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    display: flex;
    flex-direction: column; margin: 50px 0}
.content-grid::before {    
      content: "";
      background-image: url('../img/bg_interne.jpg');border-radius: 20px; border:solid 1px #000;
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
h1 strong{color:#ed1c24}
.tchanchina_header, .TheCircle{position:relative; text-align: center;max-width: 400px;
    margin: 0 auto;}
.tchanchina_header{width:100%; background: #00b300;    width: 100%;
    background: #00b300;
    border-radius: 20px 20px 0 0;
    border: solid 1px #000;
    border-bottom: none; padding-bottom: 20px}
.iconeCheck{margin-top: -25px}
.tchanchina_header h1{margin-top:0; color: #fff; font-size:22px}
.tchanchina_header h2{font-size:26px}
button.btn_roue, a.btn_roue{color: #fff;
    border-radius: 30px;
    padding:5px 10px;
    background: #ed1c24;
    border: none;
    cursor: pointer;
    margin-top:20px;
    position: absolute;
    left: 10%;
    width: 80%;
    display: inline-block;
   font:500 24px 'Noto Kufi Arabic', sans-serif;border:solid 1px #ed1c24;

}
button.btn_roue:hover, a.btn_roue:hover{color: #ed1c24; border:solid 1px #ed1c24; background: #fff}
.bt_next{color: #fff;
    border-radius: 30px;
    padding:5px 40px;
    background: #ed1c24;
    border: none;
    cursor: pointer;
    margin:20px auto;
border:solid 1px #ed1c24; 
    display:table;
   font:500 24px 'Noto Kufi Arabic', sans-serif; min-width: 280px; text-align: center}
.bt_next:hover{color: #ed1c24; border:solid 1px #ed1c24; background: #fff}
h4{font:600 26px 'Noto Kufi Arabic', sans-serif}

#blocMessageBottom{float: left; width: 100%; background: rgba(0, 0, 0, 0.1); padding: 20px; border-radius: 20px; text-align: center; margin-bottom: 20px; font-weight: 600}
p.pMessage{text-align:center;font:500 24px 'Noto Kufi Arabic', sans-serif; float: left; width: 100%; text-align: center; margin: -30px 0 20px 0}
.forCongratulations{border-radius: 10px; background: #00b300; width: 100%; max-width: 450px; padding: 20px 20px 0 20px; position: relative; border: solid 1px #000; margin:50px auto; text-align: center}
.forCongratulations .iconeCheck{margin-top:-50px;max-width: 90px}
.forCongratulations h1{color:#fff; font-size: 26px; margin: 20px 0}
.forCongratulations h2{color:#000; font-size: 28px; margin:0 0 20px 0}
.forCongratulations h3{color:#fff; font-size: 42px; margin:0 0 50px 0}
.unEncartP{float:left; width: 31%; margin: 1%; padding: 20px; background: rgba(255, 255, 255, 0.5); border: solid 1px #ed1c24; border-radius:20px;    display: flex;
    flex-direction: row;
    align-items: center;
}

.blocError{background:#b20000 !important}
.blocError h1, .blocError h2, .blocError h3{color:#fff !important}

.unEncartP h2{font-size:18px; color: #ed1c24; margin: 0}
.plusDetails{margin-right:10px; font-weight: 600; font-size: 18px}
#lesTroisEncarts{float:left; width: 100%; margin: 20px 0}
@media only screen and (max-width:1023px) {
	body{background-size:inherit}
}


@media only screen and (max-width:800px) {
	h1 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
	}
	
	h2{font-size: 20px}
	.unEncartP{width:98%; margin: 10px 1%}
	input[type=radio] + label, input[type=checkbox] + label{width:90%; font-size: 16px}
	#zoneQuestion{font-size:16px; margin-bottom: 0}
	#chronoQuiz {
    padding: 0 55px 0 5px;
    min-width: auto;
    margin: 0 0 0 3px;
    font-size: 18px;
    background-size: 40px;
}
	#numberQuestions {
    padding: 0 30px 0 5px;
    min-width: auto;
    margin: 0 3px 0 0;
    font-size: 18px;
    background-size: 25px;
}
	#numberQuestions span, #chronoQuiz span {
    font-size: 24px;
}
	#contentInterne {
    margin: 20px 0;
}
	#topContent {
    margin-top: -15px;
}
	.content-grid{margin: 25px 0}
	.tchanchina_header{padding-bottom: 10px; line-height: 35px}
	.iconeCheck{width:50px}
	.tchanchina_header h1{font-size:20px}
	.tchanchina_header h2{font-size:22px}
	.forCongratulations h3{font-size:32px}
	.forCongratulations .iconeCheck{width:auto}
	.forCongratulations h1 {
    margin: 0 0 20px 0;
}
	.theFirst{font-size: 18px}
	.ligneOnlyDetail{font-size:18px; padding: 10px}
}

.winners-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.winners-listing .winner-item {
  width: 31.33%;
  padding: 1rem; background: rgba(255, 255, 255, 0.5); text-align: center; border-radius: 20px; margin: 1%; border: solid 1px #eee
}
.winners-listing h1{width:100%; margin: 20px 0}
.nameWinner{float:left; width: 100%; text-align: center; font-size: 24px;color: #ed1c24; font-weight: 600}
.priceWinner{float: left; width: 100%; margin: 10px 0; font-size: 24px; font-weight: 600}
.dateItem{float:left; width: 100%; font-size: 18px; color: #666}

.load-more-wrapper {
  text-align: center;
}
.load-more-wrapper .load-more-btn {
  cursor: pointer;
  display: inline-block;
  background-color:#ed1c24;
  padding: 0.7rem 1.5rem;
  margin-top: 1rem;
  transition: all 0.3s;
  border-radius: 0.5rem; color: #fff; border-radius: 50px; padding: 5px 50px; font-size: 22px; font-weight: 600; border:solid 1px #ed1c24
}
.load-more-wrapper .load-more-btn:hover {
  background-color:#fff;
  transition: all 0.3s;
	color: #ed1c24; border: solid 1px #ed1c24
}

.hide {
  display: none;
}

@media (max-width: 991px) {
  .winners-listing .winner-item {
    width:48%;
  }
  .winners-listing .winner-item .recipe-desc {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .winners-listing .winner-item {
    width: 98%;
  }
  .winners-listing .winner-item .redipe-item-inner {
    padding: 3.5rem 1rem;
  }
}




