/*************/
/* Variables */
/*************/
.center {
  text-align: center; }

.no-padding {
  padding: 0px; }

.form-group {
  width: 100%;
  float: left; }

.form-control {
  background-color: #eee;
  border-radius: 0px; }

.alert:not(.alert-dismissible) {
  border-radius: 0px;
  padding: 8px;
  width: 100%;
  float: left; }

.btn {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  border: none; }

.btn-primary {
  background: #482882; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #5e34a9;
    text-transform: uppercase;
    border: none; }

.btn-danger {
  background-color: #da484f; }

.btn-categorie {
  width: 100%;
  float: left;
  margin-top: 25px;
  border: 1px solid #482882; }
  .btn-categorie:hover {
    border: 1px solid #5e34a9; }

.label {
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold; }

.label-warning {
  background-color: #F49C10; }

.label-success {
  background-color: #482882; }

.label-danger {
  background-color: #da484f; }

#main {
  width: 100%;
  float: left;
  background-color: #e0e0e0; }
  #main h2 {
    font-size: 20px; }
  #main #header {
    width: 100%;
    float: left;
    background: #2e2e2e;
    height: 40px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); }
  #main #blockMenu {
    width: 12%;
    float: left;
    background-color: #2e2e2e;
    padding-top: 40px;
    position: fixed;
    height: 100%; }
    #main #blockMenu .unItem {
      width: 100%;
      float: left;
      margin-bottom: 10px; }
      #main #blockMenu .unItem .title {
        width: 100%;
        float: left;
        padding-right: 15px;
        background: #222222;
        padding-top: 10px;
        padding-left: 15px; }
        #main #blockMenu .unItem .title p {
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          text-transform: uppercase; }
    #main #blockMenu .sousMenu {
      width: 100%;
      float: left;
      padding-left: 15px;
      margin-top: 15px; }
      #main #blockMenu .sousMenu li {
        width: 100%;
        float: left;
        margin-bottom: 6px; }
        #main #blockMenu .sousMenu li a {
          color: #e0e0e0;
          font-size: 13px; }
          #main #blockMenu .sousMenu li a:hover {
            text-decoration: none;
            color: #fff; }
      #main #blockMenu .sousMenu .fa {
        font-size: 15px;
        padding-right: 10px;
        width: 20px; }
      #main #blockMenu .sousMenu .textMenu {
        padding-left: 8px; }
      #main #blockMenu .sousMenu .soussousMenu {
        line-height: 15px;
        padding-left: 29px;
        padding-top: 5px;
        padding-bottom: 0;
        background: #444;
        float: left;
        width: 100%;
        list-style: none; }
      #main #blockMenu .sousMenu .plusPetitMenu {
        font-size: 11px;
        color: #eee; }
  #main .blockBtnAction {
    margin-top: 20px;
    margin-bottom: 20px; }
    #main .blockBtnAction .btn {
      margin-left: 10px;
      margin-right: 10px; }
  #main #blockContenu {
    width: 88%;
    margin-left: 12%;
    float: left;
    padding: 30px; }
    #main #blockContenu .unBlock {
      width: 100%;
      float: left;
      background-color: #fff;
      padding: 10px 15px;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      /******************************/
      /************HOME**************/
      /******************************/ }
      #main #blockContenu .unBlock .blockButton {
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: right; }
      #main #blockContenu .unBlock .title {
        width: 100%;
        float: left; }
        #main #blockContenu .unBlock .title p {
          width: 100%;
          float: left;
          display: inline-block;
          font-size: 18px;
          margin: 0;
          text-transform: uppercase;
          font-weight: bold;
          color: #3b3b3b; }
      #main #blockContenu .unBlock .uneNews {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px; }
        #main #blockContenu .unBlock .uneNews .img {
          width: 20%;
          float: left;
          background-size: cover;
          background-position: center center;
          position: relative;
          height: 60px; }
        #main #blockContenu .unBlock .uneNews .content {
          width: 80%;
          float: left;
          padding-left: 15px;
          height: 60px; }
          #main #blockContenu .unBlock .uneNews .content .title {
            width: 100%;
            float: left;
            font-weight: bold;
            color: #2e2e2e;
            font-size: 13px; }
          #main #blockContenu .unBlock .uneNews .content .description {
            width: 100%;
            float: left;
            font-size: 12px; }
    #main #blockContenu .blockTitle {
      width: 100%;
      float: left; }
      #main #blockContenu .blockTitle .title {
        color: #3b3b3b;
        margin-top: 0px;
        font-size: 30px;
        margin-bottom: 15px; }

/******************************/
/************NEWS**************/
/******************************/
.newsStatus label,
.pageStatus label {
  font-weight: inherit; }

.newsStatus .bold,
.pageStatus .bold {
  font-weight: 700; }

.colAction {
  width: 110px; }

.unBlock .blockStatusNews .btn-default,
.unBlock .blockStatusOffre .btn-default,
.unBlock .blockTargetPage .btn-default,
.unBlock .blockStatusPage .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.unBlock .blockStatusNews .btn {
  margin-bottom: 10px; }

.imgNews {
  width: 150px; }

#blockContenu table td {
  position: relative; }

.newsCatEditBtn {
  position: absolute;
  right: 5px;
  color: #482882; }
  .newsCatEditBtn > i:hover {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    color: #482882; }

.btn-new-cat {
  background-color: #482882; }

/******************************/
/************PAGE**************/
/******************************/
#cke_1_contents {
  height: 400px; }

.ckeOffer #cke_1_contents {
  height: 606px !important; }

.ckeNews #cke_1_contents {
  height: 572px !important; }

.ckePage #cke_1_contents {
  height: 500px !important; }

.cke_chrome {
  border-radius: 0px !important; }

.blockTopPage {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 15px; }
  .blockTopPage .titlePage {
    display: inline-block;
    float: left;
    font-size: 20px !important;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #482882;
    padding: 0; }
  .blockTopPage .lign {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #482882; }
  .blockTopPage h3 {
    display: inline-block; }

.blockDelete {
  width: 100%;
  float: left; }
  .blockDelete .btn {
    margin-right: 10px; }

.blockOpt {
  width: 100%;
  float: left; }
  .blockOpt .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .blockOpt label {
    width: 100%;
    float: left; }
  .blockOpt .col-sm-6 {
    margin-bottom: 10px; }
  .blockOpt .option {
    margin-bottom: 15px; }

.page-choice {
  display: none; }

/******************************/
/************NAVBAR************/
/******************************/
.links-utils {
  width: 100%;
  float: left; }

.link-list li {
  margin-bottom: 10px; }

.hiddenLink {
  display: none; }

#link-chosen .ui-state-default {
  position: relative;
  width: 100%;
  float: left; }

#blockContenu .ui-state-default .fa {
  position: absolute;
  font-size: 21px;
  color: #fff; }

#blockContenu .ui-state-default .fa-trash {
  right: 15px;
  top: 7px; }

#blockContenu .ui-state-default .fa-pencil-square {
  right: 40px;
  top: 8px; }

/***********/
/* Navbars */
/***********/
#link-source .ui-state-default,
#categories-source .ui-state-default {
  padding: 7px 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  background: #eee;
  font-weight: bold;
  color: #454545;
  position: relative; }

#categories-source {
  width: 100%;
  float: left; }
  #categories-source .ui-state-active-link {
    color: #fff;
    background-color: #482882;
    border: 1px solid #482882; }
  #categories-source .ui-state-danger-link {
    color: #fff;
    background-color: #da484f;
    border: 1px solid #da484f; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

ul#categories-source li {
  list-style-type: none;
  cursor: move; }
  ul#categories-source li .js-delete-nav {
    cursor: pointer; }
  ul#categories-source li ul.navBarSubList {
    margin-top: 10px; }
    ul#categories-source li ul.navBarSubList > li {
      border: 2px solid white; }
  ul#categories-source li.placeholder {
    position: relative; }
    ul#categories-source li.placeholder:before {
      position: absolute;
      /** Define arrowhead **/
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: black;
      border-right: none; }

.js-save-navbar {
  margin-right: 15px; }

#add-link {
  display: none; }

.not-found {
  font-size: 60px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2e2e;
  text-align: center; }

.btn-not-found {
  text-align: center; }
  .btn-not-found .btn {
    font-size: 18px;
    margin-top: 27px; }

h3 > span.navbar-first-level {
  color: #F49C10;
  display: none;
  margin: auto 10px; }

.menusBtns .btn-default {
  color: #482882; }

#createMenuBtn {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 16px;
  background-color: #fff;
  text-align: center; }
  #createMenuBtn a {
    color: #482882;
    font-size: 20px;
    position: relative;
    top: 10%; }
  #createMenuBtn:hover {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    background-color: #482882; }
    #createMenuBtn:hover a {
      color: #fff; }

#menuDeleteBtn {
  color: #482882;
  margin-left: 20px;
  cursor: pointer; }

/******************************/
/************APPARENCE*********/
/******************************/
.jscolor {
  margin-bottom: 15px; }

.configFacebookDiffusion {
  float: right;
  font-weight: bold; }
