/*
 Theme Name:   Enfold OIQ
 Description:  Enfold OIQ theme
 Author:       Appwapp
 Author URI:   http://www.appwapp.com
 Template:     enfold
 Version:      1.0
*/



/* @import must be at top of file, otherwise CSS will not work */
@import url("/count/360870");

  
@font-face {font-family: 'TradeGothicLT-BoldCondTwenty';src: url('webfonts/360870_0_0.eot');src: url('webfonts/360870_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/360870_0_0.woff2') format('woff2'),url('webfonts/360870_0_0.woff') format('woff'),url('webfonts/360870_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TradeGothicLT-Light';src: url('webfonts/360870_1_0.eot');src: url('webfonts/360870_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/360870_1_0.woff2') format('woff2'),url('webfonts/360870_1_0.woff') format('woff'),url('webfonts/360870_1_0.ttf') format('truetype');}
 
/* old font -----
#avia-menu li a span, 
#top h1, 
#top h2, 
#top h3, 
#top h4, 
#top h5, 
#top h6{
  font-family: TradeGothicLT-BoldCondTwenty;
  font-weight: 300;
}
*/

/* old font -----
#top p{
  font-family: TradeGothicLT-Light;
}
*/

#top #avia-menu li a span {
  font-family: 'lalezar', sans-serif;
}

 
#mobile-advanced {
  transition-duration: 0s;
}

.av-section-color-overlay{
  background-size: cover;
}

html[lang="en-US"] #top .avia-button.avia-color-light{
  background-image: url('../wp-content/themes/enfold-oiq/images/btnFleche.png') !important;
}


.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
  -webkit-animation: none !important;
  animation: none !important;
  
    -webkit-animation: fadein 1s !important; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s !important; /* Firefox < 16 */
        -ms-animation: fadein 1s !important; /* Internet Explorer */
         -o-animation: fadein 1s !important; /* Opera < 12.1 */
            animation: fadein 1s !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.av-special-heading .special-heading-border{
  display: none;
}

.video-share{
  margin-bottom: 40px;
}

.video-share-thumb{
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-share-thumb::after{
  content: "";
  background-image: url("/wp-content/themes/enfold-oiq/images/bouton_play.png");
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88px 97px;
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.video-share-thumb:hover::after{
  background-size: 120px 131px;
  background-color: rgba(0,0,0,0.5);
}

.video-share-description{
  padding: 15px;
  padding-bottom: 35px;
  background-color: #0560e8;
  position: relative;
}

#top .video-share-description p{
  margin: 0px;
}

#top .video-share-description p.video-share-title{
  /*font-family: "TradeGothicLT-Light";*/
  font-size: 16px;
}

#top .video-share-description p.video-share-subtitle{
  font-family: 'lalezar', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

#top .video-share-description p.video-share-fb{
  /*font-family: "TradeGothicLT-BoldCondTwenty";*/
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  padding-bottom: 5px;
  cursor: pointer;
}

#top .video-share-description p.video-share-fb:after{
  content: "";
  background-image: url("/wp-content/uploads/2018/02/facebook-logo.png");
  display: inline-block;
  height: 28px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

#top .video-share-description p.video-share-fb:hover{
  opacity: 0.6;
}