/* CSS Document */

/*

Général

*/

html, body {
	margin: auto;
	height: 100%;
	background-color: #F2F2F2;
}

body * {
	outline: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

img {
    display: block;
    margin: auto;
	max-width: 100%;
}

/*

label {
    display: block;
    line-height: 20px;
    margin: 10px auto;
    width: 280px;
}

input {
    border: 1px solid #b1b1b1;
    padding: 2px;
    padding-left: 4px;
    border-radius: 4px;
    line-height: 30px;
    vertical-align: middle;
}
*/

p, input, a, button {
	font-size: 12px;
}

.content {
	width: calc(100% - 48px);
    height: calc(100%);
	position: absolute;
    left: 48px;
}

.listeAccueil {
    display: flex;
	flex-wrap: wrap;
}

.img-circle {
	overflow: hidden;
}

/*

Pop Up

*/

.PopUp {
	width: 230px;
	margin: 10px;
	padding: 10px;
}

.PopUp_Msg {

}

.PopUp_Msg i {
	font-size: 30px;
	width: 30px;
	line-height: 54px;
	text-align: center;
}

.PopUp_Msg p {
	width: calc(100% - 34px);
	display: inline-block;
	margin: 0px;
}

.PopUp button {
    display: block;
    margin: auto;
}

.LesPopUp {
    position: absolute;
    right: 0px;
    height: 100%;
    overflow-y: auto;
}

.MsgSucces {
    border: 2px solid green;
}

.MsgErreur {
    border: 2px solid red;
}

/*

Menu

*/

.Menu {
    background: #00BCD4;
	height: 100%;
    position: fixed;
	z-index: 3;
	user-select: none;
	-moz-user-select:
	-webkit-user-select: none;
	-ms-user-select: none;
}

.Menu a {
    display: block;
    text-decoration: none;
    color: black;
}

.MenuBouton {
    height: 48px;
    cursor: pointer;
}

.MenuBouton:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

	.MenuBouton i {
		width: 100%;
		height: 100%;
		font-size: 16px;
		text-align: center;
		line-height: 48px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.MenuBouton img {
		margin: 8px;
		width: 32px;
		height: 32px;
		overflow: hidden;
		display: block;
		border-radius: 50%;
		background-color: white;
	}

.MenuIcone {
    width: 48px;
    height: inherit;
    display: inline-block;
}

.MenuLibelle {
    display: none;
    width: 160px;
    height: 48px;
    float: right;
    cursor: default;
}

.Menu p {
    margin: auto;
    line-height: 48px;
    text-align: left;
    width: 160px;
	padding: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#MenuIcone1:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#MenuIcone1 {
    cursor: pointer;
}


/*


Connexion


*/

.centre {
    display: flex;
    height: 100%;
	align-items: center;
}

.box {
    
}

.connexion {
    width: 300px;
    margin: auto;
}

.connexion form {
    background-color: #fff;
    padding: 10px;
	box-shadow: 1px 1px 5px -1px black;
}

/*
.connexion form * {
    display: block;
    margin: 10px auto;
}

.connexion form button {
    width: auto;
    padding: 4px;
}

.connexion p {
    text-align: center;
}
*/


/*


Search


*/

div#searchBar_result {
    margin-top: 20px;
}

.ListResult {
}

.oneResult > div{
	display: flex;
}
.oneResult > div > .caption {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.searchOverview {
	text-overflow: ellipsis;
	overflow: hidden;
	height: 144px;
}
.oneResult > .thumbnail > img {
	height: 272px;
}

.NavigationResultat {
	text-align: center;
	cursor: pointer;
}


/*	#searchBar_result {
		position: absolute;
		background-color: #38383885;
		left: 0px;
		z-index: 3;
	}
*/

/*

Affichage des détiails d'une série



.oneSerie_Content {
    overflow: hidden;
    background-color: white;
	padding: 0px;
    width: 70%;
    margin: auto;
    margin-top: 24px;
}

.os-box-img-couv {
	
}

.oneSerie_Content {
	
}

.oneSerie_Content img {
	width: 100%;
}

.oneSerie_Info {
	padding: 16px;
}

.listeSaison > div {
	display: flex;
    line-height: 32px;
    align-content: center;
    justify-content: space-between;
}

.listeSaison > div > .progress {
	width: 30%;
    margin: auto;
    margin-left: auto;
    margin-right: unset;
}

.listeSaison > div > p {
	margin: auto 0px
}

.listeSaison img {
	width: 100px;
	margin: 0px;
}
*/
.actionBar > button {
    display: block;
    margin: auto 8px auto auto;
}



/*

SERIE

*/

.moreInfo {
	display: none; 
}

.moreInfo img {
	display: inline-block;
	margin: 0px;
}

.saison .progress {
    width: 180px;
    margin: auto 20px;
}

/*

SAISON

*/

.scs-header, .scs-content {
    padding: 8px;
}

.scs-content > div {
    display: flex;
	padding: 8px;
	border-radius: 4px;
}

.scs-content > div:hover {
    background-color: #D9D9D9;
}

.scs-content p {
	margin: auto 0px;
}

.scsc-btn {
	margin-left: auto;
	display: flex;
	min-width: 77.5px;
}

.scsc-btn > button {
	margin: auto;
	min-width: 100%;
}

.scsc-episode {
	font-weight: bold;
}
.scsc-name {
	padding: 0px 8px;
}


/*


Profils


*/

.profilContentPhoto {
	height: 200px;
    width: 200px;
    margin: auto;
    border: 1px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
}

.profilContentPhoto input[type=file] {
    position: absolute;
    width: inherit;
    height: inherit;
}

#profilApercu {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 28px;
    box-shadow: 0px 0px 7px 0px #aaa;
}

/*	Fenetre: */
.Fenetre {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.48);
}

.Fenetre > div {
	background-color: white;
	margin: auto;
	padding: 20px 60px;
}

#ApercuUpload {
    width: 200px;
    height: 200px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

#ApercuUpload img {
	width: 100%;
    margin: auto;
}

#profilPhotoDefaut img {
    width: 50%;
    margin: auto;
}

.profilPhoto {
    width: inherit;
    height: inherit;
    display: flex;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-position: center;
    background-size: cover;
}


#profilPhotoDefaut {
    position: absolute;
}

div#profilPhotoDefaut:hover {
    cursor: pointer;
}



.displayPopUp {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.hiddenPopUp {
	display: none;
}

.bg_PopUp {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 300px;
    background: white;
    padding: 10px;
}


/*
// Action bar
*/

.actionBar {
    background-color: #4C4C4C;
    height: 48px;
	display: flex;
}

/*	display: flex;
	justify-content: flex-end;
}*/

#actionBar_actionClose {
	display: none;
}

.actionBar_actionOpen {
	display: table;
}

.actionBar_Option {
    height: 100%;
		display: flex;
		flex-direction: row-reverse;
}




/*
// BAR DE RECHERCHE
*/

.bar-Search {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
	padding: 20px;
    width: 100%;
	overflow-y: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.actionBar_searchBarClose {
	display: none;
}

.actionBar_searchBar input {
    width: 100%;
}








/*


SERIE


*/

.uneSerie {
    margin: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 185px;
    height: 262px;
}

.uneSerie div {
	background-color: rgba(0,0,0,0.50);
	display: flex;
    flex-direction: column;
	padding:8px;
	height: inherit;
	justify-content: center;
	opacity: 0;
}


