/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    /*font-size: 1.25rem;*/
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.block-centrer{
    float: none;
    margin-right: 0 auto;
}


#header:before{
    background: rgba(0, 0, 0, 0.0);
}

.header-title{
    font-size: 34px;
    font-weight: 400;
}
.header-title span{
    font-weight: 700;
}
.header-sub-title{
    font-size: 14px;
    color: #fff;
    margin: 20px 40px 25px;
}

#comment-ca-marche .block-cc i {
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 25px;
    opacity: 1;
}

#comment-ca-marche .block-cc{
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    /*height: auto;*/
    background: transparent;
    padding: 20px;
    height: 300px;
}

#comment-ca-marche .block-cc:hover{
    background: #222;
    opacity: 0.7;
    cursor: pointer;
}

@media only screen and (max-width:768px) {

    #comment-ca-marche .block-cc i {
        color: #fff;
        font-size: 35px;
        border: 3px solid #fff;
        border-radius: 50px;
        padding: 15px;
        opacity: 1;
    }

    #comment-ca-marche .block-cc{
        padding: 10px;
        height: auto;
    }

}


/*---------------------------------------------------*/
.list-group-item-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}

.list-group-item-dark {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}


.block-centrer{
    float: none;
    margin-right: 0 auto;
}

.help-block{
    color: #d82c2e;
}
.has-error .form-control{
    border: 1px solid #d82c2e;
}
label{
    margin-bottom: 0;
}
.btn{
    height: 30px;
    padding: 5px 16px;
    /*font-size: 12px;*/
}
table{
    font-size: 12px;
}

.table thead  th,.table tbody  td{
    font-size: 12px;
}

.table-bordered thead  th{

}
.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #FFF;
    cursor: default;
    background-color: #ffcf22;
    border-color: #ffcf22;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.pagination > li {
    display: inline;
}

/*------------------------------------------*/

.heading-personaliser{
    height: 150px;
    /*background: #122b40;*/
    background: #222;
}
.block-centrer{
    float: none;
    margin-right: 0 auto;
}

.lisgroup-item-commande-pending {
    position: absolute;
    left: 0;
    top: 0;
    /*top: -5px;*/
    /* background: #122b40;*/
    background: #222;
    margin: 0;
    /*border-radius: 50%;*/
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    padding-top: 3px;
    /*padding-left: 5px;*/
    /*padding-right: 3px;*/
    color: #fff;
    font-size: 8px;
}


/*-------------------------------*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    #nav-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


#nav-header .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #303030;
    border-radius: .25rem;
}
.page-header {
    /*color: #fff;*/
    /*font-weight: 200;*/
    /*border-bottom: none;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*font-size: 34px;*/
    /*margin: initial;*/
}

#nav-header .nav-item  {
    margin: 5px;
}


