/*
Theme Name:     wpex-pytheas-Child-Theme
Theme URI:      http://www.websitesmadesimple.org/child-themes
Description:    Child theme for the Pytheas theme
Author:         Yohann Greuet
Author URI:     http://www.websitesmadesimple.org/about
Template:       wpex-pytheas
Version:        0.1.0
*/

@import url("../wpex-pytheas/style.css");

/*Hover sur le menu principal (couleur)*/
.nav-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, .nav-menu > .current-menu-item > a:hover {
    background: none repeat scroll 0% 0% #f15a23;
    }
.nav-menu ul li > a:hover {
    background-color: #f15a23;
    }


/*Couleurs puces services de la page d'accueil*/
.service-icon {
    background: none repeat scroll 0% 0% #f15a23;
    }

/*Padding header*/
#masthead{
  padding: 15px 25px;}

.site-header{
  background-image: url("https://platon.ac-dijon.fr/wordpress/wp-content/uploads/2015/06/BOB12.png");

}

.masthead-right {
    float: right;
    padding-top: 25px;
}
