	   html {
	       height: 100%; /* Assurez-vous que la hauteur de html est de 100% */
	   }

	   body {
	       font-family: 'Roboto', sans-serif;
	       font-size: 14px;
		   color: #003C64;
	       margin: 0;
	       padding: 0;
	       display: flex;
	       flex-direction: column;
	       min-height: 100vh; /* Utilisez min-height avec 100vh pour le body */
		   
/* 		   justify-content: center;
	       align-items: center; */
	   }

	   .navbar {
	      background-color: #FFF5EC;
	      height: 50px;
	      width: 100%;
	      position: fixed;
	      top: 0;
	      left: 0;
	      z-index: 1000;
		  border-bottom: 1px solid #D3D3D3;
	   }

	   .navbar-container {
	      max-width: 950px;
	      margin: auto;
	      display: flex;
	      align-items: center;
	      justify-content: space-between;
	      padding: 5px 0; /* Ce padding s'applique par défaut, y compris en mode mobile */
	   }

	   .logo-container img {
	      height: 40px;
	      margin-left: 10px;
	   }

.menu-links {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column; /* Pour le mode mobile */
    position: absolute;
    top: 38px; /* Ajusté pour ne pas chevaucher la barre de navigation */
    left: 0;
    width: 100%;
    background-color: #FFF5EC;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.menu-links.active {
    max-height: 300px; /* Ajustez cette valeur selon le contenu */
}


	   .menu-links a {
	      text-decoration: none;
	      color: #003C64;
	      padding: 18px;
	      display: block;
	   }

	   .menu-icon {
	      cursor: pointer;
	      color: #000000;
	      margin-right: 20px;
	      margin-top: -10px;
	      font-size: 24px;
	      font-weight: bold;
	   }

	   @media (min-width: 769px) {
	      .navbar-container {
	          padding: 0; /* Supprime le padding en mode desktop */
	      }

	      .menu-links {
	          flex-direction: row;
	          position: static;
	          max-height: none;
	          justify-content: flex-end;
	      }

	      .menu-icon {
	          display: none; /* Cache le menu burger en mode desktop */
	      }

	      .menu-links a {
	          padding: 0 10px; /* Espacement entre les liens */
	      }
	   }


        #back-to-top {
            width: 25px;
            height: 25px;
            position: fixed;
            bottom: 10px;
			padding: 10px;
            right: 10px;
            display: none; /* Caché initialement */
            cursor: pointer;
            z-index: 1000;
        }


	.content-wrap {
	   flex: 1;
	   display: flex;
	   flex-direction: column;
	   			width: 100%;
			max-width: 950px;
			margin-left:auto;
			margin-right:auto;
	}

.footer-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #003C64;
}

.footer-link img {
    margin-right: 7px;
    vertical-align: middle;
}

.image-20x20 {
    width:20px;
	height:20px;
	margin-right:10px;
	vertical-align:middle;
}

.site-footer {
    background-color: #FFF5EC;
    min-height: 80px;
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #D3D3D3;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.footer-content div {
    width: 300px;
    text-align: left;
}
	   
    .result-block {
        width: 24%; /* Largeur pour desktop */
		margin-right:5px;
		margin-bottom:20px;
		display: flex;
		align-items: center;
    }

    @media (max-width: 768px) {
        .result-block {
            width: 48%; /* Largeur pour tablettes et grands téléphones */
			margin-right:5px;
			margin-bottom:20px;
			display: flex;
			align-items: center;
        }
    }
	   
@media (max-width: 768px) {
    #annuaireForm {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.image-container {
    position: relative;
    display: inline-block;
}

.base-image {
    width: 20px;
    height: 20px;
	vertical-align: text-bottom;
	margin-left:5px;
    z-index: 1;
}

.hover-image {
    position: absolute;
    top: 30px;
    left: -250px;
    width: 292px;
    height: 90px;
    display: none;
    z-index: 2;
}

.image-container:hover .hover-image {
    display: block;
}
	
    /* Style par défaut pour les écrans de plus de 760px */
    #mapid {
        height: 300px; 
    }

    /* Style pour les écrans de moins de 760px */
    @media (max-width: 760px) {
        #mapid {
            height: 200px;
        }
    }
    /* Style par défaut pour les écrans de plus de 760px */
    #map {
        height: 300px; 
    }

    /* Style pour les écrans de moins de 760px */
    @media (max-width: 760px) {
        #map {
            height: 200px;
        }
    }
.ad-container {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.desktop-ad {
    display: none;
}

.mobile-ad {
    display: inline-block;
}

.title-for-text {
    font-size:20px;
	text-transform:uppercase;
	color:#003C64;
	text-decoration: underline #FA9C29;
}

.title-for-links {
	color: #003C64;
	text-decoration:none
}

.pos-title {
	color:#003C64;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.pos-images {
	width:20px;
	height:20px;
	margin-right:10px;
}

.title-for-images {
	width:20px;
	height:20px;
	margin-right:7px;
}

.breadcrumbs-links {
	text-decoration:none;
	color:#1A578A;
}

.select-block {
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	width: 95%;
	margin: 20px auto;
	background-color: #FFF5EC;
}

.select-mini-block {
	flex-grow: 1;
	min-width: 280px;
	max-width: 300px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.select-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.select-button {
	cursor: pointer;
	width: auto;
	padding: 9px 15px;
	border-radius: 3px;
	background-color: #003C64;
	border: 1px solid #003C64;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.select-select {
	flex: 1;
	width: 260px;
	min-height: 34px;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	background-color: #FFF;
	color: #1A578A;
	margin-left: 20px;
	padding-left: 10px;
}

.title-for-pictos {
	width:10px;
	height:16px;
	margin-right:7px;
}

.border-blocks {
	border: 1px solid #D3D3D3;
	border-radius:10px;
	width:95%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.border-blocks-bold {
	border: 1px solid #D3D3D3;
	border-radius:10px;
	width:95%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF5EC;
}

.padding-blocks {
	padding-top: 15px;
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}

.flex-blocks {
	flex: 1;
	max-width: 100%;
	margin-bottom:15px;
	margin-right:15px;
	display: flex;
	align-items: center;
}

.map-style {
	width: 100%;
	border-radius:10px;
	z-index:1;
	opacity: 0.85;
}

.favicon-style {
	width:25px;
	height:25px;
	margin-right:10px;
}

.mini-block {
	width: 290px;
	margin-right:5px;
	margin-bottom:15px;
	line-height: 25px;
}

.block-mini {
	width: 290px;
	margin-right:5px;
	margin-bottom:15px;
}

.block-flex {
	width: 290px;
	margin-right:5px;
	margin-bottom:15px;
	display: flex;
	align-items: center;
}

.margin-top-10 {
	margin-top:10px;
}

.margin-right-20 {
	margin-right:20px;
}

.sort-img {
	margin-right:5px;
	vertical-align: middle;
}

.txt-uppercase {
	text-transform:uppercase;
}

.footer-block {
    width: 300px;
    text-align: left;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.footer-separator {
	width:100%;
	height:15px;
}

.star-img {
	opacity: 0.5;
	margin-right: 10px;
	vertical-align: middle;
}

.align-blocks {
	padding-top: 15px;
	padding-left: 15px;
	text-align:left;
}

.title-for-block {
	max-width:950px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:left
}
.div-header {
	max-width:950px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:70px;
}
.separator-20px {
	width:100%;
	height:20px;
}

.open-txt {
	color:#3AB54A;
	font-weight:bold;
}

.close-txt {
	color:#E12025;
	font-weight:bold;
}

.separator-1px {
	width:100%;
	height:1px;
}

@media only screen and (min-width: 768px) {
    .desktop-ad {
        display: inline-block;
        width: 728px;
        height: 90px;
    }

    .mobile-ad {
        display: none;
    }
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto.woff2') format('woff2'); 
}