/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* GENERAL FEATURES */
 
select:-moz-focusring
{
	color: transparent;
    text-shadow: 0 0 0 #000;
}

.tm-container-background
{
	background: none;
	margin-bottom: 50px;
}

.tm-container:not(.tm-container-full-width)
{
	margin-top: 0;
}

.tm-navbar
{
	position: absolute;
	width: 100%;
	left: 0;
	background: none;
	padding: 0;
}

.tm-navbar .uk-navbar-brand
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

@media (max-width: 1399px) {
	.tm-navbar .uk-navbar-brand
	{
		margin: 0;
	}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.tm-navbar .uk-navbar-brand
	{
		margin: 10px 0 0 0;
	}
}
@media (min-width: 1500px) and (max-width: 1999px) {
	.tm-navbar .uk-navbar-brand
	{
		margin: 20px 0 0 0;
	}
}
@media (min-width: 2000px) {
	.tm-navbar .uk-navbar-brand
	{
		margin: 30px 0 0 0;
	}
}

.tm-navbar .uk-navbar-brand h1
{
	margin: 0 0 10px 0;
	font-weight: bold;
	color: white;
	text-transform: none;
}

.tm-navbar .uk-navbar-brand h2
{
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: white;
	text-transform: none;
}

.uk-navbar-brand
{
	margin: 0;
	height: auto;
	background: none;
}
 
.uk-article
{
	padding: 0;
	overflow: hidden;
}

.uk-article-title::before
{
	background: none;
}

.tt-article-home
{
	display: inline-block;
	overflow: hidden;
}

/* BIG SCREENS - DESKTOP */
@media (min-width: 1200px) {
	.tt-article-home
	{
		width: 250px;
		height: 250px;
		margin: 12px;
	}
	.tt-article-title
	{
		line-height: 250px;
	}
	.tt-article-home:not(.tt-article-search):nth-child(10n+1), .tt-article-home:not(.tt-article-search):nth-child(10n+8){
		width: 524px;
	}
	.tt-article-home:not(.tt-article-search):nth-child(10n+0), .tt-article-home:not(.tt-article-search):nth-child(10n+4){
		width: 798px;
	}
}

/* MEDIUM SCREENS - TABLETS */
@media (min-width: 768px) and (max-width: 1199px) {
	.tt-article-home
	{
		width: 45%;
		height: 250px;
	}
	.tt-article-title
	{
		line-height: 250px;
	}
	.tt-article-home:not(.tt-article-search):first-child, .tt-article-home:not(.tt-article-search):nth-child(3n+1){
		width: 92%;
		margin: 1% 2%;
	}
	.tt-article-home:not(.tt-article-search):nth-child(3n+2){
		margin: 1% 1% 1% 2%;
	}
	.tt-article-home:not(.tt-article-search):nth-child(3n+3){
		margin: 1% 2% 1% 1%;
	}
	.tt-article-search
	{
		margin: 1% 1% 1% 1%;
	}
}

/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	.tt-article-home
	{
		width: 96%;
		height: 150px;
		margin: 2%;
	}
	.tt-article-title
	{
		line-height: 150px;
	}
}

.tt-article-title
{
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.1);
	white-space: nowrap;
}

.uk-article + .uk-article
{
	border: none;
	margin-top: 12px;
}

/* ALIGN ALL ARTICLES - HOME */

.home .tm-content
{
	text-align: center;
	padding: 0;
}

/* MAKE IMAGE CERTAIN HEIGHT THANKS TO DIV CONTAINER */

.tt-image-link
{
	width: 100%;
	height: 100%;
}

div.tt-image-container
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* the background-image url is given directly on the PHP generator page */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.1);
	transition: transform 2s;
	background-color: #ccc;
}

div.tt-image-container:hover
{
	transform: scale(1.2);
}

/* STYLE ON DETAIL PAGE */

div.ttd-image-container
{
	overflow: hidden;
	width: 100%;
	height: 400px;
	/* the background-image url is given directly on the PHP generator page */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 2s;
}

.ttd-article-excerpt
{
	width: 100%;
	text-align: center;
	line-height: 400px;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
}

/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	div.ttd-image-container
	{
		height: 250px;
	}
	.ttd-article-excerpt
	{
		font-size: 25px;
		line-height: 370px;
	}
}

.ttd-article-title
{
	width: 100%;
	text-align: center;
	color: #f07027;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.tt-separator-line
{
	width: 100px;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

div.tm-article
{
	margin-top: 40px;
	padding-top: 20px;
	text-align: justify;
}

.tm-article a, .page .tm-container-background a:not(.uk-breadcrumb a, .sabai-dropdown-menu a, .tt-h2-a-city, a[class*=sabai-entity-id-])
{
	color: #f07027;
}

.tm-article a:hover, .page .tm-container-background a:not(.uk-breadcrumb a, .sabai-dropdown-menu a, .tt-h2-a-city, a[class*=sabai-entity-id-]):hover
{
	color: #f07027;
	text-decoration: underline;
}

.tm-middle
{
	border-top: none;
}

h3.uk-panel-title
{
	display: none;
}

.tm-block-divider:not([class*="tm-sidebar-"]), .tm-block-muted:not([class*="tm-sidebar-"])
{
	border-top: 0;
}

.tm-content > .uk-grid > .uk-width-medium-1-1, .tm-content > .uk-article > .tm-article:not(.page-id-222 .tm-article)
{
	max-width: 1200px;
	margin: auto;
}

.uk-breadcrumb
{
	max-width: 1200px;
	margin: 0 20px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tm-content .uk-breadcrumb
{
	padding-top: 15px;
}

@media (max-width: 1210px) {
	.tm-content > .uk-article > .tm-article, .uk-breadcrumb
	{
		margin: 0 10px !important;
	}
}

/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	.tm-content .uk-breadcrumb
	{
		padding-bottom: 15px;
	}
}

.uk-breadcrumb > li
{
	font-size: 0.9rem;
}

.uk-breadcrumb > li:nth-child(n+2):before
{
	margin: 0 4px;
	color: #ccc;
}

.uk-breadcrumb > .uk-active > span
{
	color: #f07027;
}

.uk-breadcrumb > li > a
{
	color: #8e9091;
}

.uk-breadcrumb > li > a:hover
{
	text-decoration: underline;
	color: #8e9091;
}

/* SEARCH */

div.uk-panel.uk-panel-space.widget_search
{
	text-align: center;
	padding: 30px 10px 20px 10px;
}

@media (max-width: 1199px) {
	body[class*=search] main#tm-content
	{
		padding: 2%;
	}
}

input.uk-search-field
{
	border-bottom: 1px solid #ccc;
	max-width: 250px;
	text-transform: none;
}

.uk-dropdown-search
{
	width: 250px;
	left: 0px;
}

.uk-dropdown-search > ul > li > a > div
{
	display: none;
}

.uk-dropdown
{
	padding: 10px;
}

/* GO BOTTOM */

.go-bottom
{
	text-align: center;
	display: inline-block;
	width: 100%;
    transition: margin-top 0.5s;
}

.go-bottom img
{
	width: 24px;
}

.go-bottom-h
{
	margin-top: 50px;
}

.go-bottom-h:hover
{
	margin-top: 55px;
    transition: margin-top 0.5s;
}

.go-bottom-d
{
	margin-top: 150px;
}

.go-bottom-d:hover
{
	margin-top: 155px;
    transition: margin-top 0.5s;
}

/* LOGO SMALL */

div.tm-logo-small.uk-navbar-content.uk-hidden-large
{
	position: absolute;
	text-align: center;
}

.tm-logo-small
{
	padding: 10px;
	letter-spacing: 0em;
	width: 100%;
}

.tm-logo-small h1, .tm-logo-small h2
{
	margin: 0 0 10px 0;
	color: white;
}

.tm-logo-small h1
{
	font-size: 1.5em;
}

.tm-logo-small h2
{
	font-size: 0.8em;
	line-height: 1.8em;
}

.uk-navbar-toggle
{
	color: white;
	padding: 60px 30px 30px 30px;
}

.uk-navbar-flip
{
	position: relative;
	z-index: 100;
}

.uk-navbar-flip:hover
{
	color: #ccc;
}

/* SABAI */

.fa-search:before
{
	content: "\f002";
}

.sabai-btn-primary
{
	background-color: #f07027 !important;
	border: none;
}

.sabai-btn-primary:hover
{
	background-color: #de561f !important;
}

.sabai-search
{
	background-color: #eaeaea;
	border: none;
}

.sabai-search input
{
	border-radius: 4px;
	border: none;
}

/* BIG SCREENS */
@media (min-width: 768px) {
	.sabai-col-sm-1, .sabai-col-sm-3, .sabai-col-sm-4
	{
		width: 25%;
	}
}

select.sabai-pull-right, .sabai-googlemaps-directions-mode
{
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none !important;
	border-radius: 4px;
	background-image: url('http://visiter-le-monde.com/wp-content/uploads/2016/02/open-menu.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	text-align: left;
}

.sabai-search select, .sabai-search input
{
	padding: 0 3px 0 10px !important;
}

div.sabai-pull-left.sabai-btn-group
{
	display: none;
}

.sabai-pull-right
{
	float: none !important;
	text-align: center;
}

.sabai-btn:not(.sabai-directory-btn-search, .sabai-directory-btn-directions)
{
	border-color: #eaeaea !important;
	color: #7b7d7f !important;
}

.sabai-btn:active, .sabai-btn.sabai-active
{
	border-color: #eaeaea !important;
	box-shadow: none;
	color: #000;
}

.sabai-btn-default
{
	border-color: #eaeaea !important;
}

.sabai-btn-default:hover, .sabai-btn-default:focus, .sabai-btn-default:active, .sabai-btn-default.sabai-active, .sabai-open>.sabai-dropdown-toggle.sabai-btn-default
{
	border-color: #eaeaea !important;
	background-color: #eaeaea !important;
}

.sabai-navigation>div>*, .sabai-navigation>div .sabai-btn-group
{
	margin-bottom: 0;
}

div#sabai-embed-wordpress-shortcode-1.sabai.sabai-embed
{
	margin-top: 30px;
}

.sabai-directory-listings-grid .sabai-entity, .sabai-googlemaps-infobox
{
	box-shadow: none;
	overflow: hidden;
}

.sabai-directory-listings-grid .sabai-directory-images, .sabai-googlemaps-infobox .sabai-directory-images
{
	height: 150px;
}

.sabai-directory-listings-grid .sabai-directory-images img, .sabai-googlemaps-infobox .sabai-directory-images img
{
	min-height: 150px;
	min-width: 100%;
}

.sabai-directory-listings-grid .sabai-directory-main, .sabai-googlemaps-infobox .sabai-directory-main
{
	position: absolute;
	bottom: 0;
	width: 100%;
	border: none;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}

.sabai-directory-listings-grid .sabai-directory-images:hover + .sabai-directory-main, .sabai-directory-listings-grid .sabai-directory-main:hover, .sabai-googlemaps-infobox .sabai-directory-images:hover + .sabai-directory-main, .sabai-googlemaps-infobox .sabai-directory-main:hover
{
	background-color: rgba(0,0,0,0.8);
}

.sabai-directory-listings-grid .sabai-directory-main a, .sabai-googlemaps-infobox .sabai-directory-main a
{
	color: white;
	margin-bottom: 0;
}

.sabai-directory-listings-grid .sabai-directory-main a:hover, .sabai-googlemaps-infobox .sabai-directory-main a:hover
{
	text-decoration: none;
}

.sabai-googlemaps-infobox .sabai-directory-images
{
	overflow: hidden;
}

.sabai-directory-listing-column .sabai-directory-images
{
	border: none;
}

i.fa.fa-map-marker.fa-fw
{
	margin-left: -3px;
}

div.sabai-directory-title, div.sabai-directory-body
{
	margin-bottom: .2em;
}

div.sabai-directory-body
{
	padding-right: 10px;
}

/* HIDE SOME ELEMENTS ON CITY DETAIL PAGE */
.single .sabai-directory-category, .single .sabai-directory-info, .sabai-entity-icon-directory-claimed, .single .sabai-directory-body > .licences, .single .sabai-directory-body > .timetable, .single .sabai-directory-body > .rating
{
	display: none;
}

.sabai-entity-mode-summary .sabai-directory-images:not(.sabai-directory-listing-column .sabai-directory-images)
{
	max-height: 100px;
	overflow: hidden;
	padding: 0;
}

#tt-close-map-a
{
	position: absolute;
	top: 0;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0;
	font-size: 30px;
	line-height: 48px;
}

.fa-map-closer:before
{
	content: "\f057";
}

/* MAP FIXED SMALL SCREENS */
@media (max-width: 782px) {
	#tt-close-map
	{
		position: fixed;
		z-index: 2002;
		padding: 0;
		top: 10px;
		right: 10px;
		height: 48px;
		width: 48px;
		background-color: white;
		overflow: hidden;
		border-radius: 2px;
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	}
	.sabai-directory-listings-map
	{
		position: fixed;
		z-index: 2001;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
	}
	.sabai-directory-map-header
	{
		display: none !important;
	}
	div.sabai-directory-map.sabai-googlemaps-map
	{
		height: 100% !important;
	}
}
@media (min-width: 783px) {
	#tt-close-map
	{
		display: none !important;
	}
}

.sabai-directory-listings-container>.sabai-navigation-bottom, .sabai-directory-listings-container>.sabai-navigation
{
	border-color: #eaeaea;
}

/* FOOTER */

.tm-footer
{
	position: fixed;
	z-index: 2000;
	bottom: 0;
	left: 0;
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-radius: 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	text-align: left;
}

.tm-footer a:hover
{
	color: #000;
}

.tm-footer > .uk-panel
{
	display: inline-block;
	vertical-align: middle;
}

.tm-footer > .uk-panel:first-child img
{
	width: 30px;
	opacity: 0.7;
}

.tm-footer > .uk-panel:first-child img:hover
{
	opacity: 1;
}

.tm-footer > .widget_nav_menu
{
	font-size: 12px;
	margin-left: 10px;
}

.tm-footer > .uk-panel:last-child
{
	position: absolute;
	right: 1%;
}

.fa-tt-top:before
{
	content: "\f077";
}

@media (max-width: 900px) {
	.tm-footer
	{
		width: 94%;
		padding: 5px 3%;
	}
	.tm-footer > .uk-panel:last-child
	{
		right: 3%;
	}
}

/* SABAI DETAIL PAGE ELEMENT-ENTITY */

body[class*="sabai-entity-id"] h1, body[class*="sabai-entity-id"] h2
{
	color: white;
	text-align: center;
	width: 98%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding-bottom: 0;
	padding: 0 1%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	body[class*="sabai-entity-id"] h1, body[class*="sabai-entity-id"] h2
	{
		font-size: 5vw;
	}
}

body[class*="sabai-entity-id"] h3
{
	width: 100%;
	text-align: center;
	color: #f07027;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

body[class*="sabai-entity-id"] #sabai-body .sabai-directory-images
{
	display: none;
}

body[class*="sabai-entity-id"] .sabai-body .sabai-directory-main
{
	float: none;
	width: auto;
	padding: 0;
}

body[class*="sabai-entity-id"] .sabai-body .sabai-directory-main, 
body[class*="sabai-entity-id"] .sabai-entity-buttons,
.page #sabai-inline,
body[class*="sabai-entity-id"] .sabai-row
{
	max-width: 1200px;
	margin: auto;
}

body[class*="sabai-entity-id"] #sabai-body .sabai-directory-main
{
	padding: 0;
}

@media (max-width: 1210px) {
	body[class*="sabai-entity-id"] .sabai-body .sabai-directory-main, 
	body[class*="sabai-entity-id"] .sabai-entity-buttons, 
	.page #sabai-inline
	{
		margin: 0 10px;
	}
}

p.tt-description
{
	max-width: 1200px;
	margin: 20px auto;
	text-align: justify;
}

@media (max-width: 1210px) {
	p.tt-description
	{
		margin: 20px 10px;
	}
}

body[class*="sabai-entity-id"] .tt-background-image
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
}

body[class*="sabai-entity-id"] .tt-background-color
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

body[class*="sabai-entity-id"] h1
{
	position: absolute;
	top: 155px;
}

body[class*="sabai-entity-id"] h2
{
	position: absolute;
	top: 170px;
}


/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	body[class*="sabai-entity-id"] .tt-background-image
	{
		height: 250px;
	}
	body[class*="sabai-entity-id"] h1
	{
		top: 145px;
	}
	body[class*="sabai-entity-id"] h2
	{
		top: 145px;
	}
}

.tt-h2-a-city
{
	color: #fff;
	text-decoration: none;
}

.tt-h2-a-city:hover
{
	color: #fff;
	text-decoration: underline;
}

body[class*="sabai-entity-id"] .sabai-entity-links,
body[class*="sabai-entity-id"] .sabai-directory-labels,
body[class*="sabai-entity-id"] .sabai-entity-buttons .sabai-btn-group:first-child,
body[class*="sabai-entity-id"] .sabai-entity-buttons .sabai-btn-group:last-child,
body[class*="sabai-entity-id"] #sabai-inline-content-photos .sabai-pull-right,
#sabai-inline-content-photos .sabai-navigation-bottom
{
	display: none;
}

body[class*="sabai-entity-id"] .sabai-directory-listing-photos .sabai-directory-photo
{
	padding: 0;
}

body[class*="sabai-entity-id"] .sabai-directory-listing-photos div[id*="sabai-entity-content"]
{
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #eaeaea;
}

@media (max-width: 782px) {
	body[class*="sabai-entity-id"] .sabai-directory-listings-list
	{
		padding: 0;
	}
	body[class*="sabai-entity-id"] .sabai-directory-listings-grid
	{
		padding: 16px 0;
	}
	body[class*="sabai-entity-id"] .sabai-tab-pane:last-child .sabai-directory-main
	{
		padding-right: 0;
	}
}

@media (min-width: 783px) {
	body[class*="sabai-entity-id"] .sabai-row .sabai-directory-listings
	{
		padding: 16px 0;
	}
}

#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-category,
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-contact,
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-social,
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-googlemaps-address,
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-body > .licences, 
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-body > .timetable, 
#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-body > .rating
{
	display: none;
}


/*#sabai-inline .sabai-tab-pane:not(.tt-display) .sabai-directory-info
{
	display: none;
}*/

.fa-best:before
{
	content: "\f06e";
}

i.fa.fa-best
{
	font-size: 0.7em;
	vertical-align: top;
	margin-left: 5px;
}

.sabai-tab-content
{
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: -1px !important;
}

.sabai-nav-tabs.sabai-nav-justified>li
{
	display: table-cell;
	width: 1%;
}

.sabai-nav-tabs.sabai-nav-justified>li a
{
	margin: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	white-space: nowrap;
}

.sabai-nav-tabs.sabai-nav-justified>li.sabai-active a
{
	border-bottom: 1px solid #fff;
}

.sabai-nav-tabs.sabai-nav-justified>li.sabai-active a:hover
{
	border-bottom: 1px solid #fff;
}

.fa-infos:before
{
	content: "\f02d";
}

.fa-photos:before
{
	content: "\f03e";
}

.fa-directions:before
{
	content: "\f126";
}

.fa-around:before
{
	content: "\f192";
}

.fa-infos, .fa-photos, .fa-directions, .fa-around
{
	margin-right: 7px !important;
}

/* SMALL SCREENS - PHONES */
@media (max-width: 767px) {
	.tt-infos-titles
	{
		display: none;
	}
	.fa-infos, .fa-photos, .fa-directions, .fa-around
	{
		margin: 0 !important;
	}
	body[class*="type-directory_listing"] .uk-breadcrumb .uk-active
	{
		display: none;
	}
}

.sabai-directory-location
{
	cursor: pointer;
}

.sabai-directory-distance
{
	margin: 0;
	color: white;
}

.sabai-directory-btn-directions
{
	line-height: 20px;
}

div[data-leg-index="0"] td:last-child, div[data-leg-index="1"] td:last-child
{
	padding-left: 25px;
}

.sabai-directory-photo-title
{
	padding: 0 5px;
	font-size: 0.6em;
}

.sabai-navigation.sabai-entity-buttons
{
	padding: 0;
}

.sabai-btn-group.sabai-open .sabai-dropdown-toggle
{
	box-shadow: none;
}

i.fa.fa-folder-open
{
	color: #8e9091;
}

.sabai-tab-pane:first-child .sabai-directory-info, body[class*="sabai-entity-id"] .sabai-directory-body
{
	border-top: 1px solid #eaeaea;
	padding-top: .7em;
}

.sabai-tab-pane:last-child .sabai-directory-info
{
	margin-bottom: .1em;
}

/* SMALL SCREENS - PHONES */
@media (max-width: 782px) {
	.sabai-directory-listings-with-map-listings > div:first-child
	{
		height: auto !important;
	}
}

#sabai-inline-content-nearby .sabai-directory-body
{
	display: none;
}

/* CONTACT FORM */

.page-id-222 .tm-article
{
	max-width: 800px;
	margin: auto;
}

.wpcf7-text
{
	width: 96%;
}

.wpcf7-textarea
{
	width: 98%;
}

.wpcf7-submit
{
	padding: 10px 20px 10px 20px;
	margin-top: 0px;
	border: none;
	background-color: #2b6ebb;
	border-radius: 3px;
	color: white;
	font-size: 1.2em;
	-webkit-appearance: none;
}

.wpcf7-submit:hover
{
	cursor: pointer;
	background-color: #19458a;
}

.wpcf7-form p:last-child
{
	text-align: right;
}

/* HIDEN PAGE CONTENTS IN SABAI DETAIL PAGE */

body[class*="sabai-entity-id"] .tt-hiden-sabai
{
	display: none;
}

/* FULL WIDTH SEARCH BAR */

@media (min-width: 768px) {
	.sabai-col-sm-2
	{
		width: 25%;
	}
}

/* DISPLAY GRID MEDIUM */

@media (min-width: 650px) and (max-width: 1000px) {
	body[class*=postid-] .sabai-col-xs-6
	{
		width: 33.33%;
	}
}

.sabai-directory-listings-with-map .sabai-directory-body
{
	display: none;
}

/* LIGHTBOX PHOTOS RESPONSIVE */

.pp_description, .pp_social
{
	display: none !important;
}

/* SABAI BOTTOM HAVE SPACE FOR ITINERARY SELECT */

body[class*=sabai-entity-id-] .uk-article
{
	padding-bottom: 100px !important;
}

@media (min-width: 768px) {	
	.sabai-googlemaps-directions-search div[class*=sabai-col]:first-child
	{
		width: 75%;
	}
}

.sabai-directory-photos
{
	background-color: rgba(0,0,0,0.1);
}

/* SEARCH */

.tt-search-container
{
	max-width: 1200px;
	text-align: center;
	margin: auto;
}

form#searchform.searchform
{
	text-align: center;
	margin: 10px 0 20px 0;
}

form#searchform.searchform label.screen-reader-text
{
	display: none;
}

form#searchform.searchform input#searchsubmit
{
	background-image: url('http://visiter-le-monde.com/wp-content/uploads/2016/04/search-icon.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	border: 0;
	width: 31px;
	height: 31px;
	margin: -5px 0 0 -30px;
	color: white;
	background-color: white;
}

form#searchform.searchform input#s
{
	border: 0;
	border-bottom: 1px solid #ccc;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	height: 40px;
	letter-spacing: normal;
	line-height: 26px;
	text-align: right;
	padding-right: 30px;
	width: 219px;
	max-width: 80%;
	margin-left: 4px;
}

form#searchform.searchform input#s:focus
{
	outline-style: none;
}

body[class*=search] h1
{
	text-align: center;
}

body[class*=search] .widget_text
{
	padding: 15px 0 0 0;
}

.tt-cat-no-link
{
	margin-bottom: .7em !important;
}

/* CONTACT PAGES VLM APPS */

/* 
page fr : .page-id-253
page en... à compléter
*/

.page-id-253 .tm-content
{
	margin-top: 35px;
}

.page-id-253 h1.uk-article-title
{
	text-transform: none;
}

.page-id-253 .tm-article
{
	max-width: 800px !important;
	margin: auto !important;
}

.page-id-253 .tt-hiden-sabai, .page-id-253 .tm-footer
{
	display: none;
}