/*-------------------------------------------------------
Theme Name: BW Divi Child Theme
Theme URI: https://milokos.fr/
Description: A child theme template for Extra
Author: Wladislas
Author URI: https://milokos.fr/
Template: Divi
Version: 2.2.2
----------------- ADDITIONAL CSS HERE ------------------*/





/*------ SUPPRIMER LE HEADER SAUTEUR -------------------
@media screen and (min-width: 981px) {

  #page-container {
    padding-top:119px !important;
  }

#main-header {
    top: 45px !important;
  }

.admin-bar #main-header {
    top: 77px !important;
  }

}
*/



/*------ AUGMENTER TAILLE LOGO POUR MOBILE-------------------
@media only screen and (max-width: 428px) {
#logo {
    height: 100% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
}
*/



/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  font-size: 2em !important;
  color: #333333;
  line-height: 2em;
  background: #eeeeee;
  transition: all .5s;
}
 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #333333 !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #333333 !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}