/*
 Theme Name:   ChateauBouquetraud
 Description:  Thème enfant pour le Château Bouquetraud basé sur Hitchcock.
 Author:       B3nTy
 Template:     hitchcock
 Version:      1.0.0
*/

@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-BoldItalic.ttf'); font-style: italic; font-weight: 700;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf'); font-weight: 700;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf'); font-weight: 600;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-SemiBoldItalic.ttf'); font-style: italic; font-weight: 600;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-MediumItalic.ttf'); font-style: italic; font-weight: 500;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf'); font-weight: 500;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Italic.ttf'); font-style: italic; font-weight: 400;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf'); font-weight: 400;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-LightItalic.ttf'); font-style: italic; font-weight: 300;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Light.ttf'); font-weight: 300;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-ExtraLightItalic.ttf'); font-style: italic; font-weight: 200;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-ExtraLight.ttf'); font-weight: 200;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-ThinItalic.ttf'); font-style: italic; font-weight: 100;}
@font-face { font-family: 'IBMPlex'; src: url('assets/fonts/IBM_Plex_Serif/IBMPlexSerif-Thin.ttf'); font-weight: 100;}
@font-face { font-family: 'Italianno'; src: url('assets/fonts/Italianno/Italianno-Regular.ttf'); font-weight:400;}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ba9e66 !important;
	text-decoration: none;
}

p.actu {
	text-align: left;
    margin: 10px 0;
}

h1 {
	margin: 50px 0 25px;
	font-family: 'IBMPlex', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.25em;
}

h2 {
	margin: 10px 0 10px;
	font-family: 'IBMPlex', sans-serif;
	font-size: 1.875em;
	font-weight: 600;
}

.line-h2 {
    border-top: 1px solid #ba9e66;
    width: 30px;
	margin: 0 auto;
}

h3 {
	margin: 10px 0 5px;
	font-family: 'IBMPlex', sans-serif;
	font-size: 1.5em;
	font-weight: 500;
}

h4 {
	margin: 10px 0 5px;
	font-family: 'IBMPlex', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}

h5 {
	margin: 10px 0 5px;
	font-family: 'IBMPlex', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

h6 {
	margin: 10px 0 25px;
	font-family: 'IBMPlex', sans-serif;
	font-size: 1em;
	font-size: 0.8em;
	font-weight: 300;
}

.error404 h2.post-title {
	margin-top: 60px;
}

button,
.button {
	background-color: #ffffff;
	border: none !important;
	border-radius: 3px;
	color: #32373c;
	font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 14px 18px;;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
:root .wp-block-file__button,
:root .wp-block-button__link {
	background-color: #ffffff;
	border: 2px solid #32373c;
	border-radius: 50px;
	color: #32373c;
	font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 14px 18px;;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
}

:root .is-style-outline .wp-block-button__link,
:root .wp-block-button__link.is-style-outline {
	background-color: transparent;
	border: 2px solid currentColor;
	color: #32373c;
	padding: 14px 18px;
	text-shadow: none;
}

button,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
:root .wp-block-file__button:hover,
:root .wp-block-button__link:hover,
.button:hover {
	cursor: pointer;
	color: #ba9e66;
	border: 2px solid #ba9e66;
}

.cky-btn {
	border: 2px solid #32373c !important;
	padding: 8px 27px !important;
	border-radius: 50px !important;
	text-transform: uppercase !important;
}

.cky-btn-reject:hover {
	cursor: pointer;
	color: #ba9e66 !important;
	border: 2px solid #ba9e66 !important;
}

.cky-btn-accept:hover {
	cursor: pointer;
	background: #ba9e66 !important;
	border: 2px solid #ba9e66 !important;
}

.section-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.container {
    /* On ajoute une marge sur les cotés de l'écran */
    padding-right: 15px;
    padding-left: 15px;

    /* Et on centre */
    margin-right: auto;
    margin-left: auto;
}

#post-41 .post-container, #post-5 .post-container {
	padding-top: 60px;
}

/* Sur les grands écrans, on limite la largeur du contenu */
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

.navigation {
	background: #1d1d1d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
}

.main-menu {
	background: #1d1d1d;
}

.main-menu > li + li:before {
    	color: #ba9e66;
}

.main-menu li.current-menu-item > a {
	color: #ba9e66;
}

.header { padding: 120px 0; }

.header.section-inner {
	width: 50%;
}

.page-title {
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	color: #fff;
}

.blog-title a {
	color: #fff;
}

.blog-title a:hover {
	color: #ba9e66;
}

h1.blog-title a {
word-spacing: 100vw;
}


.blog-description {
    font-family: 'Italianno' !important;
	font-size: 2.275em;
}

/* Front Page -------------------------------- */

.front-page-title {
	font-size: 3.75em;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.front-page-description {
	color: #fff;
	font-family: 'Italianno' !important;
	line-height: 145%;
	margin-top: 25px;
	text-align: center;
	font-size: 2.275em;
}

.front-page-title a {
	color: #fff;
	text-decoration: none;
}

.front-page-title a:hover {
	color: #ba9e66;
}

h1.front-page-title a {
    word-spacing: 100vw;
}

.social-menu a[href*="airbnb.fr"]::before { content: '\f834'; font-family: 'Font Awesome 5 Brands'; }

.header-image {
	background-position: 25% 250%;
}

/* Header Background Image ------------------- */

.header-image-other,
.header-image-other:after {
	height: 340px;
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
}

.header-image-other {
	background-image: url( https://chateaubouquetraud.com/wp-content/uploads/2021/10/chateaubouquetraud.jpg );
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	filter: opacity(50%);
}


ul.list-articles {
	list-style: none !important;
}

ul.list-articles li:first-child {
	margin: 0.5em 0 2.5em 0;
}

ul.list-articles li {
	margin: 2.5em 0;
}

ul.list-articles li:last-child {
	margin: 2.5em 0 0.5em 0;
}

.posts {
	background: #fff;
}

.post-header {
	padding: 40px 0;
}

/* Block Blog Image ------------------ */

.children {
	margin: 20px 0;
}

.blog-image {
	width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.blog-image-actu {
	width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.post-content {
	text-align: justify;
}

.gold-line {
    border-top: 1px solid #ba9e66;
    width: 30px;
    text-align: center;
    margin: 10px auto;
}

.archive-header {
	color: #1d1d1d;
	padding-top: 60px;
	padding-bottom: 70px;
	background: #fff;
}

/* -------------------------------------------------------------------------------- */
/*	12. Footer
/* -------------------------------------------------------------------------------- */

footer .top-footer{
	padding: 30px 0 30px;
	position: relative;
	z-index: 2;
	background: #f1efea
}

footer .bottom-footer{
	padding: 30px 0 10px;
	position: relative;
	z-index: 2;
	background: #1D1D1D
}

footer a {
	text-decoration: none;
}

footer .top-footer p {
	text-align: center;
	color: #666;
}

footer .top-footer .wp-block-columns {
	margin-bottom: 0px;
}

footer .bottom-footer p {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

footer .bottom-footer ul {
	margin-left: 0;
}

ooter .top-footer p:first-child {
	color: #666;
	font-size: 1.175em;
	font-weight: 600;
	letter-spacing: 0.025em;
}

footer .bottom-footer p:first-child {
	color: #fff;
	font-size: 1.175em;
	font-weight: 600;
	letter-spacing: 0.025em;
}

footer .top-footer a { color: #666; }
footer .bottom-footer a { color: #fff; }
footer .top-footer a:hover { color: #ccc; }
footer .bottom-footer a:hover { color: #ccc; }

footer p + p {
	color: #fff;
	font-size: 0.825em;
	font-weight: 500;
	margin-top: 12px;
}

footer p + p a {
	color: #ccc;
}

footer p + p a:hover {
	opacity: 0.5;
}

img#wpstats {
	display: none;
}

footer .social-menu {
    justify-content: left;
    margin: 0px 0 0;
}


@media ( max-width: 900px ) {
	.header.section-inner { width: 75%; }

}

@media ( max-width: 781px ) {

	/*  Footer -------------------------------- */
	footer .line {
		border-top: 1px solid #ba9e66;
		width: 30px;
	}
}

@media ( max-width: 600px ) {
	/* Structure ----------------------------- */

	.header.section-inner { width: 100%; }

	.header {
		padding: 70px 0;
    }
}

@media ( max-width: 400px ) {

	.header-image, .header-image:after { height: 300px; }
	.header { padding: 80px 0; }

    .blog-description {
		font-size: 1.875em;
    }


	/* Front Page ---------------------------------- */

	.front-page-title {
		font-size: 2.75em;
		font-weight: 500;
		letter-spacing: 0.025em;
		margin: 0;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}

}

/* Correction du balisage moderne de WordPress pour les colonnes */
.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 1.75em;
}

.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
}

/* Gestion de l'alignement large que le thème ne comprend plus */
.entry-content > [data-align="wide"],
.entry-content > .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: calc(100% + 200px);
}

@media (max-width: 800px) {
    .wp-block-columns {
        flex-direction: column;
    }
    .entry-content > [data-align="wide"] {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}