/*
Theme Name:     Accu Child
Theme URI:       http://themes-demo.com/accu/
Author:          the DesignThemes team
Author URI:      http://themeforest.net/user/designthemes
Description:     Child theme for the Accu theme powered by DesignThemes
Template:        accu
Version:         1.0
*/

/* ===== RÉTABLIR LES ICÔNES SOUS LE SLIDER ===== */

.home .rev_slider_wrapper,
.home .rev_slider {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.home .wrapper .inner-wrapper,
.home .vc_row:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Rétablit le comportement normal des colonnes WPBakery */


.home .wrapper,
.home .wrapper .inner-wrapper,
.home .vc_row:first-of-type,
.home .vc_row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.rev_slider_wrapper,
.rev_slider {
  z-index: 1 !important;
}

.wrapper,
.inner-wrapper,
.vc_row {
  position: relative !important;
  z-index: 10 !important;
}
