/*
Theme Name: YDEbyGaeia
Author: Gaeia.fr
Author URI: http://gaeia.fr
*/
/* -------------------------------
BODY STYLES
----------------------------------*/
* {
  margin: 0;
  padding: 0; }

body {
  color: #333;
  background: #fff;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 135%; }

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/
a {
  color: #1c75bc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

h1 {
  font-size: 2em;
  font-weight: normal;
  padding: 10px 0 12px;
  line-height: 100%;
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em; }

h1.home {
  color: #1c75bc;
  font-size: 2.2em; }

h1 a {
  color: #1c75bc;
  text-decoration: none; }

h1 a:hover {
  color: #f7941e;
  text-decoration: none; }

h2, h3 {
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 5px 0; }

h2 {
  color: #1c75bc; }

h3 {
  font-size: 1.3em;
  font-weight: bold; }

ul {
  list-style: none; }

p {
  margin: 1em 0;
  font-size: 1.1em; }

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#header {
  position: relative;
  height: 14em;
  width: 100%;
  background: #1c75bc; }

#top-menu {
  position: relative;
  height: 50px;
  width: 100%;
  background: #ffffff;
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 0px 0px 2px 0px #095b9a;
  box-shadow: 0px 0px 2px 0px #095b9a; }

.in-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto; }

#content {
  padding: 10px 0;
  background: #f2f2f2; }

#content #colLeft {
  float: left;
  width: 100%;
  max-width: 660px;
  margin-right: 10px; }

#content #banners {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 30em;
  background: #ffffff; }

.unslider {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px; }

#content #colRight {
  float: right;
  width: 280px; }

#content #mobile-widget-line {
  display: none; }

#footer {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 25px;
  width: 100%; }

#footerInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #ffffff; }

#copyright {
  background: #f7941e;
  width: 100%; }

#copyrightInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  text-align: center; }

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/
/* TopMenu */
#menu-side {
  width: 100%;
  height: 100%; }

#menu-bt {
  width: 0;
  height: 0;
  display: none; }

#menu-back {
  width: 0;
  height: 0;
  display: none; }

.ddsmoothmenu {
  position: relative;
  float: left;
  display: block;
  top: 6px; }

.ddsmoothmenu ul li {
  float: left; }
  .ddsmoothmenu ul li:first-of-type a {
    border: none; }

.ddsmoothmenu ul li a {
  /*display:block;*/
  color: #f7941e;
  text-decoration: none;
  border-left: 1px solid #095b9a;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0 12px; }

.ddsmoothmenu ul li a:hover {
  color: #1c75bc; }

/* TopMenuRight */
#topMenuRight {
  float: right;
  display: block;
  top: 6px; }

#topMenuRight ul li {
  float: right;
  margin-top: 1.4em;
  margin-right: 0.5em; }

#topMenuRight ul li a {
  /*display:block;*/
  color: #a0a0a0;
  text-decoration: none;
  height: 1.3em;
  font-size: 1.2em;
  padding: 0 0.5em;
  background: url(images/list_red_bullet.png) 1px 50% no-repeat; }

#topMenuRight ul li a:hover {
  color: #1c75bc; }

/* Language */
.langbox {
  float: right;
  display: block;
  margin-top: 0.4em; }
  .langbox h4 {
    color: #f7941e; }
  .langbox h5 {
    display: none;
    width: 0;
    height: 0; }

  .langbox label {
    display: none;
    width: 0;
    height: 0; }

/* Logo and top illustrations*/
#logo {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  height: 12em;
  width: auto; }

#logo img {
  border: none;
  height: 100%; }

#logo span {
  display: block;
  padding-left: 5px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #999999;
  font-size: 12px; }

#top_ill_left {
  position: absolute;
  right: 100%;
  height: 100%; }

#top_ill_left img {
  border: none;
  height: 100%; }

#top_ill_mid {
  position: absolute;
  left: 105%;
  top: 0;
  height: 100%; }

#top_ill_mid img {
  border: none;
  height: 100%; }

#top_ill_right {
  position: absolute;
  left: 66%;
  height: 100%; }

#top_ill_right img {
  border: none;
  height: 100%; }

/* Social Links */
#socialLinks {
  position: absolute;
  right: 8px;
  top: 7em;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 155px;
  height: 42px; }

#socialLinks .linkedin, #socialLinks .facebook, #socialLinks .instagram, #socialLinks .twitter, #socialLinks .rss {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 5px;
  text-indent: -9999px; }

#socialLinks .linkedin:hover, #socialLinks .facebook:hover, #socialLinks .instagram:hover, #socialLinks .twitter:hover, #socialLinks .rss:hover {
  margin-bottom: 2px; }

#socialLinks .linkedin {
  background: url(images/ico_linkedin.png) 0 0 no-repeat; }

#socialLinks .facebook {
  background: url(images/ico_facebook.png) 0 0 no-repeat; }

#socialLinks .twitter {
  background: url(images/ico_twitter.png) 0 0 no-repeat; }

#socialLinks .instagram {
  background: url(images/ico_Insta.png) 0 0 no-repeat; }

#socialLinks .rss {
  background: url(images/ico_rss.png) 0 0 no-repeat; }

/* -------------------------------
Banner
----------------------------------*/
#banners {
  position: relative;
  text-align: center; }
  #banners ul {
    height: 100%; }
    #banners ul li {
      height: 100%; }
      #banners ul li .Onebanner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: left; }
        #banners ul li .Onebanner a {
          display: block;
          width: 100%;
          height: 100%;
          z-index: 50; }
        #banners ul li .Onebanner .banner-infos {
          position: absolute;
          width: 102%;
          bottom: 2.6em; }
          #banners ul li .Onebanner .banner-infos h2 {
            width: 94%;
            padding: 0.8em 3% 0.2em 3%;
            margin: 0;
            font-family: "libel_suitregular", sans-serif;
            font-size: 2.5em;
            line-height: 1.1em;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.7);
            color: #095b9a;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
            background-size: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
            background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            text-shadow: white 1px 1px 10px; }
          #banners ul li .Onebanner .banner-infos h3 {
            width: 94%;
            padding: 0.1em 3% 0.3em 3%;
            margin: 0;
            font-size: 1.4em;
            line-height: 1.3em;
            font-family: "libel_suitregular", sans-serif;
            font-weight: lighter;
            letter-spacing: 0.08em;
            background: rgba(255, 255, 255, 0.7);
            color: #095b9a;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
            background-size: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
            background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
            text-shadow: white 1px 1px 10px; }

.unslider-nav {
  height: 2.6em;
  width: 100%;
  position: absolute;
  bottom: 0em;
  text-align: center;
  border-radius: 0 1em / 1em 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(#f2f2f2));
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), #f2f2f2);
  z-index: 10; }

.unslider-nav ol li {
  display: inline-block;
  cursor: pointer;
  width: 1em;
  height: 1em;
  margin: 0.5em 0.2em;
  border: 1px solid #1c75bc;
  background: #ffffff;
  border-radius: 1em;
  -webkit-transition: all 0.2s, font-size 1ms;
  transition: all 0.2s, font-size 1ms; }
  .unslider-nav ol li.unslider-active {
    background: #1c75bc; }
  .unslider-nav ol li:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .unslider-nav ol li:hover:not(.unslider-active) {
    background: #f7941e;
    border: 1px solid #f7941e; }

/*----------------------------
FOOTER ELEMENTS
------------------------------*/
#footer h2 {
  color: #1c75bc;
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em; }

#footerInner {
  overflow: hidden;
  padding-bottom: 10px; }

#footerInner .boxFooter {
  float: left;
  width: 97%;
  margin: 0 1.5%;
  padding-right: 30px;
  text-align: center; }

#footerInner .textwidget {
  text-align: center; }

#footerInner .textwidget a {
  display: inline-block;
  vertical-align: middle;
  height: 10em; }

#footerInner .textwidget a img {
  height: 100%; }

#footerInner .last {
  padding-right: 0; }

#footerInner h2 {
  padding: 7px 0;
  margin-bottom: 7px; }

#footerInner .boxFooter ul li {
  padding: 5px 6px 5px 18px;
  border-bottom: 1px solid #292929;
  background: url(images/star.png) 0 8px no-repeat;
  color: #986123;
  font-size: 10px;
  font-style: italic; }

#footerInner .boxFooter ul li br {
  line-height: 5px; }

#footerInner .boxFooter ul li a {
  text-decoration: none;
  color: #515151;
  font-size: 13px;
  font-style: normal; }

#footerInner .boxFooter ul li a:hover {
  color: #ccc; }

#site5bottom {
  position: absolute;
  right: 5px;
  top: 13px; }

#site5bottom img {
  border: none; }

#site5bottom a {
  display: block;
  /*width:344px;
  height:26px;
  background:url(images/site5bottom.png) 0 0 no-repeat;
  text-indent:-9999px;*/ }

/*----------------------------
Article ELEMENTS
------------------------------*/
.blue-spacer {
  width: 100%;
  height: 1px;
  background: #1c75bc;
  margin: 0.5em auto;
  clear: both; }

.trans-spacer {
  width: 100%;
  height: 1px;
  margin: auto;
  clear: both; }

.Onepost .postBoxMid {
  padding-bottom: 2em; }

.Onepage .postBoxMid h1 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(#f2f2f2, #ffffff);
  font-size: 3em;
  padding: 1.5em 0 0 5%; }

.Onepage .postBoxMid h2 {
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em;
  font-size: 2.5em;
  line-height: 1em;
  margin: 1em 0 0.5em 0; }

/*----------------------------
LEFTCOL ELEMENTS
------------------------------*/
.postBox {
  margin-bottom: 20px; }

.postBoxBottom {
  height: 5px;
  width: 100%;
  background: url(images/bk_box_bottom.png) 0 -1px no-repeat;
  background-size: 100%; }

.postBox .postBoxMid {
  padding: 0;
  background: #ffffff; }

.postBox .postBoxMid p {
  line-height: 145%; }

.postBox .postBoxMid img {
  border: none;
  vertical-align: top; }

.postBox .postBoxMidInner {
  padding: 0px 0px 0px 0px;
  position: relative; }

.postBoxMid .post-head {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(#f2f2f2, #ffffff);
  padding: 20px 0;
  border-bottom: 0px #1c75bc solid; }
  .postBoxMid .post-head a {
    color: #1c75bc; }

.postBoxMid .category {
  padding: 0 0 0 75px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 100%;
  color: #1c75bc;
  font-weight: bold; }

.postBoxMid h1 {
  padding: 10px 0 0 75px;
  color: #1c75bc; }

.postBox .postBoxMid .date {
  width: 55px;
  height: 100%;
  min-height: 23px;
  left: 10px;
  top: 0px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  line-height: 10px;
  color: #ffffff;
  background: url(images/YDE-Block-O.png) 0 14px no-repeat;
  background-size: contain; }

.postBox .postBoxMid .date .date-top {
  width: 100%;
  height: 21px; }

.postBox .postBoxMid .date span.day {
  font-size: 24px;
  line-height: 23px;
  font-weight: bold;
  text-shadow: 1px 1px #e27a00;
  color: #ffffff; }

.postBox .postBoxMid .textPreview {
  float: left;
  width: 62%;
  margin: 2em auto 2em 1em; }

.postBox .postBoxMid .textPreview-nothumbnail {
  width: 90%;
  margin: 1em auto 2em 1em; }

.postBox .postBoxMid .textPreview p {
  margin-top: 0; }

.postBox .postBoxMid .postThumb {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 32%;
  overflow: hidden; }

.postBox .postBoxMid .postThumb img {
  border: none;
  width: 100%;
  height: auto;
  padding: 0; }

.postBox .postBoxMid .postMeta {
  position: relative;
  border-top: 0px solid #1c75bc;
  height: 0;
  clear: left; }

.postBox .postBoxMid .postMeta .more-link {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: #f7941e;
  padding: 0.6em;
  padding-bottom: 0.5em;
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  float: right; }
  .postBox .postBoxMid .postMeta .more-link:hover {
    -webkit-box-shadow: 0px 0px 10px 2px #e27a00 inset;
    box-shadow: 0px 0px 10px 2px #e27a00 inset; }
  .postBox .postBoxMid .postMeta .more-link .picto-com {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1.8em;
    color: #f7941e;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid #ffffff;
    background: url(images/picto_comment.png) center no-repeat;
    background-size: contain;
    background-color: #f7941e; }
    .postBox .postBoxMid .postMeta .more-link .picto-com span {
      display: block;
      padding-top: 25%;
      color: #f7941e;
      font-size: 1em; }

.postBox .postBoxMid .postMeta .metaRight {
  display: none;
  float: right;
  height: 0px;
  overflox: hidden;
  margin-right: 10px; }

.postBox .postBoxMid .postMeta .metaRight img {
  vertical-align: middle;
  margin-left: 20px; }

.postBox .postBoxMid .postMetaSingle {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
  margin-bottom: 20px; }

.postBox .postBoxMid .postMetaSingle img {
  vertical-align: middle; }

.postBox .postBoxMid .postMetaSingle {
  width: 0;
  margin-bottom: 20px; }

.postBox .postBoxMid .postContent {
  width: 90%;
  padding: 0 5%;
  height: auto;
  margin-bottom: 4em; }

.postBox .postBoxMid .postCredentials {
  background: #F8F8F8;
  border-top: 3px solid #E2E2E2;
  border-bottom: 3px solid #E2E2E2;
  padding: 20px 40px 15px;
  margin-right: 2px;
  overflow: hidden;
  text-shadow: 1px 1px #fff; }

.postBox .postBoxMid .postCredentials p {
  font-size: 12px;
  color: #666;
  margin: 0.6em 0; }

.postBox .postBoxMid .postCredentials img {
  float: left;
  margin-right: 10px;
  padding: 4px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.postBox .postBoxMid .postCredentials #authorDetails {
  clear: both;
  padding-top: 15px;
  overflow: hidden;
  border-top: 1px solid #ddd; }

.postBox .postBoxMid .postCredentials #authorDetails img {
  margin-bottom: 15px; }

/* POST SOCIAL SHARE */
.postBox .postBoxMid .postCredentials .social {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.postBox .postBoxMid .postCredentials .social a:hover img {
  margin-top: -4px; }

.postBox .postBoxMid .postCredentials .social img {
  border: none;
  vertical-align: middle;
  float: none;
  background: none;
  padding: 0;
  margin-right: 5px; }

.postBox .postBoxMid .postCredentials .social strong {
  padding-right: 20px; }

.postBox .postBoxMid .postTags {
  font-size: 1.2em;
  background: url(images/ico_tag.png) 0 50% no-repeat;
  padding-left: 24px;
  margin: 1em 5%; }

/* RELATED POSTS */
#content #colLeft .relatedPosts {
  margin-left: -25px; }

#content #colLeft .relatedPosts li {
  display: block;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  width: 275px;
  float: left;
  margin-left: 25px;
  font-weight: bold;
  background: none; }

#content #colLeft .relatedPosts li img {
  float: left;
  padding: 5px;
  background: url(images/bk_thumbs.jpg) 0 0 no-repeat;
  margin: 0 10px 0 0; }

#content #colLeft .relatedPosts li span {
  font-size: 11px;
  color: #999; }

#archive-title {
  font-size: 14px;
  padding: 3px 0 15px; }

blockquote {
  border-left: 1px dashed #aaa;
  padding-left: 20px;
  margin: 20px 0 15px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background: url(images/bk_blockquote.jpg) 90% 0 no-repeat; }

#content #colLeft ul li, #content #colLeft ol li {
  padding: 5px 0 5px 5px; }

#content #colLeft ul {
  margin: 0 0 15px 15px; }

#content #colLeft ol li {
  background: none;
  padding-left: 0; }

#content #colLeft ol {
  margin: 0 0 15px 35px; }

/* PAGINATION */
.emm-paginate {
  padding: 10px 0;
  overflow: hidden; }

.emm-paginate a {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #1c75bc;
  margin-right: 5px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 4px 0px #d0d0d0;
  box-shadow: 0px 0px 4px 0px #d0d0d0; }

.emm-paginate .emm-title {
  color: #555;
  margin-right: 4px; }

.emm-paginate .emm-gap {
  color: #999;
  margin-right: 4px; }

.emm-paginate a:active, .emm-paginate .emm-current {
  color: #fff;
  background: #1c75bc;
  border: 1px solid #1c75bc;
  margin-right: 5px;
  padding: 4px 8px; }

.emm-paginate a:hover {
  color: #fff;
  background: #f7941e;
  border: 1px solid #f7941e;
  margin-right: 5px;
  padding: 4px 8px; }

/* --------------------------------
RIGHTCOL ELEMENTS
-----------------------------------*/
.rightBox {
  margin-bottom: 20px; }

.rightBoxBottom {
  height: 5px;
  width: 100%;
  background: url(images/bk_box_bottom_right.png) 0 -1px no-repeat;
  background-size: 100%; }

.rightBox .rightBoxMid {
  padding: 50px 20px 25px 20px;
  position: relative;
  background: #ffffff;
  overflow: hidden; }

.rightBox .rightBoxMidSearch {
  padding: 6px 10px 5px;
  overflow: hidden; }

.rightBox .rightBoxMid h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "libel_suitregular", sans-serif;
  color: #1c75bc;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 13px 15px 0 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(#f2f2f2, #ffffff); }

.rightBox .rightBoxMid .textwidget a {
  width: 100%; }

.rightBox .rightBoxMid .textwidget a img {
  width: 80%;
  margin: 10% 20px 10% 20px; }

.rightBox .rightBoxMid ul li {
  padding: 5px 0;
  border-bottom: 1px solid #E2E2D8; }

/* Latest Tweet */
#twitter {
  margin-left: 4px; }

#twitter #twitter_update_list {
  padding: 3px 15px 0;
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 125%;
  color: #1c75bc; }

#twitter #twitter_update_list li {
  list-style-type: none;
  padding-top: 10px; }

#twitter #bottom {
  height: 36px;
  padding-left: 63px;
  padding-top: 45px;
  font-weight: bold; }

/* ADS */
.rightBox .rightBoxMidAds {
  padding: 6px 0;
  position: relative; }

.rightBox .rightBoxMidAds div div {
  margin: 0 0 6px 5px;
  float: left; }

.rightBox .rightBoxMidAds div div a img {
  border: 1px solid #D8D8D8; }

.rightBox .rightBoxMidAds a.advertise {
  display: block;
  padding: 0 10px 6px 15px;
  clear: both;
  font-weight: bold; }

/* --------------------------------
FORMS
-----------------------------------*/
select {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  background: #1c75bc;
  outline: 1px solid #1c75bc;
  color: #ffffff;
  padding: 0.1em 0.2em;
  width: auto;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjMzLjMzMzMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)); }

select:focus {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: 1px solid #e6e6e6;
  width: 92%;
  background: none;
  padding: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #095b9a;
  background: #fbfbfb;
  float: left;
  font-size: 1.2em;
  margin: auto;
  margin-bottom: 0px; }

input[type="text"]:focus {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: 2px solid #1c75bc;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

textarea {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: 1px solid #e6e6e6;
  color: #095b9a;
  background: #fbfbfb;
  padding: 0.2em;
  width: 92%;
  resize: vertical;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: auto;
  margin-bottom: 0; }

textarea:focus {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: 2px solid #1c75bc; }

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  min-width: 35%;
  margin-top: 0px;
  cursor: pointer;
  background: #f7941e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.6em 0.9em 0.45em 0.9em;
  background-image: none;
  border-radius: 0px / 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

input[type="button"]:hover {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  background: #1c75bc;
  background-image: none;
  border-radius: 0px / 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  min-width: 35%;
  margin-top: 0px;
  cursor: pointer;
  background: #f7941e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.6em 0.9em 0.45em 0.9em;
  background-image: none;
  border-radius: 0px / 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

input[type="submit"]:hover {
  -webkit-appearance: none;
  border-radius: 0px / 0px;
  border: none;
  background: #1c75bc;
  background-image: none;
  border-radius: 0px / 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff inset, 0px 0px 0px 0px #ffffff; }

.chozed-container .chozed-results {
  float: left; }

/* COMMENTS F0RM */
#comments h2 {
  margin-left: 5%;
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: -1px; }

.comment-list {
  width: 85%; }
  .comment-list .comment-body {
    padding: 2%;
    width: 96%;
    background: #fbfbfb;
    border-left: 1px solid #1c75bc; }

p.nocomments {
  display: none;
  height: 0px;
  width: 0px; }

#commentform {
  width: 90%;
  padding: 1% 5%; }

#commentform p {
  margin: 0.1em; }

#commentform label {
  display: block;
  padding: 5px 0;
  clear: both; }

#commentform p.form-submit {
  margin: 1.7em 0; }

/* Contact Form xyz_cfm_1_1*/
form h3 {
  font-weight: lighter;
  font-size: 1.4em;
  color: #1c75bc;
  margin-top: 0.2em;
  margin-bottom: 0em;
  padding-top: 0.3em;
  padding-bottom: 0em; }

form p {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em; }

#contact label {
  display: block; }

.errormsg, .successmsg {
  background: #FEF4F1;
  border: 1px solid #F7A68A;
  color: #DA4310;
  padding: 10px; }

.successmsg {
  background: #F5FAF1;
  border: 1px solid #C2E1AA;
  color: #8FA943; }

/* -------------------------------
Mailinglist
----------------------------------*/
#mc_mv_EMAIL {
  margin: 0px;
  width: 100%; }

.mc_signup_submit {
  margin: 0px;
  width: 100%;
  left: 0px;
  text-align: right; }

#mc_signup_submit {
  margin: 0px;
  margin-top: 0.5em !important;
  padding: 0.32em 0;
  width: 100%;
  min-width: auto;
  text-align: center; }
#mc-indicates-required{
    clear: both !important;
    margin-top: 0.5em !important;
}
.mc_merge_var input{
    width: 100% !important;
}
/* -------------------------------
CLEARING
----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none; }

.clearfix {
  display: block; }

/* Hide from IE-mac \*/
* html .clearfix {
  float: left;
  height: 1%; }

/* End hide from IE-mac */
.postBox .postBoxMidInner .alignleft {
  float: left;
  margin: 4px 4px 4px 4px; }

.postBox .postBoxMidInner .alignright {
  float: right;
  margin: 4px 4px 4px 4px; }

div#content_ses_page {
  display: none; }

html {
  overflow: auto !important; }

/* -------------------------------
MEMBER CARDS
----------------------------------*/
.member-card {
  position: relative;
  float: left;
  width: 100%;
  max-width: 160px;
  font-size: 10px;
  margin: 0 0.2em 0.4em 0.2em; }

.member-card .member-plus {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #1c75bc;
  color: #f7941e;
  font-size: 2em;
  font-weight: bold;
  padding: 0.4em 0.5em;
  z-index: 10; }

.member-card .portrait {
  width: 100%;
  height: auto;
  margin: 0px;
  z-index: 1; }

.member-card .member-infos {
  width: 94%;
  height: 90px;
  background: #f7941e;
  text-align: center;
  color: #ffffff;
  padding: 1em 3%;
  margin: 0px auto; }

.member-card .member-infos h2 {
  font-size: 1.8em;
  line-height: auto;
  font-family: "libel_suitregular", sans-serif;
  letter-spacing: 0.08em;
  margin: 0em;
  margin-top: -5px; }

.member-card .member-infos h4 {
  font-size: 1.1em;
  margin-top: -0.2em;
  margin-bottom: 0em;
  text-transform: uppercase; }

.member-card .member-infos a {
  color: #1c75bc; }

.mail-to {
  display: inline-block;
  margin: 0.5em 0.3em;
  background: url(images/picto-mail.png) 0 0 no-repeat;
  background-size: contain;
  width: 23px;
  height: 17px; }

.tweet-picto {
  display: inline-block;
  margin: 0.5em 0.3em;
  background: url(images/twitter-logo.png) 0 0 no-repeat;
  background-size: contain;
  width: 23px;
  height: 19px; }

.instagram-picto {
  display: inline-block;
  margin: 0.5em 0.3em;
  background: url(images/ico_Insta.png) 0 0 no-repeat;
  background-size: contain;
  width: 23px;
  height: 19px; }

/* -------------------------------
GROUPE MEMBER CARDS
----------------------------------*/
.Grp-member-cont {
  position: relative;
  width: 100%; }

.Grp-member-card {
  position: relative;
  width: 100%;
  height: 15em;
  margin: 0 0em 1em 0em; }

.Grp-member-card .Grp-member-logo {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.Grp-member-card .Grp-member-infos {
  display: inline-block;
  vertical-align: top;
  width: 53%;
  height: 100%;
  padding-left: 5%;
  margin-left: 2%;
  border-left: 1px solid #e6e6e6;
  background: #f2f2f2; }
  .Grp-member-card .Grp-member-infos h4 {
    font-size: 1.1em;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .Grp-member-card .Grp-member-infos h2 {
    font-size: 1.8em;
    line-height: auto;
    font-family: "libel_suitregular", sans-serif;
    letter-spacing: 0.08em;
    margin: 0em;
    margin-top: 2em; }
  .Grp-member-card .Grp-member-infos .facebook {
    display: inline-block;
    margin: 0.5em 0.3em;
    background: url(images/facebook_icone.png) 0 0 no-repeat;
    background-size: contain;
    width: 23px;
    height: 19px; }

/*----------------------------
Events
------------------------------*/
.event_format {
  position: relative;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 0.5em; }

.event_format .event_infos {
  display: inline-block;
  width: 67%;
  padding: 1em auto;
  margin: auto;
  color: #1c75bc;
  text-align: center; }
  .event_format .event_infos h1 {
    font-size: 2em;
    margin: 0;
    padding: 1em 1.5% 0.2em 1.5%;
    background-image: none; }
  .event_format .event_infos h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0.6em 1.5% 1em 1.5%; }

.event_format .event_dateh {
  display: inline-block;
  position: absolute;
  width: 34%;
  height: 100%;
  right: 0px;
  margin: auto;
  background: #1c75bc;
  color: #ffffff;
  text-align: center; }
  .event_format .event_dateh h1 {
    font-size: 1.3em;
    width: 100%;
    margin: 0;
    padding: 1em 0; }
  .event_format .event_dateh h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 0.8em 0;
    color: #ffffff; }
