.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}
/* addsense */
.adsbygoogle-noablate{
  display: block !important;
}
.pub-responsive { width: 320px; height: 100px; }
@media(min-width: 500px) { .pub-responsive { width: 468px; height: 60px; } }
@media(min-width: 800px) { .pub-responsive { width: 728px; height: 90px; } }

.text-center {
  text-align: center;
}

.text-right{
    text-align: right;
}

.text-primary {
  color: #fbdd00;
}

.text-secondary {
  color: black;
}

a.text-secondary:hover {
  color: #ffc314;
}

a.text-primary:hover {
  color: #ffc314;
}

.bg-primary {
  background-color: #23274f;
}

.img-borderd {
  border: 1px solid #c5c5c5;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
li.dropdown:hover > .dropdown-menu {
  display: block;
}
.collapse {
  display: none
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

.section {
  margin-bottom: 10px;
  overflow: auto;
}

.section-title {
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  font-size: 1.17em;
  font-weight: bold;
}

.section-footer {
  margin-top: 5px;
}
.section-footer .read-more {
  color: inherit;
  font-size: 0.9em;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.section.post img {
  max-width: 100%;
  height: auto!important;
}

/** mainMenu **/
#mainMenu {
  margin-bottom: 25px;
  border-radius: 0;
}
#mainMenu a {
  color: white;
}
#mainMenu a:hover,
#mainMenu .dropdown.open > .nav-link {
  color: black;
}
/** ! mainMenu **/

/** header **/
#header {
  display: table;
}

#header .header-block {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (min-width: 992px) {
  #header .header-block {
    display: table-cell;
  }
}
.searchForm {
  position: relative;
  margin-bottom: 10px;
}

.searchForm input.search {
  height: 3.2em;
  line-height: 3em;
  padding-right: 3.2em;
  padding-left: 1em;
  display: block;
  width: 100%;
  border: 1px solid #D2D2D2;
}
.searchForm input.submit {
  width: 2.8em;
  height: 2.8em;
  color: white;
  border: 1px solid #D2D2D2;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
}
#homeTitle {
  display: none;
}
/** ! header **/

/** navbar **/
#mainMenu .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/** ! navbar **/


/** show-post **/
.post-category {
    display: table;
    padding: 5px;
    position: relative;
    top: -3em;
    left: 10px;
    border-radius: 5px;
    background-color: #fbdd00;
}
.post-title {
  font-size: 2em;
}
.post-title a {
  color: inherit;
}
/** ! show-post **/

/** featured-post **/
.featured-post {
  position: relative;
  margin-top: 12px;
}

.featured-post-title {
  font-size: 2em;
  margin-top: 10px;
}

.featured-post-title a {
  color: inherit;
}
/** ! featured-post **/

/** tagged-post **/
.tagged-post {
  position: relative;
  margin-bottom: 5px;
}

.tagged-post-img-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.tagged-post-title {
  margin: 5px;
  font-size: 1em;
  font-weight: normal;
}

.tagged-post-title a {
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
/** ! tagged-post **/

/** live **/
.section.live, .live-next {
  background-color: #e7ffee;
  padding-bottom: 10px;
}

.live-next p {
  padding: 0 10px;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0;
}

.live-headline {
  text-align: center;
  text-transform: uppercase;
  background-color: #2ba651;
  color: white;
  padding: 5px 0;
  margin: 0;
}

.live-list {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.live-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
  position: relative;
}

.live-item a {
  color: inherit;
}

.live table {
  width: 100% !important;
}

.live img {
  max-width: 100% !important;
  height: auto !important;
}
/** ! live **/

/** news-feed **/
.news-feed {
  background-color: #f0f0f0;
  padding-bottom: 10px;
}

.news-feed-headline {
  text-align: center;
  text-transform: uppercase;
  background-color: #2b70a6;
  color: white;
  padding: 5px 0;
  margin: 0;
}

.news-feed-list {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 7px;
  font-size: 10px;
}

.news-feed-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
  position: relative;
}

.news-feed-item a {
  color: inherit;
}

.news-feed-item.is-important,
.news-feed-item.is-important a {
  color: red;
}

.news-feed-item.is-cyclosport,
.news-feed-item.is-cyclosport a {
  color: green;
}
/** ! news-feed **/

/** tagged-post **/
.tagged-post .section-title {
  color: #2b70a6;
}
/** ! tagged-post **/

/** category-post **/
.category-post .section-title {
  color: #2b70a6;
}

.category-post {
  position: relative;
  margin-bottom: 5px;
}
.category-post-img-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.34);
}

.category-post-title {
  margin: 5px;
  font-size: 1em;
  font-weight: normal;
}

.category-post-title a {
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
/** ! category-post **/

/** advert **/
.advert > div {
  margin-bottom: 5px;
}
.advert .section-title {
  color: #a4a3a3;
}

.advert-center {
  text-align: center;
}
.advert-center a {
  display: inline-block;
}

/** ! advert **/

/** survey **/
.survey {
  background-color: #f0f0f0;
}

.survey-headline {
  text-align: center;
  text-transform: uppercase;
  background-color: #7e2aac;
  color: white;
  padding: 5px 0;
  margin: 0;
}

.survey-content {
  padding: 10px;
}

.survey-form-question {
  margin: 0 0 5px;
}

.survey-form .form-check-label {
  font-weight: normal;
}

.survey-form button[type="submit"] {
  background-color: #7e2aac;
  color: white;
  border: none;
  border-radius: 1em;
  float: right;
  margin: 10px 5px;
  text-transform: lowercase;
}

.survey-form button[type="submit"]:hover {
  background-color: #62188a;
}

.survey-results-list {
  padding: 0;
  clear: both;
}

.survey-result {
  list-style-type: none;
  margin: 2px 0;
  text-align: right;
  position: relative;
  background-color: rgba(126, 42, 172, 0.48);
  color: white;
}

.survey-percent {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #7e2aac;
  display: inline-block;
}

.survey-answer {
  position: absolute;
  left: 5px;
  top: 0;
}

.survey-percent-value {
  position: relative;
  z-index: 1;
}

.survey a.survey-show-result {
  color: inherit;
  font-size: 0.8em;
}

.survey-total {
  font-size: 0.8em;
  text-align: right;
  color: #717171;
}
/** ! survey **/


/** breadcrumb **/
.breadcrumb {
  min-height:2.3em;
  border:1px solid #dedede;
  overflow: auto;
}
.breadcrumb  ul, li {
  list-style-type:none;
  padding:0;
  margin:0;
}
.breadcrumb li {
  float:left;
  line-height:2.3em;
  color:#777;
  padding-left:.10em;
}
.breadcrumb li a:after {
    content:'\3E';
    margin-left: 0.3em;
}
.breadcrumb li.last a:after {
    content: none;
}
.breadcrumb li a {
  display:block;
  padding:0 15px 0 0;
  }
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color:#777;
  text-decoration:none;
  }
.breadcrumbs li a:hover,
.breadcrumb li a:focus {
  color:#dd2c0d;
  }
/** ! breadcrumb **/

/** category-index **/
.post-list .post {
  margin-bottom: 10px;
  overflow: auto;
}
.post-list .post-title {
  margin: 0;
}
/** ! category-index **/

/** search-results **/
.search-results .post {
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
}
/** ! search-results **/

#footer {
  text-align: center;
  background-color: black;
  color: white;
  margin-top: 20px;
}

.overfooter{
  background: #daeffc;
  margin-bottom: 10px;
  padding: 8px;
  color: black;
}

.subfooter{
  padding: 20px;
}

#footer .subfooter a {
  color: #fff;
}

#footer a.text-primary  {
  color: #fbdd00;
}

.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #eee;
}
.dropdown-menu>.active>a{
  background-color: #fbdd00;
  color: black !important;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #23274f;
}

/* Calendrier front */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

@media (max-width: 767px){
  ul .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav>li>a.dropdown-toggle .caret {
    display: none;
  }

  .dropdown-menu{
    padding: 0px 0;
  }

  .navbar-nav .dropdown:not(.last) > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.13);
  }

  .navbar-nav .dropdown > a.dropdown-toggle {
    pointer-events: none;
  }
  .navbar-nav .dropdown:not(.last) > .dropdown-menu a {
    padding: 10px 0px 10px 40px;
  }
  .navbar-nav .dropdown.last > .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}

.responsive_long {
  width: 320px;
  height: 100px;
  margin: auto;
}

@media(min-width: 500px) {
  .responsive_long {
    width: 468px; height: 60px;
  }
}

@media(min-width: 800px) {
  .responsive_long {
    width: 728px; height: 90px;
  }
}
