/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300&display=swap');
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
font-family: 'Inter', sans-serif;}

H1, h2,h3,h4,h5,h6{
font-family: 'Bebas Neue', cursive;
}
.content-wrapper--vertical-spacing{
padding-top:6em;
  background-color:blue;
}
main#main-content{
padding-top:3em;
}

/*reverse column*/
/* side-bar content */

@media only screen and (max-width: 992px) {
  .ac-main-content > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important;
  }
  /* Info Clé*/
  #hs_cos_wrapper_widget_1676977761502 .ac-icon-box__col {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 30px;
}
  
  .ac-content h3 span{
   background-color:#00baea;
 
  }
  .ac-icon-box_text p{
   position: relative;
   left: -2em; 
  }
  
  /* btn-sticky-bottom*/
  div.sticky-btn:hover a{
    color:white;
}
  /* Masquer btn-secondary*/
  .ac-sidebar__btn--secondary{
display:none !important;
  }