/**
 * DESCRIPTION : STYLE CSS NEOCAMINO
 * SITE : BLOG.LATINEXPERIENCE.FR
 */

#category-list{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#category-list .container {
  width: inherit;
}

#header .container{
  width:100% !important;
}


#header .container #menu{
  margin-left:50px !important;
}

.breadcrumb{  
  top: 33px;
  opacity: 1;
  width: 50%;
  border-radius: 0px 15px 15px 0px;
}

/**** PAGE CATEGORIE ****/

.neocamino-category-page .header_page {
  margin-top: 70px;
}

.neocamino-category-page .listing_articles .list {
  display: flex;
  padding: 15px;
  max-width: 100%;
  flex-wrap: wrap;
}

.neocamino-category-page .listing_articles .list article {
  flex: 0 0 calc(16.666% - 10px);
  margin: 10px 10px 20px 10px;
  box-sizing: border-box;
}

.neocamino-category-page .listing_articles .list article .title {
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.neocamino-category-page .listing_articles .list article .image {
  display: block;
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
  width: 100%;
}

.neocamino-category-page nav {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.neocamino-category-page nav .previous,
.neocamino-category-page nav .next {

}

.neocamino-category-page .pagination-articles {
  width: 100%;
  text-align: center;
}

.neocamino-category-page .listing_articles .list{
  justify-content:space-around !important;
  width:100%;
}

.neocamino-category-page .listing_articles .list article .title{  
background-color: #65421D;
    padding: 10px;
    height: 120px !important;
    color: white;
}


#liste_articles , .pagination-articles{

  padding-bottom:20px !important;
}

.info_blog{
  padding-top:40px;
}


.container .pfooter, .container .pfooter a{
  color:white !important;
  font-size:13px !important;
  margin-bottom:0px !important;
}

.container .pfooter bold{
  font-size:15px !important;
  margin-bottom:10px !important;
}

.logos_footer{
  padding-bottom:50px !important;
}

.container_footer .container div:nth-child(4){
  display:none !important;
}

.container_footer{
  padding-bottom:50px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.footer2{
  display:none !important;
}
}
