.category-atelier-online a{
    color: #1681b2;
    text-decoration: underline;
    font-weight: bold;
}
.category-atelier-online a:hover{
    color: #F9953D!important;
    text-decoration: underline;
}
.category-atelier-online h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0px 10px 0px;
    text-align: left;
    border: none;
    border-radius: 2px;
    padding: 8px 16px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #10095C), color-stop(0.00, #484BA3));
    background: -webkit-linear-gradient(top, #484BA3 0%, #10095C 88%);
    background: -moz-linear-gradient(top, #484BA3 0%, #10095C 88%);
    background: -o-linear-gradient(top, #484BA3 0%, #10095C 88%);
    background: -ms-linear-gradient(top, #484BA3 0%, #10095C 88%);
    background: linear-gradient(to bottom, #484BA3 0%, #10095C 88%);
}
.category-atelier-online h3{
    border-bottom: solid 2px #40A5C2;
    border-left: solid 7px #2A538E;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 10px;
    text-align: left;
    color: #2D2A67;
}
.category-atelier-online h4{
    color: #2D2A67;
    border-left: 5px solid #c7b218;
    margin-top: 10px;
    padding: 0 0 0 7px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2em;
}
.category-atelier-online table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 10px 0px 10px 0px;
}
.category-atelier-online th{
    text-align: center;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: bold;
    border: 1px solid #d4c18a;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f5f4ef), color-stop(0.00, #efebd7));
    background: -webkit-linear-gradient(top, #efebd7 0%, #f5f4ef 88%);
    background: -moz-linear-gradient(top, #efebd7 0%, #f5f4ef 88%);
    background: -o-linear-gradient(top, #efebd7 0%, #f5f4ef 88%);
    background: -ms-linear-gradient(top, #efebd7 0%, #f5f4ef 88%);
    background: linear-gradient(to bottom, #efebd7 0%, #f5f4ef 88%);
}
.category-atelier-online tr td{
    padding: 8px 15px;
    border-bottom: 1px solid #d4c18a;
    border-top: 1px solid #d4c18a;
    border-left: 1px solid #d4c18a;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.category-atelier-online table tr td:last-child {
    border-right: 1px solid #d4c18a;
}
a.linkbtn_orange{
    background-color: #fff!important;
    border: 2px solid #53c1e8;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
    margin: 5px 20px 10px 20px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    border-radius: 25px;
    color: #247592 !important;
}
a.linkbtn_orange:hover{
    color: #76b8d0 !important;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
}
a.atelier-online_btn{
    background-image: url(/wp-content/uploads/2017/10/linl_btn_atr-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin: 5px 20px 10px 20px;
    text-shadow: 0px 0px 1px #195447, 0px 0px 1px #195447, 1px 1px 1px #195447, 1px 1px 1px #195447;
    text-align: center;
    display: block;
    text-decoration: none !important;
    border: none!important;
    border-radius: 20px;
    color: #fff !important;
}
a.atelier-online_btn:hover{
    color: #fff !important;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
}
.bg_index{
    font-size: 13px!important;
}
.bg_index a{
    font-weight: 100;
    text-decoration: none!important;
}