
body {
    color: #444444;
    background: #ffffff;
}

a:link 
{ 
 text-decoration:none; 
} 

/* fix menu avec barre de dÃ©filement vertical sur rÃ©solution < 1024 */
@media (max-width:1024px) {
	.navbar-collapse {
	  max-height: 650px;
	  overflow-y: auto;
	}
}

/* Pour les tableaux */
/* tr:hover{ */
	/* background-color:#cef2df !important; */
/* } */

/* Pour les entÃªtes */
.breadcrumbs-area {
  color: #fefefe;
  text-align: center;
  text-transform: capitalize;
}

.starcolor {
  color: #194093 !important; /*avant #32b5f3*/
}

/*----------------------------------------*/
/*  13.	About Page CSS
/*----------------------------------------*/

.breadcrumbs {
  line-height: 0;
  padding: 50px 0;
}
.breadcrumbs-list > li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.breadcrumbs-list > li::after {
    content: "/";
    position: absolute;
    right: -9px;
    top: 0;
}
.breadcrumbs-list > li:last-child::after {
    content: "";
    position: absolute;
}
.breadcrumbs-list li, .breadcrumbs-list a {
    color: #cfcfcf;
}
.breadcrumbs-list a:hover {
    color: #ffffff;
}

.breadcrumbs > h2 {
  font-size: 40px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  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;
}
.icones-reseaux a {
  color: #194093; /*32b5f3*/
  font-size: 36px;
  text-align: center;
}
.icones-reseaux a:hover {
  color: #999999;
}

.footer_item{
  font-size: 13px;
  display:block;
}

/* Dernier footer */
.footer-last {
	background: #242424;
	color: #ffffff;
	line-height: 1;
	padding: 15px 50px 0px 0px;
	text-align: right;
}

/* 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: #194093; /*32b5f3*/
  cursor: pointer;
  padding: 2px 7px 3px 7px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffffff;
}

/*----------------------------------------*/
/*  6.	AJOUT ORACLESDELLA BLOC TEXTES CSS
/*----------------------------------------*/
p {font-family: 'Times New Roman';font-size:1.25rem; color: rgb(0, 0, 0);}

a:hover 
{ 
 text-decoration:none; 
 color: rgb(53, 152, 219);
} 

h1 {font-size: 24pt; font-family: 'monotype corsiva'; color: rgb(53, 152, 219);}

h2 {font-size: 20pt; font-family: 'monotype corsiva'; color: rgb(53, 152, 219);}

h3 {font-size: 18pt; font-family: 'Times New Roman'; color: rgb(53, 152, 219);}

.btn-primary {
    color: #fff;
    background-color: #194093;
    border-color: #0a58ca;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/*class bouton caracteristiques*/
btn btn-primary btn-sm
{
    color: #fff;
    background-color: #194093; /*0b5ed7*/
    border-color: #0a58ca;
}
/*----------------------------------------*/
/*  7.      AJOUT bordure bloc des 3 images */
/*----------------------------------------*/

/* trait avant texte choisir un oracle */

.textblue {color:rgb(53, 152, 219);}