/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: Soohaila
Author URI: https://soohaila.fr
Description: OceanWP theme enfant designed by Soohaila
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce
Version: 2.0.0.1606403513
Updated: 2020-11-26 16:11:53
*/



/*NAV BAR SMOOTH*/
html{
    scroll-behavior:auto;
  }

/*TESTIMONIAL CONTENT*/

.strong-view-id-1 .wpmtst-testimonial-content p{
    font-style: normal;
}

.testimonial-heading {
    font-style: normal;
}

/*menu fixe*/
header#site-header{
    position: fixed;

}

/*optimisation image*/

img{
    image-rendering: high-quality;
}

/*scroll bar*/
/* SCROLLBAR */
/* largeur */
::-webkit-scrollbar {
    width: 12px;
  }
  /* piste */
  ::-webkit-scrollbar-track {
    background: #242424;
    
  }
  /* poignée*/
  ::-webkit-scrollbar-thumb {
    background: #febe01;
    border-radius: 20px
  }
  /* survol poignée */
  ::-webkit-scrollbar-thumb:hover {
    background: #d4a200;
  
  }


  /*hover menu*/
  #site-navigation-wrap .dropdown-menu >li >a:hover, #site-navigation-wrap .dropdown-menu >li.sfHover >a {
    background-color : transparent !important;
  }

  #site-navigation-wrap .dropdown-menu > li > a {
    display: block;
    font-size: 13px;
    line-height: 70px;
    color: #555;
    padding: 0 15px;
    letter-spacing: 0.6px;
}

a:focus {
    outline: none !important;
  }

