/*
Theme Name: DiviByOaiNot
Description: Child theme for Divi. You can now safely customize it and not risk losing your customizations.
Author: Oaï Not
Author URI: https://oai-not.com
Template: Divi
Version: 1.0
*/

/*cacher google recaptcha*/
.grecaptcha-badge{display:none}


/*Agrandir logo sur mobile*/
@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 80%;
    max-height: 80%;
  }
.container {
    max-width: 100%;
    margin-top: 0px !important;
  }
      .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left:not(.et_header_style_slide):not(.et_header_style_fullscreen) #et-top-navigation {
        padding-top: 0 !important;
        margin-top: 20px;
    }
}

/*Visionneuses PDF*/
.df-popup-thumb {
  display: block !important;
  width: 180px !important;
  margin: 30px auto !important;
}

.df-popup-thumb .df-book-title {
  line-height: 1em;
}

/*Bouton voir plus page Actus*/

.page-id-27741907 .dipi-fg-readmore-button-wrapper a.et_pb_button {

    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 65px;
    letter-spacing: 0px;
    font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #97C14D !important;
    padding-top: 12px !important;
    padding-right: 40px !important;
    padding-bottom: 12px !important;
    padding-left: 40px !important;
    transform: scale(1);
    transition: all .2s ease !important;
}


.page-id-27741907 .dipi-fg-readmore-button-wrapper a.et_pb_button:hover {
  transform: scale(1.03);
  transition: all .3s ease 0ms !important;
}

.page-id-27741907 .dipi-fg-readmore-button-wrapper .et_pb_button:after{
  display: none !important;
}