.hidden{
  display: none;
}
*{
  font-style: initial;
}
body{
  background: #f3f3f3 !important;
}
.container{
  background: #fff !important;
}
ul li {
  display: inline-block;
}

.parType, .retourType, .headerType, li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a.typeActive{
  background: #666;
  cursor: pointer;
}
.parTitre, .retourTitre, .headerTitre {
  background: #b40134;
  cursor: pointer;
}
.parThematique, .retourThematique, .headerThematique, li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a.thematiqueActive {
  background: #90549c;
  cursor: pointer;
}
.parDate, .retourDate, .headerDate, li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a.dateActive {
  background: #00709e;
  font-style: initial;
  cursor: pointer;
}
.headerGray{
  background: #666;
}
.headerSearch {
    background: #ba1847;
}
.parThematique, .parTitre, .parDate, .parType {

  color: #fff;
  font-size: 26px;
}
.copyright{
  padding: 10px;
}
.retour{
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}
ul.ui-tabs-nav {
  padding: 20px;
  border-radius: 3px;
  background: #f3f3f3;
}
.top-content, .bottom-content{
  padding: 0 15px;
}
.titleTitre {
  color: #b30134;
}
.titleThematique{
  color: #90549c;
}
.titleDate{
  color: #166f9e;
}
.titleType{
  color: #666666;
}
.title{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.card-header h5 button {
    color: #fff;
}
.card-header {
    border-radius: 0 !important;
}
.btn-link:hover, .btn-link:focus, .btn-link.focus {
    color: #f3f3f3;
    text-decoration: none;
    cursor: pointer;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    background: #a6358d;
}
ul li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    color: #ffffff;
    padding: 10px 6px;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.classement{
  border: 2px solid;
text-align: center;
width: 200px;
padding: 5px;
margin-top: 12px;
}
.classementDate{
border-color: #63539e;
}
.classementType{
border-color: #009fe3;
}
.classementThematique{
border-color: #90549c;
}
.classementTitre{
border-color: #e6007f;
}
.classementDefault{
border-color: #a6358d;
}

body { overflow-x:hidden; }

@media (max-width: 575.98px) {
  .parThematique, .parTitre, .parDate, .parType {
    padding: 50px 0;

    color: #fff;
    font-size: 26px;
  }
 }


@media (min-width: 576px) and (max-width: 767.98px) {
  .parThematique, .parTitre, .parDate, .parType {
padding: 50px 0;
    color: #fff;
    font-size: 26px;
  }
 }


@media (min-width: 768px) and (max-width: 991.98px) {
  .parThematique, .parTitre, .parDate, .parType {
    height: 236px;
    line-height: 236px;
    color: #fff;
    font-size: 26px;
  }
 }


@media (min-width: 992px) and (max-width: 1199.98px) {
  .parThematique, .parTitre, .parDate, .parType {
    height: 236px;
    line-height: 236px;
    color: #fff;
    font-size: 26px;
  }
 }


@media (min-width: 1200px) {
  .parThematique, .parTitre, .parDate, .parType {
    height: 236px;
    line-height: 236px;
    color: #fff;
    font-size: 26px;
  }
 }
