/* tags style */

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
    cursor: pointer;
}

/* .md-chip{
  height:32px;
  line-height: 32px;
} */

.md-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 4px -4px 0px 4px;
    cursor: pointer;
    line-height: 18px;
}

.annuler {
    position: relative;
    display: inline-block;
}

/* definition de mes variables */

/* img{
  filter: blur(1px);
  opacity: .6;
} */

/* img:hover{
filter: none;
opacity: 1;
cursor: pointer;
transition-duration: 2.3s;
-moz-transition-duration: 2.3s;
-webkit-transition-duration: 2.3s;
-o-transition-duration: 2.3s;
} */

/**********************************************************************************************
                           tags style
*************************************************************************************************/

.md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
    cursor: pointer;
}

/* .md-chip{
height:32px;
line-height: 32px;
} */

.md-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 4px -4px 0px 4px;
    cursor: pointer;
    line-height: 18px;
}

.annuler {
    position: relative;
    display: inline-block;
}

/****************************************************** fin style tags********************************************* */

/********************* userspace ******************************/

.wrapperUser {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #e7ebf0;
    color: #fff;
    transition: all 0.3s;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #5682a3;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid hsl(200, 78%, 40%);
    color:#5682a3;
}

#sidebar ul li a {
    /*  padding: 10px;
font-size: 1em; */
    display: inline-block;
}

/* #sidebar ul li a:hover {
color: #5682a3;
background: #fff;
} */

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #5682a3;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

.progress {
    background-color: rgb(229, 233, 235);
    height: 1em;
    position: relative;
    margin: auto;
    width: 95%;
}

.progress-bar-red {
    background-size: 23em 0.25em;
    height: 100%;
    position: relative;
    background-color: #ddc54a;
    width: 30%;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

.sidenavUserspace {
    width: 250px;
    float: right;
    margin-top: 20px;
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
}

.mainUserspace, .sidenavUserspace {
    position: relative;
    display: inline-block;
    width:30%;
}

.mainUserspace{
    width:100%;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 20em;
}

.btnspecial {
    border: 2px solid gray;
    color: gray;
    background-color: rgb(243, 237, 237);
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* .span-badge a span{
 position: relative;
 display: block;
} */

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* les auteurs que vous suivez cartes */

/* livre d'or */

.roundedImage, .roundedImageShadow {
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50%;
    border-radius: 50px;
    width: 90px;
    height: 90px !important;
}

.roundedImageShadow {
    -moz-box-shadow: 0px 0px 10px #343434;
    -webkit-box-shadow: 0px 0px 10px #343434;
    -o-box-shadow: 0px 0px 10px #343434;
    box-shadow: 0px 0px 10px #343434;
}

.roundedImage, .rounded-Text {
    position: relative;
    display: block;
}

.i-like-cmt {
    margin-top: 1.3em;
    margin-left: 1em;
    font-size: 1.5em;
    color: #343434;
    cursor: pointer;
}

.event-comment {
    margin-top: 1.8em;
}

.i-nav-item {
    margin-left: 10px;
    --couleurPrimaire: #304FFE;
}

.couleur-primaire {
    background-color: #304FFE;
    color: white;
}
.couleur-primaire-dark{
    background-color: #0D47A1;
}
.nav-comment {
    height: 100px;
}

/* ******************************************************************
*******************pages de prsentation de l'auteur**************** */

.body {
    background-color: #e7ebf0;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.rounded-img-authr {
    width: 250px;
    height: 250px !important;
    border-radius: 50%;
}

.section-event {
    position: relative;
    
}

.bloc {
    position: absolute;
    z-index: 4;
    width: 90%;
}

.color-primary-text {
    color: #5682a3;
}
/* responsive home search */

.ul-resp-home {
    list-style: none;
}

.carte-es {
    width: 100%;
    height: 200px;
    background-color: transparent;
    /* border: 10px solid #fff; */
    /* box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); */
}

/* presentation des cartes d'event */

#nav-searchbar-input {
    color: #343434;
    border: none;
    height: 45px;
    background-color:#fff;
    border-radius: 3px;
    box-shadow: 0px 2px 1px 1px #dad8d8;
    width: 100%;
    margin: 50px 0px;
    text-indent: 15px;
    font-size: 16px;
    outline: none;
}

.nav-searchbar-icon {
    color: #333;
    margin-left: -70px;
    font-size: 18px;
}

.create-event-scroll{
    overflow: auto;
    white-space: nowrap;
}
.event-creation-image{
    padding:1em;
}
.event-creation-image-bloc{
    margin: 3em;
}

.week {
    display: flex;
}

.day {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.week:first-of-type .day:first-of-type {
    margin-left: 42.85714%;
}

.week:last-of-type .day:last-of-type {
    margin-right: 14.285%;
}

/* OTHER STYLES */

.month {
    max-width: 780px;
    margin: 20px auto;
}

.week {
    height: 100px;
}

.day {
    color:white;
    cursor: pointer;
    width:100px;
    height:100px;
    padding: 5px;
    background-color:  rgb(15, 48, 117);
    box-shadow: -1px -1px rgb(255,255,255), inset -1px -1px 0 0 rgb(235, 234, 240);
}
#current_day{
    background-color:  rgb(117, 15, 46) !important;

}
.day:hover{
background-color: rgb(66, 66, 219);
box-shadow: 0.5px 0.5px 0.5px 0.5px rgb(245, 242, 242), inset 0.5px 0.5px 0.5px 0.5px white;
}

/* *************************************foire aux questions***************************** */
.h1-faq{
    font-size: 82px;
    margin-left: 5%;
    margin-top: 5%;
}

.sommaire{
    width: 80%;
    margin: auto;
    /* padding-top: 5%; */
}

.sommaire details{
    /* border: 2px solid black; */
    padding: 10px 5px 5px 10px;
}

.sommaire details summary{
    border-top: 2px solid rgb(31, 30, 30);
    border-bottom: 2px solid rgb(31, 30, 30);
    padding: 10px 5px 5px 10px;
    margin-bottom:1em;
}
.sommaire details summary:hover{
    border-top: 2px solid rgb(73, 105,173);
    border-bottom: 2px solid rgb(73, 105,173);
    background-color: rgb(73, 105,173);
    color: white;
    padding: 10px 5px 5px 10px;
}
.sommaire details summary:focus{
    border-top: 2px solid rgb(73, 105,173);
    border-bottom: 2px solid rgb(73, 105,173);
    background-color: rgb(73, 105,173);
    color: white;
    padding: 10px 5px 5px 10px;
}

.sommaire details p{
    padding-top: 0.5em;
}

.partage-div {
    width: 90%;
    margin: auto;
    /*     border: 1px solid white; */
}

.social-share {
    width: 3em;
    height: 3em;
    margin-left: 1em;
    padding: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bdy {
    left: 0;
    right: 10px;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

html {
    overflow-y: auto;
    background: transparent;
}

::-webkit-scrollbar {
    width: 5px;
    height: 14px;
    background: transparent;
}

::-webkit-scrollbar-track-piece {
    /* Fond */
    background: transparent none;
    border: solid 4px transparent;
    border-right-width: 8px;
    margin: 1px;
    /* -webkit-box-shadow: inset 1px 1px 0 0 rgb(137, 131, 117), inset -1px -1px 0 0 rgb(224, 220, 210); */
}

::-webkit-scrollbar-track-piece:horizontal {
    /* Fond pour la barre du bas */
    border-right-width: 4px;
    border-bottom-width: 8px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background: #666;
    border: 1px solide #eee;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    /* Barre */
    border: solid 0 transparent;
    /* border-right-width: 4px; */
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 9px 5px;
    -webkit-border-bottom-right-radius: 9px 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(79, 79, 79), inset 0 0 0 6px rgb(102, 102, 102);
    -moz-border-radius: 5px;
    -moz-border-top-right-radius: 9px 5px;
    -moz-border-bottom-right-radius: 9px 5px;
    -moz-box-shadow: inset 0 0 0 1px rgb(79, 79, 79), inset 0 0 0 6px rgb(102, 102, 102);
}

::-webkit-scrollbar-thumb:hover {
    /* Barre */
    -webkit-box-shadow: inset 0 0 0 1px rgb(90, 90, 90), inset 0 0 0 6px rgb(110, 110, 110);
    -moz-box-shadow: inset 0 0 0 1px rgb(90, 90, 90), inset 0 0 0 6px rgb(110, 110, 110);
}

::-webkit-scrollbar-thumb:horizontal {
    /* Barre du bas */
    border-right-width: 0;
    border-bottom-width: 4px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px 9px;
    -webkit-border-bottom-left-radius: 5px 9px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px 9px;
    -moz-border-bottom-left-radius: 5px 9px;
}

/* *******************prix ticket************* */

.badge-cast,
.img-prix-ticket {
    position: relative;
}

.badge-cast {
    width: 60px;
    height: 60px;
    z-index: 1000;
}
.calendrier a {
    text-decoration: underline;
    color: #212121;
}
/* .superDate{
    background-color:red !important;
} */
.calendrier a:hover {
    transition: 10ms;
    -webkit-transition: 10ms;
    -moz-transition: 10ms;
    -o-transition: 10ms;
    text-decoration: underline;
    text-decoration-color: rgb(216, 27, 90);
    color: rgb(216, 27, 90);
}

.calendar-week .list-group-item{
 color: #343434;
}
.calendar-week .list-group-item:hover{
 background: slateblue;
 color: white;
}

/* about */
.header-about{
    width: 100%;
    height: 500px;
}

.header-about h1{
    padding-top:20%;
    font-size: 42px;
    
}

#list-lieu-list, #list-file-list, #list-ticket-list, #list-images-list, #clist-messages-list, #list-profile-list, #list-home-list{
    display: inline-block;
    width: 13%
}

/* .create-evnet-category{
    position: relative;
    display:inline-block;
    margin-left:5%;
} */

.list-event-btn-create{
    margin-left:75%;
}

/* ********************paramètres *******************************/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 50px;
    margin-top: 50px;
    border-bottom: 1px solid rgb(238, 236, 236);
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 49px;
    line-height: 39px;
    border-top: 1px solid rgb(238, 236, 236);
    border-left: 1px solid rgb(238, 236, 236);
    border-bottom: 3px solid rgb(238, 236, 236);
    background-color: rgb(0, 103, 184);
    color: rgb(253, 250, 250);
    overflow: hidden;
    position: relative;
}

.tab_last {
    border-right: 1px solid rgb(238, 236, 236);
}

ul.tabs li:hover {
    background-color: rgb(55, 146, 216);
    border-bottom-color: rgb(199, 210, 14);
    color: #fff;
}

ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 3px solid rgb(199, 210, 14);
    display: block;
}

.tab_container {
    /* border: 1px solid #333; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
    min-height: 89vh;
}

.tab_drawer_heading {
    display: none;
}

.upload-photo {
    width: 100%;
    height: 180px;
    text-align: center;
    line-height: 180px;
    color: white;
    font-weight: bold;
    background-color: rgb(209, 206, 206);
    background-size: cover;
    cursor: pointer;
}
.labelDate, .inputDate{
    margin-left:4em;
}
.pointer{
    cursor: pointer;
}

/* Statistiques */

.bg-stat{
    width:100%;
    height: 400px;
    background-size: cover;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-toggle {
    background-color: #2196F3;
}

input:focus+.slider-toggle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider-toggle.round {
    border-radius: 34px;
}

.slider-toggle.round:before {
    border-radius: 50%;
}

/* pieCharts */
#pieBusiness{
    width:170px;
    height:170px;
    border-radius:50%;
    background-color:#fffb00;
    background-image:linear-gradient(to right, transparent 50%, #b31726 0);
  }
  
  #pieBusiness::before{
    content:'';
    display:block;
    margin-left:50%;
    height:100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color:inherit;
    transform-origin: 0 50%;
    transform: rotate(.2turn);
  }

  #pieVip{
    width:170px;
    height:170px;
    border-radius:50%;
    background-color:#fffb00;
    background-image:linear-gradient(to right, transparent 50%, #b31726 0);
  }
  
  #pieVip::before{
    content:'';
    display:block;
    margin-left:50%;
    height:100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color:inherit;
    transform-origin: 0 50%;
    transform: rotate(.4turn);
  }
  .pie{
    width:170px;
    height:170px;
    border-radius:50%;
    background-color:#fffb00;
    background-image:linear-gradient(to right, transparent 50%, #b31726 0);
  }
  
  .pie::before{
    content:'';
    display:block;
    margin-left:50%;
    height:100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color:inherit;
    transform-origin: 0 50%;
    transform: rotate(.4turn);
  }
  
.updater-icon{
cursor:pointer;
}
  /* **********upload tickets*********** */

input.upload-ticket-input {
    height: 30px;
    border: 1px solid rgb(51, 48, 48);
    padding-left: 5px;
    /* padding-right: 5px; */
}

input.upload-ticket-input:focus {
    border: 2px solid rgb(61, 133, 241);
}

.close-chips i:hover {
    cursor: pointer;
}

.cancel-print {
    text-transform: lowercase;
    font-size: 1em;
}

/* ***************correction index epass*********************** */

section.section1-index {
    width: 100%;
    height: 100%;
}

.section11-index h1{
    padding-top: 4em;
    padding-bottom: 1em;
}

div.bloc-bleu-sec11 ul {
    /* border: 2px dashed red; */
    padding-left: 13%;
}

div.bloc-bleu-sec11 ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 2px solid #fff;
}

div.bloc-bleu-sec11 li:last-child {
    border-right: none;
}

.bloc-bleu-sec11{
    margin-top: 2em;
}

a#btn-pink, a#btn-purple{
    margin-left: 30%;
    margin: auto;
}

.carte-container{
    margin-top:5%;
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

a[aria-expanded="false"]::before {
    content: '+';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
}

a[aria-expanded="true"]::before {
    content: '-';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
}

/* input::-webkit-datetime-edit{ color: transparent; } */

/* Include this to make it visible when input is clicked */
/* input:focus::-webkit-datetime-edit{ color: #000; } */