body {
  padding-top: 0px;
  font-family: Bookman, URW Bookman L, serif;
  min-height: 1000px;
}

.panel-pyta{
  border-color: #B23A48;  
}

.panel-pyta > .panel-heading {
  color: #fff;
  background-color: #B23A48;
  border-color: #ddd;
}

}
.panel-pyta > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-pyta > .panel-heading .badge {
  color: #B23A48;
  background-color: #fff;
}
.panel-pyta > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.left-h2 {
	text-align: left;
}

.left-p {
	text-align: left;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .row h1 {
	text-align: center;
}

.center-img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}

.right-icon{
   display: inline;
   position: absolute;
   right:20px;
   width: 20px;
}

.first-icon{
  right: 45px;
}

.second-icon{
  right: 20px;
}

.titre{
	text-align: center;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

.download .btn{
	margin: 5px;
}

/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #B23A48;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .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);
}

/* custom button */
.btn-pyta {
  color: #fff;
  background-color: #B23A48;
  border-color: #ccc;
}
.btn-pyta:focus,
.btn-pyta.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #B23A48;
}
.btn-pyta:hover {
  color: #333;
  background-color: #e0b0b5;
  border-color: #B23A48;
}
.btn-pyta:active,
.btn-pyta.active,
.open > .dropdown-toggle.btn-pyta {
  color: #333;
  background-color: #e0b0b5;
  border-color: #adadad;
}
.btn-pyta:active:hover,
.btn-pyta.active:hover,
.open > .dropdown-toggle.btn-pyta:hover,
.btn-pyta:active:focus,
.btn-pyta.active:focus,
.open > .dropdown-toggle.btn-pyta:focus,
.btn-pyta:active.focus,
.btn-pyta.active.focus,
.open > .dropdown-toggle.btn-pyta.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-pyta:active,
.btn-pyta.active,
.open > .dropdown-toggle.btn-pyta {
  background-image: none;
}
.btn-pyta.disabled:hover,
.btn-pyta[disabled]:hover,
fieldset[disabled] .btn-pyta:hover,
.btn-pyta.disabled:focus,
.btn-pyta[disabled]:focus,
fieldset[disabled] .btn-pyta:focus,
.btn-pyta.disabled.focus,
.btn-pyta[disabled].focus,
fieldset[disabled] .btn-pyta.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-pyta .badge {
  color: #fff;
  background-color: #333;
}


.deco-title {
  /*background-color: #efd7da;*/
    background-color: #f7ebec;
}

.deco:hover{
  background-color: #f7ebec;
}

.bg-pyta{
  background-color: #B23A48;
  height: 50px;
  width: 100%;
  color: white;
  padding: 10px;
  vertical-align: center;
  text-align: center;
  font-size: 18px;

}

hr{
  background-color: black;
  border-color: black;
  width: 35%;
}