@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

img{
    width: 100%;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover,.btn-category:hover{
    color: #6796bf;
    transition: color 0.3s;
}

.navbar {
    background: #fff;
    border: none;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.category-navigation{
    max-width: 96%;
}
.category-navigation .button-group{
    text-align: right;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.no-padding{
    padding: 0!important;
}

button:focus {
    box-shadow: none!important;
    outline:0 !important;
}

button:active {
    outline:none !important;
}

.btn-transparent{
    background-color: transparent;
    border: none;
}

.btn-category.is-checked{
    color: #6796bf;
    border-bottom: 3px solid #6796bf;
}

.font-size-counter{
    font-size: 46px;
}

.row.no-flex{
    display: block;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clearfix{
    clear: both;
}

.pdt-50{
    padding-top: 50px;
}

.pdb-50{
    padding-bottom: 50px;
}

.clearfix{
    overflow: hidden;
}

ol{
    padding: 18px;
}

ol li{
    padding: 2px;
    font-size: 19px;
}

.col-logo{
	display: none;
}

.col-logo .logo{
	width: 180px;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-danger {
	border-left-color: #ce4844;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    position: relative;
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    color: #4c4c4c;
    transition: width 0.3s;
    -moz-box-shadow: 0px 0px 10px 0px #4c4c4c;
    -webkit-box-shadow: 0px 0px 10px 0px #4c4c4c;
    -o-box-shadow: 0px 0px 10px 0px #4c4c4c;
    box-shadow: 0px 0px 10px 0px #4c4c4c;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 40px 60px;
    background: #fff;
}
#sidebar .sidebar-header .logo{
    width: 180px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li  {
	border-bottom: 1px solid #eaeaea;
}

#sidebar ul li a {
    font-size: 15px;
    display: block;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    min-height: 43px;
    padding: 10px 60px;
    line-height: 22px;
}

#sidebar ul li a.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}

#sidebar .menu li:first-of-type a{
    border-top:1px solid #eaeaea;
}
.submenu li a{
    border:none!important;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #6796bf;
    border-right: 3px solid #6796bf;
}
#sidebar .submenu li{
    padding-left: 60px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: width 0.3s;
}

/* ---------------------------------------------------
    DASHBOARD - DEFAULT PORTFOLIO VIEW
----------------------------------------------------- */
.btn-portfolio-list{
	display: flex;
}

.btn-print,.btn-print:active, .btn-print:focus{
	background-color: #147dff;
	border: none;
	color: white;
	border-radius: 2px;
	padding: 6px 30px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-export,.btn-export:active, .btn-export:focus{
	margin-left: 4px;
	background-color: #4db91d;
	border: none;
	color: white;
	border-radius: 2px;
	padding: 6px 30px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-print:hover, .btn-export:hover{
	-webkit-transition: all 200ms cubic-bezier(.98,0,1,.28);
	-moz-transition: all 200ms cubic-bezier(.98,0,1,.28);
	-o-transition: all 200ms cubic-bezier(.98,0,1,.28);
	transition: all 200ms cubic-bezier(.98,0,1,.28);
	color: white;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.presentation{
	min-height: 189px;
	width: 100%;
	position: relative;
	margin: 1rem;
	padding: 15px;
	color: white;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.portfolio-title{
	margin-bottom: 0;
	word-break: break-word;
}
.portfolio-type{
	position: absolute;
	right: 22px;
	top: 22px;
	font-size: 138px;
}
.portfolio-description{
	padding-right: 144px;
	color:#ffffff;
	margin-top: 10px;
	margin-bottom: 0;
}

.list{
	min-height: 100vh;
}

table.no-mg-bt {
	margin-bottom: 0;
}

.table td {
	padding: 0.3rem;
}
.table-responsive-xl{
	overflow-x: scroll;
}
.pricing-items{
	display: flex;
	/*flex-direction: column;*/
	justify-content: space-between;
}
.list .channelInfo{
	white-space: nowrap;
}
.list .channelInfo img {
	width: 80px;
}

.list .comments {
	font-size: 0.7rem;
/*	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
}
.list .comments p {
	margin-bottom: 0;
	line-height: 1.2rem;
}
.text-bold {
	font-weight: bold;
}

.yellow {
	color: #f9a825;
}

.grey {
	color: #bdbdbd;
}


.date {
	margin-left: 20px;
	font-size: 1.4rem;
	color: #717171;
}

.card.bg-blue {
	background-color: #56bcf3;
	color: #355da5;
}
.cardPortfolioStat{
	min-height: 145px;
}
.card.cardPortfolioStat p,.card.cardPortfolioStat h5 {
	margin-bottom: 0;
}
.card.cardPortfolioStat h5 {
	min-height: 48px;
}
.card.cardPortfolioStat span  {
	display: inline-block;
}
.multiLineKpi{
	display: flex;
	justify-content: flex-end;
}
.label{
	font-size: 11px;
	width: 100%;
	color: #9e9e9e;
	margin-bottom: 0;
}
.card-origin{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 8px;
	width: 100%;
	color: #9e9e9e;
	font-style: italic;
}
.card-origin span{
	float: right;
	margin-right: 6px;
}
.origin{
	font-size: 8px;
	width: 100%;
	color: #9e9e9e;
	font-style: italic;
}
.origin span{
	float: right;
}
.origin span.left{
	float: left;
}
.dashboardKpiNumber {
	font-size: 1.4rem;
	font-weight: 500;
	margin-right: 6px;
	color: #212529;
}
.overlayTable{
	position: absolute;
	z-index: 2;
	background-color: #00000042;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btnContainer{
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ---------------------------------------------------
    ITEMS GRID
----------------------------------------------------- */

#detail-view{
    width: 100%;
    padding: 20px;
}

.grid{
    width: 100%;
    min-height: 100vh;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.element-item {
    position: relative;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.66% - 10px);
    flex: 0 0 calc(16.66% - 10px);
    max-width: calc(16.66% - 10px);
    width: 100%;
    min-width: 220px;
    min-height: 220px;
    margin: 5px;
}

.element-item > * {
    margin: 0;
    padding: 0;
}

.overlay-image {
    position: relative;
    width: 100%;
}

.overlay-image .image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-image .text {
    color: #e1e1e1;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.overlay-image .text a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 46% 0;
}

.overlay-image .text a:hover{
    color: #fff;
}

.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.overlay-image:hover .hover {
    opacity: 1;
}

.overlay-image .normal {
    transition: .5s ease;
}

.overlay-image:hover .normal {
    opacity: 0;
}

.overlay-image .hover {
    background-color: rgba(0,0,0,0.5);
}

.title-item{
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    font-size: 21px;
    text-align: center;
    padding: 10px 0px;
}

/* ---------------------------------------------------
    TO TOP BUTTON
----------------------------------------------------- */

#return-to-top {
    position: fixed;
    z-index: 100000001;
    bottom: 0;
    right: 50px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

/* ---------------------------------------------------
    DETAIL
----------------------------------------------------- */

/*HEADER CHANNEL*/

.container-menu{
    position: absolute;
    top: 20px;
    left: 20px;
}

.dsp-content{
    display: contents;
}

.dsp-content svg{
    margin-right: 5px;
}

.text-white{
    color: white;
}

.row-channel-header h2, .row-channel-header p{
    margin-left: 10px;
}

.banner{
    height: 100%;
}
.summary{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    min-height: 120px;
    color: #5f5f5f;
}

.summary p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #5f5f5f;
}

.summary.no-description{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
}

.summary.no-description p{
    padding-top: 46px;
    color: #ff6464;
}

.engagement-info{
    color: #ffc107;
    font-size: 40px;
    line-height: normal;
}
dd{
    margin-top: 6px;
    font-size: 1.6rem;
    line-height: 1.7rem;
}
dt {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #aaa;
    font-weight: normal;
}
/* PROGRESS ELEMENT */

.progress{
    font-size: 12px;
}

.icons-progress{
    font-size: 20px;
    margin: 16px 0 1px;
    display: flex;
    width: 100%;
    float: left;
}

.bg-female,.bg-male{
    font-weight:700;
}

.male{
    color: #3790F6;
}

.text-male,.text-female{
    line-height: 26px;
    margin-left: 6px;
}

.bg-male{
    background-color: #3790F6;
    color: #ffffff;
}

.female{
    color: #cf004c;
}

.bg-female{
    background-color: #cf004c;
    color: #ffffff;
}

.progress-bar.inactive{
    background-color: #e4e4e4;
}

.female.inactive,.male.inactive{
    color: #e4e4e4;
}

/*SOCIAL + COLORS*/

.unavailable-color{
    color: #e4e4e4;
}

.youtube-color{
    color: #cc181e;
}

.instagram-color{
    color: #dd2a7b;
}

.twitter-color{
    color: #3cf;
}

.fb-color{
    color: #3b5998;
}

.twitch-color{
    color: #6441A4;
}

.tiktok-color{
	color: #010101;
}

.custom-color{
	color: #2d8b25;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.social-btns .btn.facebook:before,
.social-btns .btn.facebook .fa,
.bg_facebook
{
    background-color: #3a589e;
}

.social-btns .btn.twitter:before,
.social-btns .btn.twitter .fa,
.bg_twitter
{
    background-color: #0084b4;
}

.social-btns .btn.instagram:before,
.social-btns .btn.instagram .fa,
.bg_instagram
{
    background-color: #c2185b;
}

.social-btns .btn.youtube:before,
.social-btns .btn.youtube .fa,
.bg_youtube{
    background-color: #cc181e;
}

.social-btns .btn.twitch:before,
.social-btns .btn.twitch .fa,
.bg_twitch
{
    background-color: #6441A4 ;
}

.social-btns .btn.tiktok:before,
.social-btns .btn.tiktok .fa,
.bg_tiktok
{
	background-color: #010101 ;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-btns {
    margin: auto;
    font-size: 0;
    text-align: center;
    display: inline-block;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 38px;
    margin: 0 4px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    opacity: 1;
    font-size: 20px;
}

.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}

.row-counter{
    background-image: url(../img/bg-price.jpg);
    background-repeat: repeat;
}

.container-counter{
    margin: 0 0 16px 0;
}

.row-counter .text{
    font-size: 16px;
}

.container-counter .icon a{
    font-size: 46px;
    font-weight: 700!important;
}

.container-counter .icon a.youtube-color:hover{
    color: #cc413f;
}

.container-counter .icon a.fb-color:hover{
    color: #506998;
}

.container-counter .icon a.twitter-color:hover{
    color: #56cfff;
}

.container-counter .icon a.instagram-color:hover{
    color: #dd5795;
}

.container-counter .icon a.twitch-color:hover{
    color: #6e5aa4;
}

.container-counter .icon a.tiktok-color:hover{
	color: #4c4c4c;
}


.text-engagement{
    font-size: 33px;
    color: #ffc107;
    line-height: normal;
}

/* ---------------------------------------------------
    PRICING + BACKTOPORTFOLIO
----------------------------------------------------- */

.btn-pricing,.btn-pricing:active, .btn-pricing:focus{
    background-color: #FF9800;
    border: none;
    color: white;
    border-radius: 2px;
    padding: 6px 30px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-pricing[aria-expanded="true"]{
    color: white;
    border: none;
}

.btn-pricing:hover,.btn-backToPortfolio:hover,.btn-backToPortfolio:active,.btn-backToPortfolio:visited{
    -webkit-transition: all 200ms cubic-bezier(.98,0,1,.28);
    -moz-transition: all 200ms cubic-bezier(.98,0,1,.28);
    -o-transition: all 200ms cubic-bezier(.98,0,1,.28);
    transition: all 200ms cubic-bezier(.98,0,1,.28);
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-backToPortfolio{
	background-color: #147dff;
	border: none;
	color: white;
	border-radius: 2px;
	padding: 6px 30px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.row-pricing{
    background-image: url(../img/bg-price.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 130px;
}

.row-pricing .pricing-title{
    padding: 0 0 20px;
}
.mr-8{
	margin-right: 8px;
}
.row #pricing{
	align-items: center;
	justify-content: center;
}

/*card pricing*/

.card{
    border: none;
}

.card.card-yt,.card.card-instagram,.card.card-twitter,.card.card-twitch,.card.card-custom {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*card header+icon*/

.card .card-header{
    color: white;
    background-color: #f7f7f7;
    font-size: 35px;
}

.card .card-header .icon{
    padding: 23px;
}

.card.card-yt .card-header .icon{
    color: #cc181e;
}

.card.card-instagram .card-header .icon{
    color: #dd2a7b;
}

.card.card-twitter .card-header .icon{
    color: #3cf;
}
.card.card-twitch .card-header .icon{
	color: #6341A4;
}
.card.card-custom .card-header .icon{
	color: #2d8b25;
}
.card .card-header .icon i{
	margin: 0 12px;
}

.card .card-content{
    background-color: #ffffff;
    color: #000000;
    padding: 17px;
}

.card-content .pricing-item{
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.pricing-small-text{
    color: #909090;
    font-size: 12px;
}

.card-yt .card-content .price-amount{
    text-align: right;
    width: 100%;
    font-size: 20px;
    color: #c4161d;
}

.card-instagram .card-content .price-amount{
    width: 100%;
    text-align: right;
    font-size: 22px;
    color: #dd2a7b;
}

.card-twitter .card-content .price-amount{
    width: 100%;
    text-align: right;
    font-size: 22px;
}

.card-yt,.card-instagram,.card-twitter,.card-twitch,.card-custom{
	min-height: 350px;
}
/*.card-twitch .card-content .price-amount{*/
/*	width: 100%;*/
/*	text-align: right;*/
/*	font-size: 22px;*/
/*	color: #6341A4;*/
/*}*/
.card-custom .card-content .price-amount{
	width: 100%;
	text-align: right;
	font-size: 22px;
}

/*realisation*/
.yt-title{
    color: #c4161d;
}

.insta-title{
    color: #dd2a7b;
}
.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);

}
.card.horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 270px;
}
.realisation-container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card.horizontal .card-image {
    width: 270px;
    min-width: 270px;
    height: 150px;
    background-position: 0px -26px;
}
.card.horizontal .card-player {
    width: 270px;
    min-width: 270px;
    height: 150px;
}
.card .card-image {
    position: relative;
}
.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
    height: 100%;
}
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card.horizontal .card-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card.horizontal .card-stacked .card-content .infos-account p{
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #999;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    max-width:270px ;
}
.card .card-action:last-child {
    border-radius: 0 0 2px 2px;
}
.card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    position: relative;
    padding: 8px 18px;
}
.card .card-content .title {
    width: 238px;
    overflow: hidden;
}
.card .card-content .title p{
    margin-bottom: 0;
    overflow: hidden;
    font-size: 16px;
    color: #212529;
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.card .card-content .paragraph-end {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 40px;
}

/*GALLERY*/
.galleryColumn{
	display: flex;
	flex-direction: column;
}
.creator-photo{
	display: flex;
	flex: 1;
	background-size: cover;
	cursor: pointer;
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer{
    font-size: 11px;
    padding: 12px 0 0px;
    text-align: center;
}

/* ---------------------------------------------------
    ERROR PAGE
----------------------------------------------------- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js {
    background-color: #b61924;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.pageError .jumbotron {
    background-color: transparent;
    margin-top: 30vh;
}

.codeError {
    font-size: 10em;
    color: #fff;
}

.msgError {
    font-size: 1.5em;
    color: #fff;
}

.pageError {
    height: 100vh;
}

.btnError {
    background-color: #fff!important;
    border: none;
    color: #585858;
}

.btnError:hover {
    background-color: #585858 !important;
    border: none;
    color: #fff;
}

.highcharts-container,
.highcharts-container svg {
    width: 100% !important;
}

.mention{
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.mention p{
    font-size: 14px;
    margin: 0 10px 0 0;
}

.mention .btn-analytics{
    background-image: url(/img/wizdeo-analytics-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #464646;
    border: none;
    color: white;
    border-radius: 2px;
    padding: 18px 59px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.footer{
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background-color: #2d2d2d;
    color: white;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    #sidebar {
        margin-left: -300px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .mention {
        display: block;
        text-align: center;
    }

	.portfolio-title{
		margin-bottom: 0;
		word-break: break-word;
		padding-right: 64px;
	}
	.portfolio-type{
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 50px;
	}
	.portfolio-description{
		padding-right: 0;
		color:#ffffff;
		margin-top: 10px;
		margin-bottom: 0;
	}



}

@media (min-width: 280px) {

    .channelLogo{
        width: 80%;
        margin: 0px 10% 30px;
    }

    .channel-infos{
        text-align: center;
    }

    .display-only-lg{
        display: none;
    }

    .hide-lg{
        display: block;
    }

    .element-item {
        position: relative;
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        width: 100%;
        min-width: 220px;
        min-height: 220px;
        margin: 5px;
    }

    .container-other-data{
        text-align: center;
        list-style-position: inside;
    }
    ol{
        padding-left: 0;
    }

}

@media (min-width: 540px) {

    .col-sm-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 720px) {

    .element-item {
        position: relative;
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        width: 100%;
        min-width: 220px;
        min-height: 220px;
        margin: 5px;
    }

    .col-md-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 960px) {

    .channelLogo{
        margin: 0px;
        float: left;
        width: 150px;
        border-radius: 7px;
        margin-right: 16px;
    }

    .channel-infos{
        text-align: left;
    }

    .element-item {
        position: relative;
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.66% - 10px);
        flex: 0 0 calc(16.66% - 10px);
        max-width: calc(16.66% - 10px);
        width: 100%;
        min-width: 220px;
        min-height: 220px;
        margin: 5px;
    }

    .col-lg-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 980px) {
    .container-other-data{
        text-align: left;
    }

}

@media (min-width: 1140px) {
    .display-only-lg{
        display: block;
    }

    .hide-lg{
        display: none;
    }

    .col-xl-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 1400px) {



    .realisation-container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .card.horizontal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
}
