@charset "UTF-8";
/*!
Theme Name: Pvx2018
Theme URI: https://www.parisvox.info
Template: oceanwp
Version: 1.0
*/
/** Mixins */
/** Rem output with px fallback */
/** Clearfix */
/** Clear after (not all clearfix need this also) */
/** Couleur des placeholders */
/** Couleurs */
/**
 * Dernier paragraphe sans margin
 */
.pvx2018 p:last-of-type {
  margin: 0; }

/**
 * Pagination
 */
.pvx2018 .oceanwp-pagination {
  margin: 20px 0; }

/**
 * Contenu principal sans padding avant la sidebar
 */
.pvx2018 .site-main .content-area {
  padding-right: 0; }

.pvx2018 .site-main .sidebar-container {
  padding-top: 10px; }

/** 
 * Texte de la sidebar
 */
.pvx2018 .widget-area {
  font-size: 28.8px;
  font-size: 1.6rem; }

/**
 * Newsletter plugin
 */
.pvx2018 .sidebar-box .wpcf7 #cf7md-form .cf7md-item {
  margin: 0; }
  .pvx2018 .sidebar-box .wpcf7 #cf7md-form .cf7md-item div {
    margin: 0; }
  .pvx2018 .sidebar-box .wpcf7 #cf7md-form .cf7md-item.cf7md-submit {
    text-align: center;
    margin: 10px 0 0 0; }

/**
 * Articles home & catégorie
 */
.pvx2018 .entries .blog-entry {
  margin: 0;
  padding: 10px; }
  .pvx2018 .entries .blog-entry a {
    display: block; }
    .pvx2018 .entries .blog-entry a .blog-entry-inner {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      position: relative;
      border: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      max-height: 322px; }
      .pvx2018 .entries .blog-entry a .blog-entry-inner .thumbnail {
        margin: 0;
        position: relative;
        overflow: hidden;
        min-height: 143px; }
        .pvx2018 .entries .blog-entry a .blog-entry-inner .thumbnail img {
          -webkit-transition: -webkit-transform .4s ease-in-out;
          transition: -webkit-transform .4s ease-in-out;
          transition: transform .4s ease-in-out;
          transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
      .pvx2018 .entries .blog-entry a .blog-entry-inner .meta {
        position: relative;
        font-size: 23.4px;
        font-size: 1.3rem;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #ffffff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
        margin-top: -25px;
        padding: 0 5px;
        -webkit-transition: margin .4s ease-in-out;
        transition: margin .4s ease-in-out; }
        .pvx2018 .entries .blog-entry a .blog-entry-inner .meta:after {
          display: none; }
      .pvx2018 .entries .blog-entry a .blog-entry-inner .entry-content {
        background-color: #ffffff;
        overflow: hidden;
        position: relative;
        max-height: 250px; }
        .pvx2018 .entries .blog-entry a .blog-entry-inner .entry-content .blog-entry-header {
          position: relative;
          margin: 0;
          padding: 20px 5px 0;
          background-color: #ffffff;
          -webkit-transition: padding .4s ease-in-out, margin .4s ease-in-out;
          transition: padding .4s ease-in-out, margin .4s ease-in-out; }
          .pvx2018 .entries .blog-entry a .blog-entry-inner .entry-content .blog-entry-header h2 {
            color: rgba(34, 34, 34, 0.8); }
        .pvx2018 .entries .blog-entry a .blog-entry-inner .entry-content .blog-entry-summary {
          position: relative;
          margin: 40px 0 0;
          padding: 10px 5px;
          color: #222222;
          background-color: #ffffff;
          opacity: 0;
          -webkit-transition: opacity .2s ease-in-out .2s, -webkit-transform .4s ease-in-out;
          transition: opacity .2s ease-in-out .2s, -webkit-transform .4s ease-in-out;
          transition: transform .4s ease-in-out, opacity .2s ease-in-out .2s;
          transition: transform .4s ease-in-out, opacity .2s ease-in-out .2s, -webkit-transform .4s ease-in-out;
          line-height: 1.4; }

.pvx2018:not(.handheld) .entries .blog-entry:hover a .blog-entry-inner .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.pvx2018:not(.handheld) .entries .blog-entry:hover a .blog-entry-inner .meta {
  margin-top: -50%;
  -webkit-transition: margin .4s ease-in-out;
  transition: margin .4s ease-in-out; }

.pvx2018:not(.handheld) .entries .blog-entry:hover a .blog-entry-inner .entry-content .blog-entry-header {
  margin-bottom: 30px;
  -webkit-transition: padding .4s ease-in-out, margin .4s ease-in-out;
  transition: padding .4s ease-in-out, margin .4s ease-in-out; }

.pvx2018:not(.handheld) .entries .blog-entry:hover a .blog-entry-inner .entry-content .blog-entry-summary {
  -webkit-transform: translateY(-40px) scaleY(1);
          transform: translateY(-40px) scaleY(1);
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

/**
 * Access Press Social Icons
 */
.pvx2018 .apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border: 1px solid;
  padding: 0;
  margin: 10px 0;
  line-height: 1.4;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #222222; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .social-icon {
    padding: 2px 10px 2px 5px;
    border: 0;
    color: #ffffff;
    margin-right: 10px; }
    .pvx2018 .apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .social-icon i {
      width: 20px;
      text-align: center;
      vertical-align: baseline; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .apsc-count {
    margin-right: 10px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    text-align: right; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a .apsc-inner-block .apsc-media-type {
    margin-right: 10px; }

.pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-facebook-icon .apsc-inner-block {
  border-color: #3b5999; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-facebook-icon .apsc-inner-block .social-icon {
    background-color: #3b5999;
    border-color: #3b5999; }

.pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-twitter-icon .apsc-inner-block {
  border-color: #55acee; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-twitter-icon .apsc-inner-block .social-icon {
    background-color: #55acee;
    border-color: #55acee; }

.pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-edit-icon .apsc-inner-block {
  border-color: #198377; }
  .pvx2018 .apsc-icons-wrapper .apsc-each-profile a.apsc-edit-icon .apsc-inner-block .social-icon {
    background-color: #198377;
    border-color: #198377; }

/**
 * Category archive
 */
.pvx2018.category.archive #primary #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .pvx2018.category.archive #primary #content article {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }

/**
 * Article single
 */
.pvx2018.single .entry-title {
  padding: 0; }

.pvx2018.single ul.meta {
  margin: 0; }
  .pvx2018.single ul.meta li {
    color: #222222; }
    .pvx2018.single ul.meta li a {
      color: #222222; }
      .pvx2018.single ul.meta li a:hover {
        color: #198377; }

.pvx2018.single .entry-content * {
  text-align: justify; }

.pvx2018.single .entry-content hr {
  height: 0;
  background-color: #198377; }

.pvx2018.single .post-tags {
  font-size: 23.4px;
  font-size: 1.3rem; }

/**
 * Related posts sur article single
 */
.pvx2018 #related-posts .related-post .related-post-title a {
  color: #222222; }
  .pvx2018 #related-posts .related-post .related-post-title a:hover {
    color: #198377; }

.pvx2018 #related-posts .related-post time {
  color: #222222; }

/**
 * Pub Pivert
 */
.pvx2018 #pub_pivert img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-position: 100% !important; }
