/*
 Theme Name:     Valenti Child
 Theme URI:      http://themeforest.net/user/cubell
 Description:    Valenti Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       valenti
 Version:        1.0
*/

@media screen and (max-width: 1500px) {
  #cb-header-menu {
    right: 10% !important;
  }
}

/*STYLE HOME*/

.hero-home {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    color: white;
    text-align: center;
}

.hero-home .overlay {
    background: rgba(0, 0, 0, 0.4); /* voile sombre */
    padding: 60px 20px;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 20px;
}

.breadcrumb p#breadcrumbs {
    margin: 0;
    font-size: 0.9rem;
    color: #eee;
}
