/* HOME PAGE */
.view-display-id-theme_list_citizens .view-content, .view-display-id-theme_list_pros .view-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.view-themes.view-display-id-theme_list_citizens {
  background-color: #FEDFCB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.view-themes.view-display-id-theme_list_pros {
  background-color: #DFF7DD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.view-display-id-theme_list_citizens .views-row, .view-display-id-theme_list_pros .views-row {
  width: 33%;
  padding: 10px 15px;
}

.view-display-id-theme_list_citizens .views-row .row-content, .view-display-id-theme_list_pros .views-row .row-content {
  width: 100%;
  padding: 31px 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(194, 194, 194, 0.14);
  border-radius: 10px;
}

.view-display-id-theme_list_citizens .views-row .row-content:hover, .view-display-id-theme_list_pros .views-row .row-content:hover {
  box-shadow: 0px 0px 30px rgba(194, 194, 194, 0.8);
}

.view-display-id-theme_list_citizens .views-row .row-content .views-field-title, .view-display-id-theme_list_pros .views-row .row-content .views-field-title {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
}

.view-display-id-theme_list_citizens .views-row .row-content .views-field-field-icon img,
.view-display-id-theme_list_pros .views-row .row-content .views-field-field-icon img{
  margin: auto;
  width: 120px;
}
.view-display-id-menu_citizens .menu-citizens {
	background-color: #FEDFCB;
}

/* ALL THEMES PAGE */
.view-display-id-all_themes_citizens .view-content, .view-display-id-all_themes_pros .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-display-id-all_themes_citizens .view-content .views-row, .view-display-id-all_themes_pros .view-content .views-row {
  width: 33%;
  padding: 10px;
}

.view-display-id-all_themes_citizens .view-content .views-row .row-content, .view-display-id-all_themes_pros .view-content .views-row .row-content {
  padding: 20px;
  border-radius: 10px;
  background-color: #FEDFCB;
}

.view-display-id-all_themes_pros .view-content .views-row .row-content {
  background-color: #DFF7DD;
}

.view-display-id-all_themes_citizens .view-content .views-row .views-field-field-icon,
.view-display-id-all_themes_pros .view-content .views-row .views-field-field-icon {
  padding: 30px 0;
  background: #fff;
  border-radius: 10px;
}

.view-display-id-all_themes_citizens .view-content .views-row .views-field-field-icon .field-content img,
.view-display-id-all_themes_pros .view-content .views-row .views-field-field-icon .field-content img {
  width: 120px;
  margin: auto;
}

.view-display-id-all_themes_citizens .view-content .views-row .views-field-title,
.view-display-id-all_themes_pros .view-content .views-row .views-field-title {
  text-align: center;
  margin: 30px 0 10px 0;
}
.view-display-id-all_themes_citizens .view-content .views-row .views-field-title .field-content,
.view-display-id-all_themes_pros .view-content .views-row .views-field-title .field-content {
  font-family: 'Lato';
  font-size: 1.5rem;
  line-height: 35px;
}
.view-display-id-all_themes_citizens .view-content .views-row .views-field-field-description .field-content,
.view-display-id-all_themes_pros .view-content .views-row .views-field-field-description .field-content {
  font-size: 1rem;
  line-height: 22px;
}

.themes-selector-wrapper {
  background-color: #FEDFCB;
  padding-bottom: 15px;
}

.themes-selector-wrapper.pros {
  background-color: #DFF7DD;
}

.themes-selector-wrapper .themes-selector-tools {
  display: flex;
  align-items: center;
}

.themes-selector-wrapper .themes-selector-tools .themes-selector-back {
  background-color: white;
  padding: 8px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 40px;
  cursor: pointer;
}

.themes-selector-wrapper .themes-selector-tools .themes-selector-back img {
  width: 16px;
  height: 14px;
}
.themes-selector-wrapper .themes-selector-tools #themes-selector {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  background: url('../../images/Fleche-small.png') no-repeat right transparent;
  -webkit-appearance: none;
  cursor: pointer;
  padding: .6em 1.4em .5em .8em;
}

.themes-selector-wrapper .themes-selector-tools #themes-selector:active,
.themes-selector-wrapper .themes-selector-tools #themes-selector:focus {
  outline: none;
}
