/* [General styles] */
body{
    color: #707070;
    font-family: "Lato", "Arial", sans-serif;
    font-size: 16px;
    -webkit-overflow-scrolling:touch;
}

h1,h2,h3{
    color: #a72067;
}

a{
    color: #464646;
}

a:hover,
a:active,
a:focus{
    color: #a72067;
    text-decoration: none;
}

.cb {
    clear: both;
}

.light{
    font-weight: 300;
}

.bold{
    font-weight: 700;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc, .fieldError {
    color: #a94442;
    /*font-size: 11px;*/
    font-style: italic;
    /*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
    padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
    border: 1px solid #000000;
    color: #3e3e3e;
}

.autodatatable th {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #e3e3e3;
    padding: 5px 15px 5px 5px;
    text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
    background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
    background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
    background-color: #fff;
}

table input[type=text] {
    margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    /*background: url('/images/icon-active.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    /* background: url('/images/icon-inactive.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
    font-size: 18px !important;
}

.blockIcon {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.blockContent {
    float: left;
    width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #000;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
    margin-bottom: 30px;
}

.admin-box h2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #000;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #000;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.admin-box select{
    max-width: 100%;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
    min-height:100px;
    height:auto !important;
}

#adminNavBar {
    list-style: none;
    margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
    display: inline;
    padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
    display: block;
    border: 1px solid #003;
    background: #03C;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.specialButton:hover {
    color: #FFF;
    text-decoration: none;
    background: #03F;
}

.specialButtonSubmit {
    position: absolute;
    left: -9999px;
}


/* [Photo album] */
#photoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#photoList li {
    padding: 0;
    float: left;
    margin: 5px;
    position: relative;
    width: 178px;
}
#photoList li .options {
    background: rgba(255,255,255,0.75);
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    display: none;
}
#photoList li:hover .options {
    display: block;
}
#photoList li .options a {
    float: left;
}
#photoList li .cover {
    background: rgba(255,255,255,0.75);
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    position: absolute;
    bottom: 5px;
    left: -18px;
    z-index: 10;
    padding: 5px 0;
}
#photoList li a {
    display: block;
    /*background: url('/images/blank.gif') left top repeat;*/
    text-decoration: none;
}
#photoList li a:hover {
    text-decoration: none;
}
#photoList li .thumbnail {
    width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}

.bande-row{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.bande-bleu{
    background: #69cbda;
}

.bande-vert{
    background: #8dc63f;
}

.bande-rouge{
    background: #a72067;
}



/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

.header{
    position: fixed;
    z-index: 5;
    top: 0;
    width: 100%;
    padding: 0 15px;
    background: rgba(0,0,0,0.7);
}

.header ul{
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

.header ul li{
    float: left;
}

.header .header-home{
    padding: 13px 0 16px;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
}

.header .header-home .header-tel{
    color: #69cbda;
}

.header .header-home ul li{
    margin-left: 30px;
}

.header .header-home ul li a{
    color: rgba(255,255,255,0.5);
}

.header .header-home ul li a:hover{
    color: #fff;
}

.header .header-int{
    padding: 12px 0 14px;
    color: #fff;
    font-size: 14px;
}

.header .header-int .header-logo{
    float: left;
    width: 210px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}

.header .header-int .header-logo .pull-right{
    margin-top: 5px;
}

.header .header-int .header-logo .plateau{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
}

.header .header-int .header-logo .capitale{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
}

.header .header-int ul{
    padding: 20px 0 0;
}

.header .header-int ul li{
    margin-left: 16px;
}

.header .header-int ul li a{
    color: #fff;
    letter-spacing: -0.5px;
}

.header .header-int ul li a:hover,
.header .header-int ul li a:active,
.header .header-int ul li a:focus{
    color: #a72067;
}

.header .mobile-menu-btn{
    float: right;
}

.header .header-int .mobile-menu-btn {
    margin-top: 15px;
}

.header .bande-row,
.header .bande-row *{
    height: 2px;
}


/******************************************
 ___    _____  _   _  _   _  ___    ___
(  _`\ (  _  )( ) ( )( ) ( )(  _`\ |  _`\
| (_) )| (_) || `\| || `\| || (_(_)| (_) )
|  _ <'|  _  || , ` || , ` ||  _)_ | ,  /
| (_) )| | | || |`\ || |`\ || (_( )| |\ \
(____/'(_) (_)(_) (_)(_) (_)(____/'(_) (_)
*******************************************/


.banner.banner-home{
    position: relative;
    background: url('/images/index-bg.jpg') 55% 50% no-repeat;
    overflow: hidden;
    height: 900px;
}

.banner.banner-home > .container{
    padding-top: 86px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.banner.banner-home .banner-top-background{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.banner.banner-home .banner-top-background #banner-video{

}

.banner.banner-home .banner-menu{
    margin-top: 172px;
    padding: 23px 0 20px;
    border-top: 1px solid rgba(105,203,218,0.6);
    border-bottom: 1px solid rgba(105,203,218,0.6);
    height: 69px;
    width: 34%;
    float: left;
}

.banner.banner-home .banner-menu a{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.banner.banner-home .banner-menu a:first-child{
    float: left;
}

.banner.banner-home .banner-menu a:last-child{
    float: right;
}

.banner.banner-home .banner-menu a:hover,
.banner.banner-home .banner-menu a:active,
.banner.banner-home .banner-menu a:focus{
    color: #a72067;
}

.banner.banner-home .banner-logo{
    width: 32%;
    float: left;
    text-align: center;
}

.banner.banner-home .banner-logo img{
    padding-left: 14px;
    max-width: 44%;
}

.banner.banner-home .banner-logo span{
    color: #fff;
}

.banner.banner-home .banner-logo .plateau{
    display: inline-block;
    margin-top: 22px;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}

.banner.banner-home .banner-logo .capitale{
    font-size: 29px;
    font-weight: 300;
    line-height: 29px;
    text-transform: uppercase;
}

.banner.banner-home .banner-logo .line-red{
    display: inline-block;
    margin: 25px 0 17px;
    width: 141px;
    height: 3px;
    background: #a72067;
}

.banner.banner-home .banner-logo .equilibre{
    font-weight: 300;
}

.banner.banner-home .banner-bigtext{
    position: absolute;
    width: 100%;
    bottom: 200px;
    color: #fff;
    text-align: center;
}

.banner.banner-home .banner-bigtext img{
    width: 40%;
}

/*.banner.banner-home .banner-bigtext table{
    margin: auto;
    line-height: 1.2;
    text-transform: uppercase;
}*/

.banner.banner-home .banner-bigtext .moins{
    padding-left: 20px;
    font-size: 54px;
    font-weight: 300;
}

.banner.banner-home .banner-bigtext .nombre{
    padding-right: 20px;
    color: #69cbda;
    font-size: 210px;
    font-weight: 700;
    line-height: 0.8;
}

.banner.banner-home .banner-bigtext .ottawa{
    padding-right: 20px;
}

.banner.banner-home .banner-bigtext .ottawa .bold{
    font-size: 82px;
}

.banner.banner-home .banner-bigtext .ottawa .light{
    font-size: 70px;
}

.lang-en .banner.banner-home .banner-bigtext .ottawa .light {
    font-size: 49px;
}

.banner.banner-home .banner-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.banner.banner-home .banner-bottom > div > div{
    line-height: 113px;
}

.banner.banner-home .banner-bottom > div > div img{
    margin-right: 20px;
}

.banner.banner-home .banner-bottom > div > div span{
    font-size: 38px;
    text-transform: uppercase;
    vertical-align: middle;
}

.banner.banner-home .banner-bottom .bleu{
    background: rgba(105,203,218,0.8);
}

.banner.banner-home .banner-bottom .vert{
    background: rgba(141,198,63,0.8);
}

.banner.banner-home .banner-bottom .rouge{
    background: rgba(167,32,103,0.8);
}


.banner.banner-int{
    background: url('/images/banner-vivre-plateau.jpg') center center no-repeat;
    height: 430px;
    padding-top: 200px;
    text-align: center;
}

.banner.banner-int h1,
.banner.banner-int h3{
    color: #fff;
}

.banner.banner-int h1{
    font-size: 70px;
    font-weight: 700;
}

.banner.banner-int h3 {
    font-size: 30px;
    font-style: italic;
}


/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____ 
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |  
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |  
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |  
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_) 
***************************************************/

#content-container {

}

#content {

}

.home-content{
    padding: 105px 8.33333333% 95px;
}

.home-content h2{
    font-size: 32px;
    font-weight: 300;
}

.home-content h2 span{
    font-size: 48px;
}

.home-content .btn-default{
    border-color: #8dc63f;
}

.home-partners{
    width: 100%;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.home-partners .caroufredsel_wrapper{
    margin: 0 !important;
}

.home-partners .partner,
.home-partners .partner .image-hover,
.home-partners .partner .image-hover > div,
.home-partners .partner a{
    /*height: 324px;*/
    height: 267px;
    max-height: 50vw;
}
.home-partners .partner a{
    display: block;
}

.home-partners .partner{
    text-align: center;
    background-size: cover !important;
    padding: 0;
    /*width: 20%;*/
    float: left;
    /*width: 499px;*/
    width: 397px;
    margin: 0 !important;
}

.home-partners .partner .image-hover{
    transition: background 0.5s;
}

.home-partners .partner .image-hover:hover{
    background: rgba(0,0,0,0.5);
}

.home-partners .partner .image-hover > div{
    width: 100%;
    display: table;
}

.home-partners .partner .image-hover > div > div{
    /*padding: 15px;*/
    display: table-cell;
    vertical-align: middle;
}

.home-partners .junic{
    background: url('/images/junic.jpg') center center no-repeat;
}

.home-partners .danmar{
    background: url('/images/danmar.jpg') center center no-repeat;
}

.home-partners .laverendrye{
    background: url('/images/laverendrye.jpg') center center no-repeat;
}

.home-partners .solico{
    background: url('/images/solico.jpg') center center no-repeat;
}

.home-partners .parisien{
    background: url('/images/parisien.jpg') center center no-repeat;
}

.home-partners .partner img{
    max-width: 100%;
}

.home-partners .bande-row,
.home-partners .bande-row *{
    height: 8px;
}

.home-map #googleMap{
    width: 100%;
    height: 484px;
}

.home-news{
    padding: 80px 10px 55px;
}

.home-news .news-container{
    margin-bottom: 15px;
    padding: 0 50px;
}

.home-news .img-container{
    display: block;
    padding-left: 0;
}

.home-news .news-image{
    padding-right: 35px;
}

.home-news .news-title h3{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.home-news .news-title p{
    height: 88px;
    line-height: 22px;
    overflow: hidden;
}

.home-news .news-title h3,
.news-container .news-title h3{
    text-transform: uppercase;
}

.home-newsletter{
    position: relative;
    width: 100%;
    min-height: 529px;
    padding: 165px 0 0;
    background: url('/images/newsletter-bg.jpg') 20% 8px no-repeat;
}

.home-newsletter .bande-row{
    top: 0;
}

.home-newsletter .bande-row,
.home-newsletter .bande-row *{
    height: 8px;
}

.home-newsletter .newsletter-text p,
.home-newsletter .newsletter-success{
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.home-newsletter .newsletter-text p{
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
}

.home-newsletter .newsletter-success{
    float: right;
    font-size: 18px;
    line-height: 30px;
}

.home-newsletter .newsletter-form{
    margin-top: 9px;
}

.home-newsletter .newsletter-form input{
    margin-bottom: 12px;
}

.home-newsletter .newsletter-form input[type=submit]{
    float: right;
    border-color: #fff;
    color: #fff;
    margin-top: 10px;
    padding: 12px 15px;
}

.home-newsletter .newsletter-form .fieldError{
    color: #fff;
}

/* Contenu intérieur */

#main-content-wrapper{
    padding: 70px 0 60px;
}

.cms-content table,
.cms-content .cms-table-responsive{
    width: 100%;
    margin-bottom: 15px;
}

.cms-content table,
.cms-content img,
.cms-content .cms-table-responsive{
    max-width: 100%;
    height: initial !important;
    height: auto !important;
}

.cms-content table p{
    margin-bottom: 0;
}

.cms-content tbody tr:nth-child(2n-1),
.cms-content .cms-table-responsive .row:nth-child(2n){
    background: #fff;
}

.cms-content tbody tr:nth-child(2n),
.cms-content .cms-table-responsive .row:nth-child(2n-1){
    background: #e5e5e5;
}

.cms-content thead tr,
.cms-content .cms-table-responsive .row:first-child{
    background: #8dc63f;
}

.cms-content thead th,
.cms-content .cms-table-responsive .row:first-child div{
    width: 50%;
    padding: 20px 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.cms-content tbody td,
.cms-content .cms-table-responsive .row div{
    width: 50%;
    padding: 15px;
}

.cms-content .anchor{
    position: relative;
}
.cms-content .anchor a{
    position: absolute;
    top: -100px;
}

.cms-content .div-bleu{
    background:#69cbda;
    color:white;
    height:240px;
    padding:15px;
    margin-bottom: 15px;
}


/* Nouvelles */

.news-no-image{
    background: #69cbda url('/images/news-no-image.png') center center no-repeat;
    width: 100%;
    height: 15vw;
}

.news-content .news-title{
    float: left;
    text-transform: uppercase;
}

/* Album photo */

.album-title{
    display: block;
    margin: 6px 0;
    font-size: 18px;
    font-weight: 700;
}

.album-image{
    margin-bottom: 20px;
}


/* Vivre au plateau */

.vivrePlateauEquilibreUrbain{
    background-color: #69cbda;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-left: 25px;
    padding-right: 25px;
}

.vivrePlateauMilieuVie{
    background-color: #a72067;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-left: 25px;
    padding-right: 25px;
}

.vivrePlateauTitle{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}

.vivrePlateauText{
    font-size: 14px;
    line-height: 24px;
}

.vivrePlateauEquilibreUrbain .vivrePlateauText{
    color: #363636;
}

.vivrePlateauMilieuVie .vivrePlateauText{
    color: #ffffff;
}



/********************************************
 ___    _____  _____  _____  ___    ___   
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\ 
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  / 
| |    | (_) || (_) |  | |  | (_( )| |\ \ 
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/
.footer-separator .row > div{
    height: 2px;
}

.footer{
    padding-bottom: 40px;
}

.footer a{
    color: #707070;
}

.footer a:hover{
    color: #a72067;
}

.footer .footer-logo{
    text-align: center;
    text-transform: uppercase;
}

.footer .footer-logo{
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.footer .footer-logo a{
    padding-right: 50px;
}

.footer .footer-logo img{
    padding-left: 12px;
    margin-bottom: 18px
}

.footer .footer-logo .plateau{
    font-size: 32px;
    line-height: 26px;
    font-weight: 700;
}

.footer .footer-logo .capitale{
    font-size: 25px;
    line-height: 20px;
    font-weight: 300;
}

.footer .footer-tel{
    color: #a72067;
    font-weight: 700;
}

.footer .footer-text{
    padding-top: 50px;
    line-height: 21px;
}

.footer .footer-menu{
    padding-top: 45px;
}

.footer .footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-menu ul li{
    margin-bottom: 15px;
}

.footer .footer-menu ul li:last-child{
    margin-bottom: 0;
}

.copyright{
    padding: 10px 0 11px;
    background: #a72067;
    color: #fff;
    font-size: 12px;
}

.copyright .capitale{
    text-align: left;
}

.copyright .distantia{
    text-align: right;
}

.copyright .distantia a{
    color: #fff;
}

.copyright .distantia a:hover{
    color: #69cbda;
}

.user-active {
    color: #147a00;
}

.user-inactive {
    color: #807d7c;
}

.user-status {
    font-size: 20px;
    text-align: center;
}