h2.lined-heading.mb20 {
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.col-md-12 p, .col-md-8 p {
    font-size: 16px;
}

.form-control {
    color: #000 !important;
}

.col_adresse {
    font-size: 18px;
}

.col-md-8 .price h4 {
    font-size: 22px;
}

.col-md-8 .price p {
    font-size: 12px;
}

.nomargintop {
    margin-top: 0;
}

.nomarginbottom {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.position_relative {
    position: relative;
}

.text-balloon h5 {
    margin-top: 0;
}

.text-balloon {
    display: block;
    border: 1px solid #75c5cf;
    padding: 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 3px 0 0 rgba(117,197,207,0.22);
    box-shadow: 0 3px 0 0 rgba(117,197,207,0.22);
    margin: 0 10px 10px 8px;
}

.text-balloon:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1px;
    top: 30px;
    border-top: 7px solid;
    border-bottom: 7px solid;
    border-right: 10px solid;
    border-color: #fff #75c5cf transparent transparent;
}

.text-balloon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 1px;
    top: 30px;
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-right: 10px solid;
    border-color: transparent #fff transparent transparent;
}

#top-header, #top-header a {
    background: #272727;
    color: #d6d3d3;
    font-size: 11px;
}

.nav-tabs > li > a {
    padding: 15px;
}

.btn-warning {
    background-color: #b50e61;
    border-color: #8e0a4c;
    text-shadow: 0 -1px 0 #8e0a4c;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #e823a1;
    border-color: #8e0a4c;
}

.navbar.shrink #logo, header #logo {
    padding-right: 10px;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: #0a5c5f;
}

.footer-bottom p {
    font-size: 12px;
}

@media (min-width: 768px) {
header #logo {
    padding-top: 15px;
}
.navbar.shrink #logo {
    padding-bottom: 25px;
}
}

@media (max-width: 768px) {
.navbar-brand {
    padding: 5px 15px;
}
header #logo {
    margin-top: 15px;
}
.navbar #default-logo {
    width: 250px;
}
}

@media (min-width: 769px) {
.navbar-header {
    min-height: 96px !important;
}
}

@media (min-width: 750px) and (max-width: 767px){
.navbar .container {
    width: 750px !important;
}
}

@media (min-width: 768px) and (max-width: 991px){
.navbar .container {
    width: 970px !important;
}
}

@media (min-width: 992px) and (max-width: 1200px){
.navbar .container {
    width: 1170px !important;
}
}

.navbar-nav > li a {
    font-size: 16px;
}

.parallax-effect #parallax-pagetitle {
    background-repeat:no-repeat;
}


@media (min-width: 768px) and (max-width: 950px) {
.navbar-nav > li > a {
    padding-top: 32px !important;
    padding-right: 7px !important;
    padding-bottom: 32px !important;
    padding-left: 7px !important;
}

.navbar-nav > li:first-child {
    padding-left: 5px;
}
}

@media (min-width: 1200px) {
.navbar-nav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.navbar.shrink .navbar-nav > li > a{
    padding-top: 37px;
    padding-bottom: 27px;
}
}

body.home footer {
    margin-top: 0;
}

.calendar_reservation td, .calendar_reservation td a.common {
    background-color: #f9f9f9;
}

.calendar_reservation th {
    background-color: #edecee;
}

.imgleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.calendar_reservation {
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.price {
    padding: 10px 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    display: block;
    border: 1px dashed #ebebeb;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(234, 176, 55);
    border-bottom-color: rgb(212, 132, 5);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(212, 132, 5);
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: rgb(212, 132, 5);
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: rgb(212, 132, 5);
    border-top-style: dashed;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    text-align: center;
    text-shadow: rgb(210, 145, 40) 0px -1px 0px;
}

span.prix {
    font-size: 30px !important;
    font-style: bold !important;
    color: white !important;
}

.price h4 {
    color: #333;
    padding-right: 5px;
}

.price span {
    color: #979797;
    font-weight: normal;
    padding-left: 5px;
    font-size: 11px;
}

/*Facilities icons */
ul.room_facilities{ padding: 5px 0 15px 0;}
ul.room_facilities li{ display:block; float:left; height:26px; margin:0 20px 20px 0; text-indent:-9999px; width:24px;}
ul.room_facilities li a { cursor:pointer; display:block; height:26px; width:24px;}
ul.room_facilities li.lcd a{ background:url(../../img/starhotel/icons_room.png) no-repeat -1px 0;}
ul.room_facilities li.wifi a{ background:url(../../img/starhotel/icons_room.png) no-repeat -40px 0;}
ul.room_facilities li.safe a{ background:url(../../img/starhotel/icons_room.png) no-repeat -195px 0;}
ul.room_facilities li.bath a{ background:url(../../img/starhotel/icons_room.png) no-repeat -389px 0;}
ul.room_facilities li.loundry a{ background:url(../../img/starhotel/icons_room.png) no-repeat -234px 0;}
ul.room_facilities li.parking a{ background:url(../../img/starhotel/icons_room.png) no-repeat -466px 0;}
ul.room_facilities li.breakfast a{ background:url(../../img/starhotel/icons_room.png) no-repeat -117px 0;}
ul.room_facilities li.dinner a{ background:url(../../img/starhotel/icons_room.png) no-repeat -428px 0;}
ul.room_facilities li.air-warm a{ background:url(../../img/starhotel/icons_room.png) no-repeat -272px 0;}
ul.room_facilities li.air-cold a{ background:url(../../img/starhotel/icons_room.png) no-repeat -311px 0;}
ul.room_facilities li.swimming a{ background:url(../../img/starhotel/icons_room.png) no-repeat -350px 0;}
ul.room_facilities li.occupancy a{ background:url(../../img/starhotel/icons_room.png) no-repeat -78px 0;}
ul.room_facilities li.pet a{ background:url(../../img/starhotel/icons_room.png) no-repeat -156px 0;}

div.tooltip {
    text-indent: 0;
}

h4.tours { font-size:22px; background:url(../../img/images/tour-icon.png) center left no-repeat; padding-left:37px; height:30px; line-height:43px; width:89%; padding-bottom:10px;}

/*  Accordion used for tours */
.accordion{ width:97%; margin-top:5px; margin-bottom:20px}
.accordion dt a{display:block;font-size:16px;padding:5px 10px ; text-decoration:none;color: #333;background: #f5f5f5 url(../../img/images/plus.png) no-repeat center right;line-height:32px; transition: background .5s ease;margin-bottom:5px; }
.accordion dt a:hover,  .accordion dt.active a{text-decoration:none;background:#39bad2 url(../../img/images/plus.png) no-repeat center right;color:#fff;}
.accordion dd {display:none;padding:10px 10px 15px 10px;}

.glyphicon {
margin-right: 4px !important; /*override*/
}
.pagination .glyphicon {
margin-right: 0px !important; /*override*/
}
.pagination a {
color: #555;
}
.panel ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.news-item {
padding: 4px 4px;
margin: 0px;
border-bottom: 1px dotted #555;
}

.news-item img {
    margin-right: 10px;
}

.news-item table td {
    vertical-align: top;
}

#map_canvas, #access_map {
    height: 400px;
    margin-bottom: 30px;
}

/* carte touristique */

div.tab-content {
    padding: 10px 20px 30px;
    border-left: 1px solid #dcdddc;
    border-right: 1px solid #dcdddc;
    border-bottom: 1px solid #dbdddb;
    margin-bottom: 30px;
}
.tab-pane img {
    margin: 0 10px 10px;
    border: 1px solid #000000;
    padding: 3px;
    position: relative;
}

#map_tourisme{
    height: 600px;
    width: 100%;
}
.topbar .drapo{
    padding: 0px;
}

.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}

a.afftooltip {
    float: left;
    padding-left: 4px!important;
    padding-right: 4px !important;
}


.btn-mini i.fa{
    color: #8d8e8d;
}

div.ms-listing:hover{
    background-color: rgba(77, 77, 77, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

div.ms-listing {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid rgba(184, 184, 184, 0.36);
}

h5.filter {
    font-size: 18px;
    margin: 5px 0px 5px 0px;
}

div#filtre-type-lieu.form-group, div#filtre-ville.form-group {
    border: 1px solid rgba(158, 158, 158, 0.16);
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
}

div#filtre-type-lieu.form-group::after, div#filtre-ville.form-group::after{
    content: "";
    width: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/vita/img/elements/forms/select_arrows.png) center;
}

#filtre-type-lieu ul {
    display: none;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
}

#checkAllType, #filtre-type-lieu ul li.filtre.filtre-type input {
    position: absolute;
    left: 0%;
    margin: 0 auto;
}

li.filtre.filtre-type:hover {
    background-color: #e2e3e2;
}

div#filtre-type-lieu.form-group:hover ul {
    margin-bottom: 0;
    display: inline-block;
    background-color: #f9faf9;
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    border-style: solid;
    border: 1px solid rgba(158, 158, 158, 0.16);
    
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

div.well.filters {
    height: 600px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    color: #717171;
}

h4.filter_heading {
    margin-bottom: 0;
}

div.row.fil {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
}

div#ms-listings.ms-results {
        overflow: auto;
    height: 520px;
}

.filters li, li.filtre.filtre-type, li.filtre.filtre-ville {
    list-style: none;
    margin: 0 5px;
    font-size: 12px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(158, 158, 158, 0.16);
    position: relative;
    padding-left: 20px;
}

.filters li:first-child{
    color: #447124;
    font-weight: bold;
    background: rgba(125, 255, 0, .1);
}

div.listing div.row div.col-sm-2 {
    padding: 0;
}

.well.filters h3 {
    color: #e02000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
}

#map_tourisme {
    border: 1px solid rgba(158, 158, 158, 0.16);
}

.infoWindow h4 {
    margin-bottom: 5px;
}

.gm-style .gm-style-iw .vign {
    margin-bottom: 6px;
}
/* fin carte touristique */

ul.parsley-errors-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

li.parsley-required, li.parsley-type, li.parsley-length, li.parsley-pattern {
    color : red;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}