/**
 * @brief BiovotecStyle theme, tablet styles.
 * @details Plugin / Theme Styles
 * @author JB Lebrun
 * @version 1.0.3
 * @date Creation: Jun 2025
 * @date Modification: Jul 2025
 * @copyright 2025 Ideogram Design
 */
img {max-width:100%;}
img.framed {max-width:90%;}

.hiddenOnTablet {display:none !important;}

/* Editor */
* {font-size:0.9rem;}

.eTitle1 {font-size:2.0rem;}
.eTitle2 {font-size:1.7rem;}
.eTitle3 {font-size:1.25rem;}
.eTitle4 {font-size:1.0rem;}

/* Structure */
.PageContent .mainContent {padding:2rem 0;}
.mainContent {margin: 0 30px;}

/* Header */
.PageHeader .header {height: 90px;}
.PageHeader .header .logo {min-width: 200px; max-width: 200px;}
.PageHeader .header .menus .menu {display:none;}
.PageHeader .header .menus .menu.BiovotecButton.Orange {display:inline-block;}
.PageHeader .header .menuOpener {flex:1; min-width:24px; max-width:24px; margin:1rem 0 0 1rem;}
.PageHeader .header .title {font-size: 1.2rem; flex:8;}
.PageHeader .header .languages {min-width:150px; max-width:150px;}
.PageHeader .header .languages .language img {max-width:28px;}

/* Footer */
.PageFooter {position:static;}
.PageFooter .bottom .left img {max-height:40px; vertical-align: -16px;}
.PageFooter .bottom .right img {max-height:50px;}

/* Content */
.PageContent .mainContent.memberArea {padding: 1rem; margin-bottom:0;}

/* Member Area : Home panel */
.memberArea.homePanel {position:static; padding: 0 0 3rem; min-height: auto;}
.memberArea.homePanel .buttons {flex-wrap:wrap; }
.memberArea.homePanel .buttons .button {padding:2%; margin:2% 0; max-width:29%; min-width:29%; border-left:solid 1px #75dcc7 !important;}
.memberArea.homePanel .buttons .button:nth-child(3n+1) {border-left:none !important;}

/* Member Area : Products */
.products .category .title {font-size: 1.5rem;}
.products .product .thumbnail {max-height: 100px;}

.products .product {margin: 0 0.5% 1rem; min-width: 100%; max-width: 100%; min-height: auto; max-height: none;}
.products .product .thumbnail {max-height: 120px;}
.products .product .content {margin: 0.8rem 1.5rem; padding:0.5rem !important;}
.products .product .content .title {margin: 0 0 0.25rem;}
.memberArea .products .product .content .eTitle3 {font-size:1.8rem;}
.memberArea .products .product .content .eTitle4 {font-size:1.2rem; height:88px;}
.memberArea .products .product .content .priceBar {display: flex;}
.memberArea .products .product .content .priceBar .button {text-align: right;}
.memberArea .products .product .content .priceBar .button .BiovotecButton {font-size:1.2rem;}
.memberArea .products .product .content .priceBar .price {font-size:1.5rem; margin-top: 1rem;}
.products .product .content .summary {font-size:0.8rem;}
.memberArea .products .product {width:420px;}


