/*-----------------------------------*/
/*  Génétal
/*-----------------------------------*/
body {
	color: #444444;
	background: #F0F0F0;
}

a:link
{
	text-decoration:none;
}

/*-----------------------------------*/
/*  fix menu avec barre de défilement
/*  vertical sur résolution < 1024
/*-----------------------------------*/
@media (max-width:991px) {
	.navbar-collapse {
	max-height: 650px;
	overflow-y: auto;
	}
}

/*-----------------------------------*/
/*  encadrement de la page
/*-----------------------------------*/
@media (max-width:993px) {
	.main{
	width:100%;
	margin:0;
	padding:20px 0px;
	}
}
@media (min-width:992px) {
	.main{
	width:85%;
	padding:30px;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
	}
}
@media (min-width:1200px) {
	.main{
	width:80%;
	padding:30px;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
	}
}
@media (min-width:1400px) {
	.main{
	width:74%;
	padding:30px;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
	}
}
/*-----------------------------------*/
/*  les avis
/*-----------------------------------*/

.avis{
	max-height:550px;
}
@media (min-width:992px) {
	.avis{
	height:550px;
	}
}

/*-----------------------------------*/
/* Pour les tableaux */
/*-----------------------------------*/
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #cef2df;
}

/*-----------------------------------*/
/*  Divers
/*-----------------------------------*/

.starcolor {
  color: #32b5f3 !important;
}

/*-----------------------------------*/
/*  Bouton de retour vers le haut
/*-----------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: #32b5f3;
  cursor: pointer;
  padding: 2px 7px 3px 7px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffffff;
}

/*-----------------------------------*/
/*  composant about
/*-----------------------------------*/
@media (max-width:576px) {
	.about {
	padding-left:15px;
	padding-right:15px;
	}
}

/*----------------------------------------*/
/*  Image du PDF pour visioneuse
/*----------------------------------------*/

@media screen and (min-width: 200px) and (max-width: 576px) {
    .pdf_img {
        width: 290px;
    }
}

@media screen and (min-width:577px) {
    .pdf_img {
        width: 350px;
    }
}

@media screen and (min-width:992px) {
    .pdf_img {
        width: 400px;
    }
}

@media screen and (min-width:1200px) {
    .pdf_img {
        width: 450px;
    }
}

/*----------------------------------------*/
/*  17.	Shop Page CSS
/*----------------------------------------*/

.single-seller {
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
  padding: 20px 0;
}
.single-seller:last-child {
  border-bottom: medium none;
}
.seller-img {
  float: left;
  overflow: hidden;
}
.seller-details {
  overflow: hidden;
  padding: 0 20px 20px;
  text-align: center;
}
.seller-details h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.seller-details h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.seller-details li {
  cursor: pointer;
  display: inline;
}

/*----------------------------------------*/
/*  5.	Shop Info Area CSS
/*----------------------------------------*/
.single-banner:hover .banner-bottom.text-center::before {
    opacity: 1;
}
.banner-bottom.text-center::before{
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
    transition: .3s;
}

.shop-info-icon {
  background: #878787 none repeat scroll 0 0;
  border-radius: 50%;
  height: 140px;
  line-height: 140px;
  margin: 0 auto 23px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 140px;
}
.shop-info-icon i {
  font-size: 80px;
}

/* Page de contact */
.address-block {
  background: #ebebeb;
  padding: 25px 0px 30px 0px;
  text-align: center;
  cursor: pointer;
}
.address-block:hover {
  background: #31B5F2;
  color: #ffffff;
}

/* Premier footer */
.footer-left img {
  margin: 45px 0px 0px 35px;
}
.premier-footer {
  background: #2f3330 none repeat scroll 0 0;
  color: #d4d4d4;
  padding: 0px 0px 20px 20px;
}
.icones-reseaux a {
  color: #32b5f3;
  font-size: 36px;
  text-align: center;
}
.icones-reseaux a:hover {
  color: #ffffff;
}

.footer_item{
  font-size: 13px;
  display:block;
}

/* Dernier footer */
.footer-last {
	background: #242424;
	color: #ffffff;
	line-height: .8;
	font-size: 14px;
}

/* Prism */
pre[class*="language-"] {
  position: relative;
}

pre[class*="language-"] button {
  position: absolute;
  top: 5px;
  right: 5px;
  color: red;
  font-size: 0.9rem;
}

pre[class*="language-"] button:hover {
  cursor: pointer;
  background-color: #a6c4de;
}

/* Effet de zoom sur les images */
.zoom {
  transition: transform .2s;
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.15);
}
