/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Menu fixe*/
.main-navigation {
position: sticky;
top: 0;
}

/*Menu footer*/
.my-footer-menu{
 text-align: center;
 line-height: 2.2;
 font-size: 15px;
 margin-top: 30px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 padding: 18px;
 background: white;
}
.my-footer-menu a {
 text-decoration: none;
 color: black;	
 font-weight: normal;
}
.my-footer-menu li{
 display: inline;
 padding: 10px 10px 0 10px;
}
.my-footer-menu li a:hover{
 color: #3282F6;
}

/*Titre page et post category result*/
.page .entry-title {
font-weight: 600;
font-size: 34px;
text-align: center;
}

.cacheimage {
	display: none;
}

/*Lien*/
a{
    text-decoration: none;
	font-weight: bold;
}

/*arondi image*/ 
.roundedimage img {
border: 1px solid;
border-radius: 5px;
}



