body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
}
.containerr{
	background-color: white;
  border-top: 5px solid #FFA100;
  padding-bottom: 10px;
}
.bouton{
  background: #FFA100;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.bouton:hover {
  background: #C97F00;
  color: #ffffff;
}
.bouton_vert{
  border: 0;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.bouton_tab{
  background: #de4c4c;
  border: 0;
  padding: 3px 6px 5px 6px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.bouton_tab:hover {
  background: #c9302c;
  color: #ffffff;
}
.bouton_tab_mdf{
  background: #337ab7;
  border: 0;
  padding: 3px 6px 5px 6px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.bouton_tab_mdf:hover {
  background: #286090;
  color: #ffffff;
}
.bouton_tab_aff{
  background: #f0ad4e;
  border: 0;
  padding: 3px 6px 5px 6px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.bouton_tab_aff:hover {
  background: #ec971f;
  color: #ffffff;
}
.form input {
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 20px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.form input:focus {
  border: 1px solid #FFA100;
  color: #333333;
}
.row-margin{
  margin-bottom: 20px;
}

/***************** MENU ***************/
.navbar{
	background-color: #FFA100;
}
.nav.navbar-nav.navbar-right li, .nav.navbar-nav.navbar-right li a, .navbar-default .navbar-text {
    color: white;
}
.nav.navbar-nav.navbar-right li a {
    text-decoration: underline;
}

/***************** PAGE LOGIN ***************/
.form-module {
  background: #ffffff;
  border-top: 5px solid #FFA100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.form-module h4 {
  color: #FFA100;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.form-module input {
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 20px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.form-module input:focus {
  border: 1px solid #FFA100;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #FFA100;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0px;
}
.form-module button:hover {
  background: #C97F00;
  color: #ffffff;
}

/***************** TB ***************/

.btn_tb{
	margin: 30px 0;
	background-color: #EFEFEF;
	padding: 30px;
}
.btn_vente{
	background-color: #2BA5EC;
	padding: 15px;
	color: #fff;
	height: 80px;
  padding-top: 20px;
}
.btn_vente:hover{
	background-color: #0083CF;
}
.btn_vente_gris{
	background-color: #969696;
	padding: 15px;
	color: #fff;
}
.btn_vente_gris:hover{
	background-color: #969696;
}
.bottom_vente{
	margin-bottom: 30px;
}
#text_vente{
	width: 70%;
	float: left;
	text-align: center;
  font-size: 1.2em;
}
#icon_vente{
	width: 28%;
	float: left;
	text-align: center;
}

/***************** ACCUEIL ***************/

.container h3 {
  margin: 0 0 20px;
  color: #FFA100;
  font-weight: 400;
  margin-top: 20px;
}
.jq{
  display:none;
}
.client_filtre{
  display: block;
  padding: 10px;
}
.tx_org{
  background-color: #FFDA9C;
}
.tx_org a{
  color: #ffffff;
}
.tx_org a:hover{
  background-color: #FFDA9C
}
.tx_rouge{
  background-color: #FF8989;
}
.tx_rouge a{
  color: #ffffff;
}
.tx_rouge a:hover{
  background-color: #FF8989
}
.tr_com_det{
  background-color:#7F7F7F;
  color:#FFF;
}
.rupture_rouge{
  background-color: #FF8989;
}
.rupture_orange{
  background-color: #FFDA9C;
}

/*********RADIO**********/
.container_radio {
    display: block;
    position: relative;
    float: left;
    padding-left: 35px;
    margin: 20px 20px 20px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26px;
    font-size: 1.2em;
    font-weight: 400;
}
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #D5D5D5;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_radio input:checked ~ .checkmark:after {
    display: block;
}
.container_radio .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*********COMMANDE DETAIL MODIF**********/
.fancy-collapse-panel .panel-default > .panel-heading-exterieur {
padding: 0;

}
.fancy-collapse-panel .panel-heading-exterieur a {
padding: 16px 35px 16px 15px;
display: inline-block;
width: 100%;
background-color: #fff;
border-top: 5px solid #FFA100;
color: #666666;
position: relative;
text-decoration: none;
text-align: center;
}
.fancy-collapse-panel .panel-heading-exterieur a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading-exterieur a.collapsed:after {
content: "\f196";
}
/***/
.fancy-collapse-panel .panel-default > .panel-heading-interieur {
padding: 0;

}
.fancy-collapse-panel .panel-heading-interieur a {
padding: 10px 35px 16px 9px;
display: inline-block;
width: 100%;
background-color: #aacc66;
color: #2D2D2D;
position: relative;
text-decoration: none;
text-align: center;
}
.fancy-collapse-panel .panel-heading-interieur a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading-interieur a.collapsed:after {
content: "\f196";
}
.padd{
  padding: 10px 0;
}
.tab_com{
  width:96%;
  }
.tab_com td{  
  padding:5px;
  border-bottom:1px solid #B5B5B5;
  text-align:center;
  }
.tr_com_det{
  background-color:#7F7F7F;
  height:20px;
  line-height:30px;
  color:#FFF;
  }
.centered{
  display: inline-block;
}
.nbr_prod{
  margin-right: 10px;
  background-color: #FFA100;
  padding: 1px 5px;
  color : #fff;
}
.nbr_vide{
  display: none;
}
.mdf_prod{
  margin-right: 10px;
  background-color: #1194E0;
  padding: 1px 5px;
  color : #fff;
}
.mdf_vide{
  display: none;
}
.mdf_gam{
  color: white;
  background-color: #1194E0;
  padding: 1px 5px;
  margin-left: 10px;
}
.nbr_gam{
  color: black;
  margin-right: 10px;
  background-color: white;
  padding: 1px 5px;
}
.ggamme{
  padding-left: -15px;
}
.fab{
  color: #FF6A00;
}
.hors_catalogue{
  color: #1e9dff;
}
.gras{
  font-weight: bold;
}
.tb_commande td{
  text-align: center;
}
.tb_commande{
  color: #474747;
}
.tb_inp{
  text-align:center; 
  font-size: 1.2em;
}
.qte a{
  color:#009FF1;
  font-weight:bold;
  text-decoration: underline;
  }
.td_det{
  min-width: 70px;
}
/*********COMMANDE DETAIL**********/
.marque_det{
  background-color: #ffe4b5;
}
.prod_det{
  background-color: #bae6ff;
}
.td_mtt_txt{
  text-align:right;
  color:#FFA100;
  font-size:1.2em;
  }
.td_mtt{
  color:#FFA100;
  font-size:1.3em;
  }

/*********COMMANDE DETAIL**********/
  .com_recap{
  color: #F29500;
  line-height: 20px;
}
.panier {
  cursor: pointer;
  border: 0;
  padding: 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size:1.3em;
  position: fixed;
  text-decoration: none;
  background-color: #1194E0;
  margin-top: -20px;
  }

/*********VISITE**********/
  .element-form {
    margin-right:20px;
}

/*********VISITE**********/
.lbl {
  padding: 10px;
  border-radius: 0px;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: 400;
}
#ca_tb{
  margin: 20px 0; 
  border: 1px solid #7D7D7D;
  padding: 20px 30px;
  background-color: #F9F9F9;
  color: #585858;
  font-weight: bold;
  text-align: center;
}

/*********Contact**********/
div.dt-buttons{
position:relative;
float:right;
}