﻿header, nav, section, article, aside, footer, hgroup, label {
    display: block;
}
fieldset{ border: 0; padding: 0;}
nav {
    margin: auto;
    width: 100%;
}

body {
    background-color: #f1f4f9;
    color: #333;
    font-family: "Roboto",arial,basic;
    font-size: 1rem;
    margin: auto;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ul {		margin:0;	padding:0;}
li{		list-style: none;	min-height: 32px;}


@media (max-width: 800px) {
    li{		min-height: 48px;}
}


/* CSS commun */
a {                                 color: #0f6cbd;      }
a:hover, a:focus {                  color: #0f6cbd; 	    text-decoration: underline; outline: 1px dotted;}
a:hover .icon, a:focus .icon{       outline: 1px solid;}
button{
	border: 0 none;
    display: inline-block;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
	height: 42px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
}
input[type="text"] {
    border: 1px solid #cccccc;    border-radius: 2px;    color: #333333;
    font-size: 15px;    height: 42px;    margin: 2px;
    outline: 0 none;
    padding: 3px 10px;
    width: 200px;
}
input, textarea, select {
    border: 1px solid #cccccc;    border-radius: 2px;    color: #333333;
    font-family: Roboto;    font-size: 15px;	margin: 2px; 
    line-height: 20px;
    padding: 6px 10px;
}
.no-outline{ outline: none;}
.no-outline:hover{ outline: none;}
/* Mise en page */

.col{	float: left;	padding: 5px;}
.col-30{	width: 30%;}
.col-40{	width: 40%;}
.col-50{	width: 50%;}
.col-60{	width: 60%;}
.col-70{	width: 70%;}
.col-80{	width: 80%;	}
.col-100{	width: 100%;}

@media (max-width: 800px) {
	.col-30, .col-40, .col-50, .col-60, .col-70, .col-80  {		width: 100%;	}
}

.left{	float: left;	}
.right{	float: right;	}

/* bootstrap style*/
.text-right {text-align: right;}

.mb-0{ margin-bottom: 0px;}

.pb-0{ padding-bottom: 0px;}
.pb-1{ padding-bottom: 10px;}

.pt-0{ padding-top: 0px;}
.pt-1{ padding-top: 10px;}


/**/
.largeur{  max-width: 1100px;  margin: 0 auto;  position: relative;}

.separateur{  margin-top: 3em;	}
.center{	text-align: center;}

.petit{		font-size: 0.9em;}
.fine{	font-weight: 300;}
.normal{	font-weight: 400;}

.majuscule{	text-transform: uppercase;}


.fondblanc{background: white;}

.gris{	color: #555; }
.noir{	color: #333; }
.rouge{	color: #f02831; }
.rouge:hover{	color: #f02831; }

a:hover div .no_underline{  text-decoration:underline; text-decoration-color: white;  }

/*********************** CSS INDEX 	*/
.rechercheMap{
	background: white;
	float: left;
    width: 100%;
}
.liste1{
	background: white;
	box-shadow: 0 3px 5px rgba(51, 51, 51, 0.3);
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
}
.liste1 h3{
	margin:0 0 10px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.liste1 ul{	
	padding: 0 20px;
}
.icoBouton{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.liste1-bottom{
	padding: 10px;		margin-top: 0;		font-size: 13px;    text-align: center;		box-shadow: 0 6px 5px rgba(51, 51, 51, 0.2);
}
.liste1-bottom:hover{
	text-decoration: none;		background: #f6f6f6;
}


/**** CHOIX Lieu Ajax*/
.choix-result {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-color: #028897;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #333333;
    left: 0;
    margin: 1px 0 0 -1px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 256px;
    z-index: 20;
}
.choix-result li {
    font-size: 15px;
    font-weight: 300;
    padding: 5px 10px;
}
.choix-result li:hover, .choix-result li:focus, .choix-result .focusing {
    background: #cccccc none repeat scroll 0 0;
    color: #000000;
    outline: 0 none;
}


/**********************************************************************/
/*Général */



/** GRANDE BARRE DE RECHERCHE  */

#recherche-big {
    color: #ffffff;
	background-color: #ddd;
	text-align: center;
}
#recherche-big {
    background-image: url("../img/bg-recherche.jpg");
    background-position: center center;
	/*background-attachment: fixed;*/
    background-size: cover;
	-webkit-transition: background-image 1s ease-in-out;
	transition: background-image 1s ease-in-out;
}
.museepage #recherche-big {    background-image: url("../img/bg-musee.jpg"); }
#recherche-big .shadow{    padding: 27px 10px;    }
#recherche-big h1 {
    font-size: 40px;
    font-weight: 300;
}
#recherche-big h1, #recherche-big h2 {
    text-shadow: 1px -1px 4px #555555;
}
#recherche-big h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
#recherche-big .big-search {
    font-size: 13px;
    padding-top: 20px;
	margin-bottom: 30px;
}
.input-group {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #cc181e;
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}
.input-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 36px;
    padding: 5px 30px 5px 5px;
    position: relative;
    width: 250px;
    z-index: 2;
}

.addinput {
    height: 35px;
    position: absolute;
    right: 6px;
    top: 2px;
    width: 20px;
    z-index: 1;
}
.icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 22px;
    width: 22px;
	vertical-align: middle;
	margin: 7px;
}


.btn2 {
    background-color: #cc181e;
    color: #ffffff;
    cursor: pointer;
	transition: background-color 0.1s ease;
}
.btn2:hover {background-color: #b7151b;}


.hidebig{
    max-height: 480px;
    overflow: hidden;
	position: relative;
}
.affsuite{	display: none;}
.hidebig .affsuite{
	display: block;
	background: #ffffff;
	border: 1px solid #aaa;
	font-size: 13px;
    bottom: 0;
    box-shadow: 0 0 35px 30px #ffffff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.hidebig .affsuite:hover{background: #f6f6f6; text-decoration: none;}

/******		PAGINATION		******/
.pagination a{color: #555;text-decoration: none;}
.pagination a:hover{color: #000; text-decoration: none;}
.pagination li{
  display: inline-block;
  min-width: 40px;
  margin: 2px;
  text-align: center;
}
.pagination li a{
  padding: 5px 15px;
  line-height:30px;
  border:1px solid #efefef;
}
.pagination li a:hover{background: #efefef;}
.pagination .actuel{  font-weight: bold;}
.pagination .actuel a{  background: #cc181e ;  border-color: #cc181e ;  color: #fff;}
.pagination .actuel a:hover{  background: #cc181e ;}
  

/****  FOOTER ****/
#footer{
	background: #2e333a;
}
.baspage{
	position: relative;
	padding: 1.2em 0.75em;
	color: #cacaca;
	width: 100%;
	font-size: 12px;
	line-height: 25px;
}
.baspage a{ 
  color: #cacaca;  width:100%; display: block;      padding: 5px 0; text-decoration: none;
}
.baspage a:hover{ 
  text-decoration: none; 
  color: #fff;
  outline: none;
}
.ft_bottom{
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 8px 0 ;
}
.ft_bottom a{	display: inline;	padding: 0 15px;}
.ft_colonne{
  width: 28%;
  min-width: 200px;
  margin-right: 4%;
  display: inline-table;
}
.baspage h3, .baspage h4{color: #fff;}
.baspage h4{
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.baspage h4 a{ color: #fff; }
/********************/

.header_ville h1{	font-weight: 600; text-align: left; margin: 10px 20px; text-transform: uppercase;}
.header_ville h2{	font-weight: 500; text-align: left; margin: 0 20px;}
.header_ville a{	color: white;	}
.header_ville a:hover{	color: white;	}

.presentation h2::before {
    color: #e6102b;
    content: "> ";
}

/*********/
#liste{
	padding: 20px 5px;
}
#liste table{width: 100%;}

.codepostal{font-size: 14px;	font-weight:400;}
.liste-ville h3{	text-transform: uppercase;	margin:0; border:0;}
.liste-ville .departement{	color: #333;}




/** TABLE **/
table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 14px;
	width: 100%;
}
tr {
    border-bottom: 1px solid #dddddd;
}
td {
    padding: 8px;
	position: relative;
}
tr:nth-child(2n) {
    background: #f1f1f1 none repeat scroll 0 0;
}
th{ text-align: left; padding: 5px 10px;;}

.presentation td{	padding-right: 50px;}
@media (max-width: 800px) {
    .presentation td{	padding-right: 5px;}
    .liste-ville td {padding: 1px 8px;}
    .liste-ville   a{ display: inline-block;    padding: 14px;}
}

.logo-tableau{	 height: 30px;    position: absolute;    right: 7px;    top: 7px;	z-index:0;}
.logo-tableau img{	 max-height: 30px;    }
.logo-tableau .icon{ height: 30px; width: 30px;}

.addcadre{
	position: absolute;
    right: 14px;
    top: 14px;
}
/**/

.division{
  display: inline-block; 
  padding:0 10px; 
  border:0}
.col-75{width: 75%; }
.col-25{width: 23%; text-align: right;}
.search-results{margin: 15px 0;}
.apercu{
   margin: 0;
    padding: 20px 5px;
  border-bottom: 1px solid #eee;
}
.titre-result{
  padding:0;
  margin:0 10px 0 0;
  font-size:1.3em;
  font-weight: 500px;
}
.titre-result a, a:hover{  color: #0f6cbd;}
.lieu{
  color: #888;
}
.apercu:nth-child(2n){
  background-color: #f7f7f7;
}
.logo-entreprise img{
  height: auto;
    width: 50px;
}

.shadow{
	background: rgba(0,0,0,0.3);
}
#preFooter{	background: #434a54;}

/***/
.barredeTri{
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 14px;
    margin: 15px 0;
    padding: 9px 14px;
	color: #444;
}
/*MAJ 2022*/

.text-secondary {    color: #6c757d;  }
.border-bottom {    border-bottom: 1px solid #dee2e6;  }

/* etoile avis */

.etoile label, .etoile_avis{
    width: 23px;	height: 23px;		margin-right: 5px;
    background-size: 20px 19px;					background-color: #ddd;
    background-image: url(star.svg);					background-repeat: no-repeat;
    background-position: 1px 1px;					border-radius: 2px;
}
.etoile label.selected{	background-color: #00a680;		}
.etoile label.colored{	background-color: #007459;		}


.etoile{	margin-bottom: 10px; 		}
.hidden{	display:none;	}
.form-control-lg {	font-size: 1.1em;}

.etoile_avis{
    display: inline-block;		width: 14px;		height: 16px;
    background-size: 12px 13px;		background-position: 1px 1px;					margin-right: 2px;
    vertical-align: -2px;
}
.etoile_avis.colored{	background-color: #00a680;	}

.etoile label {     display: inline-block;}
.label_note {       display: inline-block;    vertical-align: 8px;    font-size: 0.9em;    margin-left: 10px;  }

/**/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}