<style type="text/css">
.reset {
	
}
/*------------------------------------ Carte INTERACTIVE -------------------------------------*/
.carte_interactive {
background-color:#e9e9e9;
position:relative;
}


.carte_interactive .point {
background-color:#558ed5;
width:4%;
height:4%;
position:absolute;
border-radius:50%;
cursor:pointer;
}

.carte_interactive .point .relation {
position:relative;
height:100%;
width:100%;
}

.carte_interactive .point .contenu_point {
visibility:hidden;
opacity:0;
width:auto;
display:inline-block;
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
width:0;
height:0;
overflow:hidden;
padding:0;
position:absolute;
}

.carte_interactive .point .droite {
right:0;
}

.carte_interactive .point .gauche {
left:0;
}

.carte_interactive .point .bas {
top:30%;
padding-top:80%;
}

.carte_interactive .point .haut {
bottom:30%;
padding-bottom:80%;
}



.carte_interactive .point:hover {
background-color:#333;
}

.carte_interactive .point:hover .contenu_point {
visibility:visible;
width:auto;
height:auto;
overflow:auto;
opacity:1;
}

.carte_interactive .point .contenu_point_click {
visibility:visible;
width:auto;
height:auto;
overflow:auto;
opacity:1;
}

.carte_interactive .point .bloc_interne {
background-color:#558ed5;
width:200px;
padding:20px;
border-radius:10px;
}

.carte_interactive .point .bloc_interne h2 {
margin:0 0 5px 0;
color:#FFFFFF;
}

.carte_interactive .point .bloc_interne a.bt_lien {
width:100%;
padding:5px;
color:#FFFFFF;
background-color:#333;
text-align:center;
text-transform:uppercase;
text-decoration:none;
display:block;
}

.carte_interactive .point .bloc_interne a.bt_lien:hover {
background-color:#0971c0;
}

.carte_interactive #point_1 {
top:20%;
left:50%;
z-index:999999;
}

.carte_interactive #point_2 {
top:80%;
left:85%;
}

.carte_interactive #point_3 {
top:10%;
left:90%;
}

.carte_interactive #point_4 {
top:78%;
left:50%;
}

.carte_interactive #point_5 {
top:20%;
left:20%;
}


/*------------------------------------ E-COMMERCE -------------------------------------*/

/*--- Header ---*/
.shop_header {
position:absolute;
right:50px;
top:50px;
}

.shop_header a.bt_inscription {
background-color:#333;
color:#FFFFFF;
text-decoration:none;
padding:5px;
float:left;
display:block;
margin-right:20px;
}

.shop_header a.bt_inscription:hover {
background-color:#17375e;
}


.shop_header #bt_panier {
width:40px;
height:40px;
background-color:#FFFFFF;
float:left;
display:block;
background-image:url(../images/interface/panier.png);
position:relative;
}


.shop_header .nb_produit {
border-radius:50%;
color:#FFFFFF;
background:#558ed5;
position:absolute;
right:-5px;
top:-5px;
line-height:20px;
width:20px;
height:20px;
text-align:center;
}

.shop_header span.anime_panier {
position:absolute;
right:-40px;
top:0;
font-size:1.7rem;
color:#558ed5;
opacity:0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease;
}

.shop_header span.anime_panier_visible {
opacity:1;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease;
}



.shop_header #bt_panier .contenu_panier {
width:200px;
background-color:#558ed5;
min-height:50px;
position:absolute;
top:40px;
z-index:999999999;
right:0;
visibility:hidden;
opacity:0;
overflow:hidden;
}

.shop_header #bt_panier:hover .contenu_panier {
visibility:visible;
opacity:1;
padding:3px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

.shop_header #bt_panier .contenu_panier h2 {
color:#FFFFFF;
font-size:1.2rem;
padding:3px;
margin:0;
}

.shop_header #bt_panier .contenu_panier h3 {
color:#e9e9e9;
font-size:1.4rem;
padding:3px;
margin:0;
}

.shop_header #bt_panier .contenu_panier a {
background-color:#FFFFFF;
color:#558ed5;
width:100%;
text-align:center;
font-size:1.2rem;
text-decoration:none;
text-transform:uppercase;
display:block;
margin:auto;
padding:3px 0;
}

.shop_header #bt_panier .contenu_panier a:hover {
background-color:#333;
color:#FFFFFF;
}

.shop_header ul.moncompte {
position:absolute;
top:0;
right:100px;
width:200px;
}

.shop_header ul.moncompte li ul {
	visibility: hidden;
    opacity: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 26px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 0px;
    z-index: 1000000;
    overflow: hidden;
}


.shop_header ul.moncompte li:hover ul {
visibility:visible;
opacity:1;
height:auto;
}

.shop_header ul.moncompte li ul li {
background-color:#FFFFFF;
padding:0;
margin:0;
height:30px;
}
.shop_header ul.moncompte li ul li a {
font-size: 1rem;
color: #558ed5;
text-decoration:none;
line-height:30px;
padding:0 5px;
width:100%;
display:block;
}
.shop_header ul.moncompte li ul li a:hover {
background-color:#558ed5;
color: #FFFFFF;
}


/*--- PANIER ---*/
.tableau_panier .titre {
height:50px;
line-height:50px;
font-size:1.3rem;
border-bottom:1px solid #558ed5;
text-transform:uppercase;
color:#558ed5;
text-indent:10px;
}


.tableau_panier .liste_produit {
text-indent:10px;	
height:100px;
line-height:100px;
font-size:1.2rem;
color:#333;
background-color:#e9e9e9;
border-bottom:1px solid #FFFFFF;
}


.tableau_panier .total_produit {
background-color:#17375e;
text-indent:10px;	
height:100px;
line-height:100px;
margin-bottom:25px;
}

.tableau_panier .total_produit .libelle {
font-size:1.5rem;
text-align:right;
width:50%;
}

.tableau_panier .total_produit .total {
font-size:2rem;
width:50%;
text-align:left;
}



.tableau_panier .colonne {
float:left;
}

.tableau_panier .titre .photo {
padding:0px;
}

.tableau_panier .photo {
width:15%;
padding:20px;
}

.tableau_panier .photo .cadre_photo {
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
height:50px;
display:block;
}


.tableau_panier .libelle {
width:40%;
}

.tableau_panier .tva {
width:10%;
}

.tableau_panier .qte {
width:10%;
}

.tableau_panier .qte select {
color:#558ed5;
padding:10px;
}

.tableau_panier .montant {
width:20%;
}

.tableau_panier .supr {
width:5%;
height:100px;
}

.tableau_panier .supr a {
background-image:url(../images/interface/supr.png);
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
width:40px;
height:40px;
text-decoration:none;
text-align:center;
color:#FFFFFF;
display:block;
margin:30px auto 0 auto;
}

.tableau_panier .supr a:hover {
opacity:0.7;
}

.bouton_panier {
background-color:#333;
text-decoration:none;
text-transform:uppercase;
text-align:center;
padding:10px;
color:#FFFFFF;
margin-bottom:30px;
display:inline-block;
}
.bouton_panier:hover {
background-color:#0971c0;
}


.retour_compte {
float:right;
}

.bouton_valider {
font-size:2rem;
display:block;
width:auto;
background-color:#558ed5;
cursor:pointer;
margin:20px auto;
}



.bt_achat {
float:left;
}

.bt_identifier {
float:right;
}

/*--- Identification ---*/
.identification .log_panier {
background-color:#e9e9e9;
padding:10px 70px;
height:400px;
}

.identification .log_panier p {
color:#F00;
}

.identification .log_panier h2 {
color:#0971c0;
margin-bottom:20px;
}


.identification .log_panier label {
clear:both;
display:block;
font-size:1.2rem;
margin-bottom:5px;
}

.identification .log_panier input {
clear:both;
display:block;
height:40px;
width:100%;
text-indent:10px;
margin-bottom:20px;
border:1px solid #0971c0;
}

.identification .log_panier input#bt_connexion {
cursor:pointer;
}

.bt_mdp_panier {
float:right;
font-size:1rem;
background:none;
color:#558ed5;
}

.bt_mdp_panier:hover {
background:none;
text-decoration:underline;
}


.identification .log_panier p.txt {
color:#333;
text-align:center;
margin:0 0 50px 0;
font-size:1.3rem;
}

.identification .log_panier a.nouveau_compte {
width:100%;
display:block;
}

/*--- FORMULAIRE COMPTE ---*/
.form_compte section {
width:800px;
background-color:#ccc;
}

.form_compte section .colonne2 .bloc  {
margin-bottom:0;
}


.form_compte section .colonne2 .bloc input {
display:block;
float:left;
height:40px;
width:100%;
text-indent:10px;
margin-bottom:20px;
border:1px solid #0971c0;
}

.form_compte section .colonne2 .bloc label {
display:block;
float:left;
}

.form_compte section .colonne2 a.bt_adresse_livraison {
display:inline-block;
width:100%;
}


.form_compte section .colonne2 .adresse_livraison {
height:0;
visibility:hidden;
opacity:0;
overflow:hidden;
transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
}

.form_compte section .colonne2 .adresse_livraison_visible {
height:auto;
visibility:visible;
opacity:1;
overflow:auto;
display:inline-block;
}


p.message_erreur_compte {
text-align:center;
color:#F00;
background-color:#FFFFFF;
padding: 20px;
display: inline-block;
width: 100%;
font-weight: bold;
}

p.message_erreur_compte_ok {
color:#333;
}

/*--- Récapitulatif ---*/
.recapitulatif .colonne1 {
text-align:center;
margin-bottom:30px;
}

.recapitulatif .colonne1 h2 {
text-align:center;
color:#558ed5;
font-size:1.2rem;
}

.recapitulatif .colonne2 .bloc {
background-color:#e9e9e9;
}

.recapitulatif .colonne2 .bloc h2 {
font-size:1.4rem;
margin-top:0;
}

.recapitulatif .port {
margin-bottom:30px;
}

.recapitulatif .port span {
font-weight:bold;
}

.recapitulatif .total .resultat {
font-size:2.5rem;
}


.recapitulatif .total .resultat_tva {
font-size:1rem;
font-style:italic;
color:#17375e;
margin-bottom:20px;
}

.recapitulatif a.bouton_paiement {
color:#558ed5;
height:0;
visibility:hidden;
opacity:0;
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size:0rem;
}


.recapitulatif a.bouton_paiement_visible {
height:auto;
visibility:visible;
opacity:1;
font-size:2rem;
}


/*--- Listing produit ---*/
.produits_encart {
padding:0;
}

.produits_encart .bloc {
background-color:#e9e9e9;
padding:10px;
cursor:pointer;
min-height:305px;
}

.produits_encart .bloc:hover {
background-color:#17375e;
}

.produits_encart .bloc h2 {
font-size:1.3rem;
color:#0971c0;
margin:0 0 10px 0;
}

.produits_encart .bloc h3 {
color:#558ed5;
}


.produits_encart .bloc .photo {
height:150px;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
}


.produits_encart .bloc a.bt_fiche_produit {
background-color:#558ed5;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
background-image:url(../images/interface/panier.png);
width:40px;
height:40px;
display:block;
float:right;
}

.produits_encart .bloc a.bt_fiche_produit:hover {
background-color:#FFFFFF;
}


/*------------------------------------ BIENS IMMOOBILIERS -------------------------------------*/

/*--- Recherche ---*/
.biens_recherche {
background-color:#558ed5;
margin-bottom:30px;
position:relative;
z-index:999999;
}

.biens_recherche section {
min-height:100px;
background:#558ed5;
}

.biens_recherche_fixe {
position:fixed;
top:0;
margin-bottom:270px;
border-bottom:1px solid #17375e;
box-shadow: 5px 5px 5px #17375e; 
}


/*--- Encart ---*/
.biens_encart {
padding:0;
}

.biens_encart_fixe {
margin-top:130px;
}


.biens_encart .bloc {
background-color:#e9e9e9;
padding:10px;
cursor:pointer;
}

.biens_encart .bloc:hover {
background-color:#17375e;
}

.biens_encart .bloc h2 {
font-size:1.3rem;
color:#0971c0;
margin:0 0 10px 0;
}

.biens_encart .bloc h3 {
color:#558ed5;
}


.biens_encart .bloc .photo {
height:150px;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
}


.biens_encart .bloc a.bt_fiche_bien {
background-color:#558ed5;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
background-image:url(../images/interface/marker_1.png);
width:40px;
height:40px;
display:block;
float:right;
}

.biens_encart .bloc a.bt_fiche_bien:hover {
background-color:#FFFFFF;
}


















/*------------------------------------ TABLEAU -------------------------------------*/

/*------------------------------------ DEFAUT -------------------------------------*/
table {
border-spacing: 0;
}

.container {
  margin: 0;
  width: 100%;
}

.responsive-table {
  width: 100%;
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 5px 1px 1px);
}


.responsive-table thead th {
  background-color: #25abd9;
  text-align: left;
  color: #FFFFFF;
  text-transform:uppercase;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
  text-transform:uppercase;
  vertical-align: middle;
  padding:5px;
}

.responsive-table tbody th[data-type=pochette] {
text-align: center;
padding:10px;
}

.responsive-table tbody th[data-type=pochette] img {
width:100px;
height:150px;
}

.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.75);
}

.responsive-table tbody td {
  text-align: right;
}

.responsive-table tbody th[scope="row"] {
  background-color: #25abd9;
  color: #FFFFFF;
}
.responsive-table tbody tr {
  margin-bottom: 40px;
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table th,
.responsive-table td {
padding: 5px;
}

.responsive-table tbody td {
border-bottom: 1px solid #ccc;
}
.responsive-table tbody th {
border-bottom: 1px solid #ccc;
} 

/*------------------------------------ VRAI TABLEAU -------------------------------------*/
@media (min-width: 48em) {
.responsive-table tbody {
display: table-row-group;
}	

.responsive-table tbody tr:nth-of-type(even) {
background-color: #FFFFFF;
}

.responsive-table tbody tr {
display: table-row;
}
.responsive-table tbody th[scope="row"] {
background-color: transparent;
text-align: left;
font-family:'typob', arial;
color:#ddd;
}	

.responsive-table th,
.responsive-table td {
display: table-cell;
}	

.responsive-table tbody td[data-title]:before {
content: none;
}

.responsive-table thead {
position: relative;
clip: auto;
height: auto;
width: auto;
overflow: auto;
}
.responsive-table tbody td[data-type=currency] {
text-align: left;
}
.responsive-table tbody td {
text-align: left;
}
.responsive-table tr {
display: table-row;
}

.responsive-table tbody th[data-type=pochette] {
text-align: center;
background:none;
padding:5px;
}

.responsive-table tbody th[data-type=pochette] img {
width:30px;
height:50px;
}
}






/*------------------------------------ FORMULAIRE -------------------------------------*/

.bloc_form {
position:relative;
display:block;
float:left;
margin:30px 0 20px 0;
line-height:30px;
text-align:left;
width:50%;
padding-right:20px;
}

.bloc_form_grand {
width:100%;
}

.bloc_form label {
font-size:1.2em;
position:absolute;
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
top:0;
left:10px;
}

.bloc_form label.effet_label {
top:-35px;
}

.bloc_form input, .bloc_form select, .bloc_form textarea  {
border:1px solid #0971c0;
width:100%;
color:#333;
font-size:1.2em;
height:35px;
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
text-indent:10px;
}


.bloc_form input.valid_input {
border:1px solid #090;
}



#case1, #case2 {
width:25px;
height:25px;
float:left;
display:block;
margin: 0 10px 20px 0;
}


.bloc_form textarea {
width: 100%;
height: 200px;
clear: both;
}




.bloc_form p, .bloc_form_grand p {
font-size:16px;
margin:0 0 10px 0;
}

.bouton_envoyer {
display:block;
width:120px;
padding:10px;
margin:20px auto;
background:#17375e;
color:#FFFFFF;
font-size:20px;
text-align:center;
cursor:pointer;
opacity:0;
visibility:hidden;
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
}

.bouton_envoyer:hover {
color:#0971c0;
background:#FFFFFF;
}

.affiche_envoyer {
opacity:1;
visibility:visible;
}

.message_form {
color:#558ed5;
text-align:center;
font-size:18px;
}




	progress {
		display: block; /* default: inline-block */
		width: 90%;
		max-width: 300px;
		margin: 20px auto;
		padding: 4px;
		border: 0 none;
		background: #ccc;
		border-radius: 14px;
	}
	progress::-moz-progress-bar {
		border-radius: 12px;
		background: #ccc;
	}
	/* webkit only */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		progress {
			height: 25px;
		}
	}
	progress::-webkit-progress-bar {
		background: transparent;
	}  
	progress::-webkit-progress-value {  
		border-radius: 12px;
		background:#066;
		-webkit-transition: all 0.3s ease; 
		-moz-transition: all 0.3s ease; 
		-o-transition: all 0.3s ease; 
	}


/*------------------------------------ PLANING -------------------------------------*/
.planning  {
overflow:initial;
}

.planning .jour {
float:left;
width:calc(12.5% - 3px);
margin-right:3px;
}

.planning .jour .case {
height:30px;
position:relative;
}

.planning .jour .case .select {
position:absolute;
top:0;
left:0;
padding:0 5px;
}

.planning .jour .case .select p {
text-align:center;
}

.planning .jour .case p {
margin:0;
padding:0;
height:auto;
line-height:normal;
}
</style>