/*------------- page ----------------*/
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.56;
	text-decoration: none;
	background-color: #000;
}

#conteneur {
	max-width: 900px;
    margin: 0 auto;
    padding: 0px;
	width:100%;
}

.message {
    margin-bottom: 10px;
}

.orange{
    color: #ff6600;
}

h1, h2 {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.categorie {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

#categoryForm {
	display: none;
}

#clearCategories, .more-info-btn, #rechercher {
    background-color: #d9534f;
    border: none;
    color: white;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#clearCategories:hover, .more-info-btn:hover, #rechercher:hover {
    background-color: #c9302c;
}

#clearCategories:focus, , .more-info-btn:focus, #rechercher:focus {
    outline: none;
}

.recherche {
    text-align: center;
    padding: 20px;
}

#departement-select {
    width: 100%;
    max-width: 400px;
    padding: 12px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#departement-select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

#departement-select option {
    padding: 12px;
    font-size: 16px;
}

#relais{
	min-width: 350px;
}

#relais img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeIn 1s forwards;
}

#relais img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



#optionForm img {
    max-width: 100%;
}

a {
	color: #00aeef;
	text-decoration: none;
}


input[type="text"]:not(.form-control) {
	display: block;
	max-width: 30px;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

 #info{

}

.info, .more-info-content {
	list-style-type: none;
	overflow: hidden;
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 7px;
	margin: 10px 3px 0 0;
	background: #fff;
	color: #000;
}

.liste-entete{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
	
.cat-list-row0, .info.odd{
background: #fff;
}

.cat-list-row1, .info.even {
background: #f5f5f5;
}

.list-image {
	width: 150px;
	margin-right: 10px;
}

.gmapfp-thumbnail{
	max-width: 150px;
	max-height: 250px;
}

.titre{
	color: #00aeef;
	margin: 10px 0 0 0;
}


.liste_icone img {
	display: inline;
	margin-right: 5px;
}

.list-texte {
	width: calc(100% - 170px);
	color: #000;
}

.list-texte p{
	margin: 0;
}

.item-image{
	margin: 0;
}

/*------------ fiche ---------------------*/
.titre_fiche{
	font-family: Josefin Sans, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #4CAF50;
}

.titre_fiche span {
	color: #8d8d8d;
	font-size: 25px;
}

.intro{
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top; 
}

.intro_img {
	width: 350px;
	background: #f5f5f5;
	padding-top: 25px;
}
.intro_img img {
	min-width: 350px;
	max-height: inherit;
}

.intro_adresse{
	min-width: 350px;
	width: 33%;
	background: #f5f5f5;
    border-color:#555 #666 #666 #555 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.intro_picto{
	min-width: 350px;
	width: 33%;
	background: #f5f5f5;
    border-color:#555 #666 #666 #555 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.com-gmapfp-item {
	padding: 25px;
}


.intro_adresse dt, .intro_adresse dd{
	display: inline-block;
}

.intro_adresse dl{
	margin-bottom: 5px;
}

.icone_patron img{
	display: inline;
}

.jicons-icons img {
	vertical-align: middle;
	display: inline;
	margin-right: 10px;
}


.ouvert{
	color: green;
}

.ferme{
	color: red;
}

.resa{
	color: orange;
}

.gmapfp_icone {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;
	align-items: center;
}

.relais_icone{
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
}

.picto {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.picto img {
	margin-right: 8px;
	width: 40px;
	cursor: pointer;
	background: #f5f5f5;
}

.picto .hp img, .picto .carte img {
	width: 54px;
	cursor: pointer;
	background: #f5f5f5;
}

.picto img:hover{
	background: #eeff37; 
}


.custom-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px;
  max-width: 200px;
  text-align: center;
  z-index: 9999;
}

.hits{
	width: 100%;
}

.offre {
	min-width: 350px;
	padding-top: 42px;
	background: url("https://relais-motards.com/images/menu/info-motard.png") no-repeat scroll top left;
	margin-top: 15px;
}

.offre > div {
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	background: #fff;
}

#galerie .sigFreeContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.com-gmapfp-item__body{
	max-width: 1900px;
	min-width: 350px;
	margin: 10px auto;
	border: 4px solid #e9f5f4;
	border-radius: 10px;
	padding: 10px 10px 20px;
}

.biw {
	text-align: center;
	margin: 25px 0;
}

.com-gmapfp-item__body h2, .bloc h2 {
	padding: 8px 15px;
	letter-spacing: 0.5px;
	background: rgb(243, 234, 79, 0.6);
	color: #403e6d;
	border-color: #403e6d;
	margin: 26px 0 30px 0;
}

#sp-footer a {
	color: #000!important;
}

.text {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
}

.avis, .show-avis-btn{
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 14px;
	background: aquamarine;
	vertical-align: top;
}

.resultat .avis, .dernier-avis{
	color: #000;
}

.less-avis-btn{
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	font-size: 14px;
	background: aquamarine;
	vertical-align: top
}

.avis-content{
	width: 100%;
}

.avis-content .commentaire {
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 14px;
	background:#f9f9f9;
	vertical-align: top;
	margin-bottom: 15px;
}

.offre_divers {
	padding: 30px 5px 0 5px;
	background: url("../image/info-motard-appli.png") no-repeat scroll top left;
	margin: 5px 0 10px;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;

}

.offre_divers p, .text p {
	line-height: 16px;
	margin: 7px;
}

.less-info-btn {
    background-color: #45a049;
    border: none;
    color: white;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.liste_icone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; /* espace entre les icônes */
    padding: 10px 0;
}

.liste_avis {
    display: flex;
    flex-wrap: wrap;
	justify-content: start;
    gap: 8px; /* espace entre les icônes */
    padding: 10px 0;
}

.liste_icone img {
    width: 28px;
    height: auto;
}


/*------------------ avis -----------------*/
#bouton-avis, #toggleButton, #comments-form-send, #comments-form-reset {
  background-color: #4CAF50!important;
  color: white; 
  padding: 10px 20px!important;
  border: none; 
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px; 
margin-bottom: 25px;  
}

#bouton-avis:hover, #toggleButton:hover, #comments-form-send:hover, #comments-form-reset:hover {
  background-color: #45a049;
  
}

#jc .h6:first-child {
  font-size: 0;
}

#jc .h6 a, .comments-list-header .h6 {
	font-size: 25px !important;
	margin: 15px 0;
}

#formulaire{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#comments-form, #condition{
	width: 49%;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	background: #fff;
}

#comments-form-link{
	background: #f2f2f2;
}

#avis.bloc{
	background: #fcfcfc;
}

#comments-form-link .showform {
	display: inline-block;
	text-decoration: none;
	height: auto;
	line-height: 22px;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
	border: 1px solid;
	border-color:#555 #666 #666 #555 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow : 2px 2px 4px #333;
	-webkit-box-shadow : 2px 2px 4px #333;
	box-shadow : 2px 2px 4px #333;
	margin: 25px 0;
	background: #187CB7;
	color: #fff;
}

#jc #nav-bottom span, #jc #nav-top span {
	height: auto; 
}

#comments-form textarea {
	min-width: 250px !important;
	min-height: 150px!important;
	padding: 8px!important;
	resize: vertical;
	margin: 25px 0 auto;
}

#comments-form input {
	margin-bottom: 15px;
	height: 35px;
}

#comments-form .btn div {
	margin: 0;
	float: none;
	background: inherit;
	padding: 0;
}


.avis a {
	text-decoration: none;
	height: auto;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	border: 1px solid;
	border-color:#555 #666 #666 #555 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow : 2px 2px 4px #333;
	-webkit-box-shadow : 2px 2px 4px #333;
	box-shadow : 2px 2px 4px #333;
	margin: 25px 0;
	background: #187CB7;
	color: #fff;
	display: inline-block;
}

#comments-form .btn a {
	text-decoration: none;
	height: auto;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	border: 1px solid;
	border-color:#555 #666 #666 #555 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow : 2px 2px 4px #333;
	-webkit-box-shadow : 2px 2px 4px #333;
	box-shadow : 2px 2px 4px #333;
	margin: 25px 0;
	background: #187CB7;
	color: #fff;
}

#form {
  display: none;
}

a.disabled {
  display: none;
  visibility: hidden;
}


.image-commentaire {
  height: auto!important;
  width: 250px!important;
}

.avis_reseaux li div {
	border: 0 !important;
}

.avis_reseaux li {
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	width: 98%;
	padding: 7px;
	margin: 10px auto !important;
}

ul.jcomments-latest .comment {
	clear: inherit;
}

ul.jcomments-latest img {
	margin-right: 10px !important;
	margin-bottom: 15px!important;
	width: auto; 
	height: auto; 
	margin: inherit; 
	float: none; 
	display: inline;
}

ul.jcomments-latest .commentaire img{
	border-radius: 3px;
	margin: 0;
	box-shadow: none;
	padding: 0px;
	border: 0px;
	border-color: none;
	background: transparent;
}



/*------------ multicritère ------------------*/
.recherche h1 {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.53);
    border-radius: 10px;
    color: #fff;
    padding: 25px;
    animation: fade-in 4s ease-out forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#bloc_recherche {
	justify-content: center;
	margin: 0;
	/*background: rgba(255,255,255,0.8);*/
	padding: 1px 15px;
	color: #fff;
}

#carte-ini{
	width: 50%;
	height: 500px;
}

#bloc_recherche h2:not(.popup-content h2), #resultats h2, .text h2{
	padding: 8px 15px;
	letter-spacing: 0.5px;
	background: rgba(255,255,255,0.7);
	border-left: 4px solid;
	color: #403e6d;
	border-color: red;
	margin: 0px 0 15px 0;
}

#bloc_recherche .custom-radio-label{
	color: #000;
}

.popup-content {
  text-align: center;
}
.popup-image {
  max-width: 200px;
  max-height: 100px;
}

.custom-radio-input, .custom-radio-input-dep{
	display: none;
}

.custom-radio-group {
    display: flex;
    flex-direction: row;
    gap: 10px; 
	flex-wrap: wrap;
}

.custom-radio-label, .custom-radio-label-dep {
    display: block;
    padding: 1px 3px;
    border-radius: 4px;
    background-color: #f1e349;
    cursor: pointer;
	color: #000;
	font-size: 14px;
}

.non-france {
	display: block;
	padding: 4px 6px;
	border-radius: 4px;
	background-color: #4CAF50;
	cursor: pointer;
	color: #fff;
}


.custom-radio-input:checked + .custom-radio-label {
    background-color: #3366ff;
    color: #fff;
}

.custom-radio-input-dep:checked + .custom-radio-label-dep {
    background-color: #3366ff;
    color: #fff;
}

#resetServices {
    display: block;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
	margin-top: 25px;
}

#recherche-form {
	width: 100%;
	margin-top: 50px;
}

#rechercherButton {
	width: 98%;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to bottom, #4CAF50, #45a049);
	border: 1px solid #4CAF50;
	text-shadow: 0px 1px 0px #5cbf2a;
	box-shadow: 0px 5px 0px 0px #3f9238;
	transition: all 0.3s ease-in-out;
	display: none;
}

#continuerRechercheButton, #retourRechercheButton {
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to bottom, #4CAF50, #45a049);
	border: 1px solid #4CAF50;
	text-shadow: 0px 1px 0px #5cbf2a;
	box-shadow: 0px 5px 0px 0px #3f9238;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
}

#resetButton {
    display: none; 
	padding: 4px 6px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 25px;
}


#carte { 
    width: 100%;
    height: calc(100vh - 45px); 
	margin: 0 auto;
	display: none;
}

#departements, #services{
	width: 100%;
}

.nbre-resultat {
	width: 100%;
	color: #4CAF50;
	text-align: center;
	background: rgba(255,255,255,0.85);
	padding: 25px 0;
}

.resultat{
	padding-bottom: 50px;
}

#deplier, #continuer-recherche, #continuer-recherche-ville{
	width: 25%;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      color: #fff;
      background: linear-gradient(to bottom, #4CAF50, #45a049);
      border: 1px solid #4CAF50;
      text-shadow: 0px 1px 0px #5cbf2a;
      box-shadow: 0px 5px 0px 0px #3f9238;
      transition: all 0.3s ease-in-out;
}

#continuer-recherche-ville{
	width: inherit;
}

#deplier:hover {
      background: linear-gradient(to bottom, #45a049, #4CAF50);
      box-shadow: 0px 7px 0px 0px #3f9238;
      border: 1px solid #45a049;
    }
	
#carte .leaflet-popup-content-wrapper {
	width: 400px;
	margin: 0;
	padding: 0;
}

#carte .custom-popup-width .leaflet-popup-content-wrapper {
	width: 200px;
	text-align: center;
	color: blue;
	min-height: 50px;
}


#carte .leaflet-popup-content {
	width: 100% !important;
	margin: 0;
}

#carte .gmapfp_bubble {
	padding: 7px;
}

.info_bulle{
	width: calc(100% - 150px);
}

#carte .gmapfp_bubble p img {
	width: 25px;
	display: inline;
	margin-right: 5px;
}

#carte .img-thumbnail {
	margin-right: 5px;
	max-width: 100px;
}

#carte p {
	margin: 3px 0;
}

#carte h5 {
	font-size: 14px;
	font-weight: 600;
}

.total{
	float: left;
}

.toute{
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 14px;
	background: red;
	margin-left: 10px;
	color: #fff;
	font-weight: 600;
}

.ggmap a{
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 14px;
	background: red;
	margin-left: 10px;
	color: #fff;
	font-weight: 600;
}

.apercu{
	display: inline-block;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 14px;
	background: #f1e349;
	color: #000;
	font-weight: 600;
}

/*------------------ ville -----------------------*/
 #ville input[type="text"]:not(.form-control) {
	display: block;
	max-width: inherit;
	width: 90%;
	margin-bottom: 25px;
}

#suggestions {
	position: absolute;
	background-color: white;
	z-index: 1000;
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	color: blue;
}
.suggestion {
	padding: 5px;
	cursor: pointer;
}
.suggestion:hover {
	background-color: #f0f0f0;
}

.message img{
	display: block;
	margin: 0 auto 5px auto;
}


#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999; 
    display: none;
}

#loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px; 
    margin-left: -25px;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leaflet-routing-collapse-btn {
	font-size: 36px!important;
	color: red!important;
	}
	
#adresseRecherche {
    text-align: center;
	font-size: 12px;
    padding: 10px; 
}

#distance {
	text-align: center;
	border: 1px solid yellow;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
}


.icone-jaune {
	color: yellow;
	vertical-align: bottom !important;
	font-size: 25px;
	margin-right: 8px;
}

.bloc_message, .legende{
	text-align: center;
	border: 1px solid red;
	border-radius: 10px;
	padding: 5px;
	color:#fff;
}

.legende{
	font-size: 11px;
}

.legende img{
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
    #option {
        display: block;
    }
    
    #optionForm {
        display: block!important; 
    }
    
    #optionForm label {
        display: block; 
    }
	#optionForm label img {
		display: block;
		margin: 10px auto;
		max-width: 250px;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
		transition: transform 0.2s ease;
	}

	#optionForm label img:hover {
		transform: translateY(-2px);
	}
}


@media screen and (min-width: 601px) {
    #option {
        display: flex;
    }
    
	#optionForm label {
	display: block;
	width: 32%;
	margin: 0.5%;
	}
    
	#optionForm label img {
		display: block;
		max-width: 100%;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
		transition: transform 0.2s ease;
	}
	#optionForm label img:hover {
		transform: translateY(-2px);
	}
}


@media screen and (max-width: 449px) {

    .list-image, .list-texte {
        width: 100%;
    }
    
    .gmapfp-thumbnail {
        max-width: inherit;
        max-height: 200px;
        margin: 0 auto;
        display: block;
    }
	
	.titre {
	text-align: center;
	}
}

/*--------- avis -----------------*/
.presentation {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #2a2a2a;
  border: 1px solid #444;
  padding: 1.5rem;
  margin: 0 auto 35px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  max-width: 500px;
  color: #fff;
}

.presentation img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.info {
    background: #333;
    color: #f0f0f0;
    align-self: flex-start;
    border-bottom-left-radius: 0;
    min-width: 80%;
    position: relative;
}

.info h2{
    font-size: 18px;
}

.search-options {
    display: flex;
    flex-direction: column;
    gap: 25px; 
    padding: 20px;
}


.option-button {
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #555;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1em;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}


.option-button strong {
    font-size: 1.2em;
    display: block;
    margin-bottom: 3px;
    margin-left: 10px;
}


.option-button span {
    font-size: 0.9em;
    color: #aaa;
    margin-left: 10px;
}


.option-text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.option-button.search-name {
    border-color: #00aeef;
}
.option-button.search-name:hover {
    background-color: #00aeef1a;
    box-shadow: 0 0 10px #00aeef;
}
.option-button.search-name .icon {
    color: #00aeef;
}


.option-button.search-geo {
    border-color: #d9534f;
}
.option-button.search-geo:hover {
    background-color: #d9534f1a;
    box-shadow: 0 0 10px #d9534f;
}
.option-button.search-geo .icon {
    color: #d9534f;
}


/* Styles CSS spécifiques à la recherche floue pour le rendu des suggestions */
.search-container {
    position: relative;
    margin-bottom: 20px; 
}
#relaisSearchInput {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
    box-sizing: border-box;
    background-color: #333; 
    border: 1px solid #00aeef; 
    border-radius: 4px;
    color: #fff;
    max-width: 100%;
}
#relaisSearchInput::placeholder {
    color: #aaa;
}
.search-suggestions {
    background-color: #1a1a1a;
    max-height: 250px; 
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	text-align: left;
}

.recherche {
    text-align: center;
    padding: 20px;
}

#searchSuggestions li{
	margin-left: 10px;
}

.title{
	color: #ff6600;
}
/*--------- formulaire de dépot d'avis --------------*/

.recherche form div {
    text-align: left;
    margin-bottom: 20px;
    max-width: 100%;
}

.recherche form label {
    display: block;
    margin-bottom: 5px;
    color: #f0f0f0;
    font-weight: bold;
}

.recherche form input[type="text"],
.recherche form input[type="email"], 
.recherche form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #00aeef;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
    transition: border-color 0.3s, background-color 0.3s;
    max-width: inherit;
}

.recherche form input[type="text"]:focus,
.recherche form input[type="email"]:focus,
.recherche form textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

.recherche form input[type="email"]::placeholder {
    color: #bbbbbb;
    opacity: 0.9;
}

.recherche form input[type="email"] {
    background-color: #222222;
}

/* Messages */
.status-message {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.status-success {
    background-color: #4CAF50;
    color: white;
}

.status-error {
    background-color: #d9534f;
    color: white;
}

.recherche form button[type="submit"]{
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-top: 30px;

    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;

    color: #ffffff;
    background: linear-gradient(90deg, #ff4500 0%, #ff8c00 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;

    box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);

    transition: all 0.3s ease;
}

.recherche form button[type="submit"]:hover {
    background: linear-gradient(90deg, #ff6347 0%, #ffa07a 100%);
    box-shadow: 0 6px 20px rgba(255, 69, 0, 0.6);
    transform: translateY(-2px);
}

.recherche form button[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(255, 69, 0, 0.3);
}

#searchSuggestions li {
    cursor: pointer; 
}


#searchSuggestions li:hover {
    background-color: #5e5e5e;
}

/* 1. Masquer l'input natif */
.hidden-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom-file-upload {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #00aeef;
    color: #000;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid #00aeef;
    box-shadow: 0 4px 10px rgba(0, 174, 239, 0.4);
}

.custom-file-upload:hover {
    background-color: #ff6600; 
    color: #fff;
    border-color: #ff6600;
    box-shadow: 0 6px 15px rgba(255, 102, 0, 0.6);
    transform: translateY(-2px);
}

.custom-file-upload:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(255, 102, 0, 0.4);
}

.custom-file-upload svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    stroke: currentColor;
}

.file-name-display {
    margin-top: 10px;
    font-size: 0.9em;
    color: #bbb;
    padding: 5px 0;
}

.button-center-container {
text-align: center;
margin: 20px 0;
}

.styled-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #00aeef;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.styled-button:hover {
    background-color: #008cd4;
}


@media screen and (min-width: 600px) {
    .search-options {
        flex-direction: row;
    }
    .option-button {
        flex-direction: column;
        text-align: center;
        width: 48%;
        justify-content: center;
        min-height: 150px;
    }
    .option-button strong, .option-button span {
        margin-left: 0;
        margin-top: 10px;
    }
    .option-button .icon {
        margin-bottom: 10px;
    }
    .option-button strong {
        font-size: 1.3em;
    }
	
}

@media (max-width: 600px) {
	
	.presentation {
			display: block;
	}
	
	.categorie {
	font-size: 1rem;
	}
}

