/*
Theme Name:   Hello Elementor Child
Theme URL:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  Hello Elementor Child Theme
Author:       Gaetan Vial
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor
*/

.archive hr {
  margin: 50px 0;
}
#menu-menu-haut .current-menu-item a, 
#menu-menu-haut a:hover {
  color: #C1831C;
}
main {
  min-height: calc(100vh - 232px);
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  max-width: 100%;
  margin: 20px auto 0;
  height: 65px;
}
.post-navigation > div > a {
  border: 1px solid var( --e-global-color-secondary );
  padding: 10px 20px;
  text-decoration: none;
}
.post-navigation > div > a:hover {
  border-color: var( --e-global-color-accent );
}
.type-post .page-content img  {
  border: 1px solid var( --e-global-color-secondary );
  padding: 2px;
}
.search-post {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	align-items: flex-start;
}
.search-post .post-thumbnail {
	flex: 0 0 250px;
}
.search-post .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.search-post .post-content {
	flex: 1;
}
.search-post .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
hr {
  height: 1px !important;
  margin-bottom: 30px;
  border: 0;
  background-color: #d2d2d2;
}
.site-header {
  background-color: #FFFFFF;
  padding-inline-end: 50px;
  padding-inline-start: 50px;
}
.searchwp-modal-form-default .searchwp-modal-form__close {
  color: #fff;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.65rem;
  margin-block-end: 0.5px !important;
}
h4 {
  font-size: 1.2rem !important;
}
@media (max-width: 900px) {
  .post-navigation {
    flex-direction: column;
    height: auto;
  }
  .post-navigation > div {
    margin-bottom: 10px;
    line-height: 2.7em;
  }
  .post-navigation > div.next-post {
    margin-left: auto;
  }
  .post-navigation > div > a {
  border-width: 0px;
  }
  .site-header {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
  .site-navigation-toggle-holder {
    margin: auto;
  }
}