/*
 Theme Name:   Inspecteur Basty
 Theme URI:    
 Description:  Thème du site "Inspecteur Basty"
 Author:       Média Bouquetin
 Author URI:   
 Template:     bouquetin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://media-bouquetin.fr
 Tags:         
 Text Domain:  Inspecteur Basty
*/
main#primary {
    margin: 5em auto;
    text-align: center;
    max-width: 90%;
}
body {
    font-family: "Courier New", Courier, "Liberation Mono", monospace;
    color: white;
}
.compte_a_rebourd{
    max-width: 600px;
	margin: auto;
}img {
    max-height: 60vh;
    margin: 1em;
}

.main-navigation {
	text-align: center;
}

.main-navigation ul {
	display: inline-flex;
    margin: auto;
    text-align: center;
}

a, a:visited {
    color: #ffe300;
    padding: 4px 10px;
    border: 1px solid;
    margin: 5px;
}
a:hover {
	color: #f00;
}

p.site-title {
    display: block;
    position: relative;
}

.site-title a{
	border: none;
	color: white;
	text-decoration: none;
}
.site-title {
    position: relative;
    text-align: center;
    font-size: 3em;
}