/*
 Theme Name:   Blog Arpp
 Template:     twentyseventeen
*/

.bx-controls-direction {
	display: none;
}


.entry-author {
	position: relative;
	margin: 1.75em 0 0;
	padding: 1.75em 0 0;
}

.entry-author .author-avatar {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	margin-right: .875em;
	width: 80px;
}

.entry-author .author-avatar img {
	position: relative;
	display: block;
	float: right;
	width: 80px;
	height: auto;
	border-radius: 80px;
}
.entry-author .author-title {
	clear: none;
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	color: #333332;
}

.entry-author .author-bio,
.entry-author .author-heading {
	position: relative;
	z-index: 1;
	display: block;
	clear: none;
	box-sizing: border-box;
}

.entry-author .author-bio {
	margin-top: 0;
	font-size: 15px;
	font-style: italic;
	color: #929292;
}

.wp-custom-header-mute-button {
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 85px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}

.wp-custom-header-mute-button:focus {
	background-color: transparent;
}

.wp-custom-header-mute-button .icon-mute {
	background: url(img/icons8-audio-filled-50.png) no-repeat 50% 50%;
	background-size: contain;
}

.wp-custom-header-mute-button .icon-unmute {
	background: url(img/icons8-no-audio-filled-50.png) no-repeat 50% 50%;
	background-size: contain;
}


.admin-bar .wp-custom-header-mute-button {
  top: 117px;
}

/*Bandeau_RGPD_gautier_ydu*/

.button.btn_cookie_ydu{
	border: 2px solid #cd2734 !important;
	border-radius:5px;
 	background-color: #32323a;
 	color: white;
 	padding: 10px 18px;
 	cursor: pointer;
}

.cn-button:hover{
	background-color:#cd2734  !important;
}

.cn-close-icon{
	background-color:#cd2734;
	display:flex;
	justify-content:center;
	border-radius:10px;
}

.cookie-notice-container{
	background-color:#32323a;
}
