/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.clients[data-he="greyscale_to_color"] > div img {
    transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.8, 1), opacity 0.45s cubic-bezier(0.3, 0.4, 0.8, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
}


#slide-out-widget-area{
background-color: #fd6d00!important;
}



a:hover {
    color: #ff6d00;
}
.blanc {
    color: #FFF!important;
}
/* Sous menu 
 * ATTENTION A PLACER DANS PARAMETRE DE PAGE
 * #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a{
    background-color: #FFF!important;
}*/
#header-outer li a:hover {
    color: red!important;
}

.sub-menu li a {
    color:#000!important;
}


.sf-menu > li ul a, #top nav > ul > .megamenu ul li a {
    padding: 16px 4px;
}
/* Sous menu FIN*/
/* Sous menu bloc onepage scroll */
body .page-submenu li a {
  color: inherit;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  padding-top: 5px!important;
  padding-bottom: 10px!important;
  display: block;
  opacity: .7;
}
@media only screen and (min-width: 1000px) {
  .page-submenu ul {
    display: block !important;
    height: 40px !important;
  }
}

/* Sous menu FIN*/

/* Page des intervenants */
/* Boutons */

div#flex {
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: space-around;
    margin-top: 20px;
}

a#solo_custom_button {
    margin-top: 20px;
}

#flex a span {
    text-transform: none;
}

@media screen and (max-width: 1095px) {
    div#flex {
        display: block;
        width: 100%;
    }
}



/* Fin : boutons */
/* Fin : page des intervenants */
/* Header texte Page des exposants */
#page-header-bg .span_6 h1 {
    margin-top: 70px !important;
  }
@media only screen and (max-width: 479px) {
#page-header-bg .span_6 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: 100px !important;
  }
}


