@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

*, html, body, a, p, span, div, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue LT W1G';
}
body, p, a, span, div {
	font-weight: 300;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	color: #00234f;
}
header.header .menu a {
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }






ul.cnss-social-icon {
	display: block;
	float: right;
/* 	padding-left: 7px; */
}
ul#menu-navigation-1 {
	display: block;
	clear: both;
	float: none;
	margin-top:49px;
}
.top-bar, .top-bar ul {
	background: transparent;
}
header.header {
	background: #00234f;
}
body.home header.header {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
a {
	color: #00234f;
}
header.header a {
	color: #FFF;
}
a.sublogo {
	display: block;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 4px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
a.img-logo {
	
}
img.logo {
	height: auto;
	width: 207px;
	margin-top: 2px;
}
.menu a {
	font-size: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 4px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
header.header ul#menu-navigation-2 li a {
	padding: 13px 10px 7px 10px !important;
}
.menu .active>a, .menu a:hover {
	background: #FFF;
	color: #00234f;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
header.header ul#menu-navigation-1 li a {
	padding-bottom: 7px;
	padding-top: 12px;
}
div.top-bar-right {
	margin-top: 7px;
}
ul.cnss-social-icon li.cn-fa-icon a {
	background-color: transparent !important;
}
footer .menu a, footer .menu .active>a {
	color: #222;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
footer.footer {
	background: #EEE;
	padding: 22px 0;
}
footer.footer p.copyright {
	font-size: 12px;
	margin-top: 16px;
	letter-spacing: 0.02em;
	color: #777;
}
footer .menu {
	margin-top: 10px;
}
footer .menu .active>a {
	background: transparent;
}
footer .menu a, footer .menu .active>a {
	padding: 0 !important;
	margin: 0 10px 0 0;
}
footer .menu a:hover, footer .menu .active>a {
	text-decoration: underline;
}
div#inner-content {
	padding-top: 40px !important;
	padding-bottom: 55px !important;
}
body.home div#inner-content {
	padding-top: 0px !important;
}
.menu.kleinemenu, .menu.kleinemenu li, .menu.kleinemenu a, .menu.kleinemenu .active>a {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.menu.kleinemenu a, .menu.kleinemenu .active>a {
	padding: 2px 16px 0px 16px;
	margin: 0;
	background: transparent;
	color: #FFF;
}
.menu.kleinemenu a {
	border-right: 1px solid #FFF;
}
.menu.kleinemenu li:last-child a {
	border-right: none;
}
.menu.kleinemenu a:hover, .menu.kleinemenu .active>a {
	text-decoration: underline;
}
div.menu-kleine-navigatie-container {
	padding: 0;
	border-right: 1px solid #FFF;
	margin: 10px 16px 0 0;
	display: inline-block;
	text-align: right;
	float: right;
}
div.bovenheader {
	background: rgba(255,255,255,0.2);
	padding: 0px 7px 1px 0px;
	display: block;
	margin-bottom: 10px;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
/*
div.top-bar {
	padding-top: 0px;
}
*/
span.frezer {
	font-size: 11px;
	opacity: 0.55;
}
span.frezer:hover {
	opacity: 0.88;
}
#nocturne-plan {
	
}
div.nocturne-wrapper {
	
}
div.nocturne-heading {
	
}
div.nocturne-heading img {
	height: auto;
	display: block;
	width: 90%;
	max-width: 520px;
	margin: 25px auto;
}
div.nocturne-content {
	background: #f9aa8f;
	padding: 4px 7px;
}
div.nocturne-content img.nocturne-plan {
	
}
div.nocturne-content p, div.nocturne-content a {
	color: #FFF !important;
}
div.nocturne-block {
	padding-bottom: 16px;
	padding-right: .4375rem;
	padding-left: .4375rem;
}
div.nocturne-block div.nocturne-innerblock {
	background: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	padding: 7px 10px;
	opacity: 0.91;
}
div.nocturne-block div.nocturne-innerblock:hover {
	opacity: 1;
}
div.nocturne-block h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 4px 0 1px 0;
	display: inline;
}
div.nocturne-block span.nocturne-numero {
	font-size: 11px;
	color: #FFF;
	background: #000;
	font-weight: 400;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 21px;
}
div.nocturne-block span.nocturne-numero.red {
	background: red;
}
div.nocturne-block img.nocturne-logo {
	height: auto;
	width: 100%;
	max-width: 82px;
	float: right;
	display: block;
	clear: both;
	margin-left: 4px;
}
div.nocturne-block span.nocturne-adresse {
	display: block;
	font-size: 14px;
}
div.nocturne-block span.nocturne-telephone {
	display: block;
	font-size: 14px;
}
div.nocturne-block span.nocturne-categories {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #555;
	letter-spacing: 0.02em;
}
div.nocturne-block span.nocturne-arret_de_metro {
	display: block;
	font-size: 14px;
}
div.nocturne-block span.nocturne-arret_de_metro img {
	height: auto;
	display: block;
	float: left;
	margin-right: 4px;
	width: 16px;
}
a.vc_btn3 {
	background: #00234f !important;
	color: #FFF !important;
	font-size: 17px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 10px 10px 7px 10px !important;
	font-weight: bold !important;
	line-height: 34px !important;
	border: 2px solid #00234f !important;
}
a.vc_btn3:hover {
	background: #FFF !important;
	color: #00234f !important;
}
.horizont-lignes {
	border-right: 1px solid #EEE !important;
}
.horizont-lignes:last-child {
	border-right: none !important;
}
.homepage-3col-info .vc_column-inner {
	padding-left: 40px;
	padding-right: 40px;
}
.magnify > .magnify-lens {
  width: 220px;
  height: 220px;
}
.partenaires_content {
	padding: 22px 10% 10px 10%;
}
.partenaires_content a {
	font-size: 13px;
	letter-spacing: 0.2em;
}
.partenaires_content img {
	padding-left: 25%;
	padding-right: 25%;
	margin-bottom: 10px;
}
.partenaires_content .wpb_single_image {
	margin-bottom: 10px;
}
footer.footer ul.cnss-social-icon {
	margin-top: 16px;
}
footer.footer ul.cnss-social-icon li {
	
}
footer.footer ul.cnss-social-icon li a {
	color: #00234f !important;
}
footer.footer ul.cnss-social-icon li a:hover {
	background: #00234f !important;
	color: #FFF !important;
}
#zenaholloway, #zenaholloway a {
	color: #FFF !important;
	font-family: 'Helvetica Neue LT W1G' !important;
	font-weight: 300 !important;
	letter-spacing: 0.2em !important;
}
#zenaholloway {
	opacity: 0.7 !important;
}
#zenaholloway a:hover {
	text-decoration: underline !important;
}
body.page-template-page-lesplans #programme-header a.vc_btn3 i {
	font-size: 17px !important;
}
body.page-template-page-lesplans #programme-header a.vc_btn3 {
	background: #FFF !important;
	color: #00234f !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 4px 16px 1px 37px !important;
	font-weight: 300 !important;
	line-height: 28px !important;
	border: 2px solid #00234f !important;
	margin-right: 7px !important;
}
body.page-template-page-lesplans #programme-header a.vc_btn3:hover {
	background: #00234f !important;
	color: #FFF !important;
}
#programme-header #programme-title {
	margin-bottom: 16px;
}
.programme-blok {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #199ceb;
}
.programme-blok:last-child {
	border-bottom: none;
}
div.programme-blok-event {
	background: #FFF;
	margin-bottom: 10px;
	padding-right: .31rem;
	padding-left: .31rem;
}
div.programme-blok-event.rouge div.programme-blok-inner {
	background: #fbe1d4;
}
div.programme-blok-event.bleu div.programme-blok-inner {
	background: #daf0fb;
}
div.programme-blok-event.jaune div.programme-blok-inner {
	background: #ffecae;
}
h2.plan-title {
	padding-top: 25px;
}
span.plan-quartiers {
	font-size: 31px;
	display: inline-block;
	padding-right: 10%;
	margin-top: 4px;
	font-weight: 300;
	color: #222;
	line-height: 1.0em;
	text-transform: uppercase;
}
span.plan-villemiroir {
	font-size: 31px;
	display: inline-block;
	padding-right: 10%;
	margin-top: 10px;
	font-weight: bold;
	color: #00234f;
	line-height: 1.0em;
	text-transform: uppercase;
}
.programme-infotxt {
	font-size: 22px;
	margin-bottom: 16px;
}
div.programme-blok {
	line-height: 1.0em;
}
div.programme-blok div.programme-blok-inner {
	display: block;
/* 	height: 100%; */
	width: 100%;
	padding: 7px 10px;
/* 	opacity: 0.91; */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/*
div.programme-blok div.programme-blok-inner:hover {
	opacity: 1;
}
*/
div.programme-blok h3, li.homepage-programme-blok h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 4px 0 1px 0;
	display: inline;
	color: #199ceb;
}
div.programme-blok span.programme-numero {
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background: transparent;
	font-weight: 300;
	letter-spacing: 0.0em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 4px;
}
li.homepage-programme-blok span.programme-numero {
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background: transparent;
	font-weight: 400;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 0;
}
div.programme-blok .rouge span.programme-numero {
	background: #e5001c;
	border-color: #e5001c;
	color: #FFF;
}
div.programme-blok .bleu span.programme-numero {
	background: #199ceb;
	border-color: #199ceb;
	color: #FFF;
}
div.programme-blok .jaune span.programme-numero {
	background: #fecc09;
	border-color: #fecc09;
	color: #000;
}
div.programme-blok .rouge h3 {
	color: #e5001c;
}
div.programme-blok .bleu h3 {
	color: #199ceb;
}
div.programme-blok .jaune h3 {
	color: #111;
}
div.programme-blok span.programme-adresse, li.homepage-programme-blok span.programme-adresse {
	display: block;
	font-size: 15px;
	line-height: 1.3em;
	margin: 4px 0;
}
div.programme-blok span.programme-telephone, li.homepage-programme-blok span.programme-telephone {
	display: block;
	font-size: 15px;
	line-height: 1.3em;
	margin: 4px 0;
}
div.programme-blok a.programme-website, li.homepage-programme-blok a.programme-website {
	display: block;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.3em;
	margin: 4px 0;
	
}
div.programme-blok span.programme-categories, li.homepage-programme-blok span.programme-categories {
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
	margin: 4px 0;
	color: #555;
	letter-spacing: 0.02em;
}
div.programme-blok span.programme-metro, li.homepage-programme-blok span.programme-metro {
	display: block;
	font-size: 15px;
	line-height: 1.3em;
	margin: 4px 0;
}
div.programme-blok span.programme-metro img, li.homepage-programme-blok span.programme-metro img {
	height: auto;
	display: block;
	float: left;
	margin-right: 4px;
	width: 16px;
}
div.legende {
	background: #f8f8f8;
	display: block;
	width: auto;
	width: intrinsic;
	padding: 7px 10px 5px 16px;
	margin-bottom: 40px;
}
div.legende span.legende-txt {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #dbdbdb;
	font-size: 13px;
	color: #444;
	padding-top: 4px;
}
div.legende span.legende-blok {
	display: inline-block;
}
div.legende span.legende-txt:last-child {
	border-right: none;
	padding-right: 0px;
}
div.legende span.legende-kleur {
	display: inline-block;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 2px;
	margin-bottom: -2px;
	overflow: hidden;
}
div.legende span.legende-kleur.blanc {
	border: 1px solid #000;
}
div.legende span.legende-kleur.rouge {
	background: #e5001c;
	border: 1px solid #e5001c;
}
div.legende span.legende-kleur.bleu {
	background: #199ceb;
	border: 1px solid #199ceb;
}
div.legende span.legende-kleur.jaune {
	background: #fecc09;
	border: 1px solid #fecc09;
}
#to_top_scrollup {
	line-height: 0.9em !important;
}
body.home li.homepage-programme-blok {
	margin-bottom: 34px;
	list-style: none !important;
	list-style-type: none !important;
}
body.home li.homepage-programme-blok div.homepage-programme-blok-inner {
	background: rgba(255,255,255,0.7);
	height: 100%;
	padding: 20px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 400ms ease-in-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 400ms ease-in-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
body.home li.homepage-programme-blok div.homepage-programme-blok-inner:hover {
	background: rgba(255,255,255,1);
}
body.home li.homepage-programme-blok .home-programme-item {
	display: block;
}
body.home li.homepage-programme-blok a.programme-website.vc_btn3 {
	background: #f0f0f0 !important;
	color: #00234f !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 7px 10px 4px 10px !important;
	font-weight: 300 !important;
	letter-spacing: 0.02em !important;
	line-height: 19px !important;
	border: none !important;
	margin-right: 7px !important;
	margin-top: 10px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	display: inline-block !important;
}
body.home li.homepage-programme-blok a.programme-website.vc_btn3:hover {
	background: #00234f !important;
	color: #FFF !important;
}
#contactlinks a.vc_btn3 i {
	font-size: 17px !important;
	left: 10px !important;
}
#contactlinks a.vc_btn3 {
	background: #f4f4f4 !important;
	color: #00234f !important;
	font-size: 14px !important;
	text-transform: lowercase !important;
	letter-spacing: 0.04em !important;
	padding: 4px 10px 1px 31px !important;
	font-weight: 300 !important;
	line-height: 28px !important;
	border: 1px solid #EEE !important;
	margin-right: 7px !important;
	margin-bottom: 3px !important;
	margin-top: 0px !important;
}
#contactlinks a.vc_btn3:hover {
	background: #00234f !important;
	color: #FFF !important;
	border: 1px solid #00234f !important;
}
#contactlinks div.vc_btn3-inline {
	margin-bottom: 7px;
}
#block-infos {
	font-size: 16px !important;
}
body.page-template-page-10ans {
	background: #050911;
}
body.page-template-page-10ans header.header {
	background: #050911;
}
body.page-template-page-10ans footer.footer {
	background: #050911;
	color: #FFF;
}
body.page-template-page-10ans footer.footer a {
	color: #FFF;
}
body.page-template-page-10ans footer.footer p.copyright {
	color: #FFF;
}
body.page-template-page-10ans footer.footer ul.cnss-social-icon li a {
	color: #FFF !important;
}
body.page-template-page-10ans h2 {
	text-align: center;
	color: #FFF !important;
	line-height: 1.0em;
	font-size: 31px;
	margin-top: 16px;
	margin-bottom: 34px;
}
body.page-template-page-10ans p {
	color: #FFF !important;
	line-height: 1.3em;
	font-size: 22px;
}
body.page-template-page-10ans label {
	color: #FFF !important;
	font-weight: 300 !important;
	font-size: 19px !important;
	margin-bottom: 0px !important;
	margin-top: 16px !important;
	padding-bottom: 0px !important;
	line-height: 1.0em !important;
}
body.page-template-page-10ans div.nf-after-field div.nf-error {
	background: rgba(196,42,42,1) !important;
	color: #FFF !important;
}
body.page-template-page-10ans div.nf-after-field div.nf-error-msg {
	color: #FFF !important;
	padding: 2px 7px 0px 7px !important;
}
body.page-template-page-10ans div.nf-input-limit  {
	margin-top: 1px !important;
}
body.page-template-page-10ans input.ninja-forms-field, body.page-template-page-10ans textarea.ninja-forms-field {
	background: transparent !important;
	color: #FFF !important;
	border: 1px solid #FFF !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
body.page-template-page-10ans input[type=button] {
	background: transparent !important;
	color: #FFF !important;
	width: 100% !important;
	outline: none !important;
	border: 1px solid #FFF !important;
	display: block !important;
	padding: 10px 16px !important;
	margin-top: 10px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer !important;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
body.page-template-page-10ans input[type=button]:hover {
	background: #FFF !important;
	color: #050911 !important;
}
body.home #decouvrez-complet .vc_btn3 {
	background: transparent !important;
	color: #00234f !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 10px 28px 7px 16px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	border: 2px solid #00234f !important;
	margin-right: 7px !important;
	margin-bottom: 3px !important;
	margin-top: 0px !important;
}
body.home #decouvrez-complet .vc_btn3 i {
	font-size: 70% !important;
	line-height: 1.25em !important;
	right: 11px !important;
}
body.home #decouvrez-complet .vc_btn3:hover {
	background: #00234f !important;
	color: #FFF !important;
}
body.home div.nf-before-form-content div.nf-form-fields-required {
	display: none;
}
body.home div.nf-field label {
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
div.fb_iframe_widget, div.fb_iframe_widget span:first-child {
	width: 100% !important;
}
.homepage-3col-info span.nf-form-title h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.homepage-3col-info input[type=text], .homepage-3col-info input[type=email] {
	border: 1px solid #c3c3c3;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4em;
	padding: 10px 10px 4px 10px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.homepage-3col-info div.nf-field-container {
	margin-bottom: 10px;
}
.homepage-3col-info input.vc_btn3 {
	background: transparent !important;
	color: #00234f !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 10px 22px !important;
	text-align: center;
	width: 100% !important;
	display: block;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	border: 1px solid #00234f !important;
	cursor: pointer;
	margin-right: 7px !important;
	margin-bottom: 3px !important;
	margin-top: 4px !important;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.homepage-3col-info input.vc_btn3:hover {
	color: #FFF !important;
	background: #00234f !important;
}
.programme-blok .vc_btn3 {
	background: transparent !important;
	color: #00234f !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 10px 22px 8px 22px !important;
	text-align: center;
	display: inline-block;
	font-weight: 300 !important;
	line-height: 1.4em !important;
	border: 1px solid #00234f !important;
	cursor: pointer;
	margin-right: 7px !important;
	margin-bottom: 3px !important;
	margin-top: 10px !important;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.programme-blok .vc_btn3:hover {
	color: #FFF !important;
	background: #00234f !important;
}
div.mobile-menu-navi ul.menu {
	display: none !important;
}
div.mobile-menu-toggle {
	display: none;
}
a.mobile-menu-toggle-link {
	
}
body.page-template-page-lecabinetroyale {
	background: #000;
}
body.page-template-page-lecabinetroyale div#inner-content {
	color: #FFF;
	padding-top: 70px !important;
}
#cabinetroyal-title {
	
}
body.page-template-page-lecabinetroyale div#inner-content #cabaret-infos h3 {
	color: #fecc09;
}
body.page-template-page-lecabinetroyale div#inner-content #cabaret-infos h4 {
	line-height: 1.2em;
	margin-bottom: 0px;
	font-size: 16px;
	color: #fecc09;
}












/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 765px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 790px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	div.rev_slider_wrapper, div.tp-fullwidth-forcer {
		display: none !important;
	}
	body.home header.header {
		background: #00234f;
		position: relative;
	}
	div.bovenheader {
		width: 100%;
		display: block;
		float: none;
		clear: both;
		padding-top: 4px;
	}
	div.bovenheader div.menu-kleine-navigatie-container a {
		font-size: 13px;
		padding: 4px 7px;
		line-height: 1.2em;
		text-align: center;
	}
	div.bovenheader div.menu-kleine-navigatie-container {
		border-right: none;
		text-align: center;
		float: none;
		display: block;
		clear: both;
		margin: 0 auto;
	}
	div.bovenheader div.menu-kleine-navigatie-container a, div.bovenheader div.menu-kleine-navigatie-container li {
		display: inline-block;
		text-align: center;
		float: none;
	}
	div.bovenheader ul.cnss-social-icon {
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center !important;
	}
	div.bovenheader ul.cnss-social-icon li {
		
	}
	div.bovenheader ul.cnss-social-icon li a {
		
	}
	div.top-bar-right ul.menu {
		display: none;
	}
	div.mobile-menu-navi ul.menu {
		display: block !important;
		position: relative;
		clear: both;
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	div.mobile-menu-navi {
/* 		display: none; */
	}
	div.bovenheader ul.menu {
		display: block !important;
	}
	div.mobile-menu-toggle {
		display: none;
		cursor: pointer;
	}
	div.mobile-menu-toggle a {
		display: block;
		float: right;
		color: #00234f;
		font-size: 15px;
		text-transform: uppercase;
		padding: 7px 16px 4px 16px;
		text-align: right;
		background: #FFF;
		margin-top: 16px;
		cursor: pointer;
	}
	div.mobile-menu-toggle a i.fa {
		font-size: 110%;
		margin-right: 7px;
	}
	a.img-logo img {
		max-width: 160px;
	}
}

/* Custom */ 
@media only screen and (max-width : 380px) {
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
