/* Réduction des marge + barre de recherche Home */
.Header__homeContent .Header__searchSection {
  padding: 1.25rem 0;
}

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
  min-height: 1vh;
}
.WidgetContainer__contentList+.WidgetContainer__contentList {
 margin-top : 0,5rem; 
}
.AppContainer__homePage {
 margin : 0 0 0; 
}
.Layout__oneColumn, .Layout__twoColumn {
  padding : 2.125rem 0 0;
}
th.Grid, td.Grid, table.Grid {
 border: 2px solid black;
 border-collapse: collapse;
 padding: 4px; 
 box-sizing: 
 border-box; background-color: rgb(27, 103, 186);
}
th.Grid {
background-color: rgb(27, 103, 186);
}
th.Grid {
background-color: rgb(244, 245, 247);
}
/* Fixer les box des familles VW */
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    max-width: 83.125rem;
    transition: max-width 200ms ease;
    background-color: white;
}
.commonStyle__disFlexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
}
.KbCategory__box {
 	/*flex-basis: 400px;*/
  	width: calc(32% - .87rem); 
  	min-width: 350px;
    margin: 0 1.3rem 1.3rem 0;
    -webkit-box-shadow: 0 0 12px 2px rgba(237,237,237,1);
    -moz-box-shadow: 0 0 12px 2px rgba(237,237,237,1);
    box-shadow: 0 0 12px 2px rgba(237,237,237,1);
    border: 1px solid #ededed;
    transition: all 250ms ease;
}

.KbCategory__boxInner {
    padding: 1.250rem 1rem 1.250rem;
}

.KbCategory__avatarText, .KbCategory__avatarPhoto {
    margin-top: .3rem;
}
.KbCategory__topicContent {
    color: #333;
    font-size: .9rem;
    margin: 0.2rem 0 0;
}
/* Modification de la couleurs en bleu elec #00a3fe ou Bleu POI #0064a6 */
.commonStyle__zt3BrandBg{
    background-color: #0064a6;
}
.NoContent__title {
    color: #0064a6;
}
.SearchContainer__downArrow {
    border-top-color: #0064a6;
}
.Button__footerBtn:hover {
    background: #0064a6;
    border: 1px solid transparent;
}
.Icon__brand {
    color: #0064a6;
}
.commonStyle__zt3Brand{
    color: #0064a6;
}
.TicketFilterPopup__active {
    color: #0064a6;
}
.TicketFilterPopup__filterValue:hover{
    color: #0064a6;
}


/* Affichage custom des subcategories */
.ContentList__topicList {
    padding: .5rem 0;
    display: none;
}
.ContentList__subCategory .ContentList__moreOption {
    margin-left: 0.9375rem;
    display: none;
}
.KbSubCategoryContainer__contentList {
    border: 1px solid #ededed;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 2rem 0.875rem 0.9375rem;
    margin-right: 1.5%;
    box-shadow: 0 0 12px 2px rgba(237,237,237,1);
    margin: 0px 1.3rem 1.3rem 1px;
}
.ListHeader__headerType1 {
    align-items: flex-start;
    margin: 0 0 0.625rem;
    border-bottom: 0px ;
    padding: 0 0 0;
}
/* Centrage de l'info nouveauté (widget) */
.nouveautés {
  margin-left: auto;
  margin-right: auto;
}
