.clear{
	clear: both;
}

/*//////////////////////*/
/*///// GENERAL ////////*/
/*//////////////////////*/
.archive-header,
#site-footer,
#site-header{
	background-color: #000;
}

.singular .entry-header{
	background-color: #000
}

h1.entry-title{
	color: #fff;
	font-weight: 400;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover{
	color: #fff;
}

.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle{
	color: #fff;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{
	background-color: #000;
}

body.search-results .entry-header,
.post-inner {
    width: 70%;
    padding-right: 1em;
    float: left;
}
.post-inner.not-first {
    float: unset;
		margin: auto;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width: 100rem;
}

.entry-content{
	font-family: "Inter var", NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
}

.search-modal .search-field,
body:not(.overlay-header) #site-header .toggle.close-search-toggle{
	color: #111;
}

.menu-modal-inner {
    background: #000;
}

/*//////////////////////*/
/*///// SIDEBAR ////////*/
/*//////////////////////*/

.techno-fr {
    border: 1px solid #dcd7ca;
    text-align: center;
    margin-bottom: 1em;
    background-color: #cd2653;
    width: 90%;
}

.techno-fr a{
    text-decoration: none;
    font-size: 2rem;
	color: #fff;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

.widget-sidebar{
	width: 30%;
	float: left;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 8rem;
}

.widget.widget_rss{
	margin-bottom: 2em;
}

.widget_rss .rsswidget{
	font-weight: unset;
}

.widget .widget-title {
    margin-bottom: 1rem;
    border-bottom: 1px solid #999;
    width: 90%;
}

.widget-title a{
	color: #111;
}

.widget ul {
    list-style: disclosure-closed;
    margin: 0;
}

.widget li {
    margin: 2rem 0 0 2rem;
    border-bottom: 1px solid #ccc;
	width: 87%;
}

/*.widget-lien{
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width: 90%;
}*/

.widget-lien p{
	margin: 0;
}

.widget-lien a{
	text-decoration: none;
}

.widget-lien a:hover{
	text-decoration: underline;
}

/*//////////////////////*/
/*/////// MAP //////////*/
/*//////////////////////*/

#post-48 .entry-content iframe{
	max-width: 95%;
}

/*//////////////////////*/
/*/////// SMARTPHONES //////////*/
/*//////////////////////*/
.oui, .non{
	text-align: center;
	display: block;
}

.oui{
	font-weight: bold;
}

.non{
	color: #666;
}

/*//////////////////////*/
/*/////// MEDIA ////////*/
/*//////////////////////*/

@media ( max-width: 1000px ) {
	.post-inner {
		width: 100%;
	}

	.widget-sidebar{
		width: 100%;
	}

	.techno-fr,
	.widget .widget-title,
	.widget li {
		width: 100%;
	}

}
