﻿/*css des pages d'hotels pour la france*/
body {
	/*background-color:#005C85;*/
	background-color:#FFFFFF;
	background-position: top;
	margin: 0;
	padding: 0;
}
.typo_fil_ariane_booking
{
  color: #4E4E4E;
  font-family: Lato,Arial;
  font-size: 12px;
}

a {
	outline:none;
}
a:link {
	outline:none;
}
a:visited {
	outline:none;
}
a:hover {
	outline:none;
}

#cache {
    position:absolute; top:0px; z-index:20000; height:100%; width:100%;opacity:0.9;
}

.TexteLienVert {	/*le texte du lien vert "regardez nos autres hotels a proximité" */
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #4A9A1F;
	text-decoration: none;
}
.TexteLienVert:link {	/*le texte du lien vert "regardez nos autres hotels a proximité" */
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #4A9A1F;
	text-decoration:underline;
}
.TexteLienVert:visited {	/*le texte du lien vert "regardez nos autres hotels a proximité" */
	font-family: Lato,Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #4A9A1F;
	text-decoration:underline;
}
.TexteLienVert:hover {	/*le texte du lien vert "regardez nos autres hotels a proximité" */
	font-family: Lato,Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #4A9A1F;
	text-decoration: none;
}

.TexteContenu {	/*le texte principal affiché en bas a droite*/
	font-family: Lato,Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #646464;
	text-decoration: none;
}
.TexteContenu:link {	/*le texte principal affiché en bas a droite*/
	text-decoration:underline;
}
.TexteContenu:hover {	/*le texte principal affiché en bas a droite*/
	text-decoration: none;
}

.TexteContenu2 {	/*Ne pas toucher*/
	font-family: Lato,Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.NomHotel{ /*le nom de l'hotel en haut a  gauche*/	
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px; 
	font-weight:normal;
	color: #018EC0;
	text-decoration: none;
	line-height: 28px;
        margin: 20px 0 15px;
        padding: 0;
}

.AdresseHotel{ /*l'adresse de l'hotel en haut a gauche*/	
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #282828;
	text-decoration: none;
}
.TexteColonneGauche {	/*texte des prestations*/
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #F3EDD5;
	text-decoration: none;
}
.TexteTitre{ /*le titre des prestations*/	
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.TexteTableauDispo{
	font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.lien_piedpage {
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #6b5d3f;
}
.lien_piedpage:link {
	font-family: Lato, Arial, verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #ffaa44;
}
.lien_piedpage:visited {
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #6b5d3f;
}
.lien_piedpage:hover {
	color: #ffffff;
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	background-color: #46c0eb;
}

.txtgrisbold {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004C72;
	text-decoration: none;
	font-weight: bold;
}
.txtgrisbold:link {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.txtgrisbold:visited {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.txtgrisbold:hover {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.Onglet{/* style des onglets quand ils ne sont pas l'onglet actif*/
cursor:pointer;
FONT: 14px Lato;
COLOR: #FFFFFF;
FONT-WEIGHT: normal;
TEXT-ALIGN: center;
HEIGHT: 35px;
background-image:url(../images2006/hotels-france/onglet-normal.jpg);
margin: 0px;
line-height: 2.5;
padding: 0px;
}

.OngletSelectionne{/* style de l'onglet actif */
FONT: 14px Arial;
COLOR: #4F4F4F;
FONT-WEIGHT: normal;
TEXT-ALIGN: center;
HEIGHT: 35px;
background-image:url(../images2006/hotels-france/onglet-clique.jpg);
margin: 0px;
line-height: 2.5;
padding: 0px;
}
.ta_average{
    background-color: #F6F6F6;
    padding: 10px;
    font-size: 13px;
    color: #5b5b5b;
    margin-bottom: 20px!important;
    padding: 1%;
    font-family: Lato,Arial;
    text-align: center;
}
.ta_average:hover{
    background-color: #f1f1f1;
}
.ta_average h2{
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
    padding: 0;
    color: #5b5b5b;
}
.pourcontre{
    background-color: #F0F0F0;
    padding: 10px;
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 20px!important;
    padding: 5% 7%;
    width: 86%;
    font-family: Lato, Arial;
    display:inline-block;
}
.pourcontre ul{
    padding: 0;
    margin: 0 0 15px 0;
    list-style-type:none; 
}
.pourcontre li{
    padding: 8px 0;
    margin: 0;
    clear: both;
}
.pourcontre h2{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
}
.pourcontre.pour{
    border-top: 3px solid #57bb30;
}
.pourcontre.contre{
    border-top: 3px solid #FF0061;
}
.pour h2{
    color: #57BB30;
}
.contre h2{
    color: #FF0061;
}
.pour .signe{
    color: #57BB30;
    float: left;
    width: 10%;
    position: relative;
}
.contre .signe{
    color: #FF0061;
    float: left;
    width: 10%;
    position: relative;
}
.pourcontre_libelle{
    float: left;
    width: 90%;
}
#colonne_gauche{
	position: relative;
        width: 670px;
        float: left;
}
#colonne_droite{
	position: relative;
        width: 240px;
        float: left;
        margin-left: 25px;
}
#colonne_gauche_2eme{
	position: relative;
        width: 100%;
        float: left;
}
#contenu{
	display: inline-block;
	clear:both;
        width: 100%;
}
#contenu0{
	position: relative;
	left:0px;
}
#contenu1{
	position: relative;
	left:0px;
}
#contenu2{
	position: relative;
	left:-10000px;
}
#contenu3{
	position: relative;
	left:0px;
}
.subheader{
    font-family: Lato, Arial;
    background-color: #018ec0;
    color: white;
    font-size: 24px;
    margin: 25px 0;
    padding: 15px;
    text-transform: uppercase;
}
.no-dates{
    background-color: #3f3f3f;
    margin: 0 !important;
    padding: 15px 0;
}
.no-dates label{
    color:white;
}
.see{
    background-color: #018EC0;
    color: white;
    font-family: Lato,Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
    right: auto;
    text-align: center;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
}
#entrer_dates{
    background-color: #fde109;
}
.bloc_gauche{
    background-color: #f0f0f0;
    float: left;
    font-size: 13px;
    margin-right: 2%;
    padding: 1%;
    width: 30%;
}
.bloc_gauche_map{
    float: left;
    font-size: 13px;
    margin-right: 2%;
    width: 32%;  
}
.bloc_droite{
    background-color: #f0f0f0;
    float: left;
    font-size: 13px;
    padding: 1%;
    width: 64%;    
}
.prestations{
    float: left;
}
.label-lien-rapide{
    font-size: 13px;
    color:#018ec0;
    margin: 3px 5px 3px 0;
    font-family: Lato,Arial;
}
.lien-rapide {
    font-size: 13px;
    background-color:#018ec0;
    color: white;
    margin: 3px 3px;
    padding: 1px 4px;
    text-decoration: none;    
    font-family: Lato,Arial;
    cursor: pointer;
}
.lien-rapide:hover {
    background-color:white;
    color:#018ec0;
}
.liensborder{
    border-bottom: 2px solid #F0F0F0;
}
.bordures_tab ul{
    margin:0;
    padding:10px;
}
.bordures_tab li{
    margin:0;
    padding:0;
}
#bas{
	position: relative;
}

.bouton-resa{
	padding: 7px 21px;
	font-size: 20px;
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color:#57BB30;
	color:#FFF;
        white-space: nowrap;
        margin-top: 10px;
        border:0;
        display: inline-block;
        cursor: pointer;
}
.bouton-resa:hover{
	text-decoration:none;
	background-color:#61CF00;	
        color:white;
}

.bouton-resa-rooms{
	padding: 5px 15px;
	font-size: 20px;
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color:#57BB30;
	color:#FFF;
        white-space: nowrap;
        border:0;
        display: inline-table;
        cursor: pointer;
}
.bouton-resa-rooms:hover{
	text-decoration:none;
	background-color:#61CF00;	
}

.bouton-verif{
	/*padding:.3em .9em;
	font-size:1.5em;*/
	width:154px;
	padding: 3px 0px;
	font-size: 17px;
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color:#57BB30;
	color:#FFF;
	border:4px solid #D7D9D6;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	border-radius:15px;
	/*-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow:1px 1px 2px #999;
	box-shadow:1px 1px 2px #999;*/
}
.bouton-verif:hover{
	text-decoration:none;
	background-color:#61CF00;
	cursor:pointer;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
}

.bouton-voir-tarifs{
	padding: 5px 25px;
	font-size: 17px;
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color:#57BB30;
	color:#FFF;
	border:4px solid #e8e8e8 !important;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	border-radius:10px;
}
.bouton-voir-tarifs:hover{
	text-decoration:none;
	background-color:#389c11;
	cursor:pointer;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
}



/************************************/
/* styles de la barre de navigation */
.tableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	color: #004c72;
}
.tableau:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #004c72;
}
.tableau:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #004c72;
}
.tableau:hover {
	color: #004c72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

.titreSection {
    font-family: Lato,Arial, Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight:bold;
    color: #018EC0;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.section{
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #2c2c2c;
	text-decoration: none;
}

.titreSectionPetit{
	font-family: Lato, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #018EC0;
	text-decoration: none;
}

/************ Styles pour le google map  */
div.vidFrame {
	position:absolute;
	display: none;
	/*background-color: #FFDA00;*/
	/*border: 1px solid #FFFFFF;*/
	width: 640px;
	height: 508px;
	/*cursor: move;*/
	z-index:200;
	left: 50%;
	top: 10px;
	margin-left: -310px;
	
    /*margin-top: -285px;*/
}

body > div.vidFrame {
	position: fixed; 
	display: none;
	/*background-color: #FFDA00;*/
	/*border: 1px solid #FFFFFF;*/
	width: 640px;
	height: 508px;
	/*cursor: move;*/
	z-index:200;
	left: 50%;
	top: 10px;
	margin-left: -310px;
}

/*.transparent{
	background-color: #000000;
	opacity:0.4;
	filter:alpha(opacity=40);	
}*/

.close_map {	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #585858;
	text-decoration: none;
	font-weight: bold;
        background-color: #EAEAEA;
}
.close_map:hover {
	font-family:  Lato,Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #585858;
	text-decoration: none;
	font-weight: bold;
}

.descriptif {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #074F75;
	text-decoration: none;
}

.tableau {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #074F75;
	text-decoration: none;
}
.tableau:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #074F75;
	text-decoration: none;
}
.tableau:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #074F75;
	text-decoration: underline;
}

.tableau_prix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.googlemap_infobulle_chargement{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0178A0;
	text-decoration: none;	
}

.googlemap_infobulle_titre{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0178A0;
	text-decoration: none;	
}

.vert11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#55AD00;
	text-decoration: none;
}

.bleu9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#0178A0;
	text-decoration: none;
}

.jaune11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFE046;
	text-decoration: none;
}

.blanc11_sans_soulignement {
	font-family: Lato,Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

/************ fin des styles pour le google map */

/************ styles pour rates-direct-online */
.td_padding {
	padding: 3px 5px;
}

.td_titre{
        height:25px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#018ec0;
}

table#tableau_prix{
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
	border-collapse:collapse;
	font-family:Lato,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #000000;
}

table#tableau_prix td{
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}


.liens_bleu { color: #018EC0; font-size:12px; font-weight:bold; text-decoration: underline; }
.liens_bleu:hover { color: #018EC0; font-size:12px; font-weight:bold; text-decoration: none; }

.liens_garanti { color: #018EC0; font-size:16px; font-weight:normal; text-decoration: underline; }
.liens_garanti:hover { color: #018EC0; font-size:16px; font-weight:normal; text-decoration: none; }

.liens_bleu2{
    color: #018ec0;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
}
.collapse.in {
    display: block !important;
}
.tooltip_info{
    cursor: help;
    text-decoration: underline;
    text-decoration-style:dotted;
    text-decoration-color: #333;
    color: #5b5b5b;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
}
.tooltip{
    opacity:1;
}
.tooltip.right .tooltip-inner, .tooltip.left .tooltip-inner, .tooltip.top .tooltip-inner, .tooltip.bottom .tooltip-inner{
    background-color:#ff0061;
    text-align: left;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #ff0061!important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #ff0061!important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ff0061!important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff0061!important;
}
.presta_blue{
    color: #044a6f;
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
}
.prix_vert{
	color:#4A9A1F;
	font-size:14px;
	font-weight:bold;
}

/* css pour la tooltip jquery lien avec preview */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip jquery image preview */
#preview{
        position:absolute;
        /*border:1px solid #ccc;*/
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip jquery normal */
#tooltip{
        position:absolute;
		width:380px;
        border:1px solid #333;
        background:#018EC0;/*background:#f7f5d1*/
        padding:2px 5px;
		font-family:Lato,Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:14px;
        color:#fff;
        display:none;
}
/************ fin des styles pour rates-direct-online */
.drapeaux_bandeau{
        background: none repeat scroll 0% 0% white; 
        right: 50%; 
        position: absolute; 
        margin-right: -485px; 
        padding: 10px; 
        border-radius: 0px 0px 10px 10px; 
        top: 4px;
}
.slider { 
    background-color: #2f2f2f;
    margin: 0 0 15px 0;
    padding:15px 85px 10px 85px;
    width: 500px;
}
.slideshow { width: 500px; height: 310px;  }
.slideshow div { width: 500px; height: 310px; background-image:url('../scripts/loader.gif'); background-repeat: no-repeat; background-position: 50% 50%; }
.photos_count{
    color: #8a8a8a;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}
a.photos_count{
    color: #8a8a8a!important;
    text-decoration: none!important;
}
a.photos_count:hover{
    text-decoration: underline!important;
}
.sticky-bar {  
    position: fixed;  
    width: 100%;  
    left: auto;  
    right: auto;
    top: 0;  
    z-index: 10000;  
    border-top: 0;  
    width: 965px;
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
    padding: 3px 0;
} 
.stickytooltip
{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:black;
z-index:3000;
background-image:url('../scripts/loader.gif');
background-repeat:no-repeat;
background-position:center; 
}


.stickytooltip .stickystatus
{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

.btngauche {
    left: 22px;
    position: absolute;
    top: 126px;
}
.btndroit {
    position: absolute;
    left: 610px;
    top: 126px;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
}
.prix_from {
    color: #57BB30;
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    margin-top: -10px;
    margin-left: 5px;
    vertical-align: middle;
}
.disponibilites{
    color: #5b5b5b;
    font-size: 18px;
    margin-bottom: 5px;
}
.inputArriveeDepart {
    border: 0;
    color: #5b5b5b;
    cursor: pointer;
    font-family: Lato,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 13px 28px 13px 2px;
    width: 100%;
    display: block;
    
    background-image: url("/images2006/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.calendrier_color_1{
    background-color: #57bb30;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}
.calendrier_color_2{
    background-color: #FF0061;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}
hr{
    height: 1px;
    border:0; 
    color:#d3d3d3;
    background-color:#d3d3d3;
    margin:25px 0;
}
.nom_chambres{
    height:50px;
    border-top: 1px solid #018EC0;
    padding-left:20px;
    font-weight: bold;
    font-size:13px;
    color:#018EC0;
}
#lien_prix1,#lien_prix2{
    cursor:pointer;
}
.blue_lien{
    color:#018EC0;
    text-decoration: underline;
}
.bordures_tab{
    border-right:1px solid #018EC0;
    border-bottom:1px solid #018EC0;
    padding: 15px;
}
.mini_texte{
    font-size: 12px;
    font-style: italic;
}
.rooms_restantes{
    color:#ff0061;
    font-size: 12px;
}
.label_vert{
    color:#4a9a1f;
    font-size: 12px;
}
.label_bleu{
    color:#00347D;
    font-size: 12px;
}
.label_gris {
    color: #5b5b5b;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
}
.label_gris_mini {
    color: #5b5b5b;
    font-size: 14px;
    margin-right:10px;
    font-weight: normal;
    white-space: nowrap;
    font-weight: bold;
}
.label_gris_mini_barre {
    text-decoration: line-through;
}
.pourcentage_promo{
    background-color: #ff0061; 
    color: white; 
    margin-right: 5px; 
    padding: 0px 2px;
}
.nofee{
    color:#4a9a1f;
    font-size: 11px;
    font-weight: bold;
}
.triangle{
    border-color: transparent transparent transparent #FF0061;
    border-image: none;
    border-style: solid;
    border-width: 15px;
}
.tarif_nuit {
    color: #5F5F5F;
    font-size: 11px;
    white-space: nowrap;
}
.prestas_vertes{
    color:#339900;
    font-size:12px;
    line-height: 15px;
}
.nom_policy{
    padding-top: 10px; 
    display: inline-table;
    width: 185px;
    text-align:left;
}.nom_presta{
    padding-top: 10px; 
    display: inline-table;
    width: 145px;
    text-align:left;
}
.ligne_separatrice{
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 3px;
    display: table;
    width: 100%;
}
.prestations ul{
    padding-left:15px;
    margin:0 0 30px;
    display: inline-block;
}
.liste_ul ul{
    padding-left:15px;
    margin:0;
    display: inline-block;
}
.prestas{
    float:left;
    width:100%;
    padding: 0 5% 5px 0;
    text-align: left;
    list-style-type: square;    
}
.prestas a{
    color:#2c2c2c;
    text-decoration: underline;
}
.prestas a:hover{
    color:#2c2c2c;
    text-decoration: none;
}
.type_etab {
    background-color: #D6D6D6;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    padding: 0 6px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.request_only {
    background-color: #369BDE;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    padding: 1px 5px;
    text-transform: uppercase;
}
.closing {
    display: none;
}
/* Evals pour/contre */
.pourcontre{
    background-color: #F6F6F6;
    padding: 10px;
    font-size: 17px;
    color: #5b5b5b;
    margin-bottom: 20px!important;
    padding: 3% 5%;
    width: 100%;
    font-family: Lato,Arial;
    display:inline-block;
}
.pourcontre ul{
    padding: 0;
    margin: 0 0 15px 0;
    list-style-type:none; 
}
.pourcontre li{
    padding: 8px 0;
    margin: 0;
    clear: both;
}
.pourcontre h2{
    font-family: Lato, Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
}
.pourcontre.pour{
    border-top: 10px solid #57bb30;
}
.pourcontre.contre{
    border-top: 10px solid #FF0061;
}
.pour h2{
    color: #57BB30;
}
.contre h2{
    color: #FF0061;
}
.pour .signe{
    color: #57BB30;
    float: left;
    width: 10%;
    position: relative;
}
.contre .signe{
    color: #FF0061;
    float: left;
    width: 10%;
    position: relative;
}
.pourcontre_libelle{
    float: left;
    width: 90%;
}

/*Calendrier de dispo des pages Booking */
.calendrier {
    border-collapse:collapse;
    color:#FFF;
    font-size:15px;
}
.calendrier th, .calendrier td {
    border:1px solid #d3d3d3;
    width:14%;
    text-align:center;													
}
.calendrier td {
    height: 60px;
}
.current_price {
    background-color: #57bb30;
    font-size: 15px;
    padding: 5px 1px 10px;
    line-height: 30px;
    color:#F0F0F0;
}
.current_price b{
    font-size: 13px;
    line-height: 14px;
    color:white;
}
.sold {
    background-color: #ff0061;
    font-size: 15px;
    padding: 5px 1px 10px;
    line-height: 30px;
    color:#F0F0F0;
}
.sold b{
    font-size: 13px;
    line-height: 14px;
    color:white;
}
.current_price.today {
    border: 4px solid green;
}
.sold.today {
    border: 4px solid red;
}
.past {
    background-color: #f0f0f0;
    color:#666;
    text-decoration:line-through;
}
.sejour_debut{
    border-left: 4px solid #474545 ! important;
}
.sejour{
    border-top: 4px solid #474545 ! important;
    border-bottom: 4px solid #474545 ! important;
}
.sejour_fin{
    border-right: 4px solid #474545 ! important;
}
/* FIN Calendrier de dispo des pages Booking */
.photos_chambres{
    margin:10px 15px;
    display:inline-block;
}
#mois_chart{
    font-size: 18px;
    margin-bottom: 15px;
}


/* Pages d'hotels Booking (responsive design site - aout 2015)*/
.nbpers_word{
    display: none;
}
.sidebar-box {
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 20px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}
.read-more .button{
    background-color: white;
    padding: 5px 10px;
    border-radius: 3px;
    color:#333;
    box-shadow: 1px 1px 5px #999;
}
.voir_carte_hotel_courant{
    color: #ff0061;
    text-decoration: none;
}
.voir_carte_hotel_courant:hover{   
    text-decoration: none;
}
.ligne_tarif{
    background-color: #F6F6F6;
    border-bottom: 1px solid #5b5b5b; 
    padding: 10px;
    margin: 0!important;
}
.carousel-inner .img-responsive {
    width:100%;
}
.public_transport
{
    width:21px;
    height:20px;
    text-decoration:none;
    display:block;
    float: left;
    background-image:url("/images2006/metro_rer.png");
}
.block_transport{
    margin: 7px 0;
    display:block;
}
#the_heart{
    color:#FF0061;
    padding-top: 10px; 
    font-size: 25px;
}
.logo_metro { background-position:0 0; }
.ligne1	{ background-position:433px 0; }
.ligne2	{ background-position:412px 0; }
.ligne3	{ background-position:390px 0; }
.ligne4	{ background-position:369px 0; }
.ligne5	{ background-position:347px 0; }
.ligne6	{ background-position:326px 0; }
.ligne7	{ background-position:304px 0; }
.ligne8	{ background-position:283px 0; }
.ligne9	{ background-position:261px 0; }
.ligne10 { background-position:239px 0; }
.ligne11 { background-position:217px 0; }
.ligne12 { background-position:195px 0; }
.ligne13 { background-position:173px 0; }
.ligne14 { background-position:151px 0; }
.logo_rer { background-position:130px 0; }
.ligneA { background-position:108px 0; }
.ligneB { background-position:86px 0; }
.ligneC { background-position:65px 0; }
.ligneD { background-position:44px 0; }
.ligneE { background-position:23px 0; }

.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}
.tab-content>.tab-pane.active {
    height: auto;
}

@media (max-width: 992px) { /* < 992px*/
    .bouton-resa, .bouton-recherche {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) { /* < 768px*/
    .bouton-resa-rooms {
        padding: 15px;
    }
    .bouton-resa-rooms, .room_choice {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .nbpers_word{
        display: inline;
    }
    .inputArriveeDepart{
        height: 36px;
        background-image:none;
        padding-right:0;
    }
    .bouton-recherche{
        padding: 10px 13px;
    }
    .ligne_tarif .text-right{
        text-align: left;
    }
}
// fin Pages d'hotels Booking
