@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
/** Effects **/
.opie-view-more-effect {
  position: relative;
  padding: 0.5em 0 0.2em;
  max-width: 100%;
  list-style: none;
  text-align: center; }
  .opie-view-more-effect figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 2px;
    text-align: center;
    cursor: pointer; }
    .opie-view-more-effect figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%; }
    .opie-view-more-effect figure figcaption {
      padding: 1em;
      color: #fff;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .opie-view-more-effect figure figcaption::before, .opie-view-more-effect figure figcaption::after {
        pointer-events: none; }
      .opie-view-more-effect figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0; }
    .opie-view-more-effect figure h3 {
      text-transform: uppercase;
      font-weight: 300;
      margin: 0; }
    .opie-view-more-effect figure p {
      margin: 0;
      /*letter-spacing: 1px;
      font-size: 68.5%;*/ }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
  text-align: left; }
  figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  figure.effect-winston figcaption {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    figure.effect-winston figcaption::before {
      content: '';
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 110%;
      height: 100%;
      background: #c83241;
      -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
      transition: opacity 0.45s, transform 0.45s;
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
      -webkit-transform-origin: 0 0%;
      transform-origin: 0 0%; }
  figure.effect-winston h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    background: #3c3335;
    background: rgba(60, 51, 53, 0.9); }
  figure.effect-winston div.item-html {
    opacity: 0;
    margin-top: 10px;
    padding: 10px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0; }
    figure.effect-winston p span {
      opacity: 0;
      font-size: 22px;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0); }
    @media (max-width: 1200px) {
      figure.effect-winston p {
        padding: 0 1em 5% 0; }
        figure.effect-winston p span {
          font-size: 16px; } }
  figure.effect-winston:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-winston:hover div.item-html {
    opacity: 1; }
  figure.effect-winston:hover figcaption {
    background: rgba(60, 51, 53, 0.4); }
    figure.effect-winston:hover figcaption::before {
      opacity: 0.7;
      -webkit-transform: rotate3d(0, 0, 1, -15deg);
      transform: rotate3d(0, 0, 1, -15deg); }
  figure.effect-winston:hover p span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
    figure.effect-winston:hover p span:nth-child(3) i {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s; }
    figure.effect-winston:hover p span:nth-child(2) i {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    figure.effect-winston:hover p span:first-child i {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }

.opie-view-more-effect .col-md-4 h3 {
  font-size: 20px; }
@media (max-width: 480px) {
  .opie-view-more-effect .col-sm-6 h3 {
    font-size: 20px; } }

/* Home hook CSS */
#htmlcontent_home {
  margin-bottom: 40px; }
  #htmlcontent_home ul {
    margin: 20px -5px 0 -5px; }
    #htmlcontent_home ul li {
      padding: 0 5px 10px; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li {
          width: 100%; } }
      #htmlcontent_home ul li img {
        max-width: 100%;
        width: 90px;
        margin: 0 auto;
        display: block;
        height: auto; }
      #htmlcontent_home ul li.htmlcontent-item-5 {
        width: 66.6667%; }
        @media (max-width: 479px) {
          #htmlcontent_home ul li.htmlcontent-item-5 {
            width: 100%; } }

/* Top hook CSS */
#htmlcontent_top ul li {
  /*width: 100%;
  margin-bottom: 10px;
  @media (max-width: $screen-xs-max) { // max 767px
  	padding-left: 5px;
  	padding-right: 5px;
  	width: 50%;
  }
  &:last-child{
  	margin-bottom: 0;
  }*/ }
  #htmlcontent_top ul li img {
    /*max-width: 100%;*/
    /*height: auto;*/ }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
/***THEMECONFIGURATOR HOME***/
.xy-content h2 {
  display: block;
  width: 80%;
  padding: 10px 0 30px;
  border-top: 5px solid;
  margin: 0 auto;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }
.xy-content p {
  text-align: justify;
  padding: 0 15px; }

#opie-rouge h2 {
  color: #a32431;
  border-top-color: #a32431; }

#opie-bleu h2 {
  color: #25aae1;
  border-top-color: #25aae1; }

#opie-vert h2 {
  color: #8dc63f;
  border-top-color: #8dc63f; }

#opie-orange h2 {
  color: #f47f39;
  border-top-color: #f47f39; }

/*# sourceMappingURL=hooks.css.map */
