/*
Theme Name: Telefiction
Theme URI: http://telefiction.com/
Author: Ecorce
Author URI: http://ecorce.ca/
Description: Theme for the telefiction website.
Version: 1.0
*/

/* ROW */
h1, h2, h3, h4, h5, h6 {
    color: #001588;
    text-transform: uppercase;
}
a {
    color: #001588;
}
.fullwidth {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #001588;
}

.fullwidth.sticky {
    z-index:9999;
}

.fullwidth.slidercontainer {
    padding:0px;
    position: relative;
    margin-top: 79px;
}

.fullwidth.slidercontainer h3 {
    font-size:42px;
    text-transform:uppercase;
    position: relative;
    /* top: 86px; */
    /* left: 123px; */
    text-shadow: 0px 0px 15px #000;
    z-index: 999;
    margin-bottom: -144px;
    padding-top: 86px;
}

.fullwidth.slidercontainer a {
    background: transparent;
    
    background-color: transparent !important;
}

.columns.container {
    padding: 0px;
}

/* HEADER */
.top-bar {
    background: #f2f2f2 !important;
    min-height: 99px;
}

.top-bar a.logo {
    float: left;
    width: 221px;
    height: 49px;
    background: url(img/telefiction.png);
    text-indent: -9999px;
    margin-top: 24px;
    margin-right: 41px;
    margin-left: 49px;
}

.top-bar-section ul li > a {
    color: #001588;
    font-size: 21px;
    text-transform: uppercase;
    padding: 40px 44px 0px 0px;
    font-family: "flama_condensed_semiboldSBd";
    background: #f2f2f2 !important;
    letter-spacing: 2px;
}

.top-bar .toggle-topbar a {
    background: #f2f2f2 !important;
    color: #001588 !important;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after,
.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px #001588, 0 7px 0 1px #001588, 0 14px 0 1px #001588;
    
    left: 65px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 39px 20px 0px 0px;
    line-height: 24px;
    text-decoration: none;
}

.top-bar-section li:last-child a:not(.button) {
    padding: 39px 0px 0px 0px !important;
}

.top-bar-section ul li > a:hover {
    color: #001588 !important;
}

.top-bar .right {
    width: 88px;
}
.top-bar .right li a.search {
    float: right;
    width: 24px;
    height: 24px;
    background: url(img/search.png) !important;
    text-indent: -9999px;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 0px !important;
}
.top-bar .right li a.search:hover {
    background: url(img/search_h.png) !important;
}
.top-bar .right li a.lang {
    float: left;
    width: 24px;
    height: 24px;
    color: #001588;
    font-size: 21px;
    text-transform: uppercase;
    padding: 33px 44px 0px 0px;
    font-family: "flama_condensed_semiboldSBd";
    background: #f2f2f2 !important;
    letter-spacing: 1px;
}
.top-bar .right li a.lang:hover {
    color:#334ddd;
}

.top-bar-section ul li {
    background: #f2f2f2 !important;
    letter-spacing: 1px;
}

.top-bar-section ul li.mainsubnav {
    display: none;
}


.page-template-default .nous-nav span,
.post-type-archive .nouvelles-nav span,
.single-nouvelle .nouvelles-nav span,
.single-service.postid-46 .distribution-nav span,
.single-service.postid-399 .distribution-nav span,
.single-service.postid-1984 .distribution-nav span,
.single-service.postid-108 .marketing-nav span,
.single-service.postid-398 .marketing-nav span,
.single-service.postid-1978 .marketing-nav span,
.single-service.postid-2919 .service-prod-nav span,
.single-produit .services-nav span,
.single-production .productions-nav span,
.tax-production_type .productions-nav span {
    border-bottom: 3px solid #001588; 
}
.top-bar-section .navLink.active span,
.top-bar-section .navLink:hover span {
    color:#4b54c6;
}

.left-bar-section .productions {
    padding:0px;
}

.hidesubnav {
    position: absolute;
    top: 0px;
    left: 20px;
    width:14px;
    height:22px;
    background: url(img/left_w.png) center center no-repeat;
    z-index: 9;
    display:none;
    margin-top: 20px;
}
.st-menu-open .hidesubnav {
    display:block;
}

/* FOOTER */
.footerbg {
    width: 100%;
    background: #ababab;
    border-top: 3px solid #959595;
}

.footer {
    text-transform: uppercase;
    padding: 20px 0px 43px;
    background: #ababab;
}

.footer .left {

}

.footer .left a {
    color: #696969;

    font-size: 16px;
    line-height: 20px;
}

.footer .right {
    list-style: none;

}

.footer .right li {
    display: inline;

}

.footer .right li a {
    color: #fff;

    margin-left: 33px;
}

/* HEADLINE */
.headline {
    position: relative;
    margin-bottom: 43px;
    text-align: center;
    min-height: 568px;
}

.headline .after {
    position:absolute;
    width: 41px;
    height: 14px;
    left: 50%;
    bottom: 10px;
    background: url(/wp-content/themes/telefiction/img/headline_arrow.png);
    content: '';
    cursor: pointer;
    z-index: 9;
    margin-left: -20px;
}
.headline.noarrow .after {
    display: none;
}

.headline .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0.4;
    min-height: 100%;
    background-color: #001588 !important;
    left: 0px;
}

.single-produit .headline {
    margin-bottom:0px;
}

.small .headline {
    min-height:0px;
    background:#4b54c6 !important;
    padding-top:58px;
}

.single-produit .small .headline {
    background-color: #008aab !important;
}

.headline .spacer {
    visibility:hidden;
    width:100%;
}

.small .headline .spacer {
    visibility:visible;
    width:auto;
}

.headline.sub {
    min-height: 260px;
    margin-bottom: 32px;
}

.headline > .columns {
    position: absolute;
    min-height: 340px;
    top: 0px;
    z-index: 9;
}

.headline .columns h1,
.headline .columns h2 {
    width: 100%;
    text-align: center;
    margin-top: 17%;
    color: #f2f2f2;
    font-size: 62px;
    line-height: 78px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    letter-spacing: 4px;
}

.headline .button {
    position: relative;
    text-align: center;
    margin-top: 40px;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    background: url(img/frame_video.png) !important;
    width: 171px;
    height: 55px;
    padding: 9px 0px 0px 18px;
    opacity: 0.7;
    transition: all 0.5s;
}

.headline .button:hover {
    opacity:1;
}

.headline .button.large{
    background: url(img/play_largest.png) center top no-repeat !important;
    
    padding: 120px 0px 0px;
    bottom: 35%;
    left: 0px;
    position: absolute;
    width: 100%;
}

/* Homepage bottom box */
.headline.title h2 {
    margin-top: 20%;
}

.headline.archive {
    margin-bottom: 0px;
}

.headline.archive h1,
.headline.archive h2 {
    width: 100%;
    height: 153px;
    text-align: center;
    display: inline-block;
    margin-top: 13%;
    background: url(img/frame_white.png) center center no-repeat !important;
    padding-top: 40px;
    max-width: 100%;
}

.next,
.prev {
    position: absolute;
    top: 50%;
    height: 48px;
    color: white;
    font-size: 20px;
    font-family: "flama_condensedmedium";
    text-transform: uppercase;
    text-indent: -9999px;
    margin-top: -11px;
    z-index: 9;
}

.next:hover,
.prev:hover {
    position: absolute;
    top: 50%;
    height: 48px;
    color: white;
    font-size: 20px;
    font-family: "flama_condensedmedium";
    text-transform: uppercase;
    text-indent: 0px;
}

.next {
    right: 0px;
}

.prev {
    left: 0px;
}

.prev .inner,
.next .inner {
    float: left;
    width: 58px;
    height: 48px;
    margin-right: 10px;
    margin-top: -11px;
    background-image: url(img/prev.png);
    background-color: #0085ff;
}

.next .inner {
    margin-right: 0px;
    margin-left: 10px;
    float: right;
    background-image: url(img/next.png);
    background-color: #00d2b4;
}

.single-production .next .inner {
    background-color: #0085ff;
}

.headline.archive p {
    width: 100%;
    color: white;
    font-size: 32px;
    font-family: "flama_condensedmedium";
    text-transform: uppercase;
    text-align: center;
    margin-top: 44px;
    line-height: 43px;
    max-width: 455px;
    display: inline-block;
}

.headline.jump {
    margin-bottom: 0px;
    
    min-height: 807px;
}

.headline.jump > .columns {
    min-height: 807px;
}

.headline.jump .columns h2 {
    margin-top: 21%;
    position: relative;
}

.headline.jump .columns .jumps {
    position: relative;
    margin-top: 12px !important;
}

.headline.jump .columns .jumps .columns {
    height: 136px;
    min-height: inherit;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "flama_condensedmedium";
    margin-bottom: 20px;
    /* padding: 0px; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

/* Subnav, jump boxes */
.subnav {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    width: 300px;
    z-index: 99999;
}

.lt-ie10 .subnav {
    position: absolute;
}

html[data-useragent*='MSIE 10.0'] .subnav {
  top: 100px !important;
}

.subnav.active {
    display:block;
}

.subnav a {
    height: 25%;  min-height: inherit;  color: #fff;  text-transform: uppercase;  font-size: 24px;  font-family: "flama_condensedmedium";  margin-bottom: 20px;
    
}
.subnav.services a,
.subnav.services a .colorBox {
    height: 50%;
}

.subnav a .colorBox {
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    height: 25%;
    position: relative;
}

.colorBox {
    transition: all 0.5s;
    display: block;
}

.headline.jump .columns .jumps .colorBox {
    padding: 43px 0px 43px;
    display: block;
}

.term-television .hoverbox .hoverbox-inner .hover {background-color: #0085ff !important;}
.term-cinema .hoverbox .hoverbox-inner .hover {background-color: #4b54c6 !important;}
.term-web .hoverbox .hoverbox-inner .hover {background-color: #00d2b4 !important;}
.term-spectacles .hoverbox .hoverbox-inner .hover {background-color: #00cfff !important;}

.term-television .headline .hover {background-color: #0085ff !important;}
.term-cinema .headline .hover {background-color: #4b54c6 !important;}
.term-web .headline .hover {background-color: #00d2b4 !important;}
.term-spectacles .headline .hover {background-color: #00cfff !important;}
.postid-46 .headline .hover,
.postid-399 .headline .hover {background-color: #4e7de1 !important;}
.postid-108  .headline .hover,
.postid-398  .headline .hover {background-color: #008aab !important;}


.hoverbox.television .hoverbox-inner .hover,
.small.television .headline,
.television .inner{
    background-color: #0085ff;
}
.television:hover .inner {
    background-color: #2778ef !important;
}

.hoverbox.cinema .hoverbox-inner .hover,
.small.cinema .headline,
.cinema .inner {
    background-color: #4b54c6;
}
.cinema:hover .inner {
    background-color: #3a48b8 !important;
}

.hoverbox.web .hoverbox-inner .hover,
.small.web .headline,
.web .inner {
    background-color: #00d2b4;
}
.web:hover .inner {
    background-color: #2dc3a6 !important;
}

.hoverbox.spectacles .hoverbox-inner .hover,
.small.spectacles .headline,
.spectacles .inner {
    background-color: #00cfff;
}
.spectacles:hover .inner {
    background-color: #2ec3f2 !important;
}

.small.distribution .headline,
.distribution .inner  {
    background-color: #4e7de1 !important;
}
.distribution:hover .inner {
    background-color: #3f70d3 !important;
}

.small.marketing .headline,
.marketing .inner {
    background-color: #008aab;
}
.marketing:hover .inner {
    background-color: #007c9a !important;
}

.colorBox.first {
    background: #0085ff !important;
}
.colorBox.first:hover {
    background: #2778ef !important;
}
.colorBox.second {
    background: #4b54c6 !important;
}
.colorBox.second:hover {
    background: #3a48b8 !important;
}
.colorBox.third {
    background: #00d2b4 !important;
}
.colorBox.third:hover {
    background: #2dc3a6 !important;
}
.colorBox.fourth {
    background: #00cfff !important;
}
.colorBox.fourth:hover {
    background: #2ec3f2 !important;
}
.colorBox.fifth {
    background: #4e7de1 !important;
}
.colorBox.fifth:hover {
    background: #3f70d3 !important;
}
.colorBox.sixth {
    background: #008aab !important;
}
.colorBox.sixth:hover {
    background: #007c9a !important;
}

.colorBox .border {
    width: 181px;
    height: 50px;
    background: url(img/frame_link.png) center top no-repeat;
    display: block;
    padding: 14px;
    margin: 0 auto;
    letter-spacing: 2px;
}

.subnav .colorBox .border {
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -90px;
}

.reveal-modal-bg {
    background: #001588 url(img/close.png) 90% 4% no-repeat;
    opacity:0.85;
    cursor:pointer;
}

#searchform {

}

#searchform label {
    color: #fff;

    font-size: 16px;
    text-transform: uppercase;
    line-height: 52px;
    letter-spacing: 1px;
}

#searchform textarea {
    background: transparent;

    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 90px;
    line-height: 100%;

    text-align: top;
    text-transform: uppercase;
    height: 210px;
    letter-spacing: 4px;
    padding: 0px;
    margin-left: -4px;
    /* background: rgba(0, 0, 0, 0.1); */
}

#searchform button {
    background: transparent;
    
    border: 3px solid #fff;
    text-transform: uppercase;
    font-family: "flama_condensedmedium";
    letter-spacing: 1px;
    font-size: 20px;
    display: none;
    color: #fff;
    transition: all 0.5s;
    opacity: 0.6;
}
#searchform button.active {
    display:block;
}
#searchform button:hover {
    /* color: #334ddd; */
    /* border: 3px solid #334ddd; */
    opacity: 1;
}

#searchform img {
    position: absolute;
    
    top: 0px;
    right: 0px;
}

/* Contents */
.columnheader {
    font-family: "flama_condensedbasic";
    font-size: 42px;
    text-transform: uppercase;
    color: #001588;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

/* Borders */
.topleft {
    background: url(img/frame_purple_top.png) top left no-repeat !important;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 50%;
    height: 21px;
}

.topright {
    background: url(img/frame_purple_top.png) top right no-repeat !important;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 50%;
    height: 21px;
}

.pushdown {
    margin-bottom: 91px;
}

.pushdown .topleft,
.pushdown .topright {
    top: 89px;
}
.imaginetop {
    margin-bottom: 59px;   
}
.pushdown a:hover span {
    text-decoration:underline;
}
.pushdown a img {
    float:left;
    margin-left: 16px;
    margin-right: 30px;
    margin-bottom: 29px;
    margin-top: 10px;
}
.pushdown a p {
    color: #001588;
    font-size:12px;
    line-height:22px;
    font-family:Arial;
    padding-bottom: 59px;
}
.pushdown a span {
    position:absolute;
    bottom: 37px;
    left: 107px;
    color:#001588;
    font-family:"flama_condensedmedium";
    letter-spacing:1px;
    font-size:20px;
    
    background: url(img/telecharger.png) left 1px no-repeat;
    padding: 3px 10px 24px 38px;
    height: 24px;
}
.botleft {
    background: url(img/frame_purple_bot.png) top left no-repeat !important;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 50%;
    height: 21px;
}

.botright {
    background: url(img/frame_purple_bot.png) top right no-repeat !important;
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 50%;
    height: 21px;
}
.single-produit .topleft {
    background: url(img/frame_green_top.png) top left no-repeat !important;
}
.single-produit .topright {
    background: url(img/frame_green_top.png) top right no-repeat !important;
}
.single-produit .botleft {
    background: url(img/frame_green_bot.png) top left no-repeat !important;
}
.single-produit .botright {
    background: url(img/frame_green_bot.png) top right no-repeat !important;
}

.single-produit .columns:nth-child(odd) {
    clear:left;
}

.pushdown h4 {
    text-transform:uppercase;
    color:#001588;
    font-size: 42px;
    font-family: "flama_condensedbasic"; 
    margin-top: -2px;
}
.pushdown iframe {
    width: 100% !important;
    padding: 0px 10px !important;
    height: 600px !important;
    margin-top: -19px;
}
.linkedin iframe {
	    height: 515px !important;
}

.fts-instagram-inline-block-centered {
	/*    height: 405px !important;*/
}

.reveal-modal .topleft {
    background: url(img/white_border_top.png) top left no-repeat !important;
}
.reveal-modal .topright {
    background: url(img/white_border_top.png) top right no-repeat !important;
}
.reveal-modal .botleft {
    background: url(img/white_border_bot.png) top left no-repeat !important;
}
.reveal-modal .botright {
    background: url(img/white_border_bot.png) top right no-repeat !important;
}

/* contentcontainer */
.contentcontainer a {
    color: #001588;
    text-decoration: underline;
}

/* contaxctinfo nous */
.contactinfo {
    text-align: center !important;
	margin-top: 190px;
}

@media only screen and (max-width: 40.063em) {
.contactinfo {
		margin-top: 0px;
	margin-bottom: 100px;
}
}
.contactinfo .logo_nous {
    margin-top: 35px;
}
.contactinfo .address {
    padding-top: 28px;
}
.contactinfo .contact {
    padding-top: 26px;
    color: #334ddd;
    padding-bottom: 35px;
}
.contactinfo .contact p {
    line-height: 11px;
    font-size: 26px;
}
.contactinfo .contact a {
    background-color: transparent !important;
    
    text-decoration: underline;
    color: #334ddd;
}
.contactinfo p {
    color: #001588;
    font-size: 26px;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "flama_condensedmedium";
    margin-bottom: 30px;
}


/* Single Service */

.single-service h2 {
    font-size:62px;
    font-family: "flama_condensedbasic";
    color: #4e7de1;
    text-transform:uppercase;
    margin-top:84px;
    
    margin-bottom: 20px;
}

.single-service.postid-108 h3,
.single-service.postid-108 h2 {
    color:#008aab;
}

.single-produit .post-content h1 {
    color:#008aab;
}

.single-service.postid-108 .hoverbox .hoverbox-inner .hover {
    background:#008aab;
}
.single-service.postid-108 .hoverbox h3 {
    color:#fff;
    padding-top: 46px;
}

.single-service h3 {
    font-size:24px;
    line-height:32px;
    font-family: "flama_condensedbasic";
    color: #4e7de1;
    text-transform:uppercase;
}

.single-produit .news .content,
.single-produit .post-content p,
.single-service .description {
    color:#7d7d7d;
    font-size:14px;
    line-height:26px;
    font-family:"Arial";
    margin-top: 25px;
    margin-bottom: 80px;
}

.single-produit .news .content p {
    color:#7d7d7d;
    font-size:14px;
    line-height:26px;
    font-family:"Arial";
    margin-top: 25px;
}

.single-produit .news p {
    text-transform:none;
}

.single-produit .news h3 {
    color: #008aab;
    font-family:"flama_condensedbasic";
    letter-spacing:1px;
}
.single-produit .news:hover h3 {
    text-decoration:none;
}

.single-produit .fullwidth.grey {
    padding-top: 45px;
    margin-bottom: 38px;
}

/* CONTENT */
.fiche h1 {
    color: #001588;
    font-size: 42px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    margin-top: 42px;
    margin-bottom: 30px;
}

.fiche .content {
    font-family: arial;
    font-size: 16px;
    line-height: 32px;
    color: #6a6a6a;
    margin-bottom: 111px;
}

.fiche .content p {
    margin-bottom: 18px;
}

.single-service .list {
    background-color: #ebebeb !important;
}

.single-service .list .top h3 {
    margin: 16px 0px;
}
.single-service .list .top h3,
.single-service .tab-title a {
    color:#575757;
    font-size:22px;
    font-family: "flama_condensedmedium";
    line-height:52px;
    text-transform:uppercase;
}
.single-service .tab-title a {
    color:#4e7de1 !important;
    background-color: #ebebeb !important;
    padding: 10px 0px 0px 0px;
    line-height: 43px;
    margin: 10px 40px 10px 0px;
    outline: none !important;
}
.single-service .tab-title a:hover {
    color:#001588 !important;
}

.single-service .tab-title.active a {
    background: url(img/tab_underline.png) center bottom no-repeat;
    
}

/* Hoverbox */
.boxes {
    margin-bottom: 35px !important;
}

.boxes h1 {
    color: #001588;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px 10px 62px 10px;
}

.box {
    margin-bottom: 24px;
}

.box .text {
    color: #fff;
    margin-top: 7%;
    margin-left: 5%;
    width: 85%;
    margin-bottom: 7%;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 11px;
}

.box h3 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 52px;
    margin: 0px 0px 0px 0px;
}

.box p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "flama_condensedbasic";
}
.users .box h3 {
    font-size: 26px;
    
    line-height: 33px;
    font-family: "flama_condensedbasic";
}
/* no image */

.post-type-archive-nouvelle #panel1,
.post-type-archive-nouvelle #panel2,
.post-type-archive-nouvelle #panel3,
.post-type-archive-nouvelle #panel4,
.post-type-archive-nouvelle #panel5 {
    padding:0px !important;
}

.news {
    position: relative;
    min-height: 271px;
}

.news .text {
    margin-top: 5%;
    margin-left: 5%;

    width: 90%;
    display: block;
    position: relative;
    margin-bottom: 9%;
}

.news img {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0px;
    margin-bottom: 30px;
}

.news h3,
.news p {
    color: #001588;
}

.news .video {
    position: relative;
    display: block;
}

.news .video .play {
    width: 74px !important;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -57px;
    margin-left: -37px;
}

.news:hover h3 {
    text-decoration: underline;
}

.hoverbox.hoverboxbig .hoverbox-inner {
    min-height: 664px;
}

.hoverbox.hoverboxbig .text {
    margin-top: 37%;
}

.produits .hoverbox .hoverbox-inner {
    min-height: 325px;
}

.hoverboxsquare {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-size: cover;
}

.hoverboxsquare:last-child:last-child {
    float: left !important;
}

.purple .hoverboxsquare h3 {
    min-height: 65px;
    font-size: 26px;
    line-height: 30px;
    font-family: "flama_condensedbasic";
    margin-left: 0px;
    margin-bottom: 0px;
    width: 20%;
}

.hoverboxsquare p {
    text-transform: none;
    font-family: arial;
    font-size: 14px;
}

.hoverboxsquare .hoverbox-inner {
    min-height: 245px;
    background-size: cover;
    position: relative;
}

.hoverboxsquare a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 52px;
    background: url(img/email.png);
    display: none;
}

.hoverboxsquare .hover {
    background: #001588;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hoverboxsquare .spacer {
    width:100%;
    height:100%;
}

.users .hoverboxsquare .hover {
    background: #0e48ed;
}

.hoverboxsquare:hover .hover {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.hoverboxsquare:hover h3,
.hoverboxsquare:hover p {
    display: none;
}

.hoverboxsquare:hover a {
    display: block;
    text-indent: -9999px;
}

.users {
    padding-bottom: 92px;
}

.users h2 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    margin-top: 76px;
    margin-bottom: 24px;
}

.hoverbox.hoverboxsmall h3 {
    font-size: 32px;
    line-height: 40px;
}

.hoverbox.hoverboxsmall .hoverbox-inner {
    min-height: 211px;
}

.hoverbox.hoverboxtiny .hoverbox-inner {
    min-height: 90px;
}

.hoverbox.hoverboxtiny h3 {
    font-size: 18px;
    line-height: 20px;
    color: #4b54c6;
}

.hoverbox.hoverboxtiny p {
    font-size: 14px;
    color: #4b54c6;
    font-family: "flama_condensedbasic";
}

.hoverbox.hoverboxtiny:hover h3 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.hoverbox.hoverboxtiny:hover p {
    font-size: 14px;
    color: #fff;
}

.hoverbox.hoverboxtiny .text {
    margin-top: 0px;
    margin-left: 5%;
    position: relative;
}

/*accordian and list */
.accordion-navigation {
    text-transform: uppercase;
}



.affichevisuel h3,
.accordion-navigation > a > h3 {
    font-size: 22px;
    color: #4b54c6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.affichevisuel h3 span,
.accordion-navigation > a > h3 span {
    font-size: 22px;
    color: #575757;
    font-family: "flama_condensedbasic";
    background: url(img/down.png) right center no-repeat;
    padding-right: 50px;
}

.archive .accordion-navigation > a > h3 {
    color:#001588;
    font-size:42px;
}

.tax-production_type .accordion-navigation > a > h3 {
    font-size: 22px !important;
    color: #4b54c6;
}

.affichevisuel h3 span {background-image:none;}

.accordion-navigation.active > a > h3 span {
    background: url(img/up.png) right center no-repeat;
}
.affichevisuel,
.accordion .accordion-navigation > a, .accordion dd > a {
    background: #fff;
    padding: 16px 0px;
}
.grey .accordion .accordion-navigation > a, .grey .accordion dd > a {
    background: #ebebeb !important;
    padding: 16px 0px;
}
.grey .accordion .accordion-navigation > .content.active,
.grey .accordion dd > .content.active {
    background: #ebebeb !important;
}

.affichevisuel {
    padding: 16px 10px;
    background-color:#ebebeb;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background: #fff;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #fff;
}

.accordion-navigation .names {
    float:left !important;
}

.accordion-navigation .names > span {
    font-size: 42px;
    color: #575757;
    font-family: "flama_condensedbasic";
}

.accordion-navigation .names a {
    display: block;
    font-size: 14px;
    color: #4b54c6;
    font-family: "flama_condensedbasic";
    line-height: 18px;
    margin-bottom: 15px;
}

.accordion-navigation .names a span {
    font-size: 18px;
    color: #4b54c6;
    line-height: 18px;
    font-family: "flama_condensedmedium";
}

.accordion-navigation .names a:hover span {
    text-decoration:underline;
}

/* hoverbox */
.hoverbox {
    padding-left: 10px;
    padding-right: 10px;
}
.hoverbox:last-child {
float: left !important;
}
.hoverbox img {
    width: 100% !important;
    max-width: 100% !important;
}

.hoverbox .text {
    margin-left: 7%;
    margin-top: 7%;
}

.hoverbox h3 {
}

.hoverbox p {
}

.hoverbox .hoverbox-inner .hover {
    background: #4A54C7;
}

.hoverbox.green .hoverbox-inner .hover {
    background: #01CFFF;
}

.hoverbox .hoverbox-inner .content,
.hoverbox .hoverbox-inner .hover-content {
    color: #D3D3D3;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hoverbox .hoverbox-inner .hover-content {
    color: white;
    line-height: 0.9;
}

.hoverbox .hoverbox-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 270px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.hoverbox .hoverbox-inner .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    -webkit-animation: wipe-out 300ms ease-out both;
    animation: wipe-out 300ms ease-out both;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 1;
    opacity: 0.8;
}

.lt-ie10 .hoverbox-inner .hover {
    left: -100%;
}

.hoverbox .hoverbox-inner .hover-content {
    -webkit-animation: fade-out 200ms ease-out both;
    animation: fade-out 200ms ease-out both;
}

.hoverbox .hoverbox-inner:hover .hover,
.hoverbox .hoverbox-inner:active .hover{
    -webkit-animation-name: wipe-translate, wipe-skew;
    animation-name: wipe-translate, wipe-skew;
    -webkit-animation-duration: 200ms, 300ms;
    animation-duration: 200ms, 300ms;
    -webkit-animation-timing-function: ease-out, ease-out;
    animation-timing-function: ease-out, ease-out;
    -webkit-animation-iteration-count: 1, 1;
    animation-iteration-count: 1, 1;
    -webkit-animation-delay: 0, 0;
    animation-delay: 0, 0;
    -webkit-animation-fill-mode: both, both;
    animation-fill-mode: both, both;
}

.lt-ie10 .hoverbox .hoverbox-inner:hover .hover,
.lt-ie10 .hoverbox .hoverbox-inner:active .hover{
    left: 0px;
}

.hoverbox .hoverbox-inner:hover .hover-content {
    -webkit-animation: fade-in 300ms 50ms ease-out both;
    animation: fade-in 300ms 50ms ease-out both;
}

@-webkit-keyframes wipe-skew {
    0% {
        -webkit-transform: skewX(0);
        transform: skewX(0);
    }
    40% {
        -webkit-transform: skewX(-50deg);
        transform: skewX(-50deg);
    }
    100% {
        -webkit-transform: skewX(0);
        transform: skewX(0);
    }
}

@keyframes wipe-skew {
    0% {
        -webkit-transform: skewX(0);
        transform: skewX(0);
    }
    40% {
        -webkit-transform: skewX(-50deg);
        transform: skewX(-50deg);
    }
    100% {
        -webkit-transform: skewX(0);
        transform: skewX(0);
    }
}

@-webkit-keyframes wipe-translate {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

@keyframes wipe-translate {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

@-webkit-keyframes wipe-out {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}

@keyframes wipe-out {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        margin-top: -2%;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        margin-top: -2%;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
        margin-top: 0;
    }
    100% {
        opacity: 0;
        margin-top: 2%;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        margin-top: 0;
    }
    100% {
        opacity: 0;
        margin-top: 2%;
    }
}

/* BREADCRUMB */
.breadcrumb {
    font-size: 24px;
    margin-left: 28px;
}

.breadcrumb a {
    color: #001588;
    text-transform: uppercase;
}
.breadcrumb a:hover {
    color: #334ddd;
}

.breadcrumb .arrow {
    background-image: url('img/left.png');
    width: 14px;
    height: 22px;
    float: left;
    vertical-align: middle;
    margin-right: 13px;
    margin-left: -17px;
}

.breadcrumb a:hover .arrow {
    background-image: url('img/left_h.png');
}

/* POST */
.post-content {
    margin-top: 60px;
}

.post-content .date {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.post-content h1 {
    font-family: "flama_condensedbasic";
    color: #001588;
    font-size: 62px;
    text-transform: uppercase;
    line-height: 75px;
    margin: 10px 0 20px 0;
}

.post-content .contentcontainer p {
    font-family: Arial;
    font-size: 14px;
}

.post-content hr {
    border: #001588 solid;
    border-top-width: 5px;
    border-bottom-width: 0px;
    margin: 44px 0 17px 0;
}

.post-content .large-8 {
    margin-bottom: 30px;
}

.single .image {
    margin-bottom: 40px;
    
}

.button_container {position: relative;}

.single .image img {
    margin-bottom: 12px;
}

.single .image .caption {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.single .newsnav {
    padding: 0px;
    
    background: #001588 !important;
}

.single .newsnav .columns {
    height: 266px;    
    text-align: center;
    background: #001588;
}

.single .newsnav .columns:first-child {
    border-right: 3px solid #fff;
}

.single .newsnav .columns:last-child {
    border-left: 3px solid #fff;
}

.single .newsnav a {
    color: #fff;
    
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    background-color: transparent !important;
    margin-top: 95px;
    display: block;
}

.single .newsnav a:hover {
    color:#334ddd;
}

.single .newsnav .columns:first-child a {
    background: url(img/left_w.png) center left no-repeat;
    padding-left: 25px;
}

.single .newsnav .columns:last-child a {
    background: url(img/right_w.png) center right no-repeat;
    padding-right: 25px;
    text-align:right;
}


/* SINGLE-PRODUCTION */
/* information */
.production-content {
    margin-top: 60px;
    float: left;
    position: relative;
    width: 100%;
}

.single-production h1 {
    font-family: "flama_condensedbasic";
    color: #4b54c6;
    font-size: 62px;
    text-transform: uppercase;
    line-height: 75px;
}

.single-production .date {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-production .border-top {
    height: 20px;
    border: 5px solid #001588;
    border-bottom: transparent;
}

.single-production .border-bottom {
    height: 20px;
    border: 5px solid #001588;
    border-top: transparent;
}

.names-container {
    margin-bottom: 20px;
}

.single-production .names {
    padding: 20px;
}

.single-production .names p:last-child {
    margin-bottom: 0;
}

.single-production .names p {
    color: #4b54c6;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

.single-production .names p > span {
    color: #001588;
    font-size: 24px;
    text-transform: uppercase;
}

.production-content .description {
    font-family: Arial;
    color: #4b54c6;
}

.production-content .links {
    margin-top: 30px;
}

.production-content .links a p {
    color: #001588;
    font-size: 20px;
    text-transform: uppercase;
    padding: 9px 10px;
    border: 3px solid #001588;
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
    line-height: 21px;
}

.production-content .links a:hover p {
    color: #4b54c6;
    border-color: #4b54c6;
}

.production-content .links .facebook p, .production-content .links .twitter p {
    width: 45px;
    height: 45px;
    background-position: -2px 0;
}

.production-content .links .facebook:hover p, .production-content .links .twitter:hover p {
    background-position: -2px -45px;
}

.production-content .links .facebook p {
    background-image: url(img/facebook.png);
}

.production-content .links .twitter p {
    background-image: url(img/twitter.png);
}

.slidercontainer .slider {
    width: 100% !important;
    
}

.slidercontainer .slider img {
    min-height: 394px;
    max-height: 394px;
}

.slidercontainer .slider .left {
    position:relative;
}

.slidercontainer .slider .left .button {
    text-align: center;
    margin: 0px;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    background: url(img/play_largest.png) center center no-repeat !important;
    height: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    opacity: 0.7;
}


.sidebar .left .button {
    text-align: center;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "flama_condensedbasic";
    background: url(img/play_largest.png) center center no-repeat !important;
    width: 171px;
    height: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    opacity: 0.7;
}

/* accordion */
.purple, .purple .accordion, .purple .content, .purple a {
    background-color: #4b54c6 !important;
}

.blue, .blue .accordion, .blue .content, .blue a {
    background-color: #001588 !important;
}

.blue,
.purple {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blue {
    padding-top: 0px;
    padding-bottom: 91px;
    margin-bottom: 66px;
}

.purple h3 {
    font-family: "flama_condensedbasic";
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-left: 10px;
    letter-spacing: 2px;
}

.purple .accordion a, .purple .accordion .content, .purple .accordion .content > div {
    padding: 0;
}

.purple .accordion .accordion-navigation, .purple .accordion dd {
    margin-top: -5px;
}

.purple .accordion {
    margin-left: -10px
}

.purple .accordion a {
    font-family: "flama_condensedbasic";
    font-size: 32px;
    color: #fff;
    padding: 0 14px;
    color: #001588;
}

.purple .accordion a:hover {
    color: #fff;
}

.purple .accordion a > span {
    display: inline-block;
}

.purple .accordion a > .arrow {
    width: 22px;
    height: 14px;
    background-image: url("img/up-2.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -10px;
    -webkit-transform: rotate(180deg);
}

.purple .accordion .active a > .arrow {
    -webkit-transform: rotate(0deg);
}

.purple .accordion a:hover > .arrow {
    background-position: 0 -14px;
}

.purple .accordion .content > div {
    font-family: "flama_condensedbasic";
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
}

.purple .accordion .content > div > p {
    line-height: 20px;
}

.purple .accordion .content > div > p > span {
    color: #bcbcbc;
    text-transform: uppercase;
}

.purple .accordion a {
    border-left: 5px solid #4b54c6;
    border-right: 5px solid #4b54c6;
}

.purple .accordion .active a, .purple .accordion .content {
    border-left: 5px solid #001588;
    border-right: 5px solid #001588;
}

/* products */
.productions,
.produits {
    padding-top: 50px;
    padding-bottom: 50px;
}
.productions > div > h3,
.produits h3 {
    font-family: "flama_condensedbasic";
    color: #4b54c6;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: 10px;
    letter-spacing: 2px;
}

.produits .link {
    color: #001588;
    font-size: 20px;
    text-transform: uppercase;
    float: right;
    margin-top: 50px;
}

.produits .link span {
    display: inline-block;
}

.produits .link .arrow {
    width: 25px;
    height: 25px;
    background-image: url("img/bt-products.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -2px;
}

/* facebook & partner */
.grey {
    background-color: #ebebeb;
}

.socialmedia {
    padding-top: 50px;
    padding-bottom: 60px;
    
}

.socialmedia h3 {
    font-family: "flama_condensedbasic";
    color: #4b54c6;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 34px;
    letter-spacing: 2px;
}

.socialmedia p {
    padding:0px;
    margin:0px;
    position: relative;
}

.socialmedia iframe {
    width: 100% !important;
    padding: 0px 20px !important;
    border: 0px #fff !important;
    height: 500px !important;
}

.socialmedia .columns > span {
    height: 224px;
    /* float:left; */
    display: inline-block;
    padding: 0px 20px;
}
.socialmedia .columns > span:nth-last-child(2) {
    margin-right: -25px !important;
}


.socialmedia .columns > span span {
    width: 100%;
    height: 224px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.socialmedia .columns > span:first-child {
    margin-left:10px;
}
.socialmedia img {
    padding:20px;
    visibility: hidden;
}

/* SOCIAL MEDIA BUTTONS */
.social-buttons {
    margin-bottom: 13px;
}

.bt-twitter {
    display: inline-block;
    vertical-align: top;
}

.bt-facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* Lightbox */

.reveal-modal {
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
    width: 90%;
    max-width: 1200px;
    min-height: 0px !important;
}

.reveal-modal .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	display: block;
}
.reveal-modal .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (min-width: 64.063em) {

    .names-container {
        width: 400px;
        margin-bottom: 20px;
    }

    .production-content .links {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin: 0;
        padding: 0;
    }

    .production-content .links a p {
        margin: 0 10px 0 0;
    }

    .production-content .description {
        /* padding-left: 0; */
    
        margin-bottom: 25px;
    }

    .post-content .large-8 {
        width: 60%;
        padding-right: 60px;
    
        margin-bottom: 100px;
    }

    .post-content .large-12 {
        margin-bottom: 30px;
    }

    .post-content .large-4 {
        width: 40%;
        margin-bottom: 60px;
    }

    .post-content .contentcontainer p, .post-content hr {
        /* width: 480px; */
    }

}

@media only screen and (max-width: 64.063em) {
    .top-bar a.logo {
        width: 108px;
        height: 39px;
        background-size:cover;
    
        margin-right: 24px;
        margin-left: 7px;
        margin-top: 31px;
        margin-bottom: 16px;
}

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

    #searchform textarea {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    }

    .reveal-modal, dialog {
        width: 92%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 820px) {
    .top-bar .right li a.search {
    width: 21px;  
    height: 21px;
        
    background-size: cover !important;
    margin-right: 10px;
    float:right;
    margin-top: 41px;
    }
    .top-bar .right li a.lang {
        margin-right:0px;
    
        font-size: 20px;
        padding-top: 36px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 790px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 19px;
        padding: 39px 13px 0px 0px;
}
    .top-bar .right li a.lang {
        font-size: 19px;
}

}


@media only screen and (max-width:40.063em) {
    
    .headline.jump {
    min-height: 1270px;
    }
    .top-bar-section ul li.mainsubnav.active {
    display: block;

    position: relative;
    }

    .top-bar-section ul li.mainsubnav a {
    padding: 0px !important;

    /* float: none; */
    }

    .top-bar-section ul li.mainsubnav a span {
    color: #fff !important;

    padding: 17px 0px 17px;
    }
    .top-bar-section ul li.mainsubnav a span span {
    padding: 14px 0px 17px;
    }
    .top-bar-section ul li.mainsubnav a span.fourth,
    .top-bar-section ul li.mainsubnav a span.sixth {
    margin-bottom:20px;
    }

    .top-bar-section li:last-child a:not(.button) {
        padding: 20px 0px !important;
    }
    .st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
    }

    .top-bar-section {

    }

    .top-bar.expanded .title-area {
    background: none;

    }

    .top-bar-section ul {
    margin: 67px 0px 0px;

    }
    .top-bar-section ul li {

    }
    .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 20px 0px;
    font-size: 21px;

    text-align: center;
    }
    .top-bar a.logo {
    margin-left: 20px;
    }

    .top-bar {
    min-height: 150px;
    }

    .top-bar .toggle-topbar.menu-icon a {
    padding: 18px 20px;

    margin: 0px !important;
    height: auto;
    font-size: 16px;
    background: #ebebeb !important;
    border-top: 3px solid #c9c9c9;
    }

    .headline {
    min-height: 470px;
    }

    .top-bar .toggle-topbar.menu-icon {
    position: absolute;

    top: 99px;
    left: 0px;
    z-index: 2;
    width: 100%;
    }

    .top-bar .right {
    width: 70px;
    }

    .pushdown a span {
    left: 20px;
    }

    .hoverboxsquare:hover h3, .hoverboxsquare:hover p {
        display:block;
        text-shadow: 1px 1px 5px #000;
    }

    .hoverboxsquare .hover {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    }

    .box .text {
        text-indent:0px !important;
    }

    .single .newsnav a {
        height: auto;
        margin-top: 0px;
    }
    .single .newsnav .columns {
        height: auto;
        padding: 12px 0px;
    }
    .single .newsnav .columns:last-child {
        border-left:0px;
    }

    .single .newsnav .columns:first-child {
        border-right:0px;
        border-bottom: 3px solid #fff;
    }



    .post-content h1,
    .single-service h2,
    .single-production h1 {
        font-size:50px;
        line-height: 60px;
    }

    .next, .prev,
    .next:hover, .prev:hover{
        top: 100%;
        margin-top: -37px;
        text-indent: 0px;
    }

    .single-service .headline,
    .archive .headline,
    .home .headline,
    .headline {
    min-height: 470px;
    }

    .post-type-archive-nouvelle .headline {
    min-height: 275px;
    }

    .headline.jump {
    min-height: 1270px;
    }

    .headline.sub {
    min-height: 120px;
    }

    .headline .columns h1, .headline .columns h2 {
    font-size: 37px;
    height: 100px;
    background-size: contain !important;
    padding-top: 9px;
    margin-top: 30px;
    }

    .headline.archive p {
        font-size: 26px;
        margin-top: 30px;
    }
    .headline .after {
        display: none;
    }

    .hoverbox .hoverbox-inner .hover {
        display:none !important;
    }

}

body.touch .hoverbox .hoverbox-inner .hover {
    display:none !important;
}

/*
MENU
------------------
*/

.st-container,
.st-pusher,
.st-content {
    min-height: 100%;
}

.st-content {
    overflow-y: scroll;
    background: #fff;
}

.st-content,
.st-content-inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 5;
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #0085ff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
}

.st-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: #fff;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
    z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
    display: none;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
    display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
    display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */

.st-effect-6.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-6 .st-pusher {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
    transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
    transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
    display: none;
}

/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
    display: none;
}

/* Effect 9: Scale down pusher */

.st-effect-9.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-9 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
    display: none;
}

/* Effect 10: Scale up */

.st-effect-10.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-11 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
    display: none;
}

/* Effect 12: Open door */

.st-effect-12.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-12 .st-pusher {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
    display: none;
}

/* Effect 13: Fall down */

.st-effect-13.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
    visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */

.st-effect-14.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	display: none;
	z-index: 9999;
}

.pageload-overlay.show {
	display: block;
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.pageload-overlay svg path {
	fill: #fff;
}

.pageload-overlay::before {
	content: '';
	position: fixed;
	width: 148px;
	height: 51px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -74px;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	background: url(/wp-content/themes/telefiction/img/logo_nous.png);
	-webkit-transition: opacity 0.15s, visibility 0s 0.15s;
	transition: opacity 0.15s, visibility 0s 0.15s;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

[class*="column"] + [class*="column"]:last-child {
float: left;
}