/*
Theme Name: Keops
Description: Thème EMD 2.0
Author: Haze
Version: 1
*/
/*Github Theme URI: https://github.com/*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
  color: #4F4F4F;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

a{
  color: #4e4a46;
  text-decoration: none;
  outline: none;
}

p a{
    color: #505050;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
  /*color: #c94e50;*/
  outline: none;
  /*border-bottom: 2px solid white;*/
}

img, iframe{
  max-width: 100%;
}

ul li,
p{
  text-align: left;
  line-height: 1.5;
}

button:focus {
  outline: none;
}

img.aligncenter,
iframe.aligncenter{
  display: block;
  margin: 0 auto;
}
.content-wrap, .content{
    padding-bottom: 100px;
    margin-bottom: -40px;
    overflow: hidden;
}
img.alignright{
  display: inline;
  float: right;
}

section {
  padding: 1em;
  text-align: center;
}

/* Header */
header {
  height: auto;
  min-height: 572px;
  margin: 0 auto;
  padding: 1.2rem 2rem 3rem 2rem;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background: #ff7d64; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff7d64 0%, #b9004b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ff7d64 0%,#b9004b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ff7d64 0%,#b9004b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d64', endColorstr='#b9004b',GradientType=0 ); /* IE6-9 */
  background-size: cover;
  background-position-x: center;
}

header h1.homeTitle{
  margin: 0;
}

header div a.mainTitle{
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 1.3rem;
}

header .main-panel{
  width: 800px;
  margin: 0 auto;
  padding: 1.6rem 5rem;
  line-height: 1.2;
  background-color: #fff;
  border-radius: .8rem;
}

header .main-panel a.large-t-awesome{
  padding: 1rem 1.5rem;
  margin: 2rem;
  font-size: 1.3rem;
  color: #fff;
  background-color: red;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  box-shadow: 0px 3px 0px rgba(152, 0, 0, 1);
  border: none;
  border-radius: .7rem;
}

header .main-panel img{
  max-width: 275px;
  border: 1px solid #2A5419;
}
header .main-panel div.cta-wrapper img{
    max-width: none;
}

header h2.main-h2 {
  padding: 0 1.5rem;
  margin: 0 auto;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.1;
}


/* Main */
div.main{
  width: 63%;
  margin: 0 auto;
  padding: 2rem 5rem 1rem;
  /*background-color: #fff;*/
  background-color: rgba(255,255,255,0.9);
border-top-left-radius:13px;
border-top-right-radius:13px;
}

div.main.archives,
div.main.errorSearch{
  /*margin: -28rem auto 0;*/
}

#index{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post.error{
  width: 68%;
}

.post.error img{
  margin: 5rem 0;
}

div.main h2:first-child{
  margin-top: 3rem;
}

h2{
  font-size: 2rem;
  text-align: center;
  margin: 2.8rem 0 0.9rem 0;
}

div.main button{
  display: block;
  margin: 0 auto;
  padding: .5rem 1rem;
  border: 1px solid #ffe11b;
  border-radius: 0.5rem;
  background-color: #ffe11b;
  font-size: 1rem;
  text-decoration: none;
  transition: 100ms;
}

div.main button:hover{
  border: 1px solid #ffff20;
  background-color: #ffff20;
  text-decoration: none;
  transition: 100ms;
}

div.main .separator{
  width: 30%;
  text-align: center;
  margin: 2.8rem auto;
}

div.main .separator .chevron{
  color: #e5e5e5;
  font-size: 1rem;
  line-height: 20px;
  height: 20px;
  width: 20px;
}

div.main .separator .chevron i{
  margin: 0 auto;
}

div.main .chevron:before,
div.main .chevron:after{
  background-color: #e5e5e5;
  display: inline-block;
  content: '';
  height: 1px;
  width: 50%;
  margin-top: 9px;
  vertical-align: top;
  position: relative;
}

div.main .chevron:before{
  left: -1rem;
    margin-left: -50%
}

div.main .chevron:after{
  left: 1rem;
    margin-right: -50%;
}

div.main .intro{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

div.main section{
  width: 32%;
  padding: 1.5rem .8rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.4rem;
  transition: 200ms;
}

div.main section h3.side-title{
  font-size: 2rem;
}

div.main section p{
  text-align: justify;
  line-height: 1.7;
}

.articles-list{
  width: 100%;
}

.articles .cat_description{
  margin-bottom: 75px;
  color: #808080;
}

hr.style{
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, .1);
}

.articles-list h2, .articles-list p{
  text-align: left;
} 

.articles-list .w-blog-entry-title{
  font-size: 1.9rem;
}

#archives{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.articles{
  width: 68%;
}

.articles img{
  width: 100%;
  height: 400px;
}

div.main.single{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -28rem auto 0;
}

.article-container{
  width: 68%;
}

.article-container article h2{
  text-align: left;
}

.article-container article p{
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5;
}

.article-container article ul li{
  line-height: 1.5;
  margin: 1rem 0;
}

.comment-respond{
  border: 2px solid #AAA;
}

.comment-respond .comment-reply-title{
  background-color: #AAA;
  color: #fff;
  padding: .6rem;
  margin-top: 0;
}

.comment-form{
  padding: 0.8rem 2.8rem;
}

.comment-form p{
  text-align: left;
}

aside{
  width: 28%;
}

aside h3{
  background-color: #AAA;
  color: #fff;
  padding: .6rem;
}

aside form div{
  display: flex;
  justify-content: space-between;
}

aside form div label{
  display: none;
}

aside form div input#s{
  width: 100%;
  border: 2px solid #AAA;
  padding: 0.6rem 0.8rem;
  outline: 0;
}

input[type="submit"]{
  width: 39%;
  padding: 1rem;
  border: none;
  background-color: #AAA;
  color: #fff;
}

input[type="submit"]:hover{
  background-color: #CCC;
}

aside ul{
  padding: 0;
}

aside ul li{
  list-style-type: none;
  padding: 0.5rem;
  border-bottom: 1px solid #CCC;
  text-align: left;
}

aside ul li:last-child{
  border: none;
}

aside ul li:hover{
  background-color: #EEE;
}

.last3posts{
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
}

div.main .last3posts section{
  padding: .5rem;
  border-radius: 0;
  font-size: 0;
  margin-bottom: 2rem;
}

.last3posts section img{
  height: auto;
  width: 100%;
}

.last3posts p{
  padding: 0 1.5rem;
  font-size: 0.9rem;
}

.last3posts p a{
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: .5rem;
  background-color: #DDD;
  color: #4e4a46;
}

.last3posts p a:hover{
  background-color: #EEE;
  color: #4e4a46;
}

.last3posts h3{
  margin: 0;
  background-color: #EEE;
  padding: .5rem;
  line-height: 1.3;
  font-size: 1.5rem;
}

.scrollToTop{
  font-size: 4.5rem;
  padding: .8rem; 
  text-align: center;
  color: #D1D1D1;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 1.1rem;
  display: none;
  transition: 300ms;
}

.scrollToTop:visited{
  color: #D1D1D1;
}

.scrollToTop:hover{
  color: #999;
  transition: 300ms;
}

footer{
  background-color: #252525;
}

footer p{
  font-size: .8rem;
  text-align: center;
  color: #999;
  padding: 2rem;
  margin: 0 24%;
}

article h1{
  font-size: 3rem;
}

.w-blog-meta {
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 6px;
  padding: 5px 0 15px;
  color: #999;
  display: none;
}

.w-blog-meta i {
    margin: 0 5px 0 1px;
    opacity: 0.66;
}

.w-blog-meta-date,
.w-blog-meta-author,
.w-blog-meta-comments{
  margin: 0 15px 7px 0;
  display: inline-block;
  vertical-align: top;
}

.w-blog-meta-date i {
  margin-right: 3px;
}

/* archive article css */

.w-blog-entry{
  margin-bottom: 4rem;
  transition: 200ms;
}

.w-blog-entry:hover{
  opacity: 0.8;
  transition: 200ms;
}

.w-blog-entry-link{
  position: relative;
}

.articles .w-blog-meta{
  padding: .5rem 0;
  margin: 0;
}

.w-blog-entry-short p{
  margin: 0;
  font-size: 1rem;
}

.w-blog-entry-link h2{
  display: inline-block;
  position: absolute;
  bottom: .25rem;
  left: 0;
  margin: 0;
  background-color: #AAA;
  color: #fff;
  padding: .6rem;
}

.w-blog-meta-author{
  font-style: italic;
}

.w-blog-meta-comments{
  float: right;
  margin: 0;
}

#commentform{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#commentform .comment-notes{
  width: 100%;
}

#commentform .required-fields{
  display: block;
  margin: 1rem 0 0 0;
}

#commentform p:not(.comment-notes){
  display: flex;
  justify-content: space-between;
  width: 89%;
}

.navigation-post{
  display: flex;
  justify-content: space-between;
}

.navigation-post a{
  display: flex;
  align-items: center;
  position: relative;
  background-color: #AAA;
  padding: .7rem 2rem;
  color: #fff;
  width: 47%;
  transition: 300ms;
}

.navigation-post a:hover,
.nav-links .page-numbers:hover,
.nav-links .current:hover{
  background-color: #CCC;
  color: #fff;
  transition: 300ms;
}

.w-blog-pagination{
  margin-bottom: 30px;
}

.pagination>.screen-reader-text{
  display: none;
}

.nav-links{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links .page-numbers,
.nav-links .current{
  background-color: #AAA;
  margin: 4px;
  padding: .7rem 2rem;
  color: #fff;
  transition: 300ms;
}

.nav-links .current{
  background-color: #CCC;
}

.navigation-post a:nth-child(1):before{
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  left: 4px;
  font-size: 1.5rem;
  content: "\2770";
}

.navigation-post a:nth-child(2):after{
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  right: 4px;
  font-size: 1.5rem;
  content: "\2771";
}

.post-categories{
  padding: 0;
  margin: 0.2rem 0;
}

.article-container article ul.post-categories li{
  display: inline-block;
  margin: 0;
}

.article-container article ul.post-categories li p{
  background-color: antiquewhite;
  border-radius: 5px;
  padding: 0.4rem 0.7rem;
  margin-right: 1rem;
}

/* Table PM */

div.main table{
  width: 95%!important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

div.main table thead tr th{
  padding: 1rem;
}

a.awesome{
  border-radius: .5rem;
}

div.main-panel .coupon-holder{
  margin-bottom: 0;
}

/******************************/
/***** START CASINO THEME *****/
/******************************/

header div.header-wrap{
  display: flex;
  width: 62%;
  margin: 0 auto;
}

header div.header-wrap table{
  background-color:#fff;
  margin: 0 auto;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 0 0 rgba(0,0,0,0.4);
  box-shadow: 6px 6px 0 0 rgba(0,0,0,0.4);
}

header div.header-wrap table thead tr th{
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  padding: 18px;
  background-color: #4FDCD6;
}

header div.header-wrap table tbody tr td{
  font-size: 19px;
  padding: 23px;
  border-bottom: 2px solid #4FDCD6;
}

header div.header-wrap table tbody tr:last-child td{
  padding: 8px;
  border-bottom: none;
}

header div.header-wrap table tbody tr:last-child td a{
  padding: 0.8rem 0.9rem; 
}

/* correctif tableau */

div.newTable table tbody tr td:first-child {
    min-width: 150px;
}

div.newTable small img{
  height: auto;
}


/******************************/
/*** START E-COMMERCE THEME ***/
/******************************/

div.main.ecommerce{
  margin: -28rem auto 0;
}

div.voucher{
  display: flex;
  margin: 1.7rem auto;
  width: 92%;
  border: 1px dashed #AAA;
  padding: 1rem;
  font-size: .9rem;
  line-height: 22px;
}

div.voucher div.promo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: #f48594; /* Old browsers */
  background: -moz-linear-gradient(top, #f48594 0%, #e54d5b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f48594 0%,#e54d5b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f48594 0%,#e54d5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

div.voucher div.details{
  width: 43%;
  padding: 0 1rem;
  color: #504f50;
  margin-right: 2rem;
}

div.voucher div.cta{
  width: 35%;
  position: relative;
  display: flex;
  align-items: center;
}

div.voucher div.promo p{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 2rem;
}

div.voucher div.promo p span{
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

div.details h4{
  margin: 0 0;
  font-size: 1.1rem;
}

div.details p{
  text-align: left;
  margin: 0.4rem 0 0 0;
  font-size: .8rem;
}

div.cta p{
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #504f50;
}

div.cta .copyAndClick,
div.cta center{
  position: relative;
  width: 100%;
}

div.cta .copyMe{
  width: 100%;
  padding: 13px;
  font-size: 22px;
  font-weight: 700;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: #fff;
  height: auto;
}

div.cta .clickMe{
  position: absolute;
  top: 6px;
  right: 7px;
  color: #fff;
  padding: 11px 21px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #24c9b5;
  border-radius: 5px;
  transition: background-color 300ms;
}

div.cta .clickMe:hover{
  background-color: #1A9989;
}

div.cta .seeCode{
  display: block;
  background-color: #7ed321;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
}

/* expired */

div.expired{
  border: 1px dashed #d8d8d8;
}

div.expired div.promo,
div.expired div.cta .seeCode{
  background: #d8d8d8;
}

div.expired div.details,
div.expired div.cta p{
  color: #d8d8d8;

}

.menu ul.menu li.languages + li{
    overflow: hidden;
    clear: both;
}

/****** TABLE DESIGN START ******/

.EMD-table-design{
  border-collapse: separate;
  background:#fff;
  border-radius: 5px;
  border: 1px solid #EEE;
}

.EMD-table-design thead{
  border-radius: 5px;
}

.EMD-table-design thead th{
  color: #fff;
  background-color: #DDD;
  border-bottom: 3px solid #CCC;
  padding: 20px;
  text-shadow: 0 2px 0px #CCC;
  text-transform: uppercase;
}

.EMD-table-design thead th:first-child{
  border-top-left-radius: 5px;
}

.EMD-table-design thead th:last-child{
  border-top-right-radius: 5px;
}

.EMD-table-design tbody tr:nth-child(2n){
  background-color: #F5F8FA;
}

.EMD-table-design td{
  padding: 25px 0;
}

/****** TABLE DESIGN END ******/

/****** SINGLE AJUST ********/

article h1 {
    font-size: 2.1rem;
}

.article-container article p{
  text-align: left;
  font-size: 15px;
}



nav a:first-child:hover {
    border-bottom: 0px;
}

main#emdContent {
    z-index: 9;
    position: relative;
    width: 1200px;
    margin: auto;
    top: 120px;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    padding: 20px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #156DB9;
    font-weight: normal;
    text-align: center;
    /*padding-top: 20px;*/
}
/*div.content div.main {
  margin-top: 80px;
    z-index: 99999;
    position: relative;
}
*/
div.main .last3posts section{
    background-color: #fff;
}


/* Titti modifs */

header div.header-wrap table thead tr th{
padding-bottom:0;}

header div.header-wrap table tbody tr:first-child td{
padding-top:15px;}

header div.header-wrap table tbody tr td{
border:none}

header div.header-wrap table tbody tr:nth-child(2) td{
padding:15px;}

header div.header-wrap table tbody tr:nth-child(3) td{
padding:0;}

header div.header-wrap table tbody tr:nth-child(3) td img{
width:100%}

/* end Titti modifs */

div.content{
  background-color:#fff;
}

div.menu-wrap{
  opacity: 0.85;
}

div.main p:not(table){
  font-size:14px;
}

div.main table{
  margin-top: 1.4rem; 
}

.fa{
 background-color: transparent;
}



.menu-wrap h3{
  padding: 10px 113px 10px 21px;
}

header{
  min-height: 650px;
}

header h1.homeTitle{
  margin: 10px 0;
  font-size: 1.6em;
}

header .main-panel{
  background-color: rgba(255,255,255,0.6);
}


header .main-panel img{
  max-width: 350px!important;
}

.main-panel h2{
  margin: 0.9rem 0 0.9rem 0;
}

.main-panel h2 > div{
  text-align:center!important;}

div.cta-wrapper div:nth-child(2){
  margin-top:0px;
}

div.cta-wrapper{
    margin: 30px auto 10px;}

section h3{
  font-size:24px;}

header div a.mainTitle{
    padding: 5.3rem;}

@media (max-width: 480px){
  
a.mainlogo img{
  width:150px;}
  
header .main-panel div.cta-wrapper img {
  width: 100%;
    max-width: none!important;}
  
  .content header>div{
    margin-top: 1.1em;}
  
  .menu-button, .menu-summary{
    margin: 0em;}
  
  header h1 a.mainTitle, header div a.mainTitle{
    background-size: 24%;}
  
  header div a.mainTitle{
    padding: 1.5rem;}
  
.content header .main-panel{
    margin: 0.7rem auto 0;}}

#sommaire{
  margin: 0 20px;}

footer p{
    padding: 0.4rem;}

.cta_pre_clic_btn br{
  display:none;}

/* Table CSS */
.maintable{
background: #fcfcfc;
margin: 15px auto 40px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}

.maintable thead tr{    background:#115896;
color:#fff;}

.maintable th{
padding:10px;
text-align: center;}

.maintable td{
padding:18px;
text-align: center;}

.maintable tbody tr{
border-bottom: 1px solid #DDD;
transition:300ms;}

.maintable tbody tr:hover{
  background-color:#d9e9f4;
  transition: 300ms;
  cursor: pointer;}

.maintable tbody tr:last-child{
border: none;}

.maintable tbody tr td:first-child{
  font-weight: bold;
}

/* anime.css */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/***************
black version css
***************/

header div.main-panel{
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 80%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 80%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 80%);
/*border: 2px solid #ddd;*/
}

header div.main-panel h2{
  color: #fff;
  font-weight: normal;
}

.cta-wrapper #cta a{
  -webkit-box-shadow: 0 3px 0 0 #ca0300, 0 0 90px 5px #fff;
box-shadow: 0 3px 0 0 #ca0300, 0 0 90px 5px #fff;
}

.cta-wrapper #cta p{
  color: #111;
}

footer{
  background-color: #000;
}

.one-third {
    display: inline-block;
    width: 33%;
}
nav.menu{
    background: rgba(10, 25, 77, .9);
    position: fixed;
    top: 0;
    height: 70px;
    width: 100vw;
    z-index: 10;
}
nav.menu .main {
    background: rgba(0, 0, 0, 0) !important;
    padding: 10px 0px !important;
    height: 70px;
}

main header{
  z-index: 9;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px;
}
.menu-new-menu-container {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-left: 20px;
  float: right;
}
nav img {
    margin: 10px 0px;
}
nav ul li a {
    color: white;
}
#cookie-notice {
  z-index: 999999;
}    
body.logged-in nav.menu {
    margin-top: 32px;
}
div.main.single {
    margin: 55px auto;
}
input#s {
    display: none;
}
div.main button {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(255, 225, 27, 0);
    color: white;
    border: 0px;
}
div.main button.active {
  border-radius: 0px 10px 10px 0px;
    color: black;
}
.menu ul.menu li {
  display: inline-block;
  margin: 0px 15px;
  font-weight: 500;
  vertical-align: top;
  margin-top: 15px;
}
.menu ul.menu li ul.sub-menu {
    display: none;
    padding: 0;
    position: absolute;
}
.menu ul.menu li ul.sub-menu li {
    display: block;
    padding: 10px;
    margin: 0px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
}
.menu ul.menu li ul.sub-menu li a {
    padding: 0px;
    color: #0A194D;
}
div#archives {
    margin-top: 50px;
}
div#ajaxsearchlite1 {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}
i#hmenu {
  display: none;
}
div#scrollProgress {
    width: 0px; 
    background: yellow;
    height: 5px;
}
th {
    padding: 10px;
    background: lightgrey;
    border: 1px solid lightgrey;
}
td {
    border: 1px solid lightgrey;
    padding: 10px;
}
.bookie {
    display: inline-block;
    width: 260px;
    height: 200px;
}
.bookie button {
    background: red;
    color: white;
    border: 0;
    width: 96%;
    height: 40px;
    border-radius: 5px;
    border-bottom: 3px solid #c70000;
}
.bookie img {
    border-radius: 5px;
}
table#compare th {
    background: inherit;
    border: 0px;
}
table#compare td {
    border: 0px;
}
table#compare th:nth-child(odd),table#compare td:nth-child(odd){
  background: #F7F7F7;
}
table td {
    vertical-align: top;
}
.fa-list-ul{
  display: none;
}
li {
    list-style: none;
}
table#compare th, table#compare td {
    width: 30%;
}
.footerCompliance img {
    /*width: 60%;*/
} 
strong {
    font-size: 16px !important;
}
ul#menu-new-menu {
    margin: 0;
    /*line-height: 50px;*/
    /*height: 50px;*/
}
i.fa.fa-search {
    float: right;
    /* margin-top: 5px; */
    cursor: pointer;
    font-size: 26px;
}
div#ajaxsearchlite1,div.promagnifier{
  display: none;
}
body.search .content-wrap {
    margin-top: 70px;
}
body.search article.post {
    width: 50%;
    padding: 10px;
}
body.search  article.post img{
    height: 300px;
    object-fit: cover;
}
#validuk td {
    border: 0px;
    vertical-align: initial;
    font-size: 12px;
    padding: 0;
}
table#validuk img {
    max-width: 100%;
    margin: 0px 10px !important;
}
/*responsive*/

@media (max-width: 767px) {
	.bookie, .bookie img{
	    width: 100%;
	}
  .footerCompliance a {
      width: 50%;
      display: inline-block;
  }
  .hidden-xs {
      display: block !important; 
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1rem;
    margin: 0px;
  }
  i#hmenu {
      display: inline-block;
      font-size: 32px;
      position: absolute;
      right: 0;
  }

  div.voucher{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    padding: .4rem;
  }

  div.main.ecommerce{
    margin: 0 auto;
  }

  div.voucher div.promo{
    width: 112px;
    height: 112px;
  }

  div.voucher div.promo p{
    font-size: 2rem;
    line-height: 1.4rem;
  }

  div.voucher div.promo p span{
    font-size: .8rem;
  }

  div.voucher div.details{
    width: 60%;
    margin-right: 0;
    padding: 0 0.4rem;
    letter-spacing: -0.1px;
  }

  div.voucher div.details p{
    font-size: .8rem;
  }

  div.voucher div.details h4{
    font-size: 1rem;
  }

  div.voucher div.cta{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 1rem 0 0;
  }

  div.cta .copyAndClick,
  div.cta center{
    width: 96%;
    margin: 0 auto;
  }

  div.voucher div.cta p{
    order: 2;
    position: relative;
    display: block;
    margin: .5rem auto;
  }
  nav.menu img {
    position: absolute;
    width: 180px;
    left: calc( 50% - 90px );
  }
  .menu-new-menu-container {
    display: block;
    width: 100%;
    padding: 0px;
    /*background: #0c1b4e;*/
  }
  .menu ul.menu li {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .footerCompliance {
    text-align: center;
    height: 30px;
    overflow: hidden;
  }
  .footerCompliance span {
    font-size: 10px !important;
    display: inline-block;
    padding: 5px !important;
  }
  .footerCompliance img {
      display: inline-block;
      width: 50%;
  } 
  div.main.widget-footer-container .pm-col {
      width: 100%;
      display: block;
      flex: auto;
  }
  .fa-search {
     float: inherit; 
  }
  div#ajaxsearchlite1 {
    /*display: block;*/
    margin-top: 20px;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 50px;
  }
  #sommaire {
       margin: 0px; 
  }
  i.fa.fa-search {
      float: left;
  }
  body.search article.post {
      width: 100%;
  }
  body.search  article.post img{
      height: 200px;
      object-fit: cover;
  }
  div#ajaxsearchliteres1 {
      margin-top: -30px !important;
  }
  h1 {
	    font-size: 1.4rem;
	}

  header div.header-wrap{
    margin-top: 35px;
    flex-direction: column;
    width: 100%;
  }

  header div.header-wrap table{
    width: 90%;
    margin-bottom: 17px;
  }

  header div.header-wrap table tbody tr td {
    font-size: 15px;
    padding: 16px;
    border-bottom: 1px solid #4FDCD6;
  }

  header div.header-wrap table thead tr th {
    padding: 7px;
  }
}

/******************************/
/**** END E-COMMERCE THEME ****/
/******************************/


/********* MEDIA QUERIES **********/

@media (max-width: 1199px) {
  
  html{
    font-size: 88%;
  }

  header div a.mainTitle{
      font-size: 2rem;
      margin: 0.37em 0 1em 0;
  }

  header .main-panel {
    width: 65%;
    padding: 1.6rem 1rem;
  }

  header .main-panel img{
    width: 180px;
  }

  header h2.main-h2 {
      font-size: 1.7rem;
  }

  .menu-summary,
  .menu-button{
    margin: 0.1em;
  }

  .menu-summary i,
  .menu-button i{
      font-size: 1.4rem;
      padding: 0.4rem 0.5rem;
  }

  .menu-button{
    right: 0;
  }

  .menu-wrap{
    width: 260px;
    overflow-y: scroll;
  }

  .show-menu .menu-wrap {
    transform: translate3d(-249px,0,0);
    transition: transform 0.6s;
  }

  .menu-wrap h3 a.home{
    font-size: 1rem;
    padding: 0.5rem 1.2rem 0 1.5rem;
  }

  ul.menu,
  ul ul.menu {
      margin-top: 2rem;
  }

  .articles-list {
    width: 90%;
    margin: 0 auto;
  }

  .articles-list .w-blog-entry-title{
    font-size: 1.3rem;
  }

  div.main {
      width: 100%;
      padding: 2rem 1rem;
  }

  div.main.single {
      width: 90%;
      padding: 2rem 1rem;
  }

  div.main .intro{
    display: flex;
  }

  div.main .intro section {
      margin: 1rem auto;
      padding: 1rem 0;
  }

  h3{
    margin: 1rem;
  }

/*  h2{
    font-size: 1.7rem;
    margin: 1rem;
  }*/

  .last3posts{
    padding: 0 1rem;
  }

  div.main section {
    width: 32%;
  }

  div.main section h3{
    margin: 0;
    font-size: 1.3rem;
  }

  div.main section p{
    font-size: 1rem;
    padding: 0 0.4rem;
  }

  p{
    font-size: 1rem;
    margin: 1rem;
  }
  
  .summary{
    font-size: 0.85rem;
      left: 0.95rem;
      top: 0.95rem;
      width: 60%;
  }

  .summary h3{
    padding: 0.55rem 0 0.55rem 2.6rem;
  }

  ul.menu li:first-child .sub-menu li{
    width: 20%;
  }

  img{
    max-width: 100%;
    height: auto;
  }

  .w-blog-entry-preview img{
    height: auto;
  }

  .menu-wrap ul.menu li.languages .sub-menu{
    padding-left: 1rem;
  }

  ul.menu li.languages .sub-menu li {
    margin: 0.4rem 0.4rem;
  }

}

@media (max-width: 767px) {

  html{
    font-size: 62.5%;
  }

  header{
    height: auto;
  }
    
  header .main-panel{
    width: 70%;
    margin: 3rem auto 0;
  }

  div.main.single{
  }

  div.main,
  div.main .intro section{
    width: 100%;
    padding: 1rem 0;
  }

  div.main button{
    font-size: 1.4rem;
  }

  div.main ul{
    margin-top: 15px;
    display: none;
    background: #0c1b4e;
    height: auto;
    width: 100%;
  }

  .last3posts p a{
      display: block;
      width: 22%;
      margin: 0 auto;
      text-align: center;
  }

  ul.menu li.languages .sub-menu li{
    width: 20%;
  }
  header {
      background-image: inherit !important;
  }
  main#emdContent {
    width: 100%;
    padding: 5px;
    top: 70px;
  }
}

@media (max-width: 480px) {
    
  html{
    font-size: 100%;
  }

  header{
    height: auto;
  }

  header h1{
    margin: 10px 0 0 0;
    padding: 0 50px;
  }

  header h1 a.mainTitle,
  header div a.mainTitle{
    background-size: 92%;
    padding: 5px 0;
  }

  header div a.mainTitle{
      font-size: 1.1rem;
  }

  a.mainTitle img{
    max-width: 70%;
  }

  .menu-button,
  .menu-summary{
    position: absolute;
    margin: .5rem;
  }

  .summary {
    left: .95rem;
    top: .95rem;
    width: 72%;
  }

  .menu-wrap {
    font-size: 1rem;
    width: 175px;
  }

  .menu-wrap h3{
    font-size: .6rem;
    padding: 0 3rem 0 0;
  }

  ul.menu {
    margin-top: 1.5rem;
  }

  .content header{
    padding: .4rem .8rem 3rem .8rem;
  }

  .content header .main-panel{
    width: 97%;
    margin: 3rem auto 0;
    padding: 1.6rem 1rem;
  }

  header h2.main-h2 {
      padding: 0;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 1.2
  }

  .main-panel center #cta-button{
    font-size: 1.5rem;
    margin: 1.3rem auto;
  }

  header .main-panel img {
      max-width: 180px;
  }

  div.main,
  div.main.single{
    width: 100%;
    padding: 0.2rem 0;
  }

  div.main .intro,
  div.main .intro section{
    width: 95%;
    display: block;
  }

  .menu-button, .menu-summary {
    font-size: 1.4rem;
    padding: 0.4rem 0.5rem;
  }

  .articles-list {
    width: 100%;
  }

  .articles{
    width: 95%;
    margin: 0 auto;
  }

  .article-container{
    width: 100%;
    padding: 0 1.5rem;
  }

  #archives aside,
  .single aside{
    display: none;
  }

  .last3posts{
    flex-direction: column;
  }

  div.main .last3posts section{
    width: 100%;
  }

  .navigation-post{
    flex-wrap: wrap;
  }

  .navigation-post a{
    margin: 0.2rem 0;
    width: 100%;
  }

}

@media (max-width: 320px){
  
  header img{
      max-width: 65%;
      padding: 5px 0 0 0;
  }

}


@media (max-width: 1500px){

  header div.header-wrap{
    width: 75%;
  }

}

@media (max-width: 1199px){

  header div.header-wrap{
    width: 100%;
  }

  header div.header-wrap table tbody tr td{
    padding: 13px 23px;
  }

  header div.header-wrap table thead tr th{
    font-size: 30px;
  }

  header div.header-wrap table tbody tr td{
    font-size: 17px;
  }

}


/******************************/
/****** END CASINO THEME ******/
/******************************/
@media (max-width: 480px){
  .article-container{
      padding: 0 1rem;
  }

  .article-container p{
      margin: 1em 0;
  }

  .content header > div{
    margin-top: 2em;
  }
}
@media (max-width: 480px){

  footer p{
      margin: 0 2%;
  }
}