/*** CSS dédié aux listes de prestataires ***/
@media (min-width: 1250px) {
  .prestataires-container {
    display: grid;
    justify-items: stretch;
    grid-gap: 1rem;
    grid-template-columns: 5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "list side";
  }
}
@media (max-width: 1250px) {
  .prestataires-container {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
  }
}
.right-column {
  grid-area: side;
}
.right-column h3 {
  font-family: HelveticaNeueCondensed;
  color: #535351;
  letter-spacing: -0.2px;
}
.right-column h3 small {
  text-transform: uppercase;
}
.right-column .secteurs-links a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #db2220;
  text-decoration: none;
  color: white;
  font-family: HelveticaNeueCondensed, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.right-column .secteurs-links a img {
  /* height: 25px; */
  width: 25px;
  margin-right: 5px;
}
.right-column .input-side {
  padding: 16px 6% 10px 6%;
  height: 70px;
  text-align: center;
  color: white;
  background-color: #db2220;
  width: 100%;
  margin-bottom: 10px;
}
.right-column .input-side input[type=text],
.right-column .input-side input[type=email] {
  margin-bottom: 6px;
  width: 82%;
  display: inline-block;
  height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: black;
  font-style: italic;
}
.right-column .input-side input[type=submit] {
  width: 25px;
  height: 24px;
  color: #db2220;
  vertical-align: top;
}
.right-column .input-side label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: auto;
}
.right-column .input-side label img {
  height: 12px;
}
.right-column #formulaire-contact {
  margin-bottom: 10px;
}
.prestataires {
  grid-area: list;
  padding: 1rem;
}
.prestataires header {
  grid-area: header;
}
.prestataires header .fc-pagetitle {
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  background-color: inherit;
}
.prestataires header .fc-pagetitle small {
  display: inline-block;
  font-size: 2rem;
}
.prestataires header .filtres {
  margin: auto 2rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.prestataires header .filtres label {
  font-weight: unset;
  max-width: unset;
  display: unset;
  margin: unset;
}
.prestataires header .filtres button {
  outline: none;
  background-color: white;
  font-family: HelveticaNeueBold;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  padding: 0.6rem 1rem;
  border-style: solid;
  margin: 4px 5px 4px 5px;
  transition: all 200ms cubic-bezier(0.05, -1.5, 0.95, 2.5);
}
.prestataires header .filtres button.unpressed:active,
.prestataires header .filtres button.pressed:active {
  box-shadow: none;
  margin: 6px 5px 2px 5px;
}
.prestataires header .filtres button.unpressed {
  color: #444444;
  border-color: #444444;
  box-shadow: 2px 2px 0px #444444;
}
.prestataires header .filtres button.pressed {
  color: #db2220;
  border-color: #db2220;
  box-shadow: 2px 2px 0px #db2220;
}
.prestataires .no_prestataires {
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
  padding: 1.5rem;
  transition: all 200ms ease-in;
}
.prestataires article {
  margin: 1rem;
  padding: 1rem 2rem;
  /* border: thin solid #444444; */
  display: grid;
  align-items: center;
  justify-items: stretch;
  /* transition: all 200ms ease-in; */
  box-shadow: 0px 0px 9px -4px #444444b8;
  transition: box-shadow 50ms ease-in;
  position: relative;
  /*&::after {
			content: '';
			position: absolute;
			justify-self: center;
			border-bottom: 1px solid #444444;
			bottom: -5px;
			width: 40%;
		} */
}
.prestataires article:focus {
  /* box-shadow: 8px 7px 0px -2px #1d4aa6; */
  box-shadow: 3px 4px 11px -2px #4444;
}
.prestataires article:hover {
  /* box-shadow: 8px 7px 0px -2px #1d4aa6; */
  box-shadow: 3px 4px 11px -2px #444444b8;
  transition: all 0.3s ease-out;
}
.prestataires article .logo {
  text-align: center;
  display: block;
  grid-area: logo;
  align-self: center;
  justify-self: center;
}
.prestataires article .logo img {
  max-width: 150px;
  max-height: 120px;
}
.prestataires article img.logo {
  max-width: 150px;
  max-height: 120px;
}
.prestataires article img.logo.nologo {
  max-width: 70px;
  cursor: help;
}
.prestataires article .adresse {
  grid-area: adresse;
  margin-bottom: 0;
}
.prestataires article .adresse ul {
  list-style: none;
  padding-left: 0px;
}
.prestataires article .adresse ul li {
  user-select: all;
}
.prestataires article h4 {
  font-family: HelveticaNeueBold;
  font-weight: normal;
  text-align: center;
  margin: 0.8rem 0 0 0;
  color: #444444;
  grid-area: header;
}
.prestataires article .services {
  grid-area: services;
  justify-self: center;
}
.prestataires article .services span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.prestataires article .services ul {
  padding: 0;
  list-style-position: inside;
  margin: 0 0 0 0.5rem;
}
.prestataires article .services.two-columns ul {
  column-count: 2;
}
.prestataires article .services.three-columns ul {
  column-count: 3;
}
.prestataires article .controls {
  display: flex;
  text-align: center;
  grid-area: controls;
}
.prestataires article .controls a,
.prestataires article .controls span {
  border-style: solid;
  border-width: thin;
  border-radius: 3px;
  padding: 0.3rem 0.8rem;
  background-color: white;
  line-height: 2rem;
  text-decoration: none;
  font-family: helveticaNeueBold;
  font-size: 1.1rem;
  transition: all 300ms ease-out;
}
.prestataires article .controls a.lien-fiche,
.prestataires article .controls span.lien-fiche {
  color: #db2220;
  border-color: #db2220;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}
.prestataires article .controls a.lien-fiche:hover,
.prestataires article .controls span.lien-fiche:hover {
  color: white;
  background-color: #db2220;
  border: thin solid white;
}
.prestataires article .controls a.site-prestataire,
.prestataires article .controls span.site-prestataire {
  color: black;
  border-color: #444444;
}
.prestataires article .controls a.site-prestataire:hover,
.prestataires article .controls span.site-prestataire:hover {
  background-color: #4444;
  border: thin solid white;
}
.prestataires article .controls a.disabled,
.prestataires article .controls span.disabled,
.prestataires article .controls a.disabled:hover,
.prestataires article .controls span.disabled:hover {
  border-color: #4444;
  color: #4444;
  background-color: white;
  /* pointer-events: none; */
  cursor: help;
}
#filtre_code_postal {
  border: 2px solid #444444;
  line-height: 1.5rem;
  padding: 0.6rem 1rem;
  text-align: center;
  font-family: monospace;
  border-radius: 6px;
  /* box-shadow: 12px; */
}
#filtre_code_postal:focus {
  outline: none;
}
#filtre_code_postal:not(:placeholder-shown) {
  border-color: #db2220;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .prestataires article {
    height: 140px;
    grid-template-columns: 20% 1fr 3fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "logo	header	header		controls" "logo	adresse	services	controls";
  }
  .prestataires .controls {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .prestataires article.annonceur {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "logo		logo" "adresse	services" "controls	controls";
  }
  .prestataires article.annonceur h4 {
    display: none;
  }
  .prestataires article.prestataire_simple {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "header		header" "adresse	services" "controls	controls";
  }
  .prestataires article.prestataire_simple .logo {
    display: none;
  }
  .prestataires article .controls {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
  .prestataires article .logo {
    pointer-events: none;
  }
  .prestataires article .services.three-columns ul {
    column-count: 2;
  }
}
/* experimental pour liste_prestataires-2 */
.prestataires.grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "header	header	header	header" "liste	liste	liste	filtres";
}
.liste {
  grid-area: liste;
}
.prestataires.grid .filtres {
  grid-area: filtres;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.prestataires.grid button {
  width: 90%;
}
