/*
Theme Name: Diva & Devient
Author: Bewoopi
Author URI: http://www.bewoopi.net/
Description: Diva & Devient
Version: 0.1
*/
/*-- Variables couleur --*/
/*-- Variables Media-query --*/
/*-- Variables Media-query OLD --*/
/*odd classes*/
@media (min-width: 62em) {
  .separator {
    border-right: 1pt solid #9b1826;
    padding-right: 30px; } }

.back {
  width: 35px !important;
  height: 35px !important;
  cursor: pointer;
  display: none;
  float: left;
  margin-right: 15px; }

/*-- Overwrite Bootstrap --*/
/*-- Fonts --*/
html, body {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 400; }

body {
  font-size: 16px; }

/*-- Custom Generic Styles --*/
h2, h3, h1 {
  color: #9b1826;
  margin-top: 10px; }
  h2.black, h3.black, h1.black {
    color: #000; }

h1 {
  font-size: 24px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 27px; } }

h2 {
  font-size: 24px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 27px; } }

h3 {
  font-size: 20px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 24px; } }

.btn {
  border-radius: 10px;
  border: none;
  color: #FFF;
  font-weight: 700; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  background: #ccc; }

.btn-secondary {
  background: #c8b29c; }

/*-- Helpers --*/
.col-centered {
  float: none;
  margin: 0 auto; }

/*-- Tab header --*/
.tabheader {
  background: #9b1826;
  height: 10px; }

.tabrow {
  text-align: right;
  list-style: none;
  margin: 0;
  line-height: 30px;
  height: 35px;
  overflow: hidden;
  position: relative; }

.tabrow li {
  background: #9b1826;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 52px;
  /* padding: 5px 10px; */
  padding: 0;
  height: 100%; }
  .tabrow li .ico {
    width: 23px !important;
    margin-right: 4px; }

.tabrow a {
  color: #fff;
  text-decoration: none; }

.tabrow li:before, .tabrow li:after {
  position: absolute;
  width: 25px;
  height: 100%;
  background: #000;
  content: "";
  background: url("img/corner-red.png");
  display: block;
  top: 0; }

.tabrow li:before {
  left: -25px; }

.tabrow li:after {
  right: -25px;
  background: url("img/corner-red-r.png"); }

.tabrow.mobile {
  width: 100%;
  padding: 0;
  text-align: left; }
  .tabrow.mobile a {
    float: left;
    width: 50%; }
  .tabrow.mobile li {
    margin: 0;
    padding: 3px 5px;
    width: 100%;
    font-size: 0.8em;
    text-align: center; }
    .tabrow.mobile li.color {
      margin-right: 0; }
  .tabrow.mobile li:before, .tabrow.mobile li:after {
    display: none; }

.tabrow li.color {
  background: #c8b29c;
  margin-right: 25px; }

.tabrow li.color:before {
  background: url("img/corner-2.png"); }

.tabrow li.color:after {
  background: url("img/corner-2-r.png"); }

/*-- Nav --*/
.navbar {
  padding: 0;
  margin-bottom: 0;
  /*  border-bottom: 1pt solid black; */
  border-radius: 0; }

.navbar-toggle {
  margin-right: 0; }

.navbar-nav > li {
  padding-top: 0;
  margin-top: 29px;
  font-size: 1.2em;
  margin-left: 0; }
  @media (min-width: 768px) {
    .navbar-nav > li {
      margin-left: 24px;
      font-size: 1em; }
      .navbar-nav > li:first-child {
        margin-left: 0; }
      .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 992px) {
    .navbar-nav > li {
      margin-left: 26px;
      font-size: 1.1em; } }
  @media (min-width: 1200px) {
    .navbar-nav > li {
      margin-left: 43px;
      font-size: 1.2em; }
      .navbar-nav > li:first-child {
        margin-left: 43px; } }

.navbar-nav {
  margin: 0; }

.navbar-nav > li > a {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 5px;
  color: #9b1826; }

.navbar-nav > li.active > a, .navbar-nav > li.current_page_parent > a {
  color: #000; }

.nav > li > a:focus, .nav > li > a:hover, .nav .open, .nav .open > a, .nav .open > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-color: none;
  color: black; }

.navbar-toggle .icon-bar {
  background: #9b1826; }

.navbar-brand {
  max-width: 110px;
  padding: 0; }
  @media (max-width: 992px) {
    .navbar-brand {
      position: absolute;
      top: -24px; } }
  @media (max-width: 767px) {
    .navbar-brand {
      position: absolute;
      top: 0; } }
  @media (min-width: 990px) {
    .navbar-brand {
      position: static; } }

.navbar-brand img {
  width: 100%; }

.navbar-collapse {
  padding: 0; }

.lock {
  width: 20px !important;
  display: inline-block;
  margin-top: -4px; }

.dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: #fdf8f8;
  border-radius: 0; }

.navbar-nav .dropdown-menu a li {
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1pt solid #ccc;
  padding: 7px 15px; }

.navbar-nav .dropdown-menu a li:hover {
  background: #9b1826;
  color: #FFF; }

.navbar-nav .dropdown-menu a {
  text-decoration: none; }

.caret-mobile {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0; }
  .caret-mobile img {
    width: 100%; }

/*-- Page Layout -- */
.tac {
  text-align: center; }

.top-separation {
  padding-top: 10px;
  border-top: 1pt solid #ccc; }

.pageContent ul {
  padding-left: 2em; }

.pageContent ul li {
  list-style: none;
  padding-left: 1em; }
  .pageContent ul li:before {
    color: #c8b29c;
    content: "\25A0";
    font-size: 1.1em;
    margin-left: -0.85em;
    margin-right: 0.3em;
    position: relative;
    top: -1px; }

/*-- cards -- */
.cardShadow {
  box-shadow: 0px 1px 6px 0px rgba(72, 70, 70, 0.3);
  background: #fff; }

@media (max-width: 48em) {
  .columnCard {
    margin-bottom: 20px; } }

.columnCard img {
  width: 100%; }

.columnCard_header {
  background: #c8b29c;
  color: #fff;
  padding: 7px;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 700; }

.columnCard_content {
  padding: 15px; }
  .columnCard_content p {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .columnCard_content span {
    color: #9b1826;
    font-weight: 700; }
  .columnCard_content ul {
    padding-left: 0px; }

/*-- Slider --*/
/*
iframe#videoFrame {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 450px;
}


.sliderContainer{
  padding: 0;
  margin-bottom: 20px;

}

.sliderWrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
  //max-height: 285px;
  //min-height: 200px
}

.sliderContent{
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.slide{
  float: left;
  width: 33.3%;
  //height: 300px;
  //max-height: 100%;
  color: red;
}
.slide img{
  width: 100%;
}

.slideContent{
  position: relative;
}


/*
.navSliders{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
  & li{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #adadad;
    margin-right: 15px;
    cursor: pointer;
    &:last-child{
      margin-right: 0;
    }
    &.active{
      background: #FFF;
    }
  }
}
*/
/*-- home styles --*/
.btn-slider {
  box-sizing: border-box !important;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 1pt solid #fff;
  border-radius: 3px;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 1.4em;
  text-align: center;
  z-index: 100;
  color: #fff; }
  .btn-slider:hover {
    text-decoration: none;
    color: #fff;
    background: black; }
  .btn-slider:focus {
    text-decoration: none;
    color: #fff;
    background: black; }
  .btn-slider:active {
    text-decoration: none;
    color: #fff;
    background: black; }

/*Cards (cateogry layout)*/
.row.categories {
  margin-top: 25px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .row.categories .col {
      padding-right: 0.4rem;
      padding-left: 0.4rem; }
      .row.categories .col p, .row.categories .col ul li {
        font-size: 0.9em; }
      .row.categories .col .columnCard_header {
        font-size: 1em; }
      .row.categories .col .columnCard_content {
        padding: 10px; }
        .row.categories .col .columnCard_content span {
          font-size: 1em; } }

.category_col.active .category_picto {
  background: #590e16; }
  .category_col.active .category_picto .svg {
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    -webkit-transform: translate(0, -1px) scale(1.1);
    -ms-transform: translate(0, -1px) scale(1.1);
    transform: translate(0, -1px) scale(1.1);
    /*
      path {
          fill: $accent-color;

        }
*/ }
  .category_col.active .category_picto span {
    color: #9b1826;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px); }

.staticContent img {
  width: 100% !important;
  height: auto; }

.category_container:hover h2 {
  cursor: pointer; }

.category_container:hover .category_picto {
  background: #590e16; }

.category_container:hover .svg {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px); }

.category_container:hover span {
  font-size: 1.4em;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px); }

.category_picto {
  width: 80%;
  display: inline-block;
  background: #9b1826;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease; }
  .category_picto:hover {
    background: white; }
  .category_picto.rounded {
    border-radius: 50%; }
  .category_picto.home {
    cursor: pointer;
    width: 195px;
    height: 195px;
    padding: 17px;
    color: #FFF; }
    .category_picto.home .imgContainer {
      display: inline-block;
      margin-top: 7px; }
      .category_picto.home .imgContainer.c-boissonschaudes {
        width: 80px;
        height: 80px; }
        .category_picto.home .imgContainer.c-boissonschaudes .svg {
          width: 100%;
          height: 100%; }
    .category_picto.home span {
      font-size: 1.1em;
      line-height: 1.1;
      margin-top: 8px;
      display: inline-block; }
  .category_picto.products {
    width: 145px;
    height: 145px; }
  .category_picto.produits {
    width: 75%;
    cursor: pointer; }

.category_container {
  padding: 0 15px;
  text-align: center; }
  @media (max-width: 768px) {
    .category_container {
      margin-top: 20px; } }
  .category_container h2 {
    color: #000;
    margin-top: 15px;
    font-size: 1.3em; }

.category_desc {
  margin-top: 20px; }

.category_desc p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.plus {
  width: 25px;
  height: 25px;
  float: right;
  color: #fff;
  background: #c8b29c;
  border-radius: 50%;
  padding: 7px;
  line-height: 0.5;
  text-align: center;
  margin-top: 25px; }
  .plus:hover {
    background: #9b1826;
    color: #fff; }

/* Page actu*/
.single-post-actu img {
  width: 100%; }

.post {
  margin-top: 10px; }
  .post img {
    width: 100%; }
  @media (min-width: 1200px) {
    .post {
      margin-top: 40px; } }
  .post p {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .post h3 {
    margin: 0; }
  .post .btn-secondary {
    float: right; }
  .post .imgMobile {
    margin-bottom: 20px; }

nav.paginationActu {
  text-align: center;
  margin-top: 20px; }
  nav.paginationActu .pagination a {
    color: #9b1826 !important; }
  nav.paginationActu .current {
    background: #9b1826 !important;
    color: #c8b29c !important;
    border-color: #9b1826 !important; }

/*-- Nos distributeurs --*/
.message {
  display: none; }

.selecteur {
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .selecteur {
      margin-top: 30px;
      margin-bottom: 30px; } }

.toGal {
  cursor: pointer; }

.selecteur-col {
  margin-top: 10px; }

@media (min-width: 992px) {
  margin-top: 0px; }

.tosinglepage {
  text-decoration: none !important;
  color: black; }
  .tosinglepage:hover {
    text-decoration: none !important;
    color: black; }

.tosinglepageProduits {
  text-decoration: none !important;
  color: black; }
  .tosinglepageProduits:hover {
    text-decoration: none !important;
    color: black; }

.produit_item {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 50px; }
  .produit_item img {
    width: 100%; }
  .produit_item.produit {
    padding-top: 0;
    padding-bottom: 10px; }
  .produit_item h2 {
    margin: 10px 0;
    color: #000;
    font-size: 1.2em; }
  .produit_item img {
    padding: 0 10%;
    border-bottom: 1pt solid #ccc;
    margin-bottom: 5px; }
  .produit_item .description {
    padding: 0 5%;
    color: black;
    text-decoration: none; }
    .produit_item .description:hover {
      color: black;
      text-decoration: none; }
  .produit_item ul li {
    text-align: left;
    padding: 10px 0px;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2; }
    .produit_item ul li:last-child {
      border-bottom: none; }
      .produit_item ul li:last-child::after {
        display: none; }
    .produit_item ul li::before {
      display: none; }
    .produit_item ul li::after {
      content: " ";
      position: absolute;
      left: 10%;
      bottom: 0;
      height: 1px;
      width: 80%;
      border-bottom: 1px solid #ccc; }
  .produit_item .plus {
    position: absolute;
    right: -4px;
    bottom: 30px;
    background: #9b1826;
    width: 42px;
    height: 42px;
    line-height: 0.6;
    font-size: 2.2em; }
    .produit_item .plus:hover {
      background: #c8b29c; }
  .produit_item .new {
    position: absolute;
    right: -4px;
    top: 15px;
    background: #9b1826;
    width: 42px;
    height: 42px;
    line-height: 2.9;
    font-size: 0.8em;
    border-radius: 50%;
    padding: 0;
    border: 2pt solid #fff;
    font-weight: 200;
    cursor: default; }
  .produit_item .ico_new, .produit_item .ico_typo {
    line-height: 3.1; }
  .produit_item .ico_new img, .produit_item .ico_typo img {
    border: none; }
  .produit_item .ico_new {
    top: 60px; }

/*-- Tool tips --*/
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

/*-- Selectivity Styles --*/
.selectivity-load-more.highlight, .selectivity-result-item.highlight {
  background: #9b1826; }

.selectivity-multiple-selected-item, .selectivity-single-selected-item {
  background: #9b1826; }
  .selectivity-multiple-selected-item a:focus, .selectivity-multiple-selected-item a:hover, .selectivity-single-selected-item a:focus, .selectivity-single-selected-item a:hover {
    color: #c8b29c; }

.selectivity-single-selected-item {
  border-radius: 3px;
  color: #FFF;
  cursor: default;
  float: left;
  line-height: 2em;
  margin: 2px;
  padding-right: 9px;
  padding-left: 5px;
  position: relative;
  -moz-user-select: none;
  white-space: nowrap; }

.selectivity-single-selected-item-remove a:focus, .selectivity-single-selected-item-remove a:hover {
  color: #c8b29c; }

.selectivity-single-result-container {
  position: absolute;
  top: 5px; }
  .selectivity-single-result-container .selectivity-placeholder {
    padding-top: 5px; }

.selectivity-single-selected-item-remove {
  color: #fff;
  float: left;
  padding: 0px 5px; }

.selectivity-caret {
  display: none; }

.selectivity-single-select {
  min-height: calc(2em + 4px); }

/*-- Single post distributeur --*/
.h3Distrib {
  font-weight: 700;
  font-size: 18px; }

#nouvelleRecherche {
  margin-bottom: 30px; }

.distributeurs_side {
  text-align: center; }
  .distributeurs_side img {
    width: 100%; }

.distributeurs_content h1 {
  color: #9b1826; }

.distributeurs_content h2 {
  font-size: 18px;
  color: #9b1826; }

.distributeurs_content span {
  color: #9b1826;
  font-weight: bold; }

.thumb_images img {
  width: 40% !important; }

.relatedDistributeurs {
  margin-top: 50px; }
  .relatedDistributeurs img {
    width: 100%; }
  .relatedDistributeurs .col-lg-2 {
    text-align: center;
    /*  width: 20%;
      padding-right: 2em;
      padding-left: 2em; */ }

.relatedThumb {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear; }
  .relatedThumb img {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear; }
  .relatedThumb:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .relatedThumb:active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/*-- Nos Produits --*/
.produits_description {
  display: none; }

.typologie {
  background: #c8b29c;
  text-align: center;
  color: #fff;
  padding: 5px 0; }
  .typologie h4 {
    margin: 0; }

.marque {
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.2em;
  font-weight: normal;
  margin-left: 10px;
  color: #000;
  margin-top: 10px;
  min-height: 44px; }

/* Single-post Actu*/
@media (min-width: 1200px) {
  .single-post-actu .single-post-col-left {
    padding-right: 3%; } }

.single-post-actu .title_section {
  margin-bottom: 20px; }
  .single-post-actu .title_section h1 {
    color: #9b1826;
    margin: 0;
    margin-top: 10px; }
  .single-post-actu .title_section .date {
    float: left;
    font-weight: 700; }

.single-post-actu .header_img {
  padding-bottom: 25px; }

.single-post-actu p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.single-post-actu h3 {
  margin: 0; }

.single-post-col-right h3 a {
  color: #9b1826; }

/*-- Side Bar --*/
.articles_side {
  border-top: 1pt solid #ccc; }
  @media (min-width: 1200px) {
    .articles_side {
      border-top: none;
      padding-left: 3%;
      border-left: 1pt solid #ccc; } }
  .articles_side h2 {
    font-size: 1.3em; }
  .articles_side h3 {
    color: #000;
    line-height: 1; }
  @media (min-width: 768px) {
    .articles_side .resumePost {
      margin-top: 5px; }
      .articles_side .resumePost:first-child {
        padding-left: 0;
        padding-right: 30px; }
      .articles_side .resumePost:last-child {
        padding-left: 30px;
        padding-right: 0; } }
  @media (min-width: 1200px) {
    .articles_side .resumePost {
      margin-top: 35px;
      padding: 0; }
      .articles_side .resumePost:first-child {
        margin-top: 0;
        padding-right: 0; }
      .articles_side .resumePost:last-child {
        padding-left: 0; } }
  .articles_side .resumePost .date {
    margin: 8px 0px; }

/*-- Contact --*/
.contact_form {
  margin-top: 50px; }

.col-infos .distribFilter {
  margin-bottom: 15px; }

.col-infos {
  padding: 15px;
  overflow: auto; }
  .col-infos h3 {
    padding-bottom: 10px;
    border-bottom: 1pt solid #ccc;
    font-size: 20px; }
  .col-infos .btn {
    display: inline-block; }
  .col-infos .inputsContainer {
    text-align: right;
    padding: 0px 50px; }
    .col-infos .inputsContainer input {
      width: 100%;
      margin: 10px 0px;
      padding: 7px 5px; }

.colRight label {
  width: 60%;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 26px; }

.colRight input {
  width: 38%;
  vertical-align: top; }

.colRightBottom label {
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0; }

.colRightBottom input {
  vertical-align: top; }

.colRightBottom textarea {
  width: 100%; }

/*-- Footer --*/
.footerRow {
  display: table;
  width: 100%; }
  @media (max-width: 767px) {
    .footerRow {
      display: block; } }

.footer {
  margin-top: 30px;
  background: #1e1c1b;
  color: #a1a1a1;
  padding-top: 30px; }

footer {
  display: table-row; }
  @media (max-width: 767px) {
    footer {
      display: block; } }
  footer ul {
    display: table-cell;
    list-style: none; }
    @media (max-width: 767px) {
      footer ul {
        display: block;
        padding-left: 0;
        font-size: 1.6rem; } }
    @media (min-width: 768px) {
      footer ul {
        padding-left: 0;
        font-size: 1.2rem; } }
    @media (min-width: 770px) {
      footer ul {
        font-size: 0.9em;
        padding-left: 40px; } }
    footer ul li {
      font-size: 0.9em; }
    footer ul li:first-of-type {
      font-size: 1em;
      margin-bottom: 8px; }

.legal {
  text-align: center;
  margin: 20px 0;
  font-size: 0.8em; }
