::-webkit-scrollbar-thumb{background-color:#444141 !important;}

body {
font-family: 'Yaldevi', sans-serif;
background:#fff;
	overflow-x:hidden !important;
}
.row {
	margin-right: -30px;
	margin-left: -30px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
.bg-primary {
	background-color: #8a8ce8 !important;
}
.bg-dark {
	background-color: #343434 !important;
}
.navbar-brand {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.card {
	border: 1px solid #f2f2f2 !important;
	border-radius: .5rem;
}
.card-header {
	padding: .75rem 30px;
	border-bottom: 2px solid #8a8ce8;
}
.card-body {
	padding: 20px;
}
.bg-light {
	background-color: #fbfcfd !important;
}
.photo {
	max-width: 200px;
}
.title {
	position: relative;
	padding-top: 15px;
}
.title::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #8a8ce8;
	position: absolute;
	top: 0;
}
.h5, h5 {
	font-size: 1.4rem;
}

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px; 	
	color:#FFFFFF;
}
.icon i {
	font-size:20px;
	position:absolute;
	left:9px;
	top:10px;
}
.icon.social {
	margin: 0 5px 0 0;
	background: #8a8ce8;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	display: inline-block;
}
.icon.social.fb i {
	left:13px;
	top:10px;
}
.icon.social.tw i {
	left:11px;
}
.icon.social.in i {
	left:11px;
}
.articles {
	min-width: 130px;
}
.col-lg-4 .articles {
	width: 130px !important;
}
.bio {
	font-size: 85%;
}
.rounded {
	border-radius: .5rem !important;
}
#button {
	display: inline-block;
	background-color: #9853d1;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.social-left {
	width: 90px;
	position: absolute;
	left: -80px;
}
.btn-social {
	width: 90px;
	background: #8a8ce8;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 1.25rem;
	padding: 3px;
}
.avatar {
	max-width: 30px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #8a8ce8;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.text-primary:focus, a.text-primary:hover {
	color: #000 !important;
}
.h1, h1 {
	font-size: 2.25rem;
}
.text-primary {
	color: #9853d1 !important;
}
.mark, mark {
	padding: .2em;
	background-color: #f5fab4;
}
.lead {
	font-size: 1.1rem;
}
blockquote {
	margin: 5rem 0;
	position: relative;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
blockquote::before {
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	display: inline-block;
	padding-right: 3px;
	font-weight: 900;
	font-size: 3rem;
	color: #8a8ce8;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -25px;
}
blockquote::after {
	font-family: "Font Awesome 5 Free";
	content: "\f10e";
	display: inline-block;
	padding-right: 3px;
	font-weight: 900;
	font-size: 3rem;
	color: #8a8ce8;
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -35px;
}
blockquote b {
	background: #fbfcfd;
	padding: 5px 10px;
	border-radius: 5px;
}
 p {
	line-height: 30px;
}
.h6, h6 {
	line-height: 22px;
}
.alert-warning {
	background-color: #8a8ce8;
	border-color: #8a8ce8;
	margin-top: 350px;
	margin-bottom: 50px;
}
.boite {
	max-width: 400px;
	margin-top: -300px;
}
.mini-alert {
	margin-top: 150px;
	margin-bottom: 50px;
}
.mini-alert .boite {
	max-width: 250px;
	margin-top: -150px;
}
.temoin {
	max-width: 48px;
}
.btn-sentiment {
	min-width: 126px;
	font-size: 1.1rem;
}
.media {
	margin-bottom: 50px !important;
}
.btn-primary {
	color: #fff;
	background-color: #8a8ce8;
	border-color: #8a8ce8;
}
.btn-primary:hover {
	color: #fff;
	background-color: #343434;
	border-color: #343434;
}
.facebook {
	background: #6788ce !important;
}
.linkedin {
	background: #3a9bdc !important;
}
.twitter {
	background: #29c5f6 !important;
}
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
}
}
@media (max-width:991px) {
.h1, h1 {
	font-size: 2rem;
}
blockquote {
	font-size: 1.25rem;
}
blockquote::before {
	font-size: 2.5rem;
	top: -60px;
	margin-left: -20px;
}
blockquote::after {
	font-size: 2.5rem;
	bottom: -60px;
	margin-left: -25px;
}
.social-left {
	display:none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	overflow-x: hidden;
}
}
@media (max-width:575px) {
.navbar-brand {
	font-size: 24px;
}
.h1, h1 {
	font-size: 1.75rem;
}	
.boite {
	max-width: 300px;
	margin-top: -200px;
}
body {
	font-size: .9rem;
}
.lead {
	font-size: 1rem;
}
.h2, h2 {
	font-size: 1.5rem;
}
.alert-warning {
	margin-top: 300px;
}
.mini-alert {
	margin-top: 200px;
}
}

.price {
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 28px !important;
    font-weight: bold;
    color: white !important;
}

.price .wv_new-price {
	font-size: 28px !important;
    font-weight: bold;
    color: white !important;
}

.price .wv_old-price {
	font-size: 28px !important;
    color: #000 !important;
}

.old-price {
    color: #000 !important;
	font-size: 28px !important;
    text-decoration: line-through;
}
.price .wv_currency {
    margin-left: -5px;
	font-size: 28px !important;
    font-weight: bold;
    color: white !important;
}

.price .old-price .wv_currency {
    margin-left: -5px;
	font-size: 28px !important;
    font-weight: bold;
    color: #000 !important;
}

.block-data {
	margin-bottom: 15px;
	color: #fff;
}

.block-data p {
	margin-bottom: 5px;
	font-size: 28px;
}

