.st-accordion { width:100%; margin: 0 auto; }
.st-accordion ul > li { height: 30px; border-bottom: 1px solid #c7deef; border-top:1px solid #fff; overflow: hidden; }
.st-accordion ul li:first-child { border-top:none; }
.st-content { padding: 5px 0px 16px 0px; }
.st-content img { width:125px; border-right:1px solid #fff; border-bottom:1px solid #fff; }
.st-accordion .cont_acc{ background:#f6f6f6; margin-bottom:13px; padding:0 30px; border:1px solid #dbdbdb;-moz-border-radius: 5px; -webkit-border-radius: 15px; border-radius: 5px;}
.st-accordion .titre{ margin:0; position:relative; padding:15px 0; font-size:18px; font-family:n-b; cursor:pointer}
.st-accordion  .tit_acc{ position:relative}
.st-arrow{ position:absolute; right:0; top:21px; width:18px; height:10px; background: url(../images/arrow-acc.png)}

.st-open .titre{ color:#d73a49}
.st-open  .st-arrow{ background-position: bottom}
.st-open.cont_acc{ background-color:transparent}

@media (max-width:479px) {
.st-accordion .titre{ padding-right:36px; padding-left:20px; font-size:15px}
.st-accordion .cont_acc{ padding:0}
.st-arrow{ right:15px} 
.st-accordion strong{ padding-left:20px; display:block}
.st-accordion p{ padding-left:20px;}
.table{ border-left:0; border-right:0;  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0}
.table td {
    padding: 12px 5px;
}

}