/*
|--------------------------------------------------------------------------
| Headings
|--------------------------------------------------------------------------
*/

h3 {
  font-weight: 600;
}

h5 {
  font-weight: 600;
}

hr {
  margin: 0 0 10px 0 !important;
}

.row .center {
   display: flex;
   align-items: center;
}

/*
|--------------------------------------------------------------------------
| Side bar column
|--------------------------------------------------------------------------
*/

.box-item {
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: -5px;
}

/*
|--------------------------------------------------------------------------
| Map j'ai mal
|--------------------------------------------------------------------------
*/

.map_new {
    background-color: #e6e6e6;
    border-radius: 118px;
    height: 235px;
    margin: 5% auto;
    padding-top: 27px;
    width: 235px;
}

/*
|--------------------------------------------------------------------------
| Ads
|--------------------------------------------------------------------------
*/

.ad {
  margin-bottom: 5px;
}

.ad-indicator {
  text-align: center;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 200;
}

.ad-container-top {
  padding: 10px 0px 5px 0px;
    /*background-color: #f6f6f6;*/
}

.ad-container-right {
  padding: 0px;
}

/*
|--------------------------------------------------------------------------
| Margins & Paddings
|--------------------------------------------------------------------------
*/

section {
  margin-bottom: 20px;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.m15 {
  margin: 0 15px;
}

.m0{
  margin: 0px !important;;
}

.m20{
  margin: 20px !important;;
}

.mt0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.ml30 {
  margin-left: 30px;
}

.RYPP {
  margin-bottom: 20px !important;
}

.post-title-author-details p {
  margin: 10px 0 8px !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
.bg-color-deconf {
    background-color: #482683 !important;
}
.bg-color-orange {
    background-color: #ff5a00 !important;
}

.bg-color-blue {
    background-color: #3382bb !important;
}

.bg-color-light-blue {
    background-color: #1c9ed8 !important;
}

.bg-color-purple {
    background-color: #960549 !important;
}

.bg-color-light-gray {
  background-color: #d7d7d7  !important;
}

.bg-color-green {
  background-color: #86a821 !important;
}

.bg-color-rose {
  background-color: #d91897 !important;
}

.bg-color-facebook {
  background: #3b5998 !important;
}

.bg-color-twitter {
  background: #55acee !important;
}

.bg-color-google {
  background: #d34836 !important;
}

.bg-color-linkedin {
  background: #0077B5 !important;
}

.color-youtube {
  color: #ff0000 !important;
}

.color-facebook {
  color: #3b5998 !important;
}

.color-twitter {
  color: #55acee !important;
}

.color-blue {
  color: #1c9ed8
}

.color-white {
  color: #fff !important;
}

.color-dark-gray {
  color: #676869;
}

.color-green {
  color: #676869;
}

/*
|--------------------------------------------------------------------------
| Side bar column
|--------------------------------------------------------------------------
*/

.box-item {
    position: relative;
    padding-bottom: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Columns
|--------------------------------------------------------------------------
*/

.col-300 {
  width: 300px;
  float: left;
  position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.col-770 {
  width: 770px;
  float: left;
  position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*
|--------------------------------------------------------------------------
| Custom classes
|--------------------------------------------------------------------------
*/

.upper-title {
  color: #229AD6;
  font-weight: 500;
}

.vertical-align-center {
    display: flex;
    align-items: center;
}

.custom-search-form input {
  color: #000;
}

.menu-separator {
  margin: 20px 50px 20px 15px !important;
}

.login-separator {
  margin: 0 !important;
}

.btn-active {
    font-weight: 400 !important;
}

.widget-container {
  padding: 10px;
}

.widget-icon {
  display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    color: #FFE;
    background-color: #909AA0;
    font-size: 12px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget-title {
  padding-top: 10px;
  font-weight: 600;
}

.top_header .social {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    float: right;
}

.top_header .social ul li a i {
    font-size: 12px;
}

.top_header .social ul li a {
    width: 25px;
    height: 25px;
    padding-top: 3px;
}

.container-home {
    padding-right: 0 !important; 
    padding-left: 0 !important;
}

@media (max-width: 767px) and (min-width: 0px) {
	.ad-container-top {
			width: 100%;
overflow: hidden;
	}
	.top_banner_wrap {
	    margin-top: 0 !important;
	}
	
	.container-mobile {
    	padding-right: 0 !important; 
    	padding-left: 0 !important;
	}
	
}

/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/

.nav-icon {
  float: left;
}

.nav-icon span {
  background: #e30613 !important;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 99999999 !important;
}

.affix .vertical-align-center {
  height: 60px;
}

.affix .vertical-align-center .header-logo img {
    max-height: 50px;
    margin: auto;
}

.navbar {
  border-bottom: 1px solid #ddd !important;
}

/*
|--------------------------------------------------------------------------
| Twitter
|--------------------------------------------------------------------------
*/

.twitter-widget-block {
  background-color: #fff;
  margin: 10px -15px !important;
  padding: 10px 0;
  border: none;
}


/*
|--------------------------------------------------------------------------
| Account modals
|--------------------------------------------------------------------------
*/

.login-reg-inner {
    margin: 0 !important;
}

.top-header-menu li .dropdown-menu {
    min-width: 300px;
    padding: 20px;
}

.login-reg-inner .foeget a {
    margin: 0 !important;
    display: block;
}

.checkbox-inline input {
  margin-top: 7px;
}

/*
|--------------------------------------------------------------------------
| Carousel styling
|--------------------------------------------------------------------------
*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;

  height: auto;
}

.carousel-caption {

  position: relative;
 
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 42px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 8px 40px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/*
|--------------------------------------------------------------------------
| Article
|--------------------------------------------------------------------------
*/

.article-upper-title {
    color: #229AD6;
    font-weight: 500;
    font-size: 17px;
}

.author {
  color: #232323;
  font-weight: 600;
}

.chapo {
  line-height: 21px;
}

.credits {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}

.tags {
  margin: 0 0 5px 0;
  border: none !important;
  padding: 0;
  font-size: 13px;
}

.tags ul li a {
    font-size: 12px;
    background: #f60d2b;
    color: #fff;
    border: 1px solid #f60d2b;
}

.tags ul li a:hover {
    font-size: 12px;
    background: transparent;
    color: inherit;
    border: 1px solid #ddd;
}

.content {
    margin-top: 30px;
}
.content ul li {list-style:initial !important}

.related-links-container {
    padding: 15px;
    background: #fbf9f9;
}

.related-links {
    margin-top: 0px;
    font-size: 17px;
    color: #1c9ed8;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.unorder-list li {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
}

.owl-theme .owl-controls {
    top: -47px;
}

.comment-box .comment-head span {
    top: 10px !important;
}

.comment-box .comment-head i {
    top: 10px !important;
}

.utils-container {
    float: right;
    width: 70px;
    margin-right: 15px;
    padding: 0 10px 10px;
}

.utils-container .widget-icon {
    height: 40px;
    width: 40px;
    border-radius: 50% 0 0 50%;
}

.widget-icon {
    font-size: 14px;
    line-height: 14px;
    /*padding-left: 5px;*/
}

.widget-tip {
    position: relative;
    top: -40px;
    left: 47px;
    height: 40px;
    width: 180px;
    line-height: 20px;
    padding: 10px;
    margin-bottom: -40px;
    display: none;
    border-radius: 0 20px 20px 0;
}

#widget-slider .item img {
    width: 100px;
    height: auto;
}
#widget-slider2 .item img {
    width: 100px;
    height: auto;
}
.utils-item {
    margin-bottom: 2px;
}

.utils-item:hover .widget-tip {
    display: block
}

.sticky {
  position: sticky;
  top: 80px;
  z-index: 9;
}

.ui-tooltip {
  padding: 8px 12px;
  position: absolute;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 40px;
  line-height: 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

body .ui-tooltip {
  border: none;
}

.btn-forum {
    color: #FFF;
    background-color: #86a821;
    border: 2px solid #86a821;
    border-radius: 30px;
    font-weight: 700;
    padding: 8px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-forum:hover {
    color: #86a821;
    background-color: transparent;
    border: 2px solid #86a821;
}

/*
|--------------------------------------------------------------------------
| Archives
|--------------------------------------------------------------------------
*/

.post-style2-detail, .latest-com-detail {
    padding-left: 10px;
}

.post-style2 .btn-style {
    padding: 6px 15px;
    font-size: 11px;
    margin-top: 5px;
}

.block-inner {
    padding: 30px 0 !important;
}

.post-style2 img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.17), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
|--------------------------------------------------------------------------
| Blockquote
|--------------------------------------------------------------------------
*/

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 15px 0;
    padding: 20px 30px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border: none;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

