@import url('https://fonts.googleapis.com/css?family=Muli:400,600');

body, h1, h2, h3, h4, h5, h6, p, a{
	font-family: 'Muli', sans-serif !important; 
}


/*
**----------------------------------------------------------------------
**
** GENERAL
**
**----------------------------------------------------------------------
*/

	/*
	**----------------------------------
	** SCROLL BAR
	**----------------------------------
	*/
	
	/*
	.ui-page::-webkit-scrollbar{
		width : 1em;
	}
	.ui-page::-webkit-scrollbar-button{
		
	}
	.ui-page::-webkit-scrollbar-track{
	}
	.ui-page::-webkit-scrollbar-track-piece{
		
	}
	.ui-page::-webkit-scrollbar-thumb{
		background: yellow !important;
	}
	.ui-page::-webkit-scrollbar-corner{
		
	}
	.ui-page::-webkit-resizer{
		
	}
	*/

	/*
	**----------------------------------
	** CARDS
	**----------------------------------
	*/

	.card {
	  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
	
	.card-1:hover {
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	
	.card.cardnohover:hover{
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
	
	/*
	**----------------------------------
	** EMPTY BLOCK
	**----------------------------------
	*/

	.emptyBox{
		width : 100%;
		padding : 10px;
		border-radius: 3px;
		background: #f6f6f6;
		border: 1px #ecf0f1 solid;
	}
	.emptyBox .emptyP{
		width : 100%;
		text-align: center;
		margin : 0;
	}	

* {
    box-sizing: border-box;
}
.ui-page {
    overflow: visible !important;
}
body {
    overflow-x: visible !important;
    overflow-y: visible !important;
}
body{
	background: #edeff5 !important;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
	text-shadow: 0 0 0 !important;
}

.bluefontcolor{
	color: #34495e !important;
	font-weight: bold !important;
}

	/*
	**----------------------------------
	** HEADER
	**----------------------------------
	*/

.main-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.main-header .main-header-inside {
    position: relative;
}
.main-header .main-header-inside .main-header-inside--navigation {
    z-index: 999;
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    /*position : fixed;*/
    
    height: 100px;
    display: flex;
    justify-content: space-between;
    //border-bottom: 1px #edeff5 solid;
	
}
.main-header-inside--navigation .navigation-logo {
    //padding: 15px;
}
.main-header-inside--navigation .navigation-logo a {
    height: 100%;
    width: auto;
}
.main-header-inside--navigation .navigation-logo a img {
    height: 100%;
    width: auto;
}


/*
.main-header-inside--navigation .navigation-title{
	
	position: relative;
	
}
.main-header-inside--navigation .navigation-title a{
	
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	
}
*/

.main-header-inside--navigation .programmTITLEcontainer{
	width : auto !important;
	max-width: initial !important;
}
.main-header-inside--navigation .programmTITLEcontainer .programmTITLEinside{
	width: auto;
	top:50%;
	transform: translateY(-50%);
	height: auto;
	padding-left: 35px;
	padding-right: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-header-inside--navigation .programmTITLEcontainer .programmTITLEinside:hover{
	background: #fff;
	color: #ccc;
}

.main-header-inside--navigation .navigation-items {} .main-header-inside--navigation .navigation-items ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.main-header-inside--navigation .navigation-items ul li {
    border-left: 1px #edeff5 solid;
    height: 100%;
    position: relative;
    width: 100px;
    max-width: 100px;
}
.main-header-inside--navigation .navigation-items ul li a {

    //position: absolute;
    //top: 50%;
    //left: 50%;
    //transform: translate(-50%, -50%);
    //width: 25px;
    //height: 25px;
	
	display: block;
	width : 100%;
	height: 100%;
	//padding-left: 100px;
	position: relative;

	text-align: center;    
	text-decoration: none;
    color: #ccc;

    overflow: hidden;
	
	transition: .3s;

}

.main-header-inside--navigation .navigation-items ul li a:hover{
	background: #ccc;
}

.main-header-inside--navigation .navigation-items ul li a:hover i{
	color: #fff;
}

.main-header-inside--navigation .navigation-items ul li a i{
	font-size: 2em;
	position: absolute;
	top : 50%;
	left : 50%;
	transform: translate(-50%, -50%);
}

/*
.main-header-inside--navigation .navigation-items ul li a.search {
    background: url('../img/searchicon3.png') no-repeat 50% 50%;
}
*/
/*
.main-header-inside--navigation .navigation-items ul li a.filter {
    background: url('../img/filtericon3.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.download {
    background: url('../img/downloadicon3.png') no-repeat 50% 50%;
}
*/
/*
.main-header-inside--navigation .navigation-items ul li a.search:hover {
    background: url('../img/searchicon3hover.png') no-repeat 50% 50% #16a085;
	transition: .3s;
}
*/
/*
.main-header-inside--navigation .navigation-items ul li a.filter:hover {
    background: url('../img/filtericon3hover.png') no-repeat 50% 50% #16a085;
	transition: .3s;
}
.main-header-inside--navigation .navigation-items ul li a.download:hover {
    background: url('../img/downloadicon3hover.png') no-repeat 50% 50% #16a085;
	transition: .3s;
}
*/

/*
.main-header-inside--navigation .navigation-items ul li a.search:active {
    background: url('../img/searchicon3hover.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.filter:active {
    background: url('../img/filtericon3hover.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.download:active {
    background: url('../img/downloadicon3hover.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.search:focus {
    background: url('../img/searchicon3hover.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.filter:focus {
    background: url('../img/filtericon3hover.png') no-repeat 50% 50%;
}
.main-header-inside--navigation .navigation-items ul li a.download:focus {
    background: url('../img/downloadicon3hover.png') no-repeat 50% 50%;
}
*/

@media(max-width:768px) {
	
	.main-header-inside--navigation .programmTITLEcontainer{
		display: none;
	}

	
	
    #scheduler {
        padding-top: 0px;
        transition: .3s;
    }
    .main-header {
        background: #fff;
        position: static;
        z-index: 999;
    }
    .main-header .main-header-inside {} .main-header .main-header-inside .main-header-inside--navigation {
        background: #fff;
        z-index: 999;
        width: 100%;
        position: static;
        height: auto;
        display: block;
        border-bottom: 1px #edeff5 solid;
    }
    .main-header-inside--navigation .navigation-logo {
        width: 100%;
        padding: 15px;
        display: block;
        //text-align: center;
    }
    .main-header-inside--navigation .navigation-logo a {
        height: auto;
        width: 100%;
        max-width: 350px;
    }
    .main-header-inside--navigation .navigation-logo a img {
        height: auto;
        //width: 100%;
        max-width: 350px;
    }
    .main-header-inside--navigation .navigation-items {
        display: block;
    }
    .main-header-inside--navigation .navigation-items ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100px;
        width: 100%;
        border-top: 1px #edeff5 solid;
    }
    .main-header-inside--navigation .navigation-items ul li {
        border-left: 1px #edeff5 solid;
        height: 100%;
        position: relative;
        width: 33.333%;
        max-width: 33.333%;
    }
    .main-header-inside--navigation .navigation-items ul li:first-child {
        border-left: none;
    }
    .main-header-inside--navigation .navigation-items ul li a {
        text-decoration: none;
        color: #ccc;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        height: 100%;
        padding-left: 25px;
        overflow: hidden;
    }
    .main-header-inside--filtre {
        //display: none;
    }
	
	#downloadbar .downloadbutton  p span{
		font-size: .6em;
		width : 100%;
	}
}

	/*
	**----------------------------------
	** FILTER
	**----------------------------------
	*/

.filteropen {
    top: 100% !important;
}
.main-header-inside--filtre {
    background: grey;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
    //display: none;
}
.main-header-inside--filtre {
    background: grey;
    height: 100px;
}
.main-header-inside--filtre--inside {
    padding: 0px;
    height: 100px;
	//position : relative
}
.main-header-inside--filtre .filtre-item {
    position: absolute;
    top: 0;
    width: 100%;
}

.main-header-inside--filtre .filtre-item.search {
    transition: .3s;
    background: #34495e;
    padding: 0px;
    top: 0%;
    height: 51px;
    width: 100%;
    z-index: 999;
    //padding: 12px;
	padding: 6px;
	padding-left: 15px;
	padding-right : 15px;
	//position : relative;
}

.main-header-inside--filtre .filtre-item.search input{
	width: 100%;
}
.main-header-inside--filtre .filtre-item.search.open{
	    top: 100%;
}
.main-header-inside--filtre .filtre-item.search .ui-input-text {
    border: 1px #172a3e solid;
    border-radius: 0px !important;
}
.main-header-inside--filtre .filtre-item.search .ui-input-text:focus {
    box-shadow: 0 0 0 #000 !important;
}
.main-header-inside--filtre .filtre-item.search .ui-input-text {
    margin: 0;
}
.main-header-inside--filtre .filtre-item.search .ui-input-text input {
    margin: 0;
    border-radius: 0px;
}


.main-header-inside--filtre .filtre-item.filters {
    transition: .3s;
    margin: 0;
    height: 51px;
    border-radius: 0px;
}

.main-header-inside--filtre .filtre-item.filters.open{
	top: 100%;
}
.main-header-inside--filtre .filtre-item.filters h1 a {
    background: #ecf0f1;
    color: #2c3e50;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
	height: 51px;
}
.main-header-inside--filtre .filtre-item.filters h1 a:after {
    background-color: #34495e;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content {
    padding: 0;
    border: none;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content > .ui-btn {
    background: #34495e;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content .ui-input-btn {
    margin: 0;
    border-radius: 0px;
    border: none;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #type_seance {
    border-bottom: 2px white solid;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #salles {
    border-bottom: 2px white solid;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #themes {
    border-bottom: 2px white solid;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #type_seance .ui-collapsible {
    margin: 0;
    border-radius: 0px;
    border: none;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #salles .ui-collapsible {
    margin: 0;
    border-radius: 0px;
    border: none;
}
.main-header-inside--filtre .filtre-item.filters .ui-collapsible-content #themes .ui-collapsible {
    margin: 0;
    border-radius: 0px;
    border: none;
}

/* FILTER HEADER */
	
#filterbar h1{
	
	position : relative;
	
}

#filterbar h1 a{
	
	display : block;
	//position : absolute;
	//top : 50%;
	//transform : translateY(-50%);
	width : 100%;
	line-height: 32px;
	padding-left: 65px;
	
}

#filterbar h1 span{
	
	//left : 15px;
	
}

#filterbar h1 a:after{
	
	//left : 15px;
	left: 20px;
	
}
	
/* FILTER BODY */
	
#filterbar .ui-collapsible-content{
	
}

#filterbar .ui-collapsible-content .ui-controlgroup{
	margin : 0;
}

#filterbar .ui-collapsible-content .ui-controlgroup .ui-controlgroup-controls{
	padding: 10px;
}

#filterbar .ui-collapsible-content .ui-controlgroup .ui-controlgroup-controls .ui-checkbox{
	margin: 5px;
}

#filterbar .ui-collapsible-content .ui-controlgroup .ui-controlgroup-controls .ui-checkbox label{
	border : 1px #ecf0f1 solid;
	border-radius: 3px;
	font-size : .8em;
}

.main-header-inside--filtre .filtre-item.download {
    transition: .3s;
    background: #34495e;
    padding: 0px;
    top: 0%;
    height: 51px;
    width: 100%;
    z-index: 999;
    //padding: 12px;
	//padding: 6px;
	//padding-left: 15px;
	//padding-right : 15px;
	//position : relative;
	display: flex;
}
.main-header-inside--filtre .filtre-item.download.open{
	    top: 100%;
}
.main-header-inside--filtre .filtre-item.download .downloadbutton{
	width : 50%;
	background : #f6f6f6;
	text-align: center;
}
.main-header-inside--filtre .filtre-item.download .downloadbutton:first-child{
	border-right: 1px #ccc solid;
}

.main-header-inside--filtre .filtre-item.download .downloadbutton p{
	cursor: pointer;
	margin: 0;
	height: 100%;
	position : relative;
}

.main-header-inside--filtre .filtre-item.download .downloadbutton p span{
	position : absolute;
	top : 50%;
	left: 50%;
	transform : translate(-50%, -50%);
	
	color:#2c3e50;
	text-transform : uppercase;
	font-weight: bold;
	font-size: .8em;
}


/*
**----------------------------------
** HEADER MOBILE
**----------------------------------
*/

@media(max-width : 771px){

	.main-header .main-header-inside .main-header-inside--navigation{
		position : absolute;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.main-header-inside--navigation .navigation-items ul{
		height: 75px;
	}
	
	.main-header-inside--filtre{
		//display : none;
		height: 245px;
	}

}

		
/*
**----------------------------------------------------------------------
**
** SCHEDULER
**
**----------------------------------------------------------------------
*/




/*
**----------------------------------
** HEADER
**----------------------------------
*/


#scheduler {
    padding-top: 151px;
    transition: .3s;
	padding-bottom : 35px;
	background: #edeff5;
	border-bottom : none;
}


#scheduler.grab{
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#scheduler.grabbing{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#scheduler .k-header {

}

#scheduler .k-scheduler-toolbar{
	
	background: #2c3e50;
	position : fixed;
	top: 100px;
	height : 51px;
	width: 100%;
	z-index: 998;
	padding: 0;
	//box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display : flex;
	border: none;
	
	left:0;
	right:0;

}
#scheduler .k-scheduler-toolbar .k-scheduler-navigation {
    //display: none;
	height : 51px;
	//width : 100%;
	flex-grow : 1;
	position : relative;
	background: #2c3e50;
	overflow: hidden;
}

#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current{
	display : none;
}
#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today{
	border : none;
	position: absolute;
	left: 50%;
	top : 50%;
	transform : translate(-50%, -50%);
	background: #2c3e50;
}

#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today h3{
	text-shadow: 0 0 0;
}
#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today h3:hover{
	color: white;
}
#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today h3{
	margin-top : 0;
	margin-bottom : 0;
	line-height: 51px;
}


@media(max-width: 771px){
	#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today{
		width: 100%;
	}
	#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-today h3{
		font-size: .8em !important;
		width: 100%;
		text-align: center;
	}
}


#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev{
	//float : left;
	//height: 46px;
	position: absolute;
	left: 0px;
	top : 0;
	//transform : translateY(-50%);
	margin-bottom : 0;
	margin : 0;
	border : none;
	background: #2c3e50;
	
	
	height: 100%;
	//background: #16a085;
	padding-top: 0;
	
}

#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev a{
	background: none;
}

#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next{
	//height: 46px;
	position: absolute;
	right: 0px;
	top : 0;
	//transform : translateY(-50%);
	margin-bottom : 0;
	margin : 0;
	border : none;
	background: #2c3e50;
	
	height: 100%;
	//background: #16a085;
	padding-top: 0;
}

#scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next a{
	background: none;
}
#scheduler .k-header .k-scheduler-views {}

#scheduler .k-header .k-scheduler-navigation .k-nav-prev .k-icon{
	//border-radius : 50%;
	//border : 2px white solid;
}
#scheduler .k-header .k-scheduler-navigation .k-nav-next .k-icon{
	//border-radius : 50%;
	//border : 2px white solid;	
}

.k-scheduler-views{
	overflow : hidden;
}

#scheduler .k-header .k-scheduler-views .k-state-selected {
    //border-bottom: 5px #16a085 solid;
    //transition: .3s;
	border-bottom : none !important;
	background: #16a085 !important;
}
#scheduler .k-header .k-scheduler-views .k-state-hover {
    //border-bottom: 5px #16a085 solid;
    /transition: .3s;
	border : none !important;
}

#scheduler .k-header .k-scheduler-views .k-view-day {
    background: #2c3e50;
    //border-bottom: 5px #2c3e50 solid;
    border-left: none;
	border-bottom : none;
    transition: .3s;
	height: 100%;
	
		width : 150px;
		text-align: center;

}
#scheduler .k-header .k-scheduler-views .k-view-agenda {
    background: #2c3e50;
    //border-bottom: 5px #2c3e50 solid;
    border-left: none;
	border-bottom : none;
    transition: .3s;
	height: 100%;
	
		width : 150px;
		text-align: center;

}
#scheduler .k-header .k-scheduler-views .k-state-selected.k-view-day a {
    background: #16a085;
    border: none;
    font-weight: 100;
    transition: .3s;
}
#scheduler .k-header .k-scheduler-views .k-state-selected.k-view-agenda a {
    background: #16a085;
    border: none;
    font-weight: 100;
    transition: .3s;
}

#scheduler .k-header .k-scheduler-views .k-view-day a {
    background: #2c3e50;
    border: none;
    font-weight: 100;
    transition: .3s;
	height: 100%;
	line-height: 51px;

}
#scheduler .k-header .k-scheduler-views .k-view-agenda a {
    background: #2c3e50;
    border: none;
    font-weight: 100;
    transition: .3s;
	height: 100%;
	line-height: 51px;
}


/*
**----------------------------------------------------------------------
**
** AGENDA VIEW
**
**----------------------------------------------------------------------
*/






/*
**----------------------------------
** AGENDA
**----------------------------------
*/



#scheduler .k-header .k-scheduler-views .k-view-agenda {
    background: #2c3e50;
    border-bottom: 5px #2c3e50 solid;
    border-left: none;
    transition: .3s;
}
#scheduler .k-header .k-scheduler-views .k-view-agenda.k-state-hover {
    border-bottom: 5px #16a085 solid;
    transition: .3s;
}
#scheduler .k-header .k-scheduler-views .k-view-agenda.k-state-selected {
    border-bottom: 5px #16a085 solid;
    transition: .3s;
}
#scheduler .k-header .k-scheduler-views .k-view-agenda a {
    background: #2c3e50;
    border: none;
    font-weight: 100;
    transition: .3s;
}



/*
**----------------------------------
** AGENDA TPL
**----------------------------------
*/





#scheduler .k-scheduler-agenda .k-scheduler-header .k-scheduler-header-wrap .k-scheduler-table  tr:first-child { display: none; } 
#scheduler .k-scheduler-agenda tr:first-child {
   /*display: none;*/
}

#scheduler .k-scheduler-agenda tr .k-scheduler-content {
    padding: 15px;
    background: #edeff5;
}
#scheduler .k-scheduler-agenda tr .k-scheduler-content .separate_day_agenda {
    margin-bottom: 15px;
    background: #95a6b7;
    //border-radius: 2px;
    color: white;
    text-shadow: 0 0 0;
	font-size: 15px !important;
	text-align: left;
	text-transform: lowercase
}
#scheduler .k-scheduler-agenda tr .k-scheduler-content .k-scheduler-table {
    border-collapse: collapse;
}
#scheduler .k-scheduler-agenda tr .k-scheduler-content .k-scheduler-table tbody tr {
    border-bottom: 15px #edeff5 solid;
    background: white;
}
#scheduler .k-scheduler-agenda tr .k-scheduler-content .k-scheduler-table tbody tr td:last-child {
    padding: 0;
}



/*
**----------------------------------
** SEANCE
**----------------------------------
*/



.seance-template--agenda--custom {
    display: flex;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    justify-content: flex-start;
	//border: 1px #d8d8d8 solid;
	//box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.seance-template--agenda--custom:hover{
	//box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

.seance-template--agenda--custom .seance-template--color {} .seance-template--agenda--custom .seance-template--color span {
    height: 100%;
    min-width: 5px;
    margin-right: 0;
    float: none;
    display: block;
}
.seance-template--agenda--custom .seance-template--hour {
    border-right: 2px #edeff5 solid;
    position: relative;
    min-width: 150px;
}
.seance-template--agenda--custom .seance-template--hour .hour_agenda {
    margin-right: 0px;
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.seance-template--agenda--custom .seance-template--hour .hour_agenda p {
    margin-right: 0px;
    margin: 0px;
    padding: 15px;
    text-align: center;
}
.seance-template--agenda--custom .seance-template--star {
    padding: 15px;
    position: relative;
    min-width: 23px;
	border-right: 2px #edeff5 solid;	
}
.seance-template--agenda--custom .seance-template--star span {
    width: 23px;
    height: 23px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.seance-template--star label {
    box-sizing: border-box;
    background: url('../img/starr_uncheck.png');
    width: 23px;
    height: 23px;
    padding-left: 23px;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 990;
    cursor: pointer;
}
.seance-template--star input[type=checkbox] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    visibility: hidden;
    cursor: pointer;
}
.seance-template--star input[type=checkbox]:checked + label {
    background: url('../img/starr.png');
}

.seance-template--audio{
	padding: 15px;
	min-width: 23px;
	//background: yellow;
	//background: url(../img/casque.png) no-repeat 50% 50%;
    border-right: 2px #edeff5 solid;
}

.seance-template--audio.tradinte_0{
	background: url(../img/casque.png) no-repeat 50% 50%;
}
.seance-template--audio.tradinte_1{
	background: url(../img/casqueYES.png) no-repeat 50% 50%;
}
.seance-template--audio.tradinte_2{
	background: url(../img/casque.png) no-repeat 50% 50%;
}

.seance-template--phone{
	padding: 15px;
	min-width: 23px;
	//background: blue;
    border-right: 2px #edeff5 solid;
	//background: url(../img/phone.png) no-repeat 50% 50%;
}

.seance-template--phone.tradinte_0{
	background: url(../img/phone.png) no-repeat 50% 50%;
}
.seance-template--phone.tradinte_1{
	background: url(../img/phone.png) no-repeat 50% 50%;
}
.seance-template--phone.tradinte_2{
	background: url(../img/phoneYES.png) no-repeat 50% 50%;
}


.seance-template--agenda--custom .seance-template--title {
    //border-right: 2px #edeff5 solid;
    flex-grow: 1;
	//white-space: nowrap;
	overflow: hidden;
	//text-overflow: ellipsis;
}
.seance-template--agenda--custom .seance-template--title .title_agenda {
    margin-right: 0px;
    margin: 0px;
    padding: 15px;
    float: none;
    width: auto;
}
.seance-template--agenda--custom .seance-template--title .title_agenda h3 {
    padding: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.seance-template--agenda--custom .seance-template--title .title_agenda span {
    font-weight: 300;
}
.seance-template--agenda--custom .seance-template--room {
    border-right: 2px #edeff5 solid;
    border-left: 2px #edeff5 solid;
    position: relative;
    min-width: 250px;
}
.seance-template--agenda--custom .seance-template--room .rooms_agenda {
    float: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: auto;
}
.seance-template--agenda--custom .seance-template--room .rooms_agenda .color_rooms {
    margin-right: 0px;
    padding: 15px;
    background: transparent;
    border-radius: 0;
    color: #7f8c8d;
    float: none;
    min-width: auto !important;
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
}
.seance-template--agenda--custom .seance-template--next {
    padding: 20px;
    position: relative;
    min-width: 7px;
}
.seance-template--agenda--custom .seance-template--next span {
    display: block;
    width: 7px;
    height: 10px;
    background: url('../img/arrow.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*
**----------------------------------
** SEANCE MOBILE
**----------------------------------
*/

@media(max-width : 771px){
	
	


	
	#scheduler{
		padding-top : 245px;
	}
		#scheduler .k-scheduler-toolbar{
		position : static;
	}
	
	#scheduler .k-header .k-scheduler-views{
		display: none;
	}
	
	.k-scheduler-mark{
		display : none;
	}
	.seance-template--agenda--custom{
		display : block;
		height : auto;
		min-height: auto;
		max-height: auto !important;
		position : relative;
	}
	.seance-template--agenda--custom .seance-template--color{
		position : absolute; 
		height: 100%;
		left: 0;
		width: 5px;
	}
	.seance-template--agenda--custom .seance-template--hour{
		display : block;
		width : auto;
		min-width : auto;
		height: auto;
		padding-left: 15px;
		padding-right: 100px;
	}
	.seance-template--agenda--custom .seance-template--hour .hour_agenda{
		display : block;
		width : 100%;
		min-width : 100%;
		height: auto;
		position : static;
		float : none;
		transform : translateY(0%);
	}
	
	.seance-template--agenda--custom .seance-template--hour .hour_agenda .first_p{
		text-align : left;
		padding: 0;
	}
	
	.seance-template--agenda--custom .seance-template--star{
    /* box-sizing: border-box; */
    position: absolute;
    top: 0;
    right: 30px;
    border-right: none;
    height: 20px;
    padding: 2px;
    /* transform: translateY(-50%); */
	}
	
	.seance-template--audio{
/*box-sizing: border-box; */
    position: absolute;
    top: 0;
    right: 55px;
    border-right: none;
    height: 20px;
    padding: 2px;
    transform: translateY(0%);
		
	}
	.seance-template--phone{
    position: absolute;
    top: 0;
    right: 80px;
    border-right: none;
    height: 20px;
    padding: 2px;
    transform: translateY(0%);	
	}
	
	.seance-template--agenda--custom .seance-template--title{
				padding-left: 15px;
		padding-right: 100px;
	}
	
	.seance-template--agenda--custom .seance-template--title a{
		
	}
	.seance-template--agenda--custom .seance-template--title a .title_agenda{
		padding: 0;
	}
	
	.seance-template--agenda--custom .seance-template--room{
		display : block;
		width : auto;
		min-width : auto;
		height: auto;
		border-left: none;
				padding-left: 15px;
		padding-right: 100px;
	}
		.seance-template--agenda--custom .seance-template--room .rooms_agenda{
		display : block;
		width : 100%;
		min-width : 100%;
		height: auto;
		position : static;
		float : none;
		transform : translateY(0%);
		}
		
			.seance-template--agenda--custom .seance-template--room .rooms_agenda .color_rooms{
				
				text-align : left;
				padding: 0;
			}
			
			
			.seance-template--agenda--custom .seance-template--next{
				position : absolute;
				right: 0;
				width : 25px;
				top: 0;
				padding: 0;
				height: 100%;
				border-left: 2px #ccc solid;
								border-right: 2px #ccc solid;

			}
			
				.seance-template--agenda--custom .seance-template--next a{
					display: block; 
					height: 100%;
					width : 100%;
					position : relative;
				}
			
	.seance-template--agenda--custom .seance-template--next a span{
			position : absolute;
			top : 50%;
			left: 50%;
			transform : translate(-50%, -50%);
	}
	
	.seance-template--agenda--custom .seance-template--title .title_agenda h3{
		white-space: normal;
		overflow: auto;
		text-overflow: inital;
	}
	
	.seance-template--agenda--custom{
		//padding-top: 15px;
		//padding-bottom: 15px;
	}
}

@media(max-width : 1025px){
	#scheduler .k-header .k-scheduler-views{
		display: none;
	}
}


	
		
/*
**----------------------------------------------------------------------
**
** SYNOPTIQUE VIEW
**
**----------------------------------------------------------------------
*/








/*
**----------------------------------
** TABLE GLOBAL
**----------------------------------
*/


/*
#scheduler .k-scheduler-dayview {
    
    overflow: scroll;
    height: 100%;
    width: 100%;
}
*/



/*
**----------------------------------
** TABLE TIMES
**----------------------------------
*/

#scheduler .k-scheduler-dayview .k-scheduler-times{
		//  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

/*
#scheduler .k-scheduler-dayview .k-scheduler-times {
    background: #edeff5;
	position : fixed;
	z-index : 997;
	//overflow-y : scroll;
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#scheduler .k-scheduler-dayview .k-scheduler-times .k-scheduler-table tbody tr th {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 45px;
    width: 100px;
    //border-right: 1px #95a6b7 solid;
    border-bottom: none;
    font-weight: bold;
    font-size: 15px;
    color: #95a6b7;
}
#scheduler .k-scheduler-dayview .k-scheduler-times .k-scheduler-table tbody tr th span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

#scheduler .k-scheduler-dayview .k-scheduler-times .k-scheduler-table tbody tr th {
    font-weight: bold;

    color: #2c3e50;
}



/*
**----------------------------------
** TABLE HEADER
**----------------------------------
*/




/*
#scheduler .k-scheduler-dayview .k-scheduler-header {
    background: #edeff5;
	position : fixed;
	z-index : 996;
	//width : 100%;
	margin-left : 100px;
	max-height : 45px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
#scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr {} #scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr th {
    box-sizing: border-box;
    position: relative;
    height: 45px;
    font-weight: 100;
    font-size: .9em;
    color: #95a6b7;
    text-transform: uppercase;
	border-bottom : 0;
	border-right: 0;	
	border-left: 0;

}
#scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr th span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width : 100%;
}
*/
#scheduler .k-scheduler-dayview .k-scheduler-header{
	//  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.k-scheduler-layout>tbody>tr>td{
	vertical-align: middle;
}


#scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr th{
	width: 300px !important;
	font-weight: 100;
    color: #2c3e50;
    text-transform: uppercase;
			background: #edeff5;

}
#scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr th span{
		background: #edeff5;

}
/*
#scheduler .k-scheduler-dayview .k-scheduler-header .k-scheduler-header-wrap table tbody tr th span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width : 100%;
	background: #edeff5;
	height:100%;
}
*/

/*
**----------------------------------
** TABLE CONTENT
**----------------------------------
*/

#scheduler .k-scheduler-dayview .k-scheduler-content {
	overflow:initial;
}
#scheduler .k-scheduler-footer {
    display: none;
}

/*
#scheduler .k-scheduler-dayview .k-scheduler-content {
    background: #edeff5;
	margin-left: 100px;
	//margin-top : 45px;
}
#scheduler .k-scheduler-dayview .k-scheduler-content .k-scheduler-table {} #scheduler .k-scheduler-dayview .k-scheduler-content .k-scheduler-table tbody tr td {
    height: 45px;
    box-sizing: border-box;
    border-right: 1px #e6e6e6 solid;
    border-bottom: none;
    border-bottom: 1px #e6e6e6 solid;
    border-left: none;
    border-top: none;
}
#scheduler .k-scheduler-dayview .k-scheduler-content .k-scheduler-table {
    width: 2500px;
}
#scheduler .k-scheduler-dayview .k-scheduler-content .k-nonwork-hour {
    background: #edeff5;
}
#scheduler .k-scheduler-footer {
    display: none;
}
*/


/*
**----------------------------------
** TABLE EVENT
**----------------------------------
*/


.k-nonwork-hour{
		background: #edeff5;
}

#scheduler .k-scheduler-dayview .k-scheduler-content .k-event {
    background: white !important;
    border: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#scheduler .k-scheduler-dayview .k-scheduler-content .k-event:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }

.k-scheduler-dayview .seance-template--syno--custom {
    //display: flex;
    height: 100%;
	position : relative;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--color {
    width: 5px;
    //height: 50px;
    display: block;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--color span {
    width: 5px;
    height: 100%;
    display: block;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle {
    //flex-grow: 1;
    //padding: 15px;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle .seance-template--syno--hour {
    flex-grow: 1;	
} 

.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle .seance-template--syno--hour p {
    color: #232323;
    //margin-bottom: 10px;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle .seance-template--syno--title {} .k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle .seance-template--syno--title a h3 {
    margin: 0;
    padding: 0;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--syno--grphourtitle .seance-template--syno--title a h3 span {
    line-height: 1.2em;
}
.k-scheduler-dayview .seance-template--syno--custom .seance-template--star {
    width: 25px;
}

.seance-template--syno--custom{

}

.seance-template--syno--custom .seance-template--syno--color{
	position : absolute;
	height: 100%;
}

.seance-template--syno--header{
	display : flex;
	padding: 0;
	border-bottom : 2px #edeff5 solid;
		max-height : 45px;

}

.seance-template--syno--header .seance-template--syno--hour{
			border-right : 2px #edeff5 solid;
			position : relative;
					//padding: 5px;

}

.seance-template--syno--header .first_p{
	margin-bottom : 0px;
	position : absolute;
	top : 50%;
	transform : translateY(-50%);

	font-size : .8em;
	width : 100%;
	text-align:center;
}

.seance-template--syno--star{
	position : relative;
	padding: 15px;
	min-width : 23px;
		border-right : 2px #edeff5 solid;

}

.seance-template--syno--star input[type=checkbox]{
	position : static;
	transform : translateY(0%);	
}

.seance-template--syno--star label{
	//position : static;
	//transform : translateY(0%);
	//padding : 15px;
}

.seance-template--syno--phone{
	border-right: 0;
}


.seance-template--syno--title{
		padding: 10px;
}

.seance-template--syno--title h3{
		margin : 0;
		padding: 0;
}


.k-event-bottom-actions{
	display:none;
}
/*
**----------------------------------------------------------------------
**
** PAGE 2 - DETAIL
**
**----------------------------------------------------------------------
*/




/*
.page2-wrapper {
	padding-top: 100px;
} 
.page2-wrapper .page2-header {
    position: static;
    height: 100px;
}
*/
.page2-wrapper .page2-nav {
    background: #2c3e50;
    //padding-left: 25px;
    //padding-right: 25px;
	position : fixed;
	top : 100px;
	width : 100%;
	z-index : 999;
	  //box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	    //box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	  border-bottom : none;
	  border-top : none;
	  display: flex;
	  overflow:hidden;
}
.page2-wrapper .page2-nav .page2-nav--button {
    background: #16a085;
    //padding: none;
    color: white;
    text-shadow: 0 0 0;
    border: none;
    text-transform: uppercase;
    font-weight: 100;
    //position: absolute;
	display: block;
	position:relative;
    top: 0;
    //transform: translateY(-50%);
	left : 0;
	//height: 100%;
	border-radius : 0px !important;
	width : 200px !important;
	line-height: 30px !important;
}
.page2-wrapper .page2-nav .page2-nav--title {
    color: white;
    text-shadow: 0 0 0;
	margin : 0 !important;
	width: 100% !important;
	padding-left: 15px;
	padding-right: 15px;
}
.page2-wrapper .page2-info {
    //background: #edeff5;
	display : flex;
	//border-bottom : 1px #d5d8dc solid;
	padding-top : 0px;
	position : absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-top-left-radius : 3px;
}
.page2-wrapper .page2-info > div{
	padding: 15px;
	flex-grow : 1;
}

.page2-info-container{
	padding: 15px;
}
.page2-info-container-inside{
	border-radius: 999px;
	background: #edeff5;
	padding: 15px;
}

.page2-wrapper .page2-info p {
    margin: 0;
    padding-left: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #7f8c8d;
}
.page2-wrapper .page2-info p:last-child {
    margin-bottom: 0px;
}
.page2-wrapper .page2-info p.page2-info-date {
    background: url(../img/plan.png) no-repeat 15px 50%;
}
.page2-wrapper .page2-info p.page2-info-hour {
    background: url(../img/hour.png) no-repeat 15px 50%;
}
.page2-wrapper .page2-info p.page2-info-salle {
    background: url(../img/pin.png) no-repeat 15px 50%;
}
.page2-wrapper .page2-body {
    padding: 25px;
	padding-top : 200px;
	padding-left: 50px;
	padding-right: 50px;
}
.page2-wrapper .page2-body .page2-body--type span {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 0 0;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
}
.page2-wrapper .page2-body .page2-body--title {
    font-weight: bold;
    font-size: 1.2em;
}
.page2-body--modo span,
.page2-body--resp span,
.page2-body--pres span,
.page2-body--desc span,
.page2-themes span {
    font-style: italic;
    font-size: 1em;
    display: block;
    color: #7f8c8d;
	font-weight: bold;
	margin-bottom: 5px;
}
.page2-wrapper .page2-body .page2-body--desc {
    padding: 25px;
    border: 1px #7f8c8d solid;
    line-height: 1.5em;
	position : relative;
}
.page2-interventions {} 

.page2-interventions a{
	overflow: auto !important;
	white-space: normal !important;
	overflow: auto !important;
	padding-right: 50px !important;
}

.page2-interventions .page2-interventions-list {} 

.page2-interventions .page2-interventions-list .page2-intervention {
    margin-bottom: 15px;
    border: none;
	border : 1px #d5d8dc solid;
	border-radius: 3px;
	
}
.page2-interventions .page2-interventions-list .page2-intervention:hover{
	//box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);	
}



.page2-interventions .page2-interventions-list .page2-intervention a {
    border: none;
    padding: 20px;
    background: #ecf0f1;
}
.page2-interventions .page2-interventions-list .page2-intervention a:after {
    right: 20px;
}
.page2-interventions .page2-interventions-list .page2-intervention .page2-intervention--hour {
    display: inline;
    background: white;
    padding: 5px;
    border-radius: 50px;
    width: auto;
    font-size: .8em;
}
.page2-interventions .page2-interventions-list .page2-intervention .page2-intervention--title {
    display: block;
    margin-top: 15px;
}
.page2-interventions .page2-interventions-list .page2-intervention .page2-intervention--acteur {
    margin-top: 5px;
    //display: flex;
}
.page2-interventions .page2-interventions-list .page2-intervention .page2-intervention--acteur span {
    font-size: .8em;
}


.page2-body .page2-body-header{
	padding : 15px;
	padding-top : 77px;
	//box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	//border : 1px #d5d8dc solid;	
	margin-bottom : 25px;
	position : relative;
		border-top-right-radius: 3px;
	border-top-left-radius : 3px;
}

.page2-intervention{
}

/*
**----------------------------------------------------------------------
**
** PAGE 2 MOBILE
**
**----------------------------------------------------------------------
*/

@media(max-width : 771px){
	.page2-wrapper .page2-nav{
		position : static;
		height: auto;
		padding-top: 170px;
		//position: relative;
	}
	.page2-wrapper .page2-nav .page2-nav--button{
		height: 45px;
		//top: 171px;
		transform : translateY(0);
		width : 100px !important;
	}
	.page2-wrapper .page2-body{
		padding-top : 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom : 0px;
	}
	
	.page2-body .page2-body-header{
		border: none;
		padding: 25px;
		padding-top: 115px;
		margin-bottom : 0px;
	}
	
	.page2-wrapper .page2-info{
		display : block;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #edeff5;
		border-bottom : 1px #ccc solid;
	}
	.page2-wrapper .page2-info > div{
		width : 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.page2-wrapper .page2-info p{
		text-align: left;
		font-size: .8em;
	}
	
	.page2-info-container{
		//padding: 0 !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.page2-info-container .page2-info-container-inside{
		padding: 0;
	}
	
	.page2-wrapper .page2-info p.page2-info-date{
		background: url(../img/plan.png) no-repeat 0px 50%;
	}
	.page2-wrapper .page2-info p.page2-info-hour{
		background: url(../img/hour.png) no-repeat 0px 50%;
	}
	.page2-wrapper .page2-info p.page2-info-salle{
		background: url(../img/pin.png) no-repeat 0px 50%;
	}
		
	.page2-interventions{
		padding-left: 25px;
		padding-right: 25px;
	}
}


/*
**----------------------------------------------------------------------
**
** PAGE 3 - DETAIL
**
**----------------------------------------------------------------------
*/


.page3container{
	margin-bottom : 25px;	
}

.page3social{
	//position : absolute;
	//bottom : 50px;
	//left: 50%;
	//transform : translateX(-50%);
	display : block;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align : center;
	
}
.page3social .page3socialinside{
}
.page3social .page3socialinside ul{
	display : flex;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	
}
.page3social .page3socialinside ul li{
	padding-left: 15px;
	padding-right: 15px;
}

.page3social .page3socialinside ul li a{
	text-decoration : none;
}

.page3social .page3socialinside ul li a i{
	color : #34495e;
	font-size: 1.5em;
	
}

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

.global-footer{
	//display : flex;
	position : fixed;
	bottom : 0;
	width : 100%;
	background: #34495e;
	//height: 35px;
	z-index : 999;
	  box-shadow: 3px 0px 6px rgba(0,0,0,0.16), 3px 0px 6px rgba(0,0,0,0.23);
	  height: auto;
}


.global-footer .global-footer-legend{
	text-align : center;
	width : 100%;
	border-right : 1px white solid;
	position : relative;
}

.global-footer .global-footer-button.legendactive{
	background: #2c3e50;
}

.global-footer .global-footer-sponsored{
	text-align : center;
	width : 100%;
	position : relative;
}


.global-footer a{
	text-shadow : 0 0 0;
	font-weight : 100;
}

.global-footer .global-footer-legend p{
	margin : 0;
	text-shadow : 0 0 0;
	color: white;
	text-transform : uppercase;
	font-size : .8em;
	position : absolute;
	top : 50%;
	left : 50%;
	transform: translate(-50%, -50%);
}


.global-footer .global-footer-sponsored p{
	margin : 0;
	text-shadow : 0 0 0;
	color: white;
		text-transform : uppercase;
font-size : .8em;
	position : absolute;
	top : 50%;
	left : 50%;
	transform: translate(-50%, -50%);
}


.global-footer-inside-controller{
	display : flex;
	height : 35px;
	border-bottom : 1px white solid;
}
.global-footer-inside-content{
	//display : block;
	//height: 100%;
}
.global-footer-legend-content{
	//height: 100%;
	//display : flex;
	flex-wrap : wrap;
	padding: 20px;
	display : none;
}
.global-footer-legend-content.legendactive{
	display : flex;
	//background: #2c3e50;
	background: #edeff5;
}
.global-footer-legend-content .global-footer-legend-content-detail{
	width : 25%;
	padding : 15px;
	height : auto;
}

.global-footer-legend-content-detail .global-footer-legend-content-detail-text{
	text-shadow: 0 0 0;
	color : #2c3e50 !important;
	font-size: .8em;
}

.global-footer-legend-content-detail .global-footer-legend-content-detail-color{
	border-radius: 999px;
	height : 100%;
	width : 22px;
	
}

.global-footer-inside-content .global-footer-sponsored-content{
	//height: 100%;	
	display : none;
	padding: 20px;
	
}



.global-footer-inside-content .global-footer-sponsored-content .global-footer-sponsored-content-imgcontainer{
		//padding : 15px;
}
.global-footer-inside-content .global-footer-sponsored-content .global-footer-sponsored-content-imgcontainer img{
	//width: 100%;
}


.customfooterbutton{
	position: absolute;
	top : -50px;
	right: 15px; 
	background: #16a085;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 999px;
	text-shadow: 0 0 0;
	color: white;
	font-size: .8em;
	cursor: pointer;
}

.ui-content.customfooter{
	padding: 0;
}
.ui-content.customfooter .ui-tabs{
	padding: 0;
}

.global-footer-sponsored-content-imgcontainer{
	padding: 15px;
}

.global-footer-sponsored-content-imgcontainer img{
	width: 100%;
	height: auto;
}

#global-footer{
	transform: translateY(100%);
	transition: .3s;
	bottom : 35px;
	
}
#global-footer.active{
	transform: translateY(0%);
	transition: .3s;
		bottom : 0;
}

.cutomlegendmenu.ui-btn-active{
	//background: #16a085 !important;
		background: #2c3e50 !important;
			border : none !important;
	text-transform : uppercase !important;
	text-shadow: 0 0 0 !important;
	color: #fff !important;
}

.cutomlegendmenu{
	background: #2c3e50 !important;
	border : none !important;
	text-transform : uppercase !important;
	text-shadow: 0 0 0 !important;
	color: #fff !important;

}
.cutomlegendmenu:first-child{
	//border-right: 1px #fff solid !important;
}

/* FOOTER MOBILE */

@media(max-width : 771px){
	.global-footer-legend-content.legendactive{
		display: block;
	}
	.global-footer-legend-content .global-footer-legend-content-detail{
		width : 100%;
		padding: 0;
	}
	
	.global-footer-legend-content-detail .global-footer-legend-content-detail-color{
			display: block;
			height:15px;
			width:15px;
			float: left;
			bottom:0;
	}
}

/* BRUH */

.tbc{
	background: #edeff5;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border-radius:999px;
	color: #7f8c8d;
	font-weight: bold;
}
/*
.ui-tabs li:last-child .cutomlegendmenu:first-child{
	border-right: none;
}
*/