.wp-block-latest-posts__list .wp-block-latest-posts__post-title{
display: none;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-date{
    text-align: center;
}

header h1{
    font-family:var(--font-base);
}

.intro{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 90px;
}

.is-style-table-perso-1 td{
    border-left-style:none ;
    border-right-style:none ;
    border-top-style:none ;
    padding-left: 0;
    padding-right: 3px;
}

.is-style-table-perso-1 tr:last-child td{
    border-bottom-style:none ;
}

.cols-produits{
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  
}
.cols-produits .photo{
  align-items: flex-end;
  align-content: flex-end;
    display: flex;
    flex-direction: row;
}



.cols-produits .photo img{
    width: 100%;
    height: auto;
    object-fit: inherit !important;
    position: inherit;
    bottom: 0px;
    min-height: inherit;

}

/*
@media (max-height: 720px) {
    .cols-produits .photo img{
height:calc(100vh - 80px);
width: inherit;
min-height: auto;
object-fit: contain !important;
    }

}    


@media (max-width: 860px) {
.nav-logo a img {
  height: auto;
  width: 250px;
}
}
*/