
/* channel*/

.bt_subscribe_channel {
	background-color: #ea4c55 !important;
    color: white;
    font-size: 15px;
	text-decoration: none;
	padding: 5px 15px;
    border-radius: 5px;
}


.profile_top {
	padding: 10px 10px;
	position: relative;
}
.profile_pseudo { font-size: 24px !important; font-weight: 700 !important; float: left !important; margin: 10px !important; padding: 0 !important;}



#profile-menu {
	list-style-type: none;
	margin: 0px 0px 0px 10px; padding: 0;
}
#profile-menu li { display:  inline; float: left;}
#profile-menu li a {
	text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px 20px 0px 0px;
    color: black;
	display: block;
	border-bottom: 4px solid #fff;
}
#profile-menu li a:hover { color: #e30613}
#profile-menu li a.active {border-bottom: 4px solid #e30613;color: #e30613}
#profile-menu li a img { display: none;}



#profile-menuv {
	list-style-type: none;
	margin: 0px 0px 0px 17px; padding: 0;
	    height: 50px;
}
#profile-menuv::after { clear: both;}
#profile-menuv li { display:  inline; float: left;}
#profile-menuv li a {
	text-decoration: none;
    font-size: 13px;
    padding: 10px 0px;
    margin: 0px 20px 0px 0px;
    color: black;
	display: block;
	border-bottom: 4px solid #fff;
}
#profile-menuv li a:hover { color: #e30613}
#profile-menuv li a.active {border-bottom: 4px solid #e30613;color: #e30613;
    font-weight: 600;}
#profile-menuv li a img { display: none;}

#profil_picture {
	width: 76px;
    height: 76px;
    float: left;
    background-color: blue;
    margin: 15px 0px 0px 15px;
    border-radius: 25%;
    line-height: 76px;
    text-align: center;
    font-size: 40px;
    color: white;
	    background-size: cover;
}


#profil_picture.av_channel {font-size: 65px; background-color: inherit; color: black}
.night #profil_picture.av_channel { background-color: inherit; color: white}

.channel_header #profile-menu li { 
	font-size: 15px;
    line-height: 36px;
    margin-right: 20px;
}
.channel_header .channel_header_description {
	font-size: 16px;
    margin-left: 10px;
}

.bt_subscribe_channel:hover {
	background-color: #e30613 !important;
}
.bt_subscribe_channel svg {
	margin-left: 7px;
}
.profile_top_contenaire {overflow: hidden;}

/* fin channel */