/* reset bootstrap */

.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

nav.navbar{
	margin-bottom: 0;
}

body{
	font-size: 20px;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 300;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4{
	font-family: Roboto,'Cormorant Garamond', 'Crimson Text', serif;
	font-weight: 300;
}

h1, .h1, h2, .h2{
	font-weight: bold;
}

h1, .h1{
	margin-top: 30px;
	margin-bottom: 45px;
}

h2, .h2{
	margin-top: 20px;
	margin-bottom: 30px;
}

h3, .h3, ul:not(.nav):not(.dropdown-menu){
	margin-top: 20px;
	margin-bottom: 20px;
}

p{
	text-align: justify;
}

iframe{
	max-width: 100%;
}

.wp-block-cover__inner-container{
	font-family: 'Cormorant Garamond', 'Crimson Text', serif;
}

.menu-item,
.dropdown-menu .menu-item > a {
	font-family: Roboto,'Crimson Text', serif;
	font-weight: 300;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	color: #145e8c;
}

a:hover{
}

/* Gutenberg blocks */
figure.wp-block-image{
	position: relative;
	margin-bottom: 15px;
}

figure.wp-block-image > figcaption {
	position: absolute;
	bottom: 0;color: #fff;
	text-align: center;
	width: 100%;
}



/* sous-menus */
.nav a.dropdown-toggle, 
.nav a.dropdown-toggle:hover, 
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover{
    background-color: #222426;
}

ul.dropdown-menu {
    background-color: #222;
    font-size: 20px;
}

/* Sur la home page on Masque le H1*/
body.home main h1{
	display: none;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #222426;
}

.dropdown-menu.depth-0{
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
}

.dropdown-menu.depth-0 > li.menu-item#menu-item-163 > a {
	cursor: default;
}

/* Les sous-sous-menus sont affichés tout le temps */
.dropdown-menu.depth-1 {
	display: block;
	position: relative;
	text-transform: none;
}

.dropdown-menu.depth-1 > li.menu-item {
	padding-left: 20px;
}

.dropdown-menu.depth-1 > li.menu-item > a {
	cursor: pointer;
}

	/* utilities */



.mg-right-15{
	margin-right: 15px;
}


.noir{
	background-color : #222426;
	color: #eee;
}

.noir a{
	color: #bfae99;
}

.noir a:hover{
	color: #e7eef4;
}


.bleu{
	background-color: #145e8c;
	color: #e7eef4;
}

.gold {
	background-color: #9d815c;
	color: #fff;
}

.bleu a, .gold a{
	color: #fff;
	text-decoration: underline;
}

.bleu a:hover{
	color: #bfae99;
}


.blanc{
	background-color: #e7eef4;
	color: #222426;
}

.rouge{
	background-color :#bf2441;
	color: #e7eef4;
}

.beige{
	background-color: #bfae99;
	color: #222426;
}



/* specs */


#header-container{
	background-color: #222426;
}

#header-container .menu a{
	color: #e7eef4;
}

#header-container .menu a:hover{
	color: #bf2441;
}

#header-container h1 a .h1{
	color: #bf2441;
}

#header-container h1 a:hover {
	text-decoration: none;
}


#h1-topmenu{
	color: #bf2441;
	margin-top:0;
	padding: 3px 15px 0 0;
}

.row.menu {
    padding-top: 5px;
}

.banniere{
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-image: url('../media/parterre_de_latone_cropped_2.jpg');
	background-size: cover;
	background-position-x: center;
}


#entete{
	margin-top: 60px;
}

.image{
	width: 100%;
}

.banniere h1 {
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}

.banniere h4{
	font-size: 20px;
	color: white;
}




#main-container{
	padding-top: 30px;
	padding-bottom: 30px;
}

div#menu-front-1-collapsable {
    position: absolute;
    background-color: #222426;
    z-index: 1;
    right: -1px;
}

.footer-container{
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer-container > *:not(:first-child) {
	margin-left: 20px;
}

footer address{
	font-size: 16px;
}

footer address p {
    margin-bottom: 0;
}

footer address h2 {
    margin-top: 0;
}

footer .nav>li {
    display: inline-block;
}

.credits {
	font-size: 9px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 365px;
	margin-left: auto;
}

.credits a {
	text-decoration: none;
}


/* Navbar responsive */

.navbar-toggle .icon-bar {
    background-color: white;
}


/* Contenu */


#main-post-content{
	text-align: justify;
}

.panel-body{
	font-size: 16px;
}

#main-post-content p{
	margin-bottom: 30px;
}