/**!
 * b4st CSS
 */

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Responsive Container (because Bootstrap 4.0.0 doesn't have this) */

.container-responsive {
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.navbar > .container-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-responsive {
	padding-right: 0;
	padding-left: 0;
}
.navbar > .container,
.navbar > .container-responsive {
	max-width: 1110px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: .6rem;
    color: #000;
    text-transform: uppercase;
}


.nav-link:focus, .nav-link:hover {
    	color:black;
    	text-decoration:underline;
}


/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}


/* Site footer */

.sur-titre-page-works {
	text-transform: uppercase;
	font-size: 12px;
}

.titre-page-works {
	font-family: 'Anton', sans-serif;
	font-weight:600;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -1px;
}
.sous-titre-page-works {
    font-family: 'Glegoo', serif;
    /*
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    */
}
.titre-sidebar-work {
	font-family: 'Anton', sans-serif;
	font-weight:600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -1px;
}
h3.sur-titre-work {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}

.toutes-les-news {
	font-size: 11px;
	line-height: normal;
}

.toutes-les-news .sur_titre {
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}
.titre_de_news, .titre_de_news a {
	color: red;
	font-style:italic;
}

.voir_travail p, .lien_1 p {
margin-bottom: 1px;
}

.thumbnail-critique .thumbnail-img {margin-bottom: 10px;}
.critique-bloc-de-titre {color: red;}

/* posts link works sidebar */
.cat-post-everything-is-link {
    color: #000;
    font-weight: bold;
}

#category-posts-3-internal .cat-post-title {
    text-transform: uppercase;
}
/* fin posts link works sidebar */
/*
.navbar-toggler {
    background-color: #000;
}

.fa.fa-navicon {
  color:white;
}
*/
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .pied-de-page {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
    
}