﻿.wrapper{
    background-color: #f5f5fa;
}

/* TITRE (book, cook, forum, etc...) */
/* --------------------------------- */
.banner-title {
    /*padding-top:3%;*/
    padding-bottom:3%;
    color: #5569af;
    font-size: 36px;
    text-align:center;
}
.banner-title .line-left{
    clear:left;
    float:left;
    width:30%;
    margin-top: 30px;
    border-top: 3px solid #eee;
}
.banner-title .line-right {
    clear: right;
    float: right;
    width: 30%;
    margin-top: 30px;
    border-top: 3px solid #eee;
}
@media screen and (max-width: 520px) {
    .banner-title .line-left {
        width: 20%;
    }
    .banner-title .line-right {
        width: 20%;
    }
}

.banner-title .homebox-title{
    font-size: large;
    font-family: montserra;
    color:black;
}

.banner-title .panel-title{
    font-size: x-large;
    font-family: montserra;
    color:black;
}

.btlink{
    width: 100%;
    padding: 12px 25px 1px 25px;
    border-radius:30px;
}
.btlink a{
     text-decoration:none;
     color:white;
     font-weight:bold; 
     font-size: small;
     font-family:firasans; 
}

.hb-color1{background-color: #293368;}
.hb-color2{background-color: #576bb4;}
.hb-color3{background-color: #ff4b55;}

/* ---  POPIN STATS, ETC  --- */
/* -------------------------- */
.popinNewProfil {
    display: none;
    position: absolute;
    top: 50%;
    height: 160px;
    width: 70%;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    background-color: white;
    text-align: center;
    z-index: 99;
}
.titleNewUser {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
    font-family: firasans;
}
.txtUserName {
    height: 30px;
    width: 80%;
    margin: auto;
    border-radius: 8px;
    text-align: center;
}
.btCreate {
    float: left;
    width: 60px;
    margin-top: 20px;
    margin-left: 20%;
    padding: 8px;
    border: 1px solid;
    border-radius: 12px;
    background-color: #5569af;
    cursor: pointer;
    color: white;
}

.popinConfirm {
    display: none;
    position: absolute;
    top: 30%;
    left: 12%;
    height: 180px;
    width: 70%;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    background-color: white;
    text-align: center;
    z-index: 99;
}
.titleDelUser {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: firasans;
}
.infoDelUser {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: firasans;
}
.btValide {
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-left: 20%;
    padding: 8px;
    border: 1px solid;
    border-radius: 12px;
    background-color: #5569af;
    cursor: pointer;
    color: white;
}

.btCancel {
    float: right;
    width: 75px;
    margin-top: 20px;
    margin-right: 20%;
    padding: 8px;
    border: 1px solid;
    border-radius: 12px;
    background-color: #5569af;
    cursor: pointer;
    color: white;
}


.popinStats {
    display: none;
    position: absolute;
    top: 40%;
    left: 25%;
    height: 350px;
    width: 50%;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    background-color: white;
    text-align:center;
    z-index: 99;
}

#piechart_3d{
    width: 400px;
    height: 260px;
    margin: auto;
    margin-top: 10px;
}

@media screen and (max-width: 640px) { /*!!! Smartphone !!!*/
    .popinStats {
        left: 5%;
        width: 90%;
    }
    #piechart_3d {
        width: 300px;
    }
}

#piechart_3d text{
    font-size:12px;
}

.lbExplore {
    position: relative;
    margin-top: -50px;
    font-size: 12px;
    font-weight: 600;
}
.pgb_Explore {
    position: relative;
    width: 80%;
}
.val_Explore {
    position: relative;
    width: 30px;
    margin-top: -8px;
    font-size: 12px;
    z-index: 99;
}

.btDeleteStats {
    width: 80px;
    margin: auto;
    margin-top: 4px;
    font-size: 14px;
    border: 1px solid #ff0000;
    border-radius: 25px;
    color: red;
    font-family: firasans;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
}

.btCloseStats {
    width: 100px;
    margin: auto;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #bebebe;
    border-radius: 25px;
    color: white;
    font-family: firasans;
    background-color: #5569af;
    text-align: center;
    cursor: pointer;
}

/* --- Panel Setting --- */
/* ///////////////////// */
.panelSet {
    display: block;
	padding-bottom: 3%;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.hb-flashcards {
    padding: 3%;
	margin-top:3%;
    margin-left: 6%;
    margin-right: 6%;
    box-shadow: 6px 6px 6px #d6d6d6;
    background-color: white;
}

@media screen and (max-width: 992px) { /*!!! Smartphone !!!*/
    .hb-flashcards {
        margin-left: 3%;
        margin-right: 3%;
    }
}

.hb-flashcards hr {
    clear: left;
    width: 90%;
}

/* --- HB DESC FLASHCARDS --- */
/* -------------------------- */
.hb-flashcards-icon {
    float: left;
    font-size: 45px;
    font-family: fontello;
    color: #5569af;
}

.hb-flashcards-title {
    float: left;
    width: 70%; /*width:80%;*/
    margin-left: 20px;
    font-weight: bold;
    font-family: firasans;
}

.hb-flashcards-title h1 {
    /*float:left;*/
    margin-top: 8px;
    font-size: x-large;
    font-weight: bold;
    color: #5569af;
}
.hb-flashcards-title h2 {
    /*clear: left;*/ 
    margin-top: -12px;
    font-size: 24px;
    font-weight: 100;
    color: #5569af;
}
.hb-flashcards-title p {
    /*clear:left;*/
    margin-top: -8px;
    font-weight: 100;
    color: #5569af;
}

.hb-flashcards-desc {
    clear: both;
    width: 100%;
    font-family: firasans;
}

/* --- HB PROFILS FLASHCARDS --- */
/* ----------------------------- */
.ctrlProfils {
    height: 40px;
    overflow: hidden;
    transition-property: height;
    transition-duration: 1000ms, 1ms;
}
.listProfils {
    margin-bottom: 20px;
}
.itemProfil {
    margin: auto;
    /*margin-top: 10px;*/
    width: 80%;
    height:50px;
}
.rbProfil {
    height: 20px;
    width: 20px;
    margin-top: 16px !important; /* less.css */
}
.nameProfil {
    display: inline-block;
    width: 30%;
    margin-left: 3px;
    line-height: 28px;
    vertical-align: bottom;
    font-family: firasans;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.infoProfil {
    float: right;
    width: 40%;
    min-width: 140px;
    margin-right: 5%;
    padding-top: 20px;
    padding-left: 3px;
    border-radius: 5px;
    font-size: 12px;
    font-family: firasans;
    color: #556655;
    text-align: left;
}
.btDeleteProfil::before {
    line-height: 30px;
    font-size: 16px;
    font-family: fontello;
    content: "\e833"; /* !!! use fontello CSS: [&#xe833;] => [\e833] !!! */
}
.btDeleteProfil {
    float: right;
    width: 30px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 30px;
    color: red;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .itemProfil {
        width: 100%;
    }
    .nameProfil {
        width: 25%;
        font-size: 16px;
    }
    .infoProfil {
    }
}

.btNewProfil {
    height: 32px;
    width: 180px;
    margin: auto;
    margin-bottom: 16px;
    line-height: 30px;
    border: 1px solid #bebebe;
    border-radius: 30px;
    font-family: firasans;
    text-align: center;
    cursor: pointer;
}

.rotateBT {
    transform: rotate(180deg);          /* Equal to rotateZ(45deg) */
}

.btCtrlProfils {
    display: block;
    width: 32px;
    margin: auto;
    /*margin-top: 12px;*/
    font-size: 24px;
    font-weight: 600;
    /*border: 1px solid #bebebe;*/
    /*border-radius: 30px;*/
    font-family: fontello;
    text-align: center;
    cursor: pointer;
    /*transform: rotate(-90deg);*/      /* rotateBT = KO */
    transition-property: transform;
    transition-duration: 1000ms, 1ms;
}


/* --- HB THEMATIQUE FLASHCARDS --- */
/* -------------------------------- */
/* SLIDER SLICK THEME */
/* Slider Content [Container + Button <>] */
.zoneTheme {
    width: 80%;
    height: 125px;
    margin: auto;
    /*border: 1px solid;*/
    /*border-radius: 12px;*/
}
.slider-theme {
   
}
.slick-prev, .slick-next {
    top: 60px;
}
.slick-prev:before, .slick-next:before {
    color: #5569af;
}

/* Items Slide:  slide-item = [default] / slick-center = [select] */
.slide-item {
    margin-top: 12px;
    opacity: 0.4;
    text-align: center;
}
.slide-item img {
    width: 60px;
    margin: auto;
    margin-top: 10px;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 500ms, 1ms;
    transition-delay: 0ms, 350ms;
}

.slide-item p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.slick-center {
    /*background-color: green ;*/
    opacity: 1;
}

.slick-center img {
    width: 100px;
    margin-top: 0px;
    box-shadow: gray 4px 3px 12px 3px;
}

.slick-center p {
    font-size: 14px;
}


/* tests & controle Slider */
.infoTheme {
    width: 100%;
    margin: auto;
    margin-top: -10px;
    font-size: 12px;
    font-family: firasans;
    text-align: center;
}

.select-theme {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.imgTheme {
    width: 120px;
}
.testButton {
    margin-top: 30px;
    text-align: center;
}

/* select Catégo (cbx, infos) */
.divSelectCatego {
    width: 80%;
    margin: auto;
    margin-top: 15px;
    text-align:center;
}
.cbxCatego {
    width: 55%;
    height: 24px;
    margin-top: 3px;
    margin-left: 5%;
    border: 3px #FFFFF;
    border-radius: 20px;
    font-family: FiraSans;
    color: #5569af;
    text-align: center;
}
@media screen and (max-width: 520px) {
    .cbxCatego {
        width: 80%;
    }
}
.infoCatego {
    width: 100%;
    margin: auto;
    text-align: center;
}

/* bt statsPack (theme/catégo) */
.btStatsPack::before {
    content: "STATISTIQUES";
}
.btStatsPack {
    width: 160px;
    margin: auto;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 20px;
    font-family: firasans;
    color: white;
    background-color: #24bb71;
    text-align: center;
    cursor: pointer;
}
.btDisable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* nbPlay Cards*/
.divNbPlay {
    width: 80%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
.lbNbPlay {
    font-family: firasans;
    font-weight: 600;
}
.divNbPlay input {
    width: 20px;
    height: 20px;
    margin-left: 5%;
}
.divNbPlay span {
    vertical-align: text-bottom;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
}

/* btStart: start Pack(theme/catégo) */
.btStart {
    width: 30%;
    margin: auto;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 20px;
    font-family: firasans;
    color: white;
    background-color: #5569af;
    text-align: center;
    cursor: pointer;
}



/* --- Panel Play --- */
/* ///////////////////// */
.panelPlay {
    display: none;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -ms-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}

.btScreen {
	position: relative;
    float: right;
    width: 32px;
    height: 32px;
    margin: 10px  0px 0 0;
    cursor: pointer;
	z-index:99;
}
/*@media screen and (max-width: 520px) {
    .btScreen {
        display: none;
    }
}*/

/* PUBS */
.pub-pave {
    margin-left: 3%;
}
@media screen and (max-width: 992px) {
  .pub-pave {
    margin-top: 3%;
	margin-bottom:3%;
    text-align:center;
  }
}