@charset "UTF-8";
/*
Theme Name: EISF
Description: Thème pour EISF
Author: MentalWorks
Author URI: https://www.mentalworks.fr
Template: mw-smart-wp-theme
Version: 1.0.0
Text Domain: mw-smart-wp-theme-child
*/


@media screen and (max-width: 744px) {
    #prez-sticky-btn-desktop a.mw-button {
        width: calc(100% - (2 * 4rem) - 6px) !important;
    }
}

.legale p {
    margin: 0 !important;
}

/*#tarteaucitronIcon {*/
/*    display: block!important;*/
/*}*/

#gototop {
  position: fixed;
  right: 40px !important;
  top: unset !important;
  bottom: 85px !important;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gototop .go_to_top__button {
  cursor: pointer;
  display: flex;
  height: 44px !important;
  justify-content: center;
  padding: 12px !important;
  width: 44px !important;
}