.site-info {
	font-size: 0;
}

#main a {
	color: #999;
}

.site-info:after {
	content: "© 2019 Up To Flux";
	font-size: 14px;
	font-weight: normal;
}

body.archive.category .page-header {
	padding: 15px;
}

.hero-area-title:before {
	display: none;
}

.entry-footer {
	display: none;
}

.share-google-plus-1 {
	display: none !important;
}

.widget-area #menu-pied-de-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.widget-area #menu-pied-de-page li {
	padding: 20px;
}

.widget-area #menu-pied-de-page-en {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.widget-area #menu-pied-de-page-en li {
	padding: 20px;
}

.widget-area {
	padding-bottom: 5px !important;
	border-top: none;
}

.site-info {
	padding-top: 0;
	text-transform: none !important;
}

.site-footer {
	border-top: none;
}

#nav_menu-3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-column {
	width: 100% !important;
}

.entry-header {
	display: none;
}

.blog .entry-header {
	display: block;
}

@media screen and (max-width: 767px) {
	.site-title a {
		font-size: 23px;
	}
	
	.site-description {
		font-size: 14px;
	}
}

.animate-1 {
	opacity: 0;
	animation: animate 3s forwards;
}

.animate-2 {
	opacity: 0;
	animation: animate 3s forwards;
	animation-delay: 2s;
}

.animate-3 {
	opacity: 0;
	animation: animate 3s forwards;
	animation-delay: 4s;
}

@keyframes animate {
	from { opacity: 0; }
	to { opacity: 1; }
}

.alignwide {
	margin-left: 0;
	margin-right: 0;
}

.alignwide .wp-block-media-text__content {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-button__link {
	min-height: 200px;
}

@media screen and (max-width: 781px) {
	.wp-block-column {
		margin-left: 32px;
		margin-right: 32px;
	}
}

.archive .entry-header {
	display:  block;
}

.text-15 {
	font-size: 15px;
}

ul li {
	font-size: 16px;
}

.wp-block-table td, .wp-block-table th {
	font-size: 12px;
}

.wp-block-button .wp-block-button__link {
	display: flex;
    justify-content: center;
    align-items: center;
}

.entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button .wp-block-button__link:focus{
	background: #1f3544;
}

.wq-quiz.wq-skin-flat .wq_questionTextCtr,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr{
	background: transparent;
}

.wq-quiz.wq-skin-flat .wq_questionTextCtr {
	color: #1f3544;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
	font-weight: normal;
	color: #ed8645;
}

.wq-quiz.wq-skin-flat .wq-results {
	background: transparent;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover {
	background: transparent;
	border: none;
}

.wq-share.wq_shareCtr p {
	display: none;
}

blockquote p {
	font-size: 16px;
	margin-bottom: 0;
}

blockquote cite {
	font-size: 13px;
	font-style: normal;
}

#comments,
.post-nav-wrapper{
	display: none;
}

@media screen and (max-width: 968px) {
	.wp-block-columns .wp-block-column {
		flex-basis: 100%;
		width: 100%;
	}
}

.menu-wrapper {
	margin-top: 50px;
}


.twitter-fil-normal {
	max-width: 300px;
	margin-left: auto;
}

.twitter-fil-normal iframe {
	max-height: 500px;
}