Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/css/
Upload File :
Current File : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/css/accordion.css

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
   /* width:100%;  */
}

.accordion .accordion-section{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 5px;
    overflow: hidden;
     width:100%;
}
/*
.accordion .accordion-section{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 5px;
    overflow: hidden;
     width:100%;
}
.accordion-section-title {
    border-style: solid;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    background-color: #F8F8F8;
    color: #444;
    outline: none;
    width:100%;
}
*/

/*----- Section Titles -----*/
.accordion-section-title {
    border-style: solid;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 18px;   
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    background-color: #9c3354;
    color: #fff;
    outline: none;
    width:100%;
}
zt_accordion #1 {
    border-style: solid;
    border-width: 0;
    border-color: #ddd;
    cursor: pointer;
    font-size: 18px;   
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    background-color: #f5f5f5;
    color: #666;
    outline: none;
    width:100%;
}
#emballages a.accordion-section-title{
    background-color: #0088ce;
}
#boulangerie a.accordion-section-title{
    background-color: #fd5502;
}


.accordion-section-title i {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 15px;
}
.accordion-section-title:hover, .accordion-section-title.active{
    color: #fff;
    text-decoration: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion-section-content.open{
    display: block;
}