// Made by Optik 360

// Imports

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:100,200,300,400,600');

// General variables


$black: #000;
$white: #fff;
$font-stack: 'Nunito Sans', sans-serif;
$todo-menu-big-font-size: 17px;


// GENERAL THEME

// General

html, body, h1, h2, h3, h4, h5, h6 , * {
  font-family: $font-stack;
}

// Top menu

/* .navbar-icons > li > a {
  height: 40px;
  line-height: 40px;
} */

/* 

.awemenu-nav .container {
  padding-left: 0;
  padding-right: 0;
}

ul.navbar-header {
  margin-bottom: 0;
} */

// Header

/* .header-style-6 .awemenu-default .awemenu {
  // TODO : This won't work. Logo has to be centered, menu placed side to side.
  
  
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
 
} */

/* .awemenu {
  .awemenu-item:nth-child(3),
  .awemenu-item:nth-child(4) {
    span {
      font-size: $todo-menu-big-font-size;
    }
  }
} */

// TODO : Add a search bar to top menu

/* .navbar-search span {
  color: $black;
} */

// Header mobile adjustments

/* .header-style-6 .awemenu-mobile {
  .awe-logo {
    padding: 10px;

    img {
      width: 60%;
    }
  }
  
  .awemenu-bars {
    background: transparent !important;
    margin-top: 33.5px !important;
  }
  
  ul.navbar-search {
    margin-top: 28px;
    
    span.icon {
      font-size: 15px;
    }
  }
} */

// Footer

.footer-copyright a:hover {
  color: $white; 
}

.currency-picker__wrapper .dropdown-menu li a {
  color: $white;
}

// HOMEPAGE

// Slider

.slider-text-container {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 25%;
}

.tp-caption.sfb.rv-heading.start {
  position: relative;
  top: 30% !important;
  left: 0 !important;
}

.tp-caption.sfb.rv-description.start {
    position: relative;
    left: 0 !important;
    top: 37% !important;
    width: 50%;
    white-space: normal;
    text-align: justify !important;
    margin: auto !important;
    color: black !important;
    padding-top: 10px !important;
    border-top: 1px solid black !important;
}

// "Mode | Déco"

