﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #eaeaea /*{a-page-background-color}*/;
    border: none;
    text-shadow: none;
    text-align: center;
}

#login_page {
    background: #060000 url("../img/bg.jpg") center top no-repeat;
    background-size: 100%;
}

.logo {
    display: block;
    width: 50%;
    margin: 15% auto;
}

.copy_right {
    font-family: 'Open Sans', sans-serif;
    color: #5C5A5A;
    font-size: 14px;
    text-shadow: none;
}

.form_login {
    max-width: 400px;
    padding: 0 15px;
    margin: 0 auto;
}

.form_login h1 {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #670707;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

/***** place holder ****/
div.holdsname span.holder {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #d0bda1;
    cursor: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    z-index: 1;
    text-shadow: none;
    margin-top: 5px;
}

/***** place /holder ****/
.ui-input-text input {
    height: 67px;
    min-height: auto;
    padding: 0 15px;
    line-height: 67px;
    text-align: center;
    background: #060000;
    border: 1px solid #4d0505;
    color: #d0bda1;
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    border-radius: 0;
}

.ui-input-text input:focus {
    border: 1px solid #a90909;
}

.ui-page-theme-a .ui-body-inherit {
    background-color: none;
    border: none;
    text-shadow: none;
}

#zone_filtre .ui-body-inherit {
    background-color: #f6f6f6 !important;
}

/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-page-theme-a .ui-btn.my_btn {
    background-color: #670707 /*{a-bhover-background-color}*/;
    border: none;
    color: #270303 /*{a-bhover-color}*/;
    text-shadow: none;
    font-family: arial, verdana, helvetica, sans-serif;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
}

.ui-page-theme-a .ui-btn.my_btn:hover {
    background-color: #a90909 /*{a-bhover-background-color}*/;
    border: none;
    color: #270303 /*{a-bhover-color}*/;
    text-shadow: none;
    font-family: arial, verdana, helvetica, sans-serif;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#header {
    height: 65px;
    line-height: 65px;
    background: #084aa0;
    text-align: left;
    z-index: 9990;
    border: none;
}

#header {
    overflow: visible; /* Let menu content overflow outside the header */
}

#header ul {
    /* Menu Name */
    margin-top: 65px;
}

#header .ui-btn-corner-all {
    /* border-radius: 0; /* Make the menu button squarish */
}

#header ul ul {
    position: absolute;
    display: none;
    z-index: 500;
    margin-top: 0px;
    width: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.2);
    box-shadow: 0 0 35px rgba(0,0,0,.2);
}

#header ul ul li {
    //width: 100%px; /* Fixed width menu items*/
    display:  inline-block; /* JQM makes a inline-blocks... reset it to block */
    vertical-align: top;
}
#header ul ul li:first-child {
    display: block; /* JQM makes a inline-blocks... reset it to block */
}

#header ul ul li a.ui-btn {
    white-space: normal; /* Stop long menu names from truncating */
    background: none;
    border: none;
    color: #333 /*{a-bup-color}*/;
    text-shadow: none;
    text-align: center;
}

#header ul:hover ul {
    /* display: block; /* Display menu on hover over parent */
}

#menu-left {
    float: left;
    margin-left: 0.5em;
}

#menu-right {
    float: right;
    margin-right: 0.5em;
}

#menu-left ul {
    margin-left: 0.5em;
}

#menu-right ul {
    margin-right: 10px;
    right: 0;
}

#home .ui-header {
    height: 75px;
}

#home .ui-header h1 {
    font-size: 16pt;
    margin-bottom: 0px;
}

#txtSpan {
    position: relative;
    display: inline-block;
    top: -5px; /* Doesnt seem possible to vertically center otherwise */
}

#home .ui-header h2 {
    font-size: 14pt;
    margin-top: 0px;
}

#btn_menu {
    background: url("../img/menu.png") center center no-repeat;
    width: 32px;
    height: 25px;
    transition: all .2s ease-in-out;
    border: none;
    outline: none;
    display: inline-block;
    font-size: 0;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 32px;
    padding: 12px 10px;
    box-shadow: none;
}

#btn_menu:hover {
    background: #084aa0 url("../img/menu.png") center center no-repeat;
}

#header #btn_retour {
    background: #084aa0 url("../img/retour.png") center center no-repeat;
    width: 32px;
    height: 25px;
    transition: all .2s ease-in-out;
    border: none;
    outline: none;
    display: inline-block;
    font-size: 0;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 32px;
    padding: 13px 9px;
    box-shadow: none;
}

#header #btn_retour:hover {
// background : #800303 url("../img/retour.png") center center no-repeat;
}

.logo_mini {
    margin-left: 80px;
    margin-top: 12px;
}

#btn_drop_menu {
    background: url("../img/drop_menu.png") center center no-repeat;
    width: 6px;
    height: 24px;
    border: none;
    outline: none !important;
    display: inline-block;
    font-size: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 8px;
    right: 24px;
    padding: 20px 21px;
    box-shadow: none;
}
#btn_drop_menu:hover {
    background: #084aa0 url("../img/drop_menu.png") center center no-repeat;
}

#btn_panier {
    background: url("../img/panier.png") center center no-repeat;
    width: 32px;
    height: 25px;
    border: none;
    outline: none !important;
    display: inline-block;
    font-size: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 18px 14px;
    box-shadow: none;
}

#btn_panier:hover {
    background: #084aa0 url("../img/panier.png") center center no-repeat;
}

#btn_live_cam {
    background: url("../img/cam.png") center center no-repeat;
    width: 30px;
    height: 38px;
    border: none;
    outline: none !important;
    display: inline-block;
    font-size: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 8px;
    right: 125px;
    padding: 14px;
    box-shadow: none;
}

#btn_live_cam:hover {
    background: #084aa0 url("../img/cam.png") center center no-repeat;
}

#btn_live_audio {
    background: url("../img/live.png") center center no-repeat;
    width: 70px;
    height: 38px;
    border: none;
    outline: none !important;
    display: inline-block;
    font-size: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 8px;
    right: 80px;
    padding: 14px;
    box-shadow: none;
}

#btn_live_audio:hover {
    background: #084aa0 url("../img/live.png") center center no-repeat;
}
#menu-right {
    list-style-type: none;
}

.left_panel {
    padding: 65px 0px 0px 0px;
    background: #084aa0 !important;
}

#ui-listview > .ui-li-static,
.ui-collapsible-content,
#ui-listview > li h1, #ui-listview > li h2, #ui-listview > li h3, #ui-listview > li h4, #ui-listview > li h5, #ui-listview > li h6 {
    padding: 0;
    margin: 0;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    content: "";
    position: absolute;
    display: block;
    width: 33px;
    height: 17px;
}

.ui-icon-plus:after {
    background: url("../img/accordion.png") left top no-repeat;
}

.ui-icon-minus:after {
    background: url("../img/accordion.png") right top no-repeat;
}

#listview > li {
    padding: 0;
    margin: 0;
}

#listview > li > h3 {
    padding: 0;
    margin: 0;
}

#listview > li > h3 > a {
    font-size: 14px;
    color: #084aa0;
    font-weight: 700;
    display: block;
    background: #084aa0 !important;
    font-family: 'Roboto Slab', serif;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #eae9e9;
    height: 55px;
    line-height: 55px;
    text-indent: 20px;
    padding: 0;
	text-decoration:none;
}

#listview > li > h3 > a > a {
    color: #084aa0 !important;
    text-decoration: none !important;
    display: block;
}

#listview > li > h3 > a:hover,
#listview > li > h3 > a > a:hover {
    color: #fff !important;
    /*background: #d9e8fc;*/
	border:none;
	    box-shadow: none;
}
#zone_filtre #listview {
    margin: 0;
    margin-top: 35px;
    margin-bottom: 35px;
}

#zone_filtre #listview > li > h3 > a {
    background: #fff;
    color: #231f20;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

#zone_filtre .ui-icon-plus:after {
    background: url("../img/accordion_2.png") left top no-repeat;
    width: 12px;
    height: 8px;
    margin-top: -2px;
}

#zone_filtre .ui-icon-minus:after {
    background: url("../img/accordion_2.png") left bottom no-repeat;
    width: 12px;
    height: 8px;
    margin-top: -2px;
}

#listview .ui-collapsible-content > .ui-listview {
    margin: 0;
}

#zone_filtre .ui-collapsible-content > .ui-listview {
    background: #f6f6f6;
}

#listview > li > div.ui-collapsible-content > ul > li {
    padding-left: 20px;
    padding-right: 20px;
}

#listview > li > div.ui-collapsible-content > ul > li > a {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    padding: 15px 5px;
    border: none;
	    box-shadow: none;
}
#listview > li > div.ui-collapsible-content > ul > li > a:hover {
    color: #000 !important;
   /*background: #d9e8fc;*/
       border: none;
    box-shadow: none;
}

#listview .ui-checkbox,
#listview .ui-radio {
    margin: 0;
}

#listview .ui-checkbox .ui-btn,
#listview .ui-radio .ui-btn {
    border: 0px solid !important;
    font-weight: normal;
}

#listview .ui-btn-icon-left {
    padding-left: 0;
    padding-right: 0;
}

#listview .ui-btn-icon-left:after {
    right: .5625em;
    left: auto;
}

#listview .ui-btn.ui-checkbox-on:after {
    background-color: #6e6968;
    border: 1px solid #6e6968;
    border-radius: 0;
    opacity: 1;
}

#listview .ui-btn.ui-checkbox-off:after {
    background-color: #fff;
    opacity: 1;
    border: 1px solid #6e6968;
    border-radius: 0;
}

#zone_filtre #listview > li > div.ui-collapsible-content > ul {
    margin: 0;
    background: #f6f6f6;
    padding-left: 20px;
    padding-right: 20px;
}

#zone_filtre #listview > li > div.ui-collapsible-content > ul > li {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ccc;
}

#zone_filtre #listview > li > div.ui-collapsible-content > ul > li:last-child {
    border-bottom: 0px solid #ccc;
}

#zone_filtre #listview > li > div.ui-collapsible-content > ul > li > a {
    background: #f6f6f6;
}

#listview > li > div.ui-collapsible-content > ul > li > a:hover {
    color: #670707;
}

#listview > li > div.ui-collapsible-content > ul > li > a:after {
    display: none;
}

#listview > li > div.ui-collapsible-content > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    margin: 0 -20px;
}

#listview > li > div.ui-collapsible-content > ul > li > ul > li {
    padding-left: 40px;
    padding-right: 40px;
}

#listview > li > div.ui-collapsible-content > ul > li > ul > li > a {
    color: #000;
    font-size: 16px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

#listview > li > div.ui-collapsible-content > ul > li > ul > li:last-child > a {
    border-bottom: 0px solid #cccccc;
}

.input_recherche {
    position: relative;
}
.input_recherche input {
    background: #e11923;
    border: 1px solid #e11923;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    padding: 0 46px 0 20px;
    padding-right: 50px;
    font-family: 'Roboto Slab', serif;
}
.ui-content .ui-listview, .ui-panel-inner > .ui-listview {
    margin-top: 0;
    margin-bottom: 20px;
}
.ui-input-text, .ui-input-search {
    margin: 0;
}
.ui-content {
    padding: 0;
}

#form_recherche {
    padding: 0 10px;
    margin-left: -26px;
    margin-right: -26px;
}
.ui-panel-inner {
    padding-top: 0px;
}
.bx-wrapper img {
    width: 100%;
}

.bx-wrapper {
    border: 0px solid #fff;
    margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
    width: 28px;
    height: 50px;
    opacity: 0.6;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url('../img/fleche_slide.png') no-repeat left top !important;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover {
    right: 10px;
    background: url('../img/fleche_slide.png') no-repeat right top !important;
}

.wrap_slide {
    position: relative;
}

.wrap_slide img {
    width: 100%;
}

.text_side {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 00%;
    left: 0;
    width: 100%;
    /* padding: 15px 0; */
	padding: 8px 0;
}

.text_side h2 a{
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    padding: 0 15px;
	text-decoration:none;
	display: inherit;
}

.text_side h2 a:hover ,
.text_side h2 a:active {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    padding: 0 15px;
	text-decoration:none;
	display: inherit;
}

ul.info_actu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}
.text_side ul.info_actu {
    padding: 0 15px;
}
ul.info_actu > li {
    display: inline-block;
    margin-right: 1px;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;

}

.item_produit ul.info_actu > li {
    color: #858383;
}

.item_produit ul.info_actu {
    padding: 0 15px;
}

.details_actu .item_produit ul.info_actu {
    margin-top: 30px;
}

ul.info_actu > li.red {
    color: #e11923;
}

ul.info_actu > li.sep {
    background: url("../img/sep.jpg") left top no-repeat;
    width: 1px;
    height: 20px;
    vertical-align: middle;
}

.footer {
    padding: 0px 10px 0 10px;
    text-align: left;
}

.top_footer {
    background: #2b0704 url("../img/magro.png") 26px 28px no-repeat;
    padding: 34px 34px 34px 164px;
}

.top_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top_footer ul > li {
    color: #c1b0af;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-shadow: none;
}

.content_page {
    padding: 10px;
    padding-bottom: 0px;
}

.details_actu .content_page {
    padding-top: 0;
}

ul.liste_service {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    background: #f5f5f5;
    border-top: 3px solid #eaeaea;
    position: relative;
}

ul.liste_service:before {
    background: url("../img/fleche_liste_service.jpg") left top no-repeat;
    width: 25px;
    height: 17px;
    content: "";
    z-index: 5;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}

ul.liste_service > li > a {
    border-bottom: 1px solid #d7d7d7;
    text-shadow: none;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-align: left;
    min-height: 88px;
}

ul.liste_service > li:last-child > a {
    border-bottom: 0px solid #d7d7d7;
}

ul.liste_service > li > a h2 {
    color: #670707;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

ul.liste_service > li > a p {
    color: #999;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul.liste_service > li > a .icon_liste {
    float: left;
}

ul.liste_service > li > a .details_item {
    margin-left: 100px;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    border: none;
}

#tabs .ui-listview > li {
    width: 20%;
    float: left;
    background: #f4f4f4;
    line-height: 11px;
}

#tabs.tabs_interne .ui-listview > li {
    background: #fff;
    width: 40%;
}

#tabs .ui-btn-icon-right:after {
    display: none;
}

#tabs .ui-listview-inset .ui-btn,
#tabs .ui-listview-inset .ui-btn:hover {
    border: none !important;
    border-bottom: 3px solid transparent !important;
    text-align: center !important;
    color: #868080;
    font-size: 18px !important;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-top: 5px;
    background: none !important;
    border-radius: 0 !important;
}

#tabs.tabs_interne .ui-listview-inset .ui-btn {
    border-bottom: 6px solid #e4e4e4 !important;
}

#tabs .ui-listview-inset .ui-btn:hover,
#tabs .ui-listview-inset .ui-btn.ui-btn-active {
    color: #670707;
    border-bottom: 3px solid #670707 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

#tabs.tabs_interne .ui-listview-inset .ui-btn:hover,
#tabs.tabs_interne .ui-listview-inset .ui-btn.ui-btn-active {
    border-bottom: 6px solid #670707 !important;
}

.ui-content .ui-listview-inset, .ui-panel-inner > .ui-listview-inset {
    margin: 0;
}

.ui-tabs {
    padding: 0;
}

#tabs {
    border-top: 3px solid #1e0c0c;
    border-radius: 0 !important;
}

#tabs.tabs_interne {
    border-top: 0px solid #1e0c0c;
}

.tablist-content {
    background: #fff;
    clear: both;
}

#tabs.tabs_interne .tablist-content {
    background: #f6f6f6;
    padding: 30px;
    text-align: left;
}

#tabs.tabs_interne .tablist-content p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.wrap_img img {
    width: 100%;
}

.item_produit {
    margin-bottom: 15px;
    padding: 0;
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.item_produit.nouveau_produit {
    position: relative;
}

.item_produit.nouveau_produit::before {
    background: url("../img/etiquette.png") left top no-repeat;
    width: 74px;
    height: 79px;
    content: "";
    z-index: 5;
    position: absolute;
    top: 2em;
    right: 2em;
}

.item_produit .h2 {
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    color: #084aa0 !important;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: left !important;
    display: block;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.item_produit .h2:hover,
.item_produit .h2:active {
    color: #e11923 !important;
}

.details_actu .item_produit .h2,
.details_actu .item_produit .h2:hover,
.details_actu .item_produit .h2:active {
    color: #313234 !important;
    font-size: 20px;
}

.item_produit p {
    font-family: 'Roboto Slab', serif;
    color: #666;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.item_produit div.details {
    color: #313234;
    text-align: left;
    padding: 0 15px;
	font-size: 14px;
    margin-top: 10px !important;
}

.item_produit div.details p {
    color: #313234;
    text-align: left;   
	font-size: 14px;
    margin-top: 10px !important;
}

.item_produit div.details img {
    width: 100%;

}

.item_produit div.details iframe {
    width: 100%;

}
.item_produit .prix {
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    color: #590808;
    font-size: 40px;
    padding: 0;
    margin: 0;
    margin-top: 33px;
}

.item_produit .prix > span {
    color: #666;
    font-size: 30px;
    text-decoration: line-through;
    font-weight: normal;
}

.dispo {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    padding: 18px 15px;
    margin: 20px 0;
}

.dispo span {
    color: #20e653;
}

.ui-page-theme-a .ui-btn.btn_ajout {
    color: #fff;
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    display: inline-block;
    height: 46px;
    line-height: 43px;
    border: 2px solid #670707;
    background: #670707;
    text-decoration: none;
    padding: 0;
    padding-right: 2em;
    padding-left: 2em;
    margin: 0;
    margin-top: 30px;
    border-radius: 0;
    text-shadow: none !important;
    box-shadow: none !important;
}

.ui-page-theme-a .ui-btn.btn_ajout:hover,
.ui-page-theme-a .ui-btn.btn_ajout:active {
    background: #fff;
    color: #670707;
}

.ui-page-theme-a .ui-btn.btn_ajout_2 {
    background: #670707;
    color: #fff;

    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    display: inline-block;
    height: 46px;
    line-height: 43px;
    border: 2px solid #670707;
    text-decoration: none;
    padding: 0;
    padding-right: 2em;
    padding-left: 2em;
    margin: 0;
    margin-top: 30px;
    border-radius: 0;
    text-shadow: none !important;
    box-shadow: none !important;
}

.ui-page-theme-a .ui-btn.btn_ajout_2:hover,
.ui-page-theme-a .ui-btn.btn_ajout_2:active {
    color: #670707;
    background: #fff;
}

.ui-page-theme-a a.btn_retour,
button.btn_retour {
    background: #e11923 !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #e11923 !important;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    display: block;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    padding: 0;
    padding-right: 2em;
    padding-left: 2em;
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 0 !important;;
    text-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
}

.ui-page-theme-a a.btn_retour:hover,
.ui-page-theme-a a.btn_retour:active,
button.btn_retour:hover,
button.btn_retour:active {
    color: #e11923 !important;
    background: #fff !important;
}

ul.liste_details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

ul.liste_details > li {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
}

ul.liste_details > li:last-child {
    border-bottom: 0px solid #ccc;
}

.titre {
    border-top: 3px solid #1e0c0c;
    background: #fff;
    padding: 20px 20px 15px 20px;
    margin-bottom: 5px;
}

.titre.titre_style_2 {
    margin-bottom: 0;
}

.titre h1 {
    color: #670707;
    font-size: 43px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 30px;
}

.titre h1 span {
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.titre h2 {
    color: #670707;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: arial, verdana, helvetica, sans-serif;
    margin-top: 35px;
    text-align: left;
}

.desc_page {
    background: #fff;
    padding: 20px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin: 0;
}

.style_contact {
    background: #f6f6f6;
    padding: 20px;
    padding-bottom: 0;
}

.style_contact label,
.style_contact legend {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    color: #670707;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}

.style_contact input {
    height: 35px;
    min-height: auto;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
}

.style_contact textarea {
    min-height: 175px;
    padding: 15px;
    text-align: left;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
}

.style_contact textarea:focus {
    border: 1px solid #a90909 !important;
}

.obligatoire {
    color: #5b4841;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin: 20px 0;
}

.wrap_btn {
    background: #fff;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.wrap_btn .ui-btn.btn_ajout_2 {
    margin-top: 0 !important;
}

.ui-radio .ui-btn.ui-radio-on:after {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.ui-btn.ui-radio-off:after {
    background: #fff;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.ui-page-theme-a .ui-radio-on:after, html .ui-bar-a .ui-radio-on:after, html .ui-body-a .ui-radio-on:after, html body .ui-group-theme-a .ui-radio-on:after, .ui-btn.ui-radio-on.ui-btn-a:after {
    border-color: #6e6968;
}

.ui-radio .ui-btn {
    border: none !important;
    background: #f6f6f6 !important;
}

.ui-controlgroup-controls .ui-radio {
    display: inline-block;

}

.ui-controlgroup-controls {
    text-align: left;
}

.ui-select .ui-btn {
    height: 35px;
    min-height: auto;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
}

.ui-select .ui-btn:hover {
    background: #fff;
    border: 1px solid #a90909;
}

.ui-icon-carat-d:after {
    background: url("../img/select.png") left top no-repeat;
    width: 12px;
    height: 8px;
    margin-top: -4px;
}

.col_2 {
    clear: both;
}

.ui-block-a {
    padding-right: 10px;
}

.ui-block-b {
    padding-left: 10px;
}

.style_bloc {
    background: #f6f6f6;
    border-top: 5px solid #eaeaea;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 30px;
}

.style_bloc ul.liste_details {
    margin-top: 0;
}

.form_blanc {
    background: #fff;
}

ul.liste_panier {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.liste_panier > li {
    color: #000;
    font-size: 16px;
    font-family: arial, verdana, helvetica, sans-serif;
}

.style_bloc h2 {
    margin-bottom: 10px;
}

.liste_commande {
    border-top: 5px solid #eaeaea;
    margin: 0 -20px;
}

.clear {
    clear: both;
}

.top_item_prod > div,
.bottom_item_prod > div {
    float: left;
}

.top_item_prod .my_col_1 {
    width: 29%;
}

.top_item_prod .my_col_2 {
    width: 49%;
}

.top_item_prod .my_col_3 {
    width: 19%;
}

.bottom_item_prod .my_col_1 {
    width: 20%;
}

.bottom_item_prod .my_col_2 {
    width: 20%;
}

.bottom_item_prod .my_col_3 {
    width: 20%;
}

.bottom_item_prod .my_col_4 {
    width: 40%;
}

.top_item_prod .my_col_1 img {
    width: 100%;
}

.nom_prod {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}

.couleur_prod {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.prix_prod {
    color: #670707;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.btn_sup {
    background: url("../img/corbeille.png") left top no-repeat !important;
    width: 24px !important;
    height: 30px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0;
    outline: none !important;
    font-size: 0;
    display: block;
    border: none;
    margin: 24px auto 0 auto !important;
}

.btn_moin {
    background: #e4e4e4 url("../img/moin.png") center center no-repeat !important;
    width: 100% !important;
    height: 60px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0;
    outline: none !important;
    font-size: 0;
    display: block;
    border: none;
    margin: 0 auto !important;
    color: #868686;
}

.btn_moin:hover,
.btn_moin:active {
    background: #cccccc url("../img/moin.png") center center no-repeat !important;
}

.btn_plus {
    background: #e4e4e4 url("../img/plus.png") center center no-repeat !important;
    width: 100% !important;
    height: 60px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0;
    outline: none !important;
    font-size: 0;
    display: block;
    border: none;
    margin: 0 auto !important;
    color: #868686;
}

.btn_plus:hover,
.btn_plus:active {
    background: #cccccc url("../img/plus.png") center center no-repeat !important;
}

.num_prod {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 30px;
}

.bottom_item_prod .my_col_2 {
    height: 60px;
    line-height: 60px;
}

.bottom_item_prod .my_col_4 {
    background: #f6f6f6;
    height: 60px;
    line-height: 60px;
}

.bottom_item_prod .my_col_4 .prix_prod {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 32px;
}

.bottom_item_prod {
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.top_item_prod {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
}

.top_item_prod > div {
    border-right: 1px solid #e4e4e4;
    overflow: hidden;
    min-height: 184px;
}

.top_item_prod > div:last-child {
    border-right: 0px solid #e4e4e4;
}

.total {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.total span {
    color: #670707;
    font-size: 40px;
}

.form_blanc {
    background: #fff !important;
}

.btn_quantite {
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
}

.btn_quantite .bottom_item_prod .my_col_2 {
    width: 60%;
}

.owl-carousel .owl-item a {
    border: none !important;
    text-align: center !important;
    color: #898989;
    font-size: 12px !important;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    background: none !important;
    border-radius: 0 !important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.owl-carousel .owl-item a.active_item {
    background: #e11923 !important;
    color: #fff;
}

#owl-example {
    background: #fff;
    line-height: 11px;
}

.owl-prev {
    content: "";
    background: url("../img/next_prev.png") left top no-repeat;
    width: 20px;
    height: 32px;
    position: absolute;
    top: 19px;
    left: 5px;
    z-index: 3;
/ / cursor : pointer;
    font-size: 0;
}

.owl-next {
    content: "";
    background: url("../img/next_prev.png") right top no-repeat;
    width: 20px;
    height: 32px;
    position: absolute;
    top: 19px;
    right: 5px;
    z-index: 3;
/ / cursor : pointer;
    font-size: 0;
}

.top_footer {
    background: #fff;
    margin-bottom: 15px;
    padding: 20px 10px;
}

.bottom_footer {
    background: #fff;
    margin-bottom: 15px;
    padding: 20px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.titre_f {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #084aa0;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.titre_f_2 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #084aa0;
    text-align: center;
    font-weight: 300;
}

.liste_radio {
    text-align: center;
    margin-top: 15px;
}

.liste_radio a {
    margin: 10px 5px;
    display: inline-block;
}

.liste_radio img {
    width: 65px;
}

.facebook {
    background: url("../img/reseaux.png") 0 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.twitter {
    background: url("../img/reseaux.png") -40px 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.gmail {

    background: url("../img/reseaux.png") -80px 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.youtube {

    background: url("../img/reseaux.png") -120px 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.rss {
    background: url("../img/reseaux.png") -160px 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}

.facebook:hover,
.facebook:active {
    background: url("../img/reseaux.png") 0 -40px no-repeat;
}

.twitter:hover,
.twitter:active {
    background: url("../img/reseaux.png") -40px -40px no-repeat;
}

.gmail:hover,
.gmail:active {
    background: url("../img/reseaux.png") -80px -40px no-repeat;
}

.youtube:hover,
.youtube:active {
    background: url("../img/reseaux.png") -120px -40px no-repeat;
}

.rss:hover,
.rss:active {
    background: url("../img/reseaux.png") -160px -40px no-repeat;
}

.app_ios {
    background: url("../img/app-store-logo.png") no-repeat;
    background-position: -159px -56px;
    width: 139px;
    height: 50px;
    display: inline-block;
    font-size: 0;
}

.app_android {
    background: url("../img/app-store-logo.png") no-repeat;
    width: 139px;
    height: 50px;
    display: inline-block;
    font-size: 0;
	background-position: 0px -55px;
}

.app_ios:hover,
.app_ios:active {
    background: url("../img/app-store-logo.png") no-repeat;
    background-position: -159px 0px;
    width: 139px;
    height: 50px;
    display: inline-block;
    font-size: 0;
}

.app_android:hover,
.app_android:active {
    background: url("../img/app-store-logo.png") no-repeat;
    width: 139px;
    height: 50px;
    display: inline-block;
    font-size: 0;
	background-position: 0px 0px;
}

.copyright {
    margin-top: 15px;
    padding: 0px;
}

.copyright > div {
    border-top: 1px solid #e8e8e8;
}

.t_copy_1 {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #878585;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.t_copy_2,
.t_copy_2 > a {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #878585 !important;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    margin-top: 15px;
}

.t_copy_2 > a:hover,
.t_copy_2 > a:active {
    color: #084aa0 !important;
    text-decoration: underline;
}

.auteur_text {
    text-align: center;
    margin: 0px auto;
}

.auteur_text span {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    border: 1px solid #858383;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    color: #858383;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.ui-page-theme-a .ui-btn.btn_partage {
    width: 80px;
    text-align: center;
    color: #084aa0;
    display: inline-block;
    font-size: 19px;
    padding: 0;
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    vertical-align: top;
}

.facebook_hover {
    background: url("../img/reseaux.png") 0 -40px no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.twitter_hover {
    background: url("../img/reseaux.png") -40px -40px no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.gplus_hover {
    background: url("../img/reseaux.png") -80px -40px no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.wrap_partage .titre_f {
    text-transform: none;
}

.titre_page {
    background: #fff;
    padding: 10px 15px;
    color: #084aa0;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    text-transform: uppercase;
}

.wrap_img {
    position: relative;
}

.play {
    background: url("../img/play.png") left top no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

.mb_15 {
    margin-bottom: 15px;
}

/***** audio js ******/
.audiojs audio {
    position: absolute;
    left: -1px;
}

.audiojs {
    height: 60px;
    background: #f3f3f3;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    width: 350px;
}

.audiojs .play-pause {
    width: 38px !important;
    height: 38px !important;
    padding: 0px;
    margin: 10px;
    float: left;
    overflow: hidden;
    border-right: none;
}

.audiojs p {
    display: none;
    width: 38px !important;
    height: 38px !important;
    margin: 0px;
    cursor: pointer;
}

.audiojs .play {
    display: block;
}

.audiojs .scrubber {
    position: relative;
    float: left;
    width: 137px;
    background: #c4c3c3;
    height: 20px;
    margin: 20px 5px;
    border: 1px solid #c4c3c3 !important;
    overflow: hidden;
}

.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 0px;
    background: #db4437 !important;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 0px;
    background: #dbd9d9 !important;
}

.audiojs .time {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 19px 10px;
    padding: 0px 2px 0px 4px;
    border-left: none;
    color: #858383;
    font-size: 20px;
    text-shadow: none;
    font-family: 'Roboto Slab', serif;
}

.audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #858383;
    font-style: normal;
}

.audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 5px;
    height: 20px;
    width: 400px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.audiojs .play {
    background: url("../img/audio_play.png") left top no-repeat;
}

.audiojs .loading {
    background: url("../img/audio_play.png") left top no-repeat;
}

.audiojs .error {
    background: url("http://www.jawharafm.net/fr/static/fr/audiojs/player-graphics.gif") -2px -61px no-repeat;
}

.audiojs .pause {
    background: url("../img/audio_pause.png") left top no-repeat;
}

.playing .play, .playing .loading, .playing .error {
    display: none;
}

.playing .pause {
    display: block;
}

.loading .play, .loading .pause, .loading .error {
    display: none;
}

.loading .loading {
    display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
    display: none;
}

.error .error {
    display: block;
}

.error .play-pause p {
    cursor: auto;
}

.error .error-message {
    display: block;
}
/***** /audio js ******/

.link_download {
    margin-left: 15px;
    font-size: 0;
    width: 32px;
    background: url(../img/dowunload.png) left top no-repeat;
    height: 30px;
    display: inline-block;
}
.link_download:hover,
.link_download:active {
    background: url(../img/dowunload.png) left -30px no-repeat;
}
.catchinfo_rs {
    float: none;
    position: relative;
    width: 32px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.catchinfo_rs .link_rs {
    width: 32px;
    background: url(../img/partage.png) left top no-repeat;
    height: 32px;
    display: inline-block;
    font-size: 0;

}
.catchinfo_rs .link_rs:hover,
.catchinfo_rs .link_rs:active {
    background: url(../img/partage.png) left bottom no-repeat;
}
.ouvre_rs {
    position: absolute;
    right: -1px;
    top: 50px;
    width: auto;
    background: #fff;
    border: #ccc solid 1px;
    padding: 10px 10px 5px 10px;
    display: none;
    z-index: 11;
    display: none;
}
.ui-input-search:after,
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
    display: none !important;
}
.ui-page-theme-a .input_recherche .ui-body-inherit {
    padding: 0 !important;
}
.input_recherche input.btn_recheche {
    background: url("../img/loop.png") left top no-repeat;
    width: 28px;
    height: 28px;
    opacity: 1;
    border: none;
    font-size: 0;
    padding: 0;
}
.ui-page-theme-a .input_recherche .ui-btn{
    text-shadow: none;
    background: transparent !important;
    border: none;
    position: absolute;
    box-shadow: none;
    top: 19px;
    right: 10px;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    color: #fff !important;
    opacity: 1;
}
.input_recherche::-webkit-input-placeholder {
    color: #fff !important;
}

.input_recherche:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

.input_recherche::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;
}

.input_recherche:-ms-input-placeholder {
    color: #fff !important;
}
.listItemNoIcon .ui-icon-minus:after {
    display: none;
}
#header #btn_choix_lang_menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
}
.ui-page-theme-a .ui-btn.link_logo_mini {
    background-color: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 80px;
    top: 11px;
    width: 86px;
    height: 49px;
}
.ui-page-theme-a .ui-btn.link_logo_mini img {
    width: 90px;
}
/*
.tube-css .ajs-controls {
    opacity: 1;
    color: #bbbaba;
    height: 80px;
    bottom: 0;
    background: #f3f3f3;
}
.tube-css .ajs-controls > div.ajs-play-control {
    width: 38px;
    height: 38px;
    height: 38px;
    margin: 0;
    background: none;
    top: 0;
    border: 1px solid #bbbaba;
    border-left-color: #bbbaba;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*/

#header ul ul li a.btn_radio {
    margin-right: 10px;
}
#header ul ul li a.btn_radio.ui-btn > img:first-child {
    max-height: 46px;
    max-width: 56px;
    width: 56px;
    height: 46px;
}
#header ul ul li a.btn_radio.ui-btn {
    min-height: 46px;
    padding-left: 0px;
    width: 56px;
    height: 46px;
    margin-right: 4px;
    margin-left: 3px;
    padding: 0;
    margin-top: 10px;
}
.audio-js-box {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding: 0 15px !important;
}
.ui-grid-a ul.info_actu > li {
    margin-right: 2px;
}
.ui-grid-a {
    overflow: visible;
}
.ui-grid-a > .ui-block-b {
    text-align: right;
    padding-top: 6px;
}
.ui-grid-a > .ui-block-a ul.info_actu {
    margin-top: 20px !important;
}

.audio-js-box audio{width:100%;margin-top:35px;}

.video-lay{border:1px solid:#084aa0; margin:15px auto; }

#btn_live_cam, #btn_live_audio {
    padding: 7px 4px;
}

#btn_drop_menu {
    padding: 13px 10px;
    right: 10px;
}
#btn_live_audio {
    right: 40px;
}
#btn_live_cam {
    right: 125px;
}
.ui-page-theme-a .ui-btn.link_logo_mini {
    left: 62px;
    top: 12px;
}

.owl-pagination{display:none !important;}


#listview li.listItemNoIcon .ui-btn-icon-left:after {display:none !important;}