﻿product-selection-family-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
product-selection-family-view .SmartPageHtml {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-image: url('../../../img/Acceuil/bandeau_piscine_et_motif@2x.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  background-color: white;
}
product-selection-family-view .SmartPageHtml .panel-image-map {
  justify-content: center;
  align-items: center;
}
product-selection-family-view .SmartPageHtml .introduction {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 212px;
  width: 330px;
  padding-bottom: 20px;
}
product-selection-family-view .SmartPageHtml .introduction > .title {
  font: normal normal 300 28px/30px Gilroy;
}
product-selection-family-view .SmartPageHtml .introduction .content {
  font: normal normal normal 14px/18px Gilroy;
}
product-selection-family-view .SmartPageHtml .modal-dialog {
  width: 80%;
}
product-selection-family-view .SmartPageHtml .modal-dialog .Filtre {
  flex-direction: row;
  align-items: center;
}
product-selection-family-view .SmartPageHtml .modal-dialog .Filtre .InputText {
  width: 250px;
}
product-selection-family-view .SmartPageHtml .modal-dialog .Filtre .btn.ButtonClass.SearchClass {
  width: auto;
}
product-selection-family-view .SmartPageHtml .modal-dialog .Filtre .panel-modal-action {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
}
product-selection-family-view .SmartPageHtml .modal-dialog .Filtre .panel-modal-action > smart-button .btn.ButtonClass {
  border: 1px solid #3C3C3C;
  min-width: 200px;
}
product-selection-family-view .SmartPageHtml .modal-dialog .modal-body > smart-table > smart-pagination {
  display: none;
}
product-selection-family-view .SmartPageHtml .modal-dialog .modal-body .smart-pagination {
  align-items: center;
  justify-content: center;
  display: flex;
}
product-selection-family-view .SmartPageHtml .modal-dialog .modal-footer .panel-modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
product-selection-family-view .SmartPageHtml .modal-dialog .modal-footer .panel-modal-footer > smart-button .btn.ButtonClass {
  border: 1px solid #3C3C3C;
  margin: 1rem;
}