﻿
.pic_information {
	display: none;
}

.page_body--content--detail {
	width: 100%;
}


/* === OPTIONS === */

.page_body--content--options {
	width: auto;
	margin-top: 2px;
}

.page_body--content--options--item {
	float: left;
	margin-right: 20px;
}


/* === FILTRES === */

.select_filtre--item {
	white-space: nowrap
}

div.select_filtre.select_filtre_client {
	width: 300px;
}

div.rddlPopup li span {
	display: inline-block;
	width: 100%;
}

div.rddlPopup li span:nth-child(1) {
	font-size: 0.9em;
}

div.rddlPopup li span:nth-child(2) {
	font-size: 0.82em;
}


/* === ACTIONS === */

.page_body--content--actions {
	width: 100%;
	float: right;
    margin: 20px 0;
}


/* === AFFICHAGE === */

.page_body--content--affichage {
	padding-top: 8px;
}

.page_body--content--grille > ul > li {
	border-left-style: solid;
	border-left-width: 1px;
}

.page_body--content--grille > ul > li:first-child {
	border: none;
}

.page_body--content--detail h2 {
	font-size: 1.4em;
	height: 36px;
	display: list-item;
	list-style: square;
}

.lv_rayon_grid--empty_data, .lv_rayon_grid--empty_data {
	margin-bottom: 20px;
}

.page_body--content--detail > ul > li:not(:first-child) {
	margin-top: 40px;
}


/*--- Affichage Grille ---*/
/*------------------------*/

 
.page_body--content--grille > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.page_body--content--grille > ul > li {
	display: table-cell;
	padding-left: 30px;
	padding-right: 30px;
}

.page_body--content--grille .lv_rayon_grid--group {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

.page_body--content--grille .lv_rayon_grid--group fieldset {
	border: 0 none;
}

.page_body--content--grille .lv_rayon_grid--group fieldset legend {
	padding-right: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	/*font-size: 1.1em;*/
	/*border-bottom: 1px solid #ffffff;*/
}

.page_body--content--grille .lv_rayon_grid--item {
	float: left;
	width: 260px;
	height: auto;
	margin: 6px 6px;
	padding-bottom: 4px;
	border-radius: 10px;
	border: 0.5px solid #cccccc;
	
}

.page_body--content--grille .lv_rayon_grid--item--titre {
	margin-bottom: 7px;
	border-radius: 4px 4px 0 0;
	background-color: #2eaadd; /* admin */
	color: #ffffff; /* admin */
}

.page_body--content--grille .lv_rayon_grid--item--titre span {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 200px;
	line-height: 20px;
	max-height: 20px;
	font-weight: bold;
}

.page_body--content--grille .lv_rayon_grid--item--titre input {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    display: inline-block;
    width: 200px;
    line-height: 20px;
    max-height: 20px;
    font-weight: bold;
    margin-left: -3px;
    background-color: transparent;
    border: none;
}

.page_body--content--grille .lv_rayon_grid--item--titre input[disabled] {
    color: #ffffff;
}

.page_body--content--grille .lv_rayon_grid--item--text {
	padding-left: 12px;
	line-height: 22px;
}

.page_body--content--grille .lv_rayon_grid--item--text label {
	font-weight: bold;
}

.page_body--content--grille .lv_rayon_grid--item .rmSlide {
    left: auto !important;
    right: -6px !important;
}


/*--- Affichage Liste ---*/
/*-----------------------*/

.page_body--titre2 {
	margin-top: 20px;
}

.liste_article {
	margin-bottom: 40px;
}

.page_body--content--detail {
	display: block;
}

.page_body--content--detail .td_adresse {
	font-size: 0.9em;
}


/*--- Menu Rayon ---*/
/*------------------*/

div.RadMenu {
	float: right;
}

div.RadMenu .rmLink img {
	width: 24px;
	height: 24px;
	background: url(../img/menu_button_24.png) no-repeat center;
}

div.RadMenu .rmRootGroup a.rmImageOnly {
	margin: 3px 5px 0 5px;
}

div.RadMenu_Default .rmLevel1 {
	background-color: #fff;
	border: solid 1px #d9d9d9;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0px 6px 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
}

div.RadMenu_Default .rmLevel1 .rmItem {
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	margin: 0;
}

div.RadMenu_Default .rmLevel1 .rmItem a:hover {
/*	text-decoration: underline;*/
}

div.RadMenu .rmSlide .rmLevel1 .rmItem .rmText {
    margin: 0;
    padding-left: 0;
}



.menu_item > span::before {
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    font-size: 24px;
    opacity: 0.4;
}

.menu_item > span:hover::before {
    opacity: 1;
    transition-duration: 0.5s;
}

.menu_item:hover {
    text-decoration: none !important;
}

.menu_item--ouvrir > span::before {
    font-family: Awesome-solid;
    content: "\f002";
}

.menu_item--supprimer > span::before {
    font-family: Awesome-regular;
    content: "\f2ed";
}




.td_action--button > span::before {
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    font-size: 24px;
    opacity: 0.4;
}

.td_action--button > span:hover::before {
    opacity: 1;
    transition-duration: 0.5s;
}

.td_action--button:hover {
    text-decoration: none;
}


.td_action--button_ouvrir > span::before {
    font-family: Awesome-solid;
    content: "\f002";
}

.td_action--button_supprimer > span::before {
    font-family: Awesome-regular;
    content: "\f2ed";
}


/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 640px) {

    .page_body--content--affichage {
        display: none;
    }

    .page_body--content--actions {
        float: none;
        text-align: center;
    }

    .page_body--content--grille .lv_rayon_grid--item {
        clear: both;
        float: none;
        margin: 20px auto;
    }

}
