/*
Theme Name: All Publishing
Author: All Contents
Author URI: https://www.allcontents.com/
Version: 2017.1027.1
Text Domain: allpublishing
*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
b, strong { font-weight: bolder; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
p { margin: 0; }
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a { text-decoration: none; }
/* Responsive images */
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg { fill: currentColor; }
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
/**
 * Remove the default vertical scrollbar in IE
 * Change the resize direction on textareas in all browsers
 */
textarea {
	overflow: auto;
	resize: vertical;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
}

/* FRAMEWORK */
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container { width: 750px; }
}
@media (min-width: 992px) {
  .container { width: 970px; }
}
@media (min-width: 1200px) {
  .container { width: 1024px; }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float:left
  }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
}
@media (min-width:768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float:left
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width:992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float:left
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width:1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float:left
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
/* No Gutter */
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* Show Grid (Development Only) */
.show-grid [class*="col-"] {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}
.hidden {
  display: none !important;
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.invisible { visibility: hidden; }
.uppercase { text-transform: uppercase; }
.txt-center { text-align: center; }
.txt-xs-left { text-align: left; }
.txt-xs-right { text-align: right; }
.txt-xs-center { text-align: center; }
.txt-xs-justify { text-align: justify; }
@media (min-width: 480px) {
  .txt-sm-left { text-align: left; }
  .txt-sm-right { text-align: right; }
  .txt-sm-center { text-align: center; }
  .txt-sm-justify { text-align: justify; }
}
@media (min-width: 768px) {
  .txt-md-left { text-align: left; }
  .txt-md-right { text-align: right; }
  .txt-md-center { text-align: center; }
  .txt-md-justify { text-align: justify; }
}
@media (min-width: 992px) {
  .txt-lg-left { text-align: left; }
  .txt-lg-right { text-align: right; }
  .txt-lg-center { text-align: center; }
  .txt-lg-justify { text-align: justify; }
}
@media (min-width: 1200px) {
  .txt-xl-left { text-align: left; }
  .txt-xl-right { text-align: right; }
  .txt-xl-center { text-align: center; }
  .txt-xl-justify { text-align: justify; }
}

body {
  font-family: 'Open Sans Condensed', Arial, serif;
  font-size: 15px;
}
.overHeader {
  height: 48px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
body.admin-bar .overHeader { top: 32px; }
.overHeaderContainer { position: relative; }
.overHeaderContainer ul { line-height: 48px; }
.overHeaderContainer ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  height: 48px;
  transition: 1s;
  position: relative;
}
#header { margin-top: 48px; }
.banner {
  background-color: #fff;
  height: 140px;
  line-height: 140px;
}
.banner .logo { max-width: 400px; margin: auto; }
.respLogo {
  display: none;
}
.boxInline { display: inline-block; }
.btn-search {
  background-color: transparent;
  background-image: url('img/icons.png');
  background-position: 0 -20px;
  border: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
a.btn-subscribe {
  background-color: #ffcc00;
  color: #a62d2e;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 4px;
}
.cross-block a.btn-subscribe {
  position: absolute;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}
.cross-block.first a.btn-subscribe { color: #ffcc00; right: 20px; }
.cross-block.second a.btn-subscribe { color: #fff; left: 20px; }
.cross-block.second .boxInline { position: absolute; left: 125px; }
.cross-block.first img { margin-right: 10px; height: 130px; width: auto; }

a.btn-home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('img/icons.png');
  background-position: -40px 0;
  line-height: 53px;
  vertical-align: top;
}
a.btn-follow {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
}
.socialLinks a {
  display: inline-block;
}

.socialLinks a i {
  font-size: 20px;
}

.footer .socialLinks a {
  margin-left: 8px;
}
.topMenu {
  width: 100%;
  position: relative;
  top: 0px;
  z-index: 900;
  background-color: #fff;
  border-bottom: 5px solid #ededed;
}
.topMenu.sticky {
  position: fixed;
  top: 48px;
}
.topMenu ul li {
  height: 53px;
  line-height: 53px;
  margin: 0 10px;
}
.topMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.admin-bar #topMenu.sticky { top: 80px; }
ul.menuReset { margin: 0; padding: 0; }
ul.menuReset li { display: inline-block; }
ul.menuReset li a { text-decoration: none; }
.mainContent {
  background-color: #ffffff;
  margin: 20px 0 60px;
}
.videosContainer {
  background-color: #ededed;
  margin: 20px 0;
  position: relative;
}
.btn-all-videos {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  position: absolute;
}
.btn-all-videos::after { content: " >"; }
.home .btn-all-videos { top: 10px; right: 15px; }
.small.videosContainer .btn-all-videos { top: 25px; right: 10px; }

.home .videosContainer { padding: 50px 0; }
.home .videosContainer h2 { font-size: 26px; padding-bottom: 20px; }

.small.videoContainer { padding-bottom: 20px; }
.small.videosContainer h2 { font-size: 26px; padding: 15px 10px; }
.small.videoContainer h3 { padding: 0 10px; }
.home .videoContainer h3 { margin-top: 10px; }

.article .thumbnail { margin-bottom: 20px; }

.first.article { margin-bottom: 45px; }

.categoryTitle {
  font-size: 16px;
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
}
.article .categoryTitle { margin: 5px 0; }
.first.article .categoryTitle, .single .categoryTitle { font-size: 19px; }

.postTitle { font-weight: bold; }
.article .postTitle { font-size: 30px; line-height: 32px; margin-bottom: 10px; }
.first.article .postTitle { font-size: 40px; line-height: 45px; margin-bottom: 15px; }
.article p {
  font-family: Lora;
  font-size: 14px;
  line-height: 20px;
}
.first.article p { font-size: 15px; line-height: 23px; }

.single h1 { font-size: 58px; line-height: 60px; margin-bottom: 30px; }
.single .content p { font-family: Lora; line-height: 22px; }

.leclub {
  color: #fff;
  padding: 70px 0;
}
.leclub h1 { font-size: 27px; line-height: 47px; margin-bottom: 30px; }
.leclub h1 strong { font-size: 44px; }
.leclub h1 strong span { font-family: Lora; font-weight: 400; }
.leclub .content p { font-size: 18px; line-height: 23px; }
.club-members { padding: 50px 0; }
.club-members h2 { font-size: 36px; line-height: 45px; margin-bottom: 30px; }
.club-member { border: 1px solid #dcdcdc; height: 150px; line-height: 150px; }
.club-member a img { width: 8rem }
.clubContact { margin-top: 50px; }
.clubContact h2 { font-size: 27px; line-height: 45px; margin-bottom: 20px; }
.clubContact p { font-size: 16px; line-height: 22px; }
.clubContact p strong { font-size: 18px; }

.groupsite { padding: 40px 0; }

.thumbnail { position: relative; }
.thumbnail a { display: block; position: relative; }
.large.thumbnail a .play { background-size: 55px 55px; }
.thumbnail a .play {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('img/play.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
}
.thumbnail img { width: 100%; }
.categoryBanner { color: #fff; padding: 25px 0; }
.categoryBanner h1 { font-size: 45px; }
.categoryBanner p{
  font-size: 18px;
  font-family: Lora;
  font-style: italic;
}
.footer { padding: 20px 0; position: relative; }
.footer .boxInline { margin: 0 20px; }
.footer a { text-decoration: none;}
.footer-menu { font-weight: 700; font-size: 13px;  }
.footer-menu li:last-child span { display:none; }
.footer .sites { font-size: 16px; font-weight: 300; margin-top: 20px; }
.footer .copyright { font-size: 17px; font-weight: 700; margin-top: 20px; }
@media (min-width: 768px) {
  .footer-menu { margin: 40px 0 -20px; }
}
@media (max-width: 767px) {
  .footer-menu { margin-bottom: 40px; }
  .footer .socialLinks { margin: 30px 0; }
  .footer .sites { margin: 15px 0 35px; }
}

.magazine-current { padding: 20px 40px; }
.magazine-current h2 { font-size: 25px; line-height: 25px; }
.magazine-current .thumbnail { margin: 20px 0; }
.magazine-current a { display: block; }
.magazine-current a.link { text-decoration: none; font-size: 13px; font-weight: 700; }
.magazine-current a.link::after { content: " >"; }

.cross-block {
  height: 168px;
  padding: 20px 0;
  position: relative;
}
.cross-block.first { background-color: #ffcc00; }
.cross-block.second { color: #fff; }
.custom-pagination {
  text-align: right;
  font-weight: 700;
  font-size: 13px;
}
.chapo {
  font-size: 17px;
  line-height: 23px;
  font-family: Lora;
}
.social-share { margin: 20px 0; }
.social-share a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('img/icons.png');
  background-repeat: no-repeat;
}
.social-share .facebook { background-position: -16px -40px; }
.social-share .twitter { background-position: 0 -40px; }
.navbar-toggle {
	position: relative;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 0;
}
.navbar-toggle .burger-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
}
.navbar-toggle .burger-bar + .burger-bar { margin-top: 4px; }
@media (min-width: 768px) {
  .navbar-toggle { display: none; }
}
@media (max-width: 767px) {
  .topMenu { display: none; }
}
@media (min-width: 992px) {
  .topMenu ul li { margin: 0 20px; }
  .overHeader { position: fixed; }
}

.magsContainer {
  background-color: #ededed;
  margin: 20px 0;
  padding: 30px 0;
}
.magsContainer h2 { margin: 10px 0 25px; }
.magazineContainer {
  background-color: #f6f5f5;
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}
.magazineContainer .thumbnail {
  width: 50%;
  margin: 0 auto;
}
.newsletter-subscribe label {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}
.newsletter-subscribe label strong { font-size: 23px; }
.newsletter-subscribe input {
  font-family: 'Open Sans Condensed';
  vertical-align: top;
}
.newsletter-subscribe input.sib-email-area {
  height: 30px;
  font-size: 15px;
  font-weight: 300;
}
.newsletter-subscribe input.sib-default-btn {
  background-color: #363636;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  width: 40px;
  height: 30px;
}
.separation {
  background-color: #ededed;
  height: 1px;
  margin: 20px 0;
}
.separation:first-child { margin-top: 0; }
.edito h2 {
  font-size: 17px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0 5px;
}
.edito h3 {
  font-size: 46px;
  line-height: 46px;
}
.edito p.author {
  font-family: Lora;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
}
.edito p.content {
  font-family: Lora;
  font-size: 17px;
  line-height: 24px;
}
.edito .content span { font-size: 29px; margin-left: 5px; }

.searchOpen {
  width: 240px!important;
}

.searchForm {
  position: absolute;
  top: 0;
  padding: 0 5px;
  left: 0;
}
.searchForm form input {
  width: 200px;
  height: 31px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  font-family: 'Open Sans Condensed', Arial, serif;
  font-size: 18px;
}
.searchForm form input::placeholder {
  color: white;
}
@media (min-width: 768px) {
  .topMenu { height: 53px; }
}
  .overHeaderContainer {
    float: right;
  }
}
.postHeader { margin-top: 25px; }
.postHeader .categoryTitle { margin: 10px 0; }
.postContent { margin-top: 40px; }
.postContent .author { margin-top: 40px; }

.related { margin-top: 80px; }
.related h2 { font-size: 30px; }
.related h3 { font-size: 25px; line-height: 25px; margin-bottom: 20px; }
.related p { font-family: Lora; font-size: 14px; line-height: 20px; }

.mostread h2, .others h2 { font-size: 36px; line-height: 45px; }
.mostreadPost .categoryTitle, .others .categoryTitle { font-size: 13px; }
.mostreadPost h4, .others h4 { font-size: 19px; line-height: 22px; font-weight: 300; }

.postSequel .article { margin-bottom: 40px; height: 320px; }

.qsn { padding: 50px 0; }
.qsn h1 { font-size: 58px; line-height: 60px; margin-bottom: 30px; }
.qsn .content p { font-size: 17px; line-height: 23px; }

.archiveVideos { padding: 20px 0; }

.error404 .post-content, .page-template-default .post-content {
  padding: 50px 0;
  min-height: 500px;
}
.page-template-default .post-content h1 { margin-bottom: 25px; }
.wp-caption { max-width: 100%; }
.wp-caption.alignleft { float: left; margin-right: 10px; }
.wp-caption-text { font-size: 11px; }

.wpcf7 { margin: 20px 0; }
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok { border: 2px solid #398f14; }
div.wpcf7-mail-sent-ng { border: 2px solid #ff0000; }
div.wpcf7-spam-blocked { border: 2px solid #ffa500; }
div.wpcf7-validation-errors { border: 2px solid #f7e700; }
.wpcf7-form-control-wrap { position: relative; }
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item { display: inline-block; margin: 0 0 0 1em; }
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after { content: " "; }
.wpcf7-display-none { display: none; }
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('img/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active { visibility: visible; }
div.wpcf7 div.ajax-error { display: none; }
div.wpcf7 .placeheld { color: #888; }
div.wpcf7 .wpcf7-recaptcha iframe { margin-bottom: 0; }
div.wpcf7 input[type="file"] { cursor: pointer; }
div.wpcf7 input[type="file"]:disabled { cursor: default; }
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {  }

@media (max-width: 782px) {
    body.admin-bar .overHeader { top: 46px; }
    body.admin-bar .topMenu.sticky { top: 98px; }
}
.publicite {
  margin: 2rem auto;
  min-width: 100%;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
    .abonnement {
      display: none!important;
    }
    #header {
      margin-top: 10px!important;
    }
    #header .container .banner {
      display: none;
    }
    .respLogo {
      position: absolute;
      display: block;
      left: 20%;
      transform: translateX(-50%);
      width: 80px;
      top: 5px;
    }
    .postTitle {
      font-size: 25px!important;
      line-height: initial!important;
    }
    .searchOpen {
      width: initial!important;
    }
    .searchForm {
      position: absolute;
      top: 48px;
      padding: 0 5px;
      right: 0;
      left: auto;
      background-color: #c6000b;
      z-index: 1;
    }
}

@media (max-width: 478px) {
  .respLogo {
    left: 50%;
  }
}


.europeens {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  /* display: none; */
}

.europeens-popup {
  max-width: 1000px;
  width: 90%;
  background-color: white;
  max-height: 700px;
  padding: 50px 110px;
  box-sizing: border-box;
  
  border-radius: 40px 40px 0px 0px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .europeens-popup {    
    padding: 20px 20px;
    height: 75%;
  }
}
.europeens-popup-close {
  position: absolute;
  right: 20px;
  top: -10px;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .europeens-popup-close  {    
    top: 0;
    right: 25px;
  }
}
.europeens-popup-parisberlin {
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: 25px;
  font-family: 'proxima-nova', sans-serif;
}

@media screen and (max-width: 720px) {
  .europeens-popup-parisberlin  {    
    padding: 20px 20px;
    font-size: 20px;
  }
}
.europeens-popup-close span {
  width: 50px;
  height: 10px;
  background-color: black;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 720px) {
  .europeens-popup-close span  {    
    width: 40px;
    height: 10px;
  }
}
.europeens-popup-close span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 10px;
}

.europeens-popup-close span:last-child {
  transform: rotate(45deg);
}

.europeens-popup-img {
  text-align: center;
  margin: 50px 0;
}

.europeens-popup-img img {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.europeens-popup-text {
  font-size: 20px;
  line-height: 40px;
  font-family: 'Arial', 'Helvetica', sans-serif;
}

.europeens-popup-text p {
  margin: 40px 0;
}

.europeens-popup-text p span {
  font-weight: bold;
  background-color: #ffe610;
}

.europeens-popup-sub {
  background-color: #ffe610;
  width: 100%;
  height: 130px;
  max-width: 1000px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 40px 40px;
}

.europeens-popup-sub a {
  font-size: 25px;
  background-color: white;
  padding: 20px 50px;
  text-align: center;
  font-weight: bold;
  color: black;
  font-family: 'proxima-nova', sans-serif;
}
@media screen and (max-width: 720px) {
  .europeens-popup-sub a  {    
    padding: 20px 20px;
    font-size: 20px;
  }
}

.simplebar-vertical {
  background-color: #ffe610;
  height: 80%;
  top: 54%!important;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 50px;
}
@media screen and (max-width: 720px) {
  .simplebar-vertical  {    
    right: 0px;
  }
}
.simplebar-scrollbar {
  background-color: black;
  border-radius: 50px;
}

.simplebar-horizontal {
  display: none!important;
}

.europeens-popup-close-wrapper {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: fixed;
}