/* pour gerer l'affichage des tag auteur
- image à gauche
- description à coté de l'image, avec scroll y eventuel
-liste en dessous
liste sous forme de blocs en ligne
*/

button[aria-expanded=true] .fa-chevron-right {
 transition: .3s transform ease-in-out;
 transform: rotate(90deg);
}
button[aria-expanded=false] .fa-chevron-right {
 transition: .3s transform ease-in-out;
 transform: rotate(-90deg);
}

.btn_categorie {
    /*--btn-padding-x: 1rem;
    --btn-padding-y: .6rem;*/
    --btn-font-family: ;
    --btn-font-size: 1rem;
    --btn-font-weight: 400;
    --btn-line-height: 1.5;
    --btn-color: var(--body-color);
    --btn-bg: transparent;
    --btn-border-width: var(--border-width);
    --btn-border-color: transparent;
    --btn-border-radius: .25rem;
    --btn-hover-border-color: transparent;
    --btn-box-shadow: inset 0 1px 0 #ffffff26,0 1px 1px #00000013;
    --btn-disabled-opacity: .65;
    --btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--btn-focus-shadow-rgb),.5);
    padding: var(--btn-padding-y)var(--btn-padding-x);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    line-height: var(--btn-line-height);
    color: var(--btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--btn-border-width)solid var(--btn-border-color);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-bg);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
}

.categorie_active {
	background-color: aliceblue;
}
.desc-tag-auteur {
    max-height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    overflow-y: scroll;
    margin-block-end: 1em;
  
}

.com-tags-tag-list__description >img {
    float: left;
    margin-block-end: 1em;
    margin-inline-end: 1em;
}
.com-tags-tag-list__description {
    align-content: stretch;
}
.classe_media_tags_table{
    caption-side: bottom;
    border-collapse: collapse;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    align-items: baseline;
}

.classe_media_tags_tr {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: baseline;
    border-style: none;
  padding: 0.2em;
}

.classe_media_tags_th {
    font-weight: 500;
    border-radius: 0.7em;
    border: blue;
    border-style: solid;
    border-width: thin !important;
  width: 9em;
  height: 16em;  
}
.classe_media_tags_a{
    text-decoration: none;
}
/* gestion de l'affichage du blog nouveaute */

.blog_nouveaute > .blog-item {
    padding: 0 .5em 1em;
    display: block;
    overflow: hidden;
}

.blog_nouveaute > .blog-item > .item-content {
    padding: 0px;
    /*border: black; */
    /*border-style: solid; */
    display: flex;
}
.blog_nouveaute > .blog-item > .item-image {
  margin-top: 0.3em;
  margin-bottom: 1rem;
}
.blog_nouveaute > .blog-item > .item-content >.readmore {
  margin-top: 0.3em;
}
.blog_nouveaute > .blog-item > .item-content >.tags {
    display: none;
}

/*gestion des resultats de recherche de categorie */
/*.table.com-content-category__table {*/
.classe_liste_media_table{
    caption-side: bottom;
    border-collapse: collapse;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    align-items: baseline;
}
/*.table.com-content-category__table >tbody >tr {*/
.classe_liste_media_tr{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: baseline;  
    border-style: none;
  padding: 0.2em;
}
/*.table.com-content-category__table >tbody >tr >th {*/
.classe_liste_media_th{
    font-weight: 500;
    border-radius: 0.7em;
    border: blue;
    border-style: solid;
	border-width: thin !important;
	width: 9em;
	height: 16em;
}
/*.table.com-content-category__table >tbody >tr >th >a{*/
.classe_liste_media_a{
    text-decoration: none;
}

/* Gestion des menus 
- passage des sous-menus en déroulant sur passage de la souris 


.header .mod-menu > li {
  position: relative;
  align-content: flex-end;
}*/

.header .mod-menu > ul {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-fill-available;
}
/*
.header .mod-menu li:hover > ul li {
  display: block;
}
*/
/* pour gerer l'affichage des menu du restaurant */
.ecran {
	display: flex;
	flex-direction: row;
	height: -webkit-fill-available;
	height: strech;
	/*width: 1920px;
	max-width: 1920px;*/
	overflow: hidden;
	align-items: stretch;
	column-gap: 1em;
	margin: 0.5em;
}

.zone {
    border-style: solid;
    border-radius: 1em;
    height: 100%;
    border-width: thin;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow:auto;
	
}
.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
	flex:1 1 0;
}
.typeZone {
    /* height: 120px; */
    overflow: hidden;
}
.plat {
    width: 100%;
    display: flex;
    font-family: cursive;
    font-size: 1vw;
    justify-content: center;
    font-weight: normal;
    color: navy;
    flex-direction: column;
    align-items: center;
}
.allergene {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: right;
}
