/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.filter-header{
  color:#E4022E;
  font-size:16px !important;
  font-weight: normal !important;
}

.attribute-group hr{
  display:none;
}
.attribute-group h4{
  margin:0;
}
.price{
  margin:0;
}

.item-section .col-md-6 br{
  display:none;
}

#details-lbl{
  display:inline;
  border-spacing: 20px;
}

#searchform .form-field{
  height: auto;
}

.jbd-container .search-options .view-mode a.active{
  border: 1px solid #E4022E;
}
button.btn.btn-success.search-dir-button{
  background-color: #E4022E;
  border: transparent;
  border-radius: 500px;
}
button.btn.btn-success.search-dir-button:hover, button.btn.btn-success.search-dir-button:active{
    background-color: #332F30;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    border-color: transparent;
}

/* Bug Type content dans une page offre de l'annuaire */
.col-md-6 > .row > .col-md-3 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

/* custom bouton Voir dans la vue grille style1 des offres */
.jbd-container .btn-outline-success {
	border-color: #E4022E;
	border-radius: 1rem;
}

.jbd-container .btn-outline-success:hover {
	background-color: #E4022E;
	border-color: #E4022E;
}

.jbd-container .jitem-card .jitem-body .jitem-desc {
	color: #444444;
}

.jbd-container .jitem-card .jitem-body .jitem-title > * {
	color: #E4022E;
}

/* bloc détail offre pleine largeur */
.jbd-container .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* ANNUAIRE - Masquer la galerie sur la vue détail d'une formation */
.ug-gallery-wrapper {
	display: none;
}

select#attribute_12,
select#attribute_17 {
  text-transform: lowercase;
}

