.beefup {
  margin: 1em 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

div#meditmois .beefup.is-open {
    width: 100%;
}

.beefup:hover {
  border-color: #ccc;
}

.beefup:first-child {
  margin-top: 0;
}

article.beefup .tab__item .beefup__body {
  padding: 10px 0px;
}

div#oma_themes .beefup__body {
  padding: 10px 10px !important;
}
div#oma_themes .beefup.is-open {
  border: none !important;
}
div#oma_themes .beefup.is-open .beefup__head {
  background: #f5f5f5 !important;
}

.beefup__head, .beefup__body {
  padding: 10px 20px;
}

.beefup__head {
  transition: border 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-right: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
    font-family: 'Montserrat','Arial',sans-serif;
    font-size: 16px;
    font-weight: 600;
    
}

.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: '';
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #ccc;
}

.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}

.tab {
    margin-top: 20px;
}

.tab__head {
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
}

.tab__head li {
	display: inline-block;
	z-index: 100;
	background: #f5f5f5 !important;
	/*border: 1px solid #ddd;*/
	font-weight: bold;
}

.tab__head li.is-open {
	border-bottom-color: transparent;
    background: #EB773B !important;
    color: #fff;
}
.tab .beefup__body {
    padding: 10px 0px !important;
}

.tab__head a {
	display: block;
	padding: 0 10px;
	color: inherit;
	font-size: 16px;
	line-height: 2.5;
	text-decoration: none;
	white-space: nowrap;
}

.tab__item.beefup {
	display: none;
	margin: 0;
	border-radius: 0;
    border: none;
}

.tab__item.beefup.is-open {
	display: block;
}

.tab__item .beefup__head {
	/*display: none;*/
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
}



@media screen and (max-width: 480px) {
    .beefup__head {
        white-space: normal;
        line-height: 1.1em;
    }
    
    div#meditmois .beefup.is-open .beefup__body .edito {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    
    div#meditmois .beefup.is-open .beefup__body table td, div#meditmois .beefup.is-open .beefup__body table td img {
        height: 35px !important;
    }
    
}