.ui-autocomplete-loading {
	background: url("../../img/loading-spinner.gif") right center no-repeat;
	background-size: auto 80%;
	background-position: 98%;
}
#container-recherche ::-webkit-input-placeholder {
   text-transform: uppercase;
}

#container-recherche :-moz-placeholder { 
   text-transform: uppercase;
}

#container-recherche ::-moz-placeholder {  
   text-transform: uppercase;
}

#container-recherche :-ms-input-placeholder { 
   text-transform: uppercase;
}
#container-map{
	height: 80vh;
	margin-top: -67px;
	padding-right: 0;
}
#locations-map{
	height: 100%;
	padding-right: 0;
}
#banner-layout{
	position: absolute;
    z-index: 1;
    background-color: #fff;
    display: inline-block;
    padding: 17px;
    margin-top: 4%;
    text-transform: uppercase;
    font-weight: 700;
}
div.map-infos div.infos{
	cursor: pointer
}
div.map-infos div.title-top{
	color: #00a676
}
div.map-infos div.title{
	font-weight: bold;
	margin-top: 5px
}
div.map-infos div.nb-experiences{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px
}
div.map-infos div.tel, div.map-infos div.selection{
	margin-top: 10px
}
div.map-infos a.btn-dispo {
	padding: 5px
}
.gm-style .gm-style-iw-c {
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	max-width: 199px !important;
}
.gm-ui-hover-effect>span {
	background-color: red !important;
}
#container-experience{
	background-color: #e4f7f1;
}
div.experience-element{
	height: 350px;	
	margin-bottom: var(--bs-gutter-x);
}
div.experience-element div.body{
	background-size: cover;
	height: 350px;
	padding: 20px;
	color: #fff
}
div.experience-element div.body div.title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;	
}
div.experience-element div.body div.data{
    font-size: 17px;
}
@media (max-width: 767px) {
	.ms-9 {
		margin-left: 0%;
		margin-bottom: 0%;
	}
	.title-black3 {
    	font-size: 2.2em;
	}
	.col-55 .title-black2 {
		text-align: left !important;
	}
	.col-55 {
		width: 100%;
	}
	#container-recherche-map {
		padding: 0% 10% 0% 10%;
	}
	.col-55 .title-bees {
		text-align: left !important;
	}
	
}

/* Modif Samuel */

.title-bees2 {
	font-family: "terminaregular", sans-serif;
	color: #000000;
	font-size: 50px !important;
}

.text-bees {
	font-family: "Open Sans", sans-serif;
	font-weight: light;
	font-size: 17px;
	line-height: 34px;
	color : #000000;
}

#container-recherche input:required:valid {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  border: 4px solid #00a676;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ffffff;
  height: 60px;
}

#container-recherche input:required:invalid {
  font-family: "Open Sans", sans-serif;
  font-weight: light;
  font-size: 20px;
  text-transform: capitalize;
  color: #717171;
  border: 1px solid #00a676;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ffffff;
  height: 60px;
}

p.title-bees.bold_200.text-uppercase.text-end.lh-2 {
	font-family: "terminaregular", sans-serif;
	font-size: 33px;
}

#submitBtn {
	padding: 17px 24px;
    border: none;
    cursor: pointer;
	color: white !important;
    border-radius: unset;
    font-size: 15px !important;
    display: block;
    text-align: center;
	position: relative;
	top: 33%;
	font-family: 'terminabold', sans-serif;
	box-shadow: 0px 3px 6px #00000029;
}

#submitBtn:disabled {
	background-color: #cecece;
}

#submitBtn:enabled {
	background-color: #00a676;
	color: white;
}

@media (max-width: 1770px) {
	p.title-bees2.text-uppercase.bold_200.ms-9, p.text-bees {
		margin-left: 15%;
	}
	input#submitBtn {
		font-size: 11px !important;
	}
}

@media (max-width: 1400px) {
	p.title-bees2.text-uppercase.bold_200.ms-9, p.text-bees {
		margin-left: 10%;
	}
	input#submitBtn {
		font-size: 11px !important;
	}
p.title-bees2{
	font-size: 40px !important;
}
p.text-bees{
	font-size: 15px !important;
}
}

@media (max-width: 1200px) {
	p.title-bees2.text-uppercase.bold_200.ms-9, p.text-bees {
		margin-left: 5%;
	}
	input#submitBtn {
		font-size: 8px !important;
	}
	#banner-layout {
		display: none;
	}
}

@media (max-width: 1080px) {
	input#submitBtn {
		padding-left: 12px;
	}
}

@media (max-width: 992px) {
	input#submitBtn {
		font-size: 12px !important;
		margin-bottom: 50px;
	}
}

@media (max-width: 600px) {
	p.title-bees2 {
		font-size: 28px !important;
	}
}

@media (max-width: 400px) {
	p.title-bees2 {
		font-size: 23px !important;
	}
	input#location_id_,input#date_debut_,input#date_fin_ {
		font-size: 16px !important;
	}
	input#submitBtn {
		font-size: 10px !important;
	}
}