/*
Theme Name: Superception V3
Author: Laurent Zubac
Author URI: http://www.atelier-buz.com/
Description: Superception V3 theme for WordPress.
Version: 1.0
*/

/* ***** generic styles ***** */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html { overflow: hidden; }
html,
body { height: 100%; }
body {
	background-color: #bb2222;
	min-width: 320px;
}

body.cv { background-color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #666; }

a {
	color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover, a:focus { color: #000; }

hr {
	border-top: 1px solid #d4d2d2;
	border-bottom: 1px solid #f6f6f6;
}

ul.inline, ol.inline {
	margin-left: 10px;
}

::selection {
	background: #bb2222;
	color: #fff;
	text-shadow: none;
}

blockquote {
  padding: 0 50px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p { font-weight: 400; }


/* ***** classes ***** */
.left,
.alignleft { float: left; }
.right,
.alignright { float: right; }
img.left,
img.alignleft,
#the-content .entry-post .wp-caption.alignleft { margin: 0 10px 5px 0; }
img.right,
img.alignright,
#the-content .entry-post .wp-caption.alignright { margin: 0 0 5px 10px; }
.center,
.aligncenter { display: block; margin: 0 auto; }
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  line-height: 14px;
  max-width: 100%;
  text-align: center;
}
figcaption,
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  padding: 5px 0 0 0;
  text-align: center;
}



/* ***** global wrapper ***** */
#global-wrapper {
	position: relative;
}

/* ***** navigation wrapper ***** */
#navigation-wrapper {
	background: #f4f4f4;
	color: #ebbdbd;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	left: 240px;
	margin-left: -240px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	text-transform: uppercase;
	width: 240px;
}
#navigation-wrapper .smartmenu { display: none; }
#navigation-wrapper ul {
	list-style-type: none;
	margin: 0;
}
#navigation-wrapper ul.main {
	background: #bb2222;
	height: 100%;
	min-height: 550px;
	position: relative;
	width: 240px;
}

/* ***** superception logo ***** */
#superception-smartlogo {
	background: #bb2222;
	display: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#superception-smartlogo img { width: 160px; }
#superception-logo {
	border-bottom: none;
	padding: 30px 0;
	text-align: center;
	width: 240px;
}
#superception-logo img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  width: 153px;
}

/* ***** smartmenu link ***** */
#smartmenu-link {
	background: #bb2222;
	padding: 10px 20px;
	width: 100%;
}

/* ***** menu principal ***** */
#navigation-wrapper .main ul li { border-bottom: 1px solid #c54343; }
#navigation-wrapper .main ul li:last-child { border-bottom: none; }
#navigation-wrapper .main ul li a {
	color: #ebbdbd;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	width: 240px;
}
#navigation-wrapper .main ul li.current-menu-item a,
#navigation-wrapper .main ul li.current_page_item a,
#navigation-wrapper .main ul li.current-menu-ancestor a,
#navigation-wrapper .main ul li.current-menu-parent a {
	color: #fff;
	font-weight: 500;
}
#navigation-wrapper .main ul li:hover a {
	background: #fff;
	color: #bb2222;
}

/* ***** sub menu ***** */
#navigation-wrapper ul.sub-menu {
	bottom: 0;
	display: none;
	top: 0;
  overflow-y: auto;
	position: absolute;
	right: -180px;
	width: 180px;
	z-index: 1000;
}
#navigation-wrapper .main ul.sub-menu li { border-bottom: 1px solid #fff; }
#navigation-wrapper .main ul.sub-menu li:last-child { border-bottom: none; }
#navigation-wrapper .main ul.sub-menu li a {
	font-size: 13px;
	background: none;
	color: #666;
	font-weight: 100;
	padding: 10px;
	text-transform: none;
	width: 180px;
}
#navigation-wrapper ul.sub-menu li.current-menu-item a,
#navigation-wrapper ul.sub-menu li.current-post-ancestor a,
#navigation-wrapper ul.sub-menu li.current-menu-parent a,
#navigation-wrapper ul.sub-menu li.current-post-parent a { font-weight: 500; }
#navigation-wrapper ul.sub-menu li:hover a {
	background: #fff;
	color: #333;
}


/* ***** menu about ***** */
#menu-menu-about-fr li a,
#menu-menu-about-en li a {
	bottom: 0;
	position: absolute;
}
#navigation-wrapper .main #menu-menu-about-fr ul.sub-menu li a,
#navigation-wrapper .main #menu-menu-about-en ul.sub-menu li a {
	bottom: auto;
	position: relative;
}

/* ***** social nav ***** */
#social-nav {
	bottom: 70px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#navigation-wrapper .main ul#social-nav li {
	border: none;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	padding: 5px;
	width: 30px;
	white-space: nowrap;
}
#navigation-wrapper .main ul#social-nav li a {
	display: inline-block;
	height: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	overflow: hidden;
	padding: 0;
	text-indent: 50px;
	width: 20px;
}
#navigation-wrapper .main ul#social-nav li:hover a { background: transparent; }
#navigation-wrapper .main ul#social-nav li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#navigation-wrapper .main ul#social-nav li a.rss { background: transparent url(images/picto-rss.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.twitter { background: transparent url(images/picto-twitter.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.facebook { background: transparent url(images/picto-facebook.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.linkedin { background: transparent url(images/picto-linkedin.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.googleplus { background: transparent url(images/picto-gplus.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.tumblr { background: transparent url(images/picto-tumblr.png) no-repeat center center; }
#navigation-wrapper .main ul#social-nav li a.pinterest { background: transparent url(images/picto-pinterest.png) no-repeat center center; }



/* ***** content wrapper ***** */
#content-wrapper {
	float: left;
	width: 100%;
}

#content-wrapper.cv { float: none; }



/* ***** content container ***** */
#content-container {
	background: #bb2222;
	margin-left: 240px;
	overflow-y: auto;
}
#content-container .white { background: #fff; }
#content-container .inner {
	margin: 0 auto;
	max-width: 960px;
}

#content-container-cv {
	background: #fff;
}
#content-container-cv .inner {
	margin: 0 auto;
	max-width: 960px;
}

@media print {
  #content-container-cv .inner {
  	max-width: 100%;
  }
}



/* ***** subscribe form ***** */
#subscribe-form {
	background: #f4f4f4;
	color: #aaa;
	display: none;
	font-family: 'Ubuntu', sans-serif;
	padding: 20px;
	position: relative;
	text-align: center;
}
#subscribe-form form {
	display: inline-block;
	margin: 0;
}
#subscribe-form h4 {
	display: inline-block;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}
#subscribe-form label { display: none; }
#subscribe-form input,
#subscribe-form input:before,
#subscribe-form input:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#subscribe-form div.error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48;
	padding: 8px 14px 8px 14px;
	margin: 0 auto 10px auto;
	max-width: 280px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}
#subscribe-form a.close-link {
	background: transparent url(images/close.png) no-repeat 0 0;
	border: none;
	height: 11px;
	top: 20px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-indent: 30px;
	width: 11px;
}
#subscribe-form .textwidget {
  color: #999;
  padding: 0 40px;
}



/* ***** search form ***** */
#search-form {
	background: #f4f4f4;
	color: #aaa;
	display: none;
	font-family: 'Ubuntu', sans-serif;
	padding: 20px;
	position: relative;
	text-align: center;
}
#search-form form {
	display: inline-block;
	margin: 0;
}
#search-form h4 {
	display: inline-block;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}
#search-form label { display: none; }
#search-form input,
#search-form input:before,
#search-form input:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#search-form a.close-link {
	background: transparent url(images/close.png) no-repeat 0 0;
	border: none;
	height: 11px;
	top: 20px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-indent: 30px;
	width: 11px;
}



/* ***** header tools ***** */
#header-tools { }
#header-tools ul {
	list-style: none;
	margin: 0;
	text-align: right;
}
#header-tools li {
	background: #bb2222;
	color: #ebbdbd;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	padding: 10px 15px;
}
#header-tools li.language.active {
	background: #ebbdbd;
	color: #fff;
}
#header-tools li a {
	color: #ebbdbd;
	display: inline-block;
}
#header-tools li.language.active a {
	color: #fff;
}
#header-tools li a:hover {
	color: #fff;
	text-decoration: none;
}
#header-tools li.abonnement a {
	background: transparent url(images/picto-abonnement.png) no-repeat center left;
	padding: 0 0 0 28px;
}
#header-tools li.recherche a {
	background: transparent url(images/picto-recherche.png) no-repeat center left;
	padding: 0 0 0 26px;
}



/* ***** superception mojo ***** */
#superception-mojo {
	padding: 40px 0 0 0;
	text-align: center;
}
#superception-mojo .inner {
	margin: 0 auto;
	max-width: 960px;
}
#superception-mojo p {
	border-bottom: 1px solid #e8e8e8;
	color: #666;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 10px;
}
#superception-mojo p span {
	padding: 0 15px;
}
#superception-mojo p span:last-child {
	padding: 0 5px 0 15px;
}
#superception-mojo h3 {
	color: #bb2222;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 34px;
	font-weight: 100;
	margin: 0;
	padding: 15px 0 0 0;
	letter-spacing: 5px;
}
#superception-mojo.small p { font-size: 14px; }
#superception-mojo.small h3 {
	font-size: 26px;
	padding: 10px 0 0 0;
}


/* ***** the content ***** */
#the-content {
	padding: 40px 20px;
}


/* ***** superception slider ***** */
#superception-slider {
	margin: 0 auto;
	max-width: 960px;
	padding: 40px 20px 0 20px;
}
#superception-slider .carousel-indicators {
	left: 35px;
	top: 55px;
}
#superception-slider .carousel-indicators li {
	background-color: #bb2222;
	background-color: rgba(187, 34, 34, 0.75);
	cursor: pointer;
	width: 7px;
	height: 7px;
}
#superception-slider .carousel-indicators .active {
	background-color: #fff;
}
#superception-slider .carousel-caption {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 100;
}



/* ***** box ***** */
.box {
	border-bottom: 1px solid #ddd;
	font-family: 'Ubuntu', sans-serif;
	padding: 20px 0;
}
.box img { display: block; }
.box h3 {
	font-size: 22px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
}
.box p { color: #999; }
.box p.submitted {
	color: #aaa;
	font-size: 12px;
}
.box a {
	border-bottom: 1px solid #fff;
}
.box a:hover {
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}

.box .col-image {
	background: #f4f4f4;
	float: left;
	width: 48%;
}
.box .col-text {
	float: left;
	padding: 0 0 0 40px;
	width: 52%;
}
.invert .col-image { float: right; }
.invert .col-text {
	float: left;
	padding: 0 40px 0 0;
}



/* ***** pagination ***** */
.pagination {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 30px 0;
}
.pagination ul {
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
	padding: 0 8px;
	background: none;
	border: none;
	border-left-width: 0;
}
.pagination ul > li > span { color: #aaa; }
.pagination ul > li > span.current {
	color: #bb2222;
	font-size: 16px;
	font-weight: 700;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span { background: none; }
.pagination ul > li > a {
	border-bottom: 1px solid #fff;
	color: #7c7c7c;
}
.pagination ul > li > a:hover { border-bottom: 1px solid #ccc; }



/* ***** footer ***** */
#footer {
	background: #bb2222;
	color: #dfa9a9;
	font-family: 'Ubuntu', sans-serif;
	padding: 30px 20px;
	position: relative;
}
#footer ul.inline {
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}
#footer ul.inline > li {
	padding-right: 30px;
	padding-left: 0;
}
#footer p { margin: 0; }
#footer a {
	border-bottom: 1px solid #bb2222;
	color: #fff;
}
#footer a:hover {
	border-bottom: 1px solid #dfa9a9;
	text-decoration: none;
}
#footer a#goup-link {
	background: transparent url(images/return.png) no-repeat 0 0;
	border: none;
	height: 11px;
	margin-top: -60px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	text-indent: 30px;
	width: 21px;
}


/* ***** content ***** */
h1.page-title {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	font-weight: 100;
	line-height: 40px;
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: center;
}
#the-content .article {
	float: left;
	width: 66%;
}
#the-content .article.cv {
	float: none;
	width: 100%;
}
#the-content .sidebar {
	float: left;
	padding: 0 0 0 20px;
	width: 34%;
}
#the-content-entry { padding: 0 20px 0 40px; }
#the-content-entry p.submitted {
	color: #999;
	margin: 0;
	padding: 0;
}
#the-content-entry p.submitted a { color: #999; }
#the-content-entry h1.page-title {
	padding: 0 0 30px 0;
	text-align: left;
}
#the-content-entry.page h1.page-title {
	padding: 0;
	text-align: left;
}
#the-content .entry-post {
	color: #666;
	padding: 40px 0 10px 0;
}
#the-content .entry-post hr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
#the-content .entry-post.cv hr {
  border-top: 1px solid #ccc;
	margin: 40px 0;
}
#the-content .entry-post.cv .top-infos {
  overflow: hidden;
}
#the-content .entry-post.cv .top-infos .left-infos {
  width: 50%;
  float: left;
}
#the-content .entry-post.cv .top-infos .right-infos {
  width: 50%;
  float: left;
  text-align: right;
}
#the-content .entry-post a {
	color: #bb2222;
 	border-bottom: 1px solid #eec8c8;
}
#the-content .entry-post a:focus,
#the-content .entry-post a:hover {
	border-bottom: 1px solid #bb2222;
	text-decoration: none;
}
#the-content .entry-post h1,
#the-content .entry-post h2,
#the-content .entry-post h3,
#the-content .entry-post h4,
#the-content .entry-post h5,
#the-content .entry-post h6 {
  color: #333;
  font-family: 'Ubuntu', sans-serif;
  margin: 30px 0 20px 0;
}
#the-content .entry-post.cv h1 {
  font-size: 38.5px;
}
#the-content .entry-post.cv h2 {
  font-size: 31.5px;
}
#the-content .entry-post.cv h2 {
  margin: 0;
  padding: 10px 0 20px 0;
}
#the-content .entry-post.cv h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 30px 0 10px 0;
}
#the-content .entry-post.cv h4 {
  line-height: 22px;
  margin: 0;
  padding: 5px 0 10px 0;
}
#the-content .entry-post p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}
#the-content .entry-post.cv p {
	margin: 0;
  padding: 5px 0 10px 0;
}
#the-content .entry-post ul,
#the-content .entry-post ol {
	margin: 0 0 20px 25px;
  padding: 5px 0 10px 0;
}
#the-content .entry-post.cv ul,
#the-content .entry-post.cv ol {
	margin: 0 0 0 25px;
}
@media (max-width: 480px) {
  #the-content .entry-post.cv h1 {
    font-size: 34px;
  }
  #the-content .entry-post.cv h2 {
    font-size: 30px;
  }
  #the-content .entry-post.cv .top-infos .left-infos {
    width: 100%;
    float: none;
  }
  #the-content .entry-post.cv .top-infos .right-infos {
    width: 100%;
    float: none;
    text-align: left;
  }
}
#the-content .entry-post li {
	font-size: 16px;
	line-height: 24px;
}
#the-content .entry-post .video-container {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center;
}
#the-content .entry-post .video-container iframe,
#the-content .entry-post .video-container object,
#the-content .entry-post .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#the-content .entry-post .wp-caption,
#the-content .entry-post .wp-block-image {
	margin: 0 0 20px 0;
	position: relative;
}
#the-content .entry-post .wp-caption img { display: block; width: 100%; }
#the-content .entry-post .wp-caption .wp-caption-text,
#the-content .entry-post .wp-block-image figcaption {
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: 100;
	margin: 0;
	padding: 15px;
	position: relative;
	text-align: left;
}

#the-content .entry-post .tm-click-to-tweet {
	padding: 10px 20px;
	margin: 10px 0 30px 0;
}
#the-content .entry-post .tm-click-to-tweet .tm-ctt-text a {
	border: 1px solid #fff;
	color: #999;
}
#the-content .entry-post .tm-click-to-tweet .tm-ctt-text a:focus,
#the-content .entry-post .tm-click-to-tweet .tm-ctt-text a:hover {
	border-bottom: 1px solid #bb2222;
	color: #bb2222;
	text-decoration: none;
}
#the-content .entry-post .tm-click-to-tweet a.tm-ctt-btn {
	background: transparent url(images/twitter-little-bird.png) no-repeat right top;
	font-weight: 400;
	text-transform: none;
}
#the-content .entry-post .tm-click-to-tweet .tm-powered-by { display: none; }


/* ***** share block ***** */
#the-content .share-block {
	border-bottom: 1px solid #e9e9ea;
	border-top: 1px solid #e9e9ea;
	overflow: hidden;
	padding: 15px 10px;
  text-align: center;
}
#the-content .share-block span {
	cursor: pointer;
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 32px;
}
#the-content .share-block .st_facebook_custom { background: transparent url(images/share-facebook.gif) no-repeat 0 0; }
#the-content .share-block .st_twitter_custom { background: transparent url(images/share-twitter.gif) no-repeat 0 0; }
#the-content .share-block .st_linkedin_custom { background: transparent url(images/share-linkedin.gif) no-repeat 0 0; }
#the-content .share-block .st_googleplus_custom { background: transparent url(images/share-gplus.gif) no-repeat 0 0; }
#the-content .share-block .st_pinterest_custom { background: transparent url(images/share-pinterest.gif) no-repeat 0 0; }
#the-content .share-block .st_email_custom { background: transparent url(images/share-mail.gif) no-repeat 0 0; }
#the-content .share-block .st_sharethis_custom { background: transparent url(images/share-this.gif) no-repeat 0 0; }


/* ***** related posts ***** */
#the-content .related-posts { padding: 60px 0; }
#the-content .related-posts h4 {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
}
#the-content .related-posts .span4 .image {
	background: #f4f4f4;
	max-width: 165px;
}
#the-content .related-posts .image img { display: block; }
#the-content .related-posts .link { padding: 10px 0 20px 0;}
#the-content .related-posts .link a {
	border-bottom: 1px solid #fff;
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#the-content .related-posts .link a:hover {
	border-bottom: 1px solid #aaa;
	color: #333;
	text-decoration: none;
}


/* ***** comments ***** */
#comments {
	border-top: 1px solid #e9e9ea;
	overflow: hidden;
	padding: 30px 0;
}
#comments h2.comments-title {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
}
#comments h3.add-comment {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#comments h3.add-comment a {
	border-bottom: 1px solid #fff;
	color: #bb2222;
}
#comments h3.add-comment a:hover {
	border-bottom: 1px solid #eec8c8;
	text-decoration: none;
}
#comments .comment-navigation {
	overflow: hidden;
	padding: 20px 0;
}
#comments .nav-previous { float: left; }
#comments .nav-next { float: right; }
#comments .comment-navigation a {
	border-bottom: 1px solid #fff;
	color: #999;
}
#comments .comment-navigation a:hover {
	border-bottom: 1px solid #eec8c8;
	color: #bb2222;
	text-decoration: none;
}
#comments .comment-list { padding: 20px 0; }
#comments .comment-list .comment { padding: 10px 0; }
#comments .comment-list .comment .comment { padding: 10px 0 10px 40px; }
#comments .comment-list .comment .comment-meta {
	overflow: hidden;
	padding: 0 0 10px 0;
}
#comments .comment-list .comment .comment-meta .comment-author {
	float: left;
	font-family: 'Ubuntu', sans-serif;
	line-height: 50px;
}
#comments .comment-list .comment .comment-meta .comment-author img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#comments .comment-list .comment .comment-meta .comment-author a {
	border-bottom: 1px solid #fff;
	color: 666;
}
#comments .comment-list .comment .comment-meta .comment-author a:hover {
	border-bottom: 1px solid #eec8c8;
	color: #bb2222;
	text-decoration: none;
}
#comments .comment-list .comment .comment-meta .comment-author .says { display: none; }
#comments .comment-list .comment .comment-meta .comment-metadata {
	float: left;
	font-family: 'Ubuntu', sans-serif;
	line-height: 50px;
	padding: 0 0 0 20px;
}
#comments .comment-list .comment .comment-meta .comment-metadata a {
	border-bottom: 1px solid #fff;
	color: #999;
}
#comments .comment-list .comment .comment-meta .comment-metadata a:hover {
	border-bottom: 1px solid #eec8c8;
	color: #bb2222;
	text-decoration: none;
}
#comments .comment-list .comment .comment-meta .comment-metadata .edit-link {
	padding: 0 0 0 20px;
}
#comments .comment-list .comment .comment-content {
	border: 1px solid #e9e9ea;
	color: #999;
	padding: 20px;
}
#comments .reply {
	padding: 5px 10px 0 0;
	text-align: right;
}
#comments .reply a.comment-reply-link {
	border-bottom: 1px solid #fff;
	color: #999;
}
#comments .reply a.comment-reply-link:hover {
	border-bottom: 1px solid #eec8c8;
	color: #bb2222;
	text-decoration: none;
}
#respond {
	overflow: hidden;
	padding: 20px 0 0 0;
}
#respond h3#reply-title {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
}
#respond form { margin: 0; }
#respond p { color: #666; }
#respond a { border-bottom: 1px solid #fff; }
#respond a:hover {
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
#respond p.logged-in-as,
#respond p.comment-notes { padding: 0 0 10px 0; }
#respond label { color: #999; }
#respond textarea { width: 100%; }
#respond input[type="text"] {
	height: 28px;
	width: 100%;
}
#respond input#submit {
	background: #bb2222;
	color: #fff;
	border: none;
	padding: 5px 20px;
}
#respond .required { color: #bb2222; }

.comment-form-cookies-consent label { display: inline !important; }


/* ***** sidebar ***** */
.content-sidebar {
	background: #f4f4f4;
	padding: 30px 40px;
}
.content-sidebar .box-widget {
	padding: 30px 0;
}
#current-post-tags {
	background: #f4f4f4;
	color: #999;
	margin: 0 0 20px 0;
	padding: 60px 40px;
}
.content-sidebar .box-widget h3.widget-title,
#current-post-tags h3.widget-title {
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 26px;
	margin: 0;
	padding: 0 0 10px 0;
}
.content-sidebar .box-widget ul {
	list-style: none;
	margin: 0;
}
.content-sidebar .box-widget li { padding: 10px 0; }
.content-sidebar .box-widget li a,
#current-post-tags a {
	border-bottom: 1px solid #f4f4f4;
	color: 	#666;
}
.content-sidebar .box-widget li a:hover,
#current-post-tags a:hover {
	border-bottom: 1px solid #bbb;
	color: 	#333;
	text-decoration: none;
}



.post-tags-list {
	line-height: 24px;
}


#genie-genant {
  background: #f4f4f4;
  color: #999;
  margin: 0 0 20px 0;
  padding: 30px 40px;
  position: relative;
}
#genie-genant h3.widget-title {
  color: #999;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 26px;
  margin: 0;
  padding: 0 0 10px 0;
}
#genie-genant .new-genie {
  position: absolute;
  top: -5px;
  right: -5px;
}



/* ***** mailchimp forms ***** */
#mc_embed_signup form { margin: 0; }
#mc_embed_signup p { color: #666; }
#mc_embed_signup a { border-bottom: 1px solid #fff; }
#mc_embed_signup a:hover {
  border-bottom: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
#mc_embed_signup label { color: #999; }
#mc_embed_signup textarea { width: 100%; }
#mc_embed_signup input[type="email"] {
  height: 28px;
  width: 100%;
}
#mc_embed_signup input.button {
  background: #bb2222;
  color: #fff;
  border: none;
  padding: 5px 20px;
}




/* ***** responsive ***** */
@media (min-width: 1200px) {
	#superception-mojo p { font-size: 18px; }
	#superception-mojo h3 { font-size: 40px; }
	#superception-mojo.small p { font-size: 14px; }
	#superception-mojo.small h3 { font-size: 30px; }
}

@media (max-width: 979px) {
	#header-tools { font-size: 12px; }
	#superception-mojo { padding: 30px 0 0 0; }
	#superception-mojo p {
		border: none;
		display: block;
		font-size: 12px;
		line-height: 16px;
	}
	#superception-mojo p span {
		display: block;
		padding: 0 15px;
	}
	#superception-mojo p sup { display: none; }
	#superception-mojo h3 {
		border-top: 1px solid #e8e8e8;
		font-size: 22px;
		line-height: 24px;
		padding: 5px 0 0 0;
	}
	#superception-mojo.small h3 { font-size: 20px; }
	#superception-slider .carousel-caption { font-size: 14px; }
	.box h3 {
		font-size: 18px;
		line-height: 26px;
	}
	#the-content .article,
	#the-content .sidebar {
		float: none;
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	html { overflow: auto; }
	body { padding: 0; }
	#navigation-wrapper {
		float: none;
		left: auto;
		margin-left: 0;
		overflow-x: auto;
		width: 100%;
	}
	#navigation-wrapper ul.main {
		height: auto;
		min-height: 100px;
		width: 100%;
	}
	#navigation-wrapper ul.main li#superception-logo { display: none; }
	#superception-smartlogo { display: block; }
	#navigation-wrapper .main { padding: 0 0 40px 0;}
	#navigation-wrapper .main ul li:last-child { border-bottom: 1px solid #c54343; }
	#navigation-wrapper .main ul li a {
		padding: 5px 15px;
		width: 100%;
	}
	#navigation-wrapper ul.sub-menu {
		bottom: auto;
		display: list-item;
		top: auto;
		position: relative;
		right: auto;
		width: 100%;
		z-index: auto;
	}
	#navigation-wrapper .main ul.sub-menu li { border-bottom: none; }
	#navigation-wrapper .main ul.sub-menu li a {
		color: #ebbdbd;
		padding: 5px 10px 5px 30px;
		width: 100%;
	}
	#navigation-wrapper ul.sub-menu li:hover a { color: #bb2222; }
	#menu-menu-about-fr li a,
	#menu-menu-about-en li a {
		bottom: auto;
		position: relative;
	}
	#social-nav {
		bottom: 5px;
		width: 100%;
	}
	#header-tools {
		position: absolute;
		right: 10px;
		top: 67px;
	}
	#header-tools li {
		background: none;
		padding: 10px 10px;
	}
	#header-tools li a {
		display: block;
		overflow: hidden;
	}
	#header-tools li.abonnement a {
		padding: 0 0 0 18px;
		width: 18px;
	}
	#header-tools li.recherche a {
		padding: 0 0 0 16px;
		width: 16px;
	}
	#content-wrapper {
		float: none;
		width: 100%;
	}
	#content-container { margin-left: 0; }
	#superception-mojo h3 { font-size: 18px; }
	#the-content-entry { padding: 0; }
}

@media (max-width: 480px) {
	#header-tools li { padding: 10px 5px; }
  #header-tools li span { display: none; }
	#superception-mojo { display: none; }
	#footer { font-size: 12px; }
	#the-content { padding: 20px 20px 40px 20px; }
	#the-content-entry { padding: 0; }
	h1.page-title { font-size: 30px; }
	.box .col-image,
	.box .col-text,
	.invert .col-image,
	.invert .col-text {
		background: none;
		float: none;
		padding: 0;
		width: 100%;
	}
	.box .col-image img { padding: 0 0 10px 0; }
  img.alignright,
  img.alignleft,
  #the-content .entry-post .wp-caption.alignright,
  #the-content .entry-post .wp-caption.alignleft {
    display:block;
    float: none;
    margin: 10px auto;
  }
}

@media (max-height: 730px) {
	#superception-logo img { max-width: 74px; }
}


/* ***** ouibounce ***** */
#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 280px;
  height: 420px;
  background-color: #bb2222;
  z-index: 1;
  padding: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title h1 {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 28px;
  margin: 0;
  padding: 0 0 30px 0;
}
#ouibounce-modal .smartlogo { padding: 0 0 20px 0; }
#ouibounce-modal .smartlogo img { width: 160px; }
#ouibounce-modal .modal-body {
  position: relative;
  max-height: 300px;
  padding: 0;
  overflow-y: auto;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 0 20px 0;
}
#ouibounce-modal .widget { padding: 20px 0 0 0;}
#ouibounce-modal .widget h4,
#ouibounce-modal .widget label { display: none; }
#ouibounce-modal .widget p { color: #fff; }
#ouibounce-modal input,
#ouibounce-modal input:before,
#ouibounce-modal input:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#ouibounce-modal input { width: 160px; }
#ouibounce-modal div.error {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  padding: 8px 14px 8px 14px;
  margin: 0 auto 10px auto;
  max-width: 280px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

#ouibounce-modal .modal-footer {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, .25);

-webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;

  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 240px;
}
#ouibounce-modal .modal-footer p {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#ouibounce-modal #noshow {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
#ouibounce-modal #noshow a { color: #fff; }
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


.encadre_2000 {
  background: #bb2222;
  color: #fff;
  margin: 30px 0;
  padding: 20px;
}
#the-content .entry-post .encadre_2000 a { color: #fff; }

.border-excerpt-gray {
  border: 5px solid #f4f4f4;
  padding: 20px 20px 0 20px;
  margin: 10px 0 30px 0;
}
.border-excerpt-red {
  border: 5px solid #bb2222;
  padding: 20px 20px 0 20px;
  margin: 10px 0 30px 0;
}
