#container-header-recherche
{
    width: 100%;
    padding-top: 7%;
}
#titre-recherche > h4
{
    color: #fff;
    background-color: #00283AFF;
    margin: 0 0 3% 5%;
    width: 30%;
    padding: 1%;
    font-family: Plus Jakarta Sans, sans-serif !important;
}
#container-header-recherche > p
{
    color: #00283AFF;
    font-size: 1rem;
    text-align: justify;
    align-items: center;
    margin-left: 10%;
    font-family: Plus Jakarta Sans, sans-serif !important;
}

/*Recherche*/
#no-result, #fieldregionacc
{
    display: flex;
}
#fieldadresseacc
{
	width: 80%;
	height: auto;
    margin: 0 10%;
    padding: 3% 0;
}
#no-result
{
	width: 80%;
	height: auto;
    margin: 0 10%;
    padding: 0;
}

#fieldregionacc
{
    width: 25rem;
    height: 100%;
    margin: 0 1rem;
    position: relative;
}

#adresse-acc, #region-acc
{
	margin: 0 !important;
	border: solid #000 1px;
    border-radius: 0.5rem;
	outline: none;
	padding: 0.5rem;
}
#fieldregionacc > label
{
    width: 30%;
}

#basic-addon3 {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
#basic-addon3 > img
{
    width: 50%;
}

#bouton-prod, #bouton-conso
{
    font-family: Plus Jakarta Sans, sans-serif !important;
    color: #00283AFF;
    font-size: 1rem;
    background-color: #cacaca;
    border: solid 1px #e9e9e9;
    border-radius: 1.5rem;
    margin: 0 3%;
}
#bouton-reini
{
    width: 20%;
    background-color: #fff;
    border: #fff;
}
#bouton-reini > img
{
    width: 50%;
}

#bouton-prod:hover,
#bouton-prod.clique
{
    background-color: #fed659;
    border: solid 1px #ffe391;
}
#bouton-conso:hover,
#bouton-conso.clique
{
    background-color: #ffae57;
    border: solid 1px #ffcf9c;
}

#bouton_conso_prod
{
    margin: 0 1%;
}
.region-acc {
    width: 15rem;
    height: 100%;
    margin: 0 20%;
    position: relative;
}
.searchbar-region {
    font-size: 1.2rem;
    width: 15rem;
    height: 5rem;
    border: none;
    outline: none;
    border-radius: 10rem;
    padding: 2rem;
    transition: all 0.1s;
    transition-delay: 0.1s;
    border-color: #fff !important;
    line-height: #fff !important;
}

.searchbar-region:hover {
    width: 27rem;
    height: 6rem;
    border-color: #fff !important;
}
.searchbar-region:focus,
.searchbar-region:active
{
    outline-offset: 0 !important;
    outline: 1px dotted #fff !important;
    border-color: #fff !important;
}
.btn-region {
    height: 1.5rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    transition: all 0.1s;
    transition-delay: 0.1s;
}
.btn-region:hover {
    cursor: pointer;
}
.searchbar-region:hover + .btn-region {
    height: 2.5rem;
    top: 1.8rem;
    right: 0;
    border-color: #fff !important;
}
.searchbar-region::placeholder {
    opacity: 0.3;
}
input {
  overflow: hidden !important;
}

#no-result > p
{
    margin: 1% 5%;
    align-items: center;
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 0.8rem;
    color: #00283AFF;
    width: 100%;
}
.inscrire-acc, .inscrire-acc:focus, .inscrire-acc:active {
  outline: dashed #fff;
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: #00283AFF;
  text-underline-offset: none;
  text-decoration-skip-ink: none;
  margin: 0 1%;
  padding: 1rem 0.5rem;
  width: 25%;
  border-radius: .5rem;
  text-align: center;
  align-items: center;
}
#recherche, #bouton_conso_prod
{
    display: flex;
}

#maj-conso > p
{
    margin: 1% 30%;
    align-items: center;
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 0.8rem;
    color: #ffae57;
    width: 50%;  
}

/*MAP*/
#container-map-acc
{
    margin: 1% 20%;
}
#details-map-acc
{
    border: #fed659 solid 3px;
    border-radius: 0.5rem;
}
#regionacc
{
    margin: 0 20%;
}

#prod > a > img
{
    border-radius: 25px !important;
    width: 15vw !important;
    height: 25vh !important;
    margin: 0 !important;
    object-fit: cover;
}
#liste-prod > div > div > h4,
.txt-refs-sunpv > h5
{
    max-width: 100%;
    width: 50vw;
    margin: 0;
    text-align: center !important;
    font-family: Plus Jakarta Sans, sans-serif !important;
}
#liste-prod > div > div > h4
{
    color: #00283AFF;
    font-size: 1.2rem;
    font-family: Plus Jakarta Sans, sans-serif !important;
}
.txt-refs-sunpv > h5
{
    color: #cacaca !important;
    font-size: 1rem !important;
    font-family: Plus Jakarta Sans, sans-serif !important;
}

#liste-prod > div
{
    width: 15vw;
    margin: 0 4% 3% 4%;
}
#liste-prod > div > div > h3
{
    color: #cacaca !important;
    font-size: 1rem !important;
    font-family: Plus Jakarta Sans, sans-serif !important;
}
#liste-prod
{
    display: flex;
	flex-wrap: wrap;
    margin: 1% 20%;
}

.gm-style-iw-chr
{
    display: none;
}
.gm-style-iw
{
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}

#btn-infos > a
{
    background-color: #fed659;
    color: #fff; 
    font-weight: 600; 
	cursor: pointer;
    padding: 1%;
}
#btn-infos
{
    border-radius: 0.5rem;
    margin: 5% 15%;
    padding: 1%;
}