/***** RESEAUX SOCIAUX *****************/



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	/*display: inline;*/
	text-align:center;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
	text-align:center
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0.5em auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a.icone {
 background-color: #D3D3D3;
}
a.icone2{
 background-color: #333;
}

/************ FIN RESEAUX SOCIAUX ***************************/


h2.fondh2{background-color:#FFFFFF;padding:0.2em}

#fondactu {background-color:#cbcbcb;border-radius:8px}

.actubloc3{width:95%;background-color:#cbcbcb;border-radius:8px;padding:0.3em;margin-bottom:0.5em}

.actubloc2{width:95%;background-color:#cbcbcb;border-radius:8px;padding:0.3em;margin-bottom:0.5em}




/**************** ECOMMERCE **************************/

.span4 {
  /*width: 300px;*/
  width:250px;
  padding:1em;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}


/************ FIN ECOMMERCE *********************/

/********* ECOMMERCE CLASSIQUE **************/


/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/


.product-item {
    padding: 15px;
    background: #f7f7f7;
    margin-top: 20px;
    position: relative;
}
.product-item:hover {
    box-shadow: 5px 5px rgba(176, 176, 176, 0.6);
}
.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height:0;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
	background:url(../images/new.png) no-repeat;
    left: auto;
    right: 0;
}
.pi-img-wrapper {
    position: relative;
	height: 220px;
	text-align:center;
}
.pi-img-wrapper div {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
    display: block;
}
.pi-img-wrapper div .btn {
    padding: 3px 10px;
    color: #fff;
    border: 1px #BED62F solid;
    margin: -13px 5px 0;
    /*background: transparent;*/
	background:#BED62F;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 16px;
}

.btn-default {
  background: #BED62F;
  border-color: #BED62F;
}

.product-item .btn:hover {
  background: #BED62F;
  border-color: #BED62F;
}

.product-item .btn:link {
    background: #BED62F;
    border-color: #BED62F;
}
.product-item h3 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 4px;
}
.product-item h3 a {
    color: #242424;
}
.product-item h3 a:hover {
    color: rgb(71, 71, 71);
}
.pi-price {
    color: #222222;
    font-size: 16px;
    float: left;
    padding-top: 1px;
	height:3em;
}
.product-item .add2cart {
    float: right;
    color: #000 !important;
    border: 1px #ededed solid;
    padding: 3px 6px;
    text-transform: uppercase;
    background:#80B83D;
}
        .product-item .add2cart:hover {
            color: #000;
            background: #eee;
            border-color: #eee;
        }
.nbProduits{
	/*position: relative;*/
	right: 15px;
	bottom: 17px;
}

.table{background-color:#f7f7f7!important}



/********* FIN ECOMMERCE CLASSIQUE ****************/



/********* DEBUT AFFICHAGE PRODUIT ECOMMERCE CLASSIQUE ***********/




/*****************globals*************/
.image2{max-width: 100%;}
img {
 /* max-width: 100%; */}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #dbd7d7;
  padding: 3em;}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #4e3a4e; }
span.checked2  {
  color: #e5698a;
  font-size:18px;text-align:center }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; color:#000 }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #80B83D;
  padding: 1em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #4e791b;
    color: #fff; }

.poursuivre {
	background: #533F36;
	padding: 1em;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
	-webkit-transition: background .3s ease;
			transition: background .3s ease;
}

.poursuivre:hover{
	background: #80695f;
    color: #fff;
}

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */


/********* FIN AFFICHAGE PRODUIT ECOMMERCE CLASSIQUE ***********/


#pagination{list-style:none;}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: .25rem;
    width: 100%;
}
.breadcrumb .active {
    color:#80B83D;
}

.btn-danger {
    color: #fff;
    background-color:#BED62F;
    border-color:#BED62F;
}

.btn-danger:hover {
  color: #fff;
  background-color: #BED62F;
  border-color: #BED62F;
}
.btn-info  {
    color: #fff;
    background-color: #BED62F;
    border-color: #BED62F;
}
.btn-info:hover {
  color: #fff;
  background-color: #BED62F;
  border-color: #BED62F;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

#section-rubrique a.active {

    color: #80B83D;

}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn-success {

    color: #fff;
    background-color:#80B83D;
    border-color:#80B83D;

}

.btn-success:hover {

    color: #fff;
    background-color:#4e791b;
    border-color:#4e791b;

}
.showhide {  
   display:none;
}

.text-primary {
    color: #e5698a !important;
}



.breadcrumb li a {padding-right:10px}

.help-block {color:#CC0003; font-size:16px}




#facturationForm .form-group {margin-bottom: 10px}





