/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


 /* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 300px;
  padding: 10px 10px;
  /* 4 */
  background: #0a4f9a;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  border-radius:5px;
  word-break: normal;
}

.uk-panel-box-primary {
  background-color: #dadada;
  color: #4b4b4b;
}

.uk-panel .uk-dropdown {
  padding: 10px;

}
.uk-panel-smallbox {
    padding: 10px;
    background: #f7f8fc;
    color: #4b4b4b;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.04);
}
legend {
  color: #004094;
}
.well {
    background: #ffffff;
}

.uk-alert-warning {
    color: #f6a93e;
}
/* Button Popup LOGIN */
.lp-button-wrapper button {
    border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    background-color: #004094;
    color: #ffffff;
    border-color: transparent;
}
.lp-button-wrapper button:hover {
    background-color: #004bae;
    color: #ffffff;
}

/* Module PAGESCROLLBUTTON */
.modpagecrollbtns.label span:first-child {
	margin-top: 13px;
}
.modpagecrollbtns.backtop {
	height: 50px;
	width: 50px;
	margin-bottom: 40px;
}
.modpagecrollbtns.gobottom {
	height: 50px;
	width: 50px;
}
.pagescrollbtn {
	position: relative;
	top: -3px;
	margin-right: 0px;
}
.tm-block-top-c {
    padding-bottom: 0px;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button2 {
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 40px;
  border-radius: 0;
  background: #3971AD;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button2:hover,
.uk-icon-button2:focus {
  /* background-color: #6D70AB;  */
  background: #0a4f9a;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button2:active {
  /* background-color: #6D70AB;  */
  background: #0a4f9a;
  color: #ffffff;
}

.uk-text-small2 {
    font-size: 14px;
    line-height: 18px;
}
.uk-button-xsmall {
    min-height: 20px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
}
.uk-tab-center {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
}
/* ========================================================================
   Component: Nav VSKS socialbar
 ========================================================================== */
.uk-nav2,
.uk-nav2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav2 li > a {
  display: block;
  text-decoration: none;
}
.uk-nav2 > li > a {
  padding: 0px 10px;
}

/* ========================================================================
   Component: SlideNav Widgetkit Home
 ========================================================================== */

.uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 48px;
    line-height: 48px;
    color: #4b4b4b;
    font-size: 48px;
    text-align: center;
}
.tm-slidenav-position-bottom-center .uk-slidenav {
    width: 68px;
}
.uk-slider:not(.uk-drag) {
-webkit-transition: -webkit-transform 600ms linear;
transition: transform 600ms linear;
}
/* ========================================================================
   Correctif effet bas de vidéo Home
 ========================================================================== */
.tm-block-texture.uk-block-secondary {
   /*  margin-top: -50px;  */
}


/* EngageBox */
.rstbox-content {
    overflow: visible !important;
}

/* Vertical Menu */
.menu-icon-cont {
    z-index: 100;
}

/* Ajax Search */
#offlajn-ajax-tile-results .search-result-card {
    background: #ffffff;
}

/* J2Store */
.product-qty input[type="text"], .product-qty input[type="number"] {
    display: inline;
    height: 100%;
    padding: 1px !important;
    width: 30px !important;
    text-align: center !important;
    margin: 0px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .options select {
        width: 157px;
    }
    .options textarea {
        width: 143px;
    }
    .j2store-add-to-cart .uk-button-mini {
        padding: 0 1px;
    }

}
@media (min-width: 960px) {
    .options select {
        width: 210px;
    }
    .options textarea {
        width: 197px;
    }
    .j2store-add-to-cart .uk-button-mini {
        padding: 0 6px;
    }
}
@media (min-width: 1220px) {
    .options select {
        width: 260px;
    }
    .options textarea {
        width: 247px;
    }
    .j2store-add-to-cart .uk-button-mini {
        padding: 0 6px;
    }
}
.label-important {
  background-color: #ff0101;
  color: #ffffff;
}
.label-warning {
  background-color: #f6c683;
  color: #ffffff;
}
.label-success {
  background-color: #13b102;
  color: #ffffff;
}
.label-waiting {
  background-color: #004094;
  color: #ffffff;
}
.label-process {
  background-color: #727272;
  color: #ffffff;
}
.label-cancel {
  background-color: #000000;
  color: #ffffff;
}
.uk-icon-xxlarge {
  font-size: 600%;
  vertical-align: -22%;
}
.cart-item-info a {
  color: #004094;
}
.cart-item-info a:hover {
  color: #004bae;
}
.cart-item-count {
    background: #ed6663 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
}
.cart-item-count-empty {
    background: #004094 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
}
/* JEvents */


/* FW Grand Gallery */
.image-fit .fwg-zoom, .image-center .fwg-zoom, .fwg-single-gallery-item.fwg-item-preview .fwg-zoom {
    background-color: #FFBE24;
    color: #fff;
}
.fwg-single-gallery-item.fwg-item-preview .fwg-close {
    color: #FFBE24;
}
.chocolat-overlay {
    background-color: #000;
}
.chocolat-wrapper .chocolat-close {
    background: url(../images/close2.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-left{
    background:url(../images/left2.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-right{
    background:url(../images/right2.png)  50% 50% no-repeat;
}
.footer-loadmore {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #004094;
    padding: 5px 15px;
}
.fwg-single-gallery {
    background-color: #fff;
}

.rstbox-content p {
    margin: 0px;
}

.f90-logout-button {
   cursor: pointer !important;
}
.uk-navbar-nav {
    padding: 26px 0 0 0;
}
.uk-nav-navbar > li > a {
    color: #004094;
    font-weight: bold;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-image: url("/images/vsk/video_home_static.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slidehome-container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.uk-modal-dialog {
  width: 700px;
}