/*
Theme Name: EMDtemplate
Description: Thème EMD pour PullMedia
Author: LanyDrak
Version: 1.1.2
Template: EMDtemplate
Github Theme URI: https://github.com/pull-media/EMDtemplate
*/

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: #fe4641;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  color: #c94e50;
  outline: none;
}

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

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

button:focus {
  outline: none;
}

img.aligncenter,
iframe.aligncenter{
  display: block;
  margin: 0 auto;
}

img.alignright{
  display: inline;
  float: right;
}

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

/* Header */
header {
  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 */ 
}

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 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;
}

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-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;
}

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.6;
  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;
}

.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{
  background-color: #CCC;
  color: #fff;
  transition: 300ms;
}

.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;
}

.post-categories li{
  display: inline-block;
}

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

/* Table PM */

div.main table{
  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; 
}

@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: 19px 23px;
  }

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

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

}

@media (max-width: 767px){

  h1{
    font-size: 1.4em;
  }

  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 CASINO THEME ******/
/******************************/


/******************************/
/*** 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;

}

@media (max-width: 767px) {

  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;
  }

}

/******************************/
/**** 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;
  }

  .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 .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{
    padding-right: 20px;
  }

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

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

}

@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
  }

  header p{
    display: none;
  }

  .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%;
  }

}

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