p{font-size: 12px; line-height: 18px;}
nav.navbar-expand-lg .navbar-nav a.nav-link{font-size: 12px; font-weight: normal; text-transform: uppercase;}

section.boxHeaher{padding: 16px 0}
ul.myTabs{padding: 16px 0; border: none;}
ul.myTabs li .nav-link{padding: 2px 15px; font-size: 12px; background-color: #ffffff; border: none; border-bottom:solid 2px #ffffff}
ul.myTabs li .nav-link:hover{color: var(--primary-color);}
ul.myTabs li .active{color: var(--primary-color) !important; border-bottom-color: var(--primary-color)!important;}

div.boxEquipe{text-align: center; margin: 16px 0;}
div.boxEquipe div.img{height: 150px; overflow: hidden; border-bottom: solid 1px #eeeeee;}
div.boxEquipe div.img img{height: 150px;}
div.boxEquipe div.text{padding: 5px;}

/* show artiste */
div.boxContentTabs{min-height: 50vh;}
div.boxPresentation p{padding-bottom: 16px; text-align: justify;}

div.boxPresentationRight{}
div.boxPresentationRight div.img img{max-width: 200px;}
div.boxPresentationRight div.text table{}
div.boxPresentationRight div.text table tr td{font-size: 12px; padding-right: 16px;}

/* */
div.boxComponentEouvre{margin: 16px 0;}
div.boxComponentEouvre div.img{height: 150px; overflow: hidden; border: solid 1px #eeeeee; background-color: #eeeeee;}
div.boxComponentEouvre div.img img{width: 100%;}
div.boxComponentEouvre div.text{padding:5px 0;}
div.boxComponentEouvre:hover div.text p{color: var(--primary-color);}
div.boxComponentEouvre:hover div.text p b{color: var(--primary-color);}

div.boxComponentExposition{margin: 16px 0;}
div.boxComponentExposition div.img{height: 250px; overflow: hidden; border: solid 1px #eeeeee;}
div.boxComponentExposition div.img img{width: 100%;}
div.boxComponentExposition div.text{padding:5px 0;}
div.boxComponentExposition:hover div.text p{color: var(--primary-color);}
div.boxComponentExposition:hover div.text p b{color: var(--primary-color);}

@media (max-width: 768px) {

    div.boxComponentEouvre{text-align: center;}
    div.boxComponentEouvre div.img img{height: 100%; width: auto;}

    div.boxComponentExposition{text-align: center;}
    div.boxComponentExposition div.img img{height: 100%; width: auto;}
}

