/* Copyright (C) arrowthemes, Regular/Extended Licence */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Change yui calendar to be bigger */

.yui-calendar .calheader {
    width: 200px !important;
}
table.yui-calendar tr {
    font-size: 12px !important;
}

.lang-inline li a {
    color: #fff !important;
}

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(../../../images/stories/images_voyagesdelest/layout/bg.png) center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
body {
  	background: none;
}
/*body {
    /*background: url(../images/stories/images_action/layout/bg_dt_19293023.jpg) no-repeat top center fixed !important;
    background-size:cover;
    line-height: 20px; width:100%;*/
    
  /*  background: url(../../../images/stories/images_voyagesdelest/layout/bg.png) no-repeat center center fixed;
   min-height: 100% !important;
      background-size: cover;
}*/
/* Inner background transparency */

.content-texture,
.sheet,
.uk-dropdown,
.uk-modal-dialog,
#article-index,
.article-index,
.uk-sticky-placeholder #header-bottom.uk-active {
    background-color: #FCFCFC;
    background: url(../../../images/stories/images_action/fond-site50.png) repeat-y center top;
    /* background: url(../images/fond-site.png) repeat-y center top;*/
}
div#system h1.title,
div#system article.item {
    padding: 10px;
}
#innertop {
    background-color: white;
    margin: 10px 20px 30px;
}
/* Menu BG */

#menu {
    background: url(../images/mainmenu.png) repeat-x top left;
    background-color: white;
}

body #breadcrumbs 
{
    background: none;
    border-bottom: none;
    box-shadow: none;
}


/* Footer no BG */

#footer-block,
#bottom-c {
    background-color: inherit;
}
/* Address info at top of page */

.module._contact {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 18px;
    color: #666666;
    /*
  margin: 10px 0 12px;
*/
}
.top-headerbar-telephone {
    font-size: 34px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #891e64;
}
/* vertical align of logo based on header height */

#logo {
    line-height: 150px;
    padding-left: 20px;
}
#logo img {
    vertical-align: middle;
    padding-left: 5px;
    width: 435px;
}
#logo {
    line-height: 150px;
    padding-left: 20px;
}

#logo2 img {
    vertical-align: middle;
    padding-left: 5px;
    width: 250px;
}
/* promos at the bottom of page */

.btm-promo {
    transition: background 0.3s ease;
    /*added by kat 04192017*/
    
    margin: 0 auto;
    /*float: left;*/
    
    width: 200px !important;
    background-color: #ffffff;
    padding: 6px;
    -moz-box-shadow: 0px 0px 4px #d3d3d3;
    -webkit-box-shadow: 0px 0px 4px #d3d3d3;
    box-shadow: 0px 0px 4px #d3d3d3;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    -moz-box-sizing: inherit;
    box-sizing: content-box;
    line-height: 30px;
    margin-bottom: 10px;
}
a:link,
a:visited,
a:hover,
a:active,
h3,
.groupContainer .listing-summary .prix_cat {
    color: #891e64;
}
/* Menu at bottom of page */

.menu-footer {
    width: 100% !important;
    float: left;
    display: inline !important;
    text-align: center;
    font-size: 90%;
    color: #999;
}
.menu-footer ul {
    margin: 0 !important;
    padding: 5px 0px 5px 0px !important;
}
.menu-footer ul li {
    padding: 0 0 2px !important;
    display: inline !important;
}
.menu-footer ul li a,
.menu-footer ul li a span {
    display: inline;
}
.menu-footer ul li a:link,
.menu-footer ul li a:visited {
    color: #891e64 !important;
    padding: 3px;
    text-decoration: underline;
}
.menu-footer ul li a:hover {
    color: #ccc !important;
    background-color: #008fa8;
    border-radius: 10px / 10px !important;
    padding: 3px;
    text-decoration: none;
}
.menu-footer a.accueil img {
    padding-top: 16px;
    display: block !important;
    width: 50% !important;
}
#bottom-b {
    padding-bottom: 50px;
}
#footer-block {}
/* Footer top link */

.topLink:link,
.topLink:visited {
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 18px 6px 18px;
    background: url(../images/fleche-top.png) no-repeat 0px 6px;
    font-weight: normal;
}
.topLink:hover {
    color: #fff !important;
    text-decoration: none;
    padding: 12px 18px 6px 18px;
    background: #484861 url(../images/fleche-top.png) no-repeat 0px 6px;
    font-weight: bold;
    border-radius: 10px / 10px !important;
}
/* Copyright footer */

.copyright-text {
    font-size: 15px ! important;
}
.no-min-height {
    min-height: 0px !important;
}
/* Padding menu for responsive */

@media (max-width: 767px) {
    #header-responsive {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* Align responsive menu button higher */

#header-responsive .at-navbar {
    margin: auto;
}
/* Align copyright text in middle */

/*Bing add it 2017-05-17 to center copyright text in marriage page */
#copyright {
    width: 100% ! important;
}
/* end of bing's code */

#copyright div.copyright-text {
    display: block;
    text-align: center;
}
.uk-nav-offcanvas li a.accueil span span.icon {
    height: 20px;
    width: 20px;
}
.uk-nav-offcanvas ul.level2 {
    margin-left: 40px;
}
#engine_box .gbTab_holder li {
    width: 17%;
}
.float-left8 {
    width: 49%;
    margin-right: 1%;
    border: 1px solid;
    float: left;
}
.float-left9 {
    width: 47%;
    margin-left: 1%;
    border: 1px solid;
    float: right;
}

/* bing update the code here to make responsive 2017-04-27 */
@media (min-width: 768px) {
  div.formCaption {
    width:30% ! important;
  }
}

fieldset.formFieldset {
    padding: 0 ! important;
    position: relative;
    width: 100% ! important;
    padding-bottom: 20px ! important;
}
.rsform-block-message {
    width: 70% ! important;
}
@media (max-width: 480px) {
    .uk-form input {
        width: 250px ! important;
    }
    fieldset {
        width: 100% !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
  /* bing add it to make ipad and ipad pro 's question field does not cross each other with label and input */
  /*Begin */
    div.formCaption{
      width:30% ! important;
    }
  /* end of the change Bing to make label and input does not cross each other */

}

/* below code are copy from before START*/

li.rsform-block.rsform-block-nomcomplet {
    float: left;
    width: 100%;
}
.rsform-block.rsform-block-email {
    float: left;
}
.uk-form-controls > h4 {
    margin: 0px;
}
.rsform-block.rsform-block-nomcomplet {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-email {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-description-du-formulaire {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-tel {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-selectioncontact {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-commentaires {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-option_conseiller {
    float: left;
  	width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-captchacours {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-envoyer {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-entreprise {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-ville {
    float: left;
    width: 100%;
    list-style: none;
}
.rsform-block.rsform-block-reference {
    float: left;
    width: 100%;
    list-style: none;
}
.formCaption2 {
    width: 100%;
    margin-top: 20px;
    width: 100%;
}
.custom {
    padding: 10px 20px;
}
/* below code are copy from before END */
/* end of bing update for the form 2017-04-27 */


.gb_group_wrapper #gb_group_list_holder .gb_packs_left {
    bottom: 10px !important;
}
#engine_box .gbTab_holder li {
    width: 15% !important;
}
.pub_50 {
    margin-top: -50px;
    margin-bottom: 100px;
}
.thumbnail_content {
    width: 1118px !important;
}
.thumbnail_ul li {
    margin-right: 25px !important;
}
.gb_best_price {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}
/*04112017*/

#modstalker {
    width: 100%;
}
#modstalker ul {
    background: none!important;
    list-style: none!important;
    margin: 0px!important;
    padding: 0px!important;
}
#modstalker ul li {
    background: none!important;
    list-style: none!important;
    margin: 0px!important;
    padding: 0px!important;
}
#modstalkerleft {
    text-align: left;
    float: left;
    width: auto;
}
#modstalkerright {
    text-align: right;
    float: right;
    width: auto;
}
#modstalkercenter {
    text-align: center;
    margin: 0px auto;
}
#modstalkerhoriz {
    text-align: center;
    float: none;
    width: auto;
}
#modstalker .leftnotext {
    padding: 0px 2px 1px 0px;
    float: left;
}
#modstalker .rightnotext {
    padding: 0px 2px 1px 0px;
    display: inline;
}
#modstalker .centernotext,
#modstalker .horiznotext {
    display: inline;
}
#modstalker .leftwithtext,
#modstalker .rightwithtext,
#modstalker .centerwithtext {
    float: none;
    display: block;
}
#modstalker .horizwithtext {
    float: none;
    display: inline;
}
#modstalker .clear {
    clear: both;
}
#modstalker a {
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}
#modstalker a:hover {
    text-decoration: none;
    color: #FF0000;
    white-space: nowrap;
}
#modstalker img {
    vertical-align: middle;
    border: 0;
    margin: 2px;
}
#header-right .module {
    float: right !important;
}
#agent_box {
    width: 100% !important;
}
/* bing add it 20170420 to make it smaller for tab */
/*@media (min-width: 767px) {
  
  #engine_box #engine_inner ul.gbTab_holder li {
      width: initial !important;
  }
}

#engine_box .gbEngine_inner form .submit_holder {
    /* overflow: visible ! important; 
}
#engine_box .gbEngine_inner {
   /* background-color: #fec541! important;
}*/
/* to make agent pic section nice */
/* Bing add it to make mobile responsive for thumbnail  begin*/
/* thumbnail_ul class in lin 289 need to delete if it exist */

@media (min-width: 1200px) {
    .thumbnail_ul {
        margin-left: 50px !important;
    }
}
/* for table ipad mode, some site is not showing headr logo need to check responsive line 141 */
/*@media (max-width:800px) {
    #header-top {
   display: none !important;
    }
    }
 */

@media (min-width: 100px) and (max-width: 479px) {
    .gb-plugin-s #thumbnail_avatar {
        margin: 0 auto;
        text-align: center;
        width: 100%! important;
        display: block ! important;
    }
    .gb-plugin-xs #thumbnail_avatar {
        margin: 0 auto;
        text-align: center;
        width: 100%! important;
    }
    .gb-plugin-xs #thumbnail_avatar img {
        width: 130px! important;
    }
    .gb-plugin-s #thumbnail_avatar img {
        width: 130px! important;
    }
    .thumbnail_name h3 {
        text-align: center! important;
    }
    .thumbnail_name span {
        margin-bottom: 0px ! important;
    }
    .thumbnail_name h3 {
        padding-bottom: 0px ! important;
    }
    .gb-plugin-s .thumbnail_info {
        width: 96% ! important;
        padding-left: 2%;
        padding-right: 2%;
    }
    .gb-plugin-xs .thumbnail_info {
        width: 96% ! important;
        padding-left: 2%;
        padding-right: 2%;
    }
    .thumbnail_ul {
        margin-left: 10px ! important;
        margin-right: 10px ! important;
    }
    .thumbnail_social a img {
        /* display:none ! important;*/
    }
    .gb-plugin-s .thumbnail_social {
        /*display: none! important;*/
    }
    .gb-plugin-xs .thumbnail_social {
        width: 90%! important;
        margin-left: 5%! important;
        margin-right: 5%! important;
    }
    .gb-plugin-s .thumbnail_social {
        width: 90%! important;
        margin-left: 5%! important;
        margin-right: 5%! important;
    }
    .thumbnail_box {
        line-height: 20px;
        text-align: center;
    }
    .gb-plugin-s #thumbnail_avatar img {
        border-radius: 15px;
    }
    .gb-plugin-s .thumbnail_content {
        border-radius: 10px;
    }
    .gb-plugin-xs #thumbnail_avatar img {
        border-radius: 15px;
    }
    .gb-plugin-xs .thumbnail_content {
        border-radius: 10px;
    }
}
/* end */
/* bing add it to make tablet responsive */

@media (min-width: 809px) and (max-width: 1024px) {
    .thumbnail_ul {
        padding-left: 90px ! important;
    }
    .gb-plugin-l .thumbnail_ul li {
        width: 25% ! important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .gb-plugin-l .thumbnail_ul li {
        width: 25% ! important;
    }
}
@media (min-width: 479px) and (max-width: 809px) {
    .flexslider .slides img {
        display: none! important;
    }
    .gb-plugin-m .thumbnail_concours .pubzone .flexslider {
        display: none! important;
    }
}
/* concours page 2017-04-26 need to fix responsive */
/* below code is not working */

@media (max-width: 480px) {
    #formulaire table #tab-formulaire tbody tr.champ td {
        width: 30% ! important;
    }
    #tab-formulaire > tbody > tr> td {
        width: 30% ! important;
    }
}
/* added by kat 5/3/2017 */
	#header-top {
    min-height: 185px;
    margin: 0 auto;
}

/* Bing 2017-05-17 to make wedding page copyright and gotoTop button align right */
#copyright .module {
  display: block ! important;
   text-align: center! important;
  font-size: 15px;
}

/* Bing add 2017-05-18 to make mobile tab */
/*@media (min-width: 360px) and (max-width:  410px) {
    #engine_box.gb-plugin-xs .gbTab_holder li a
    {
     	 width:38px ! important; 
  	}
}*/
@media (min-width: 320px) and (max-width:  359px) {
    #engine_box.gb-plugin-xs .gbTab_holder li a
  	{
      	width: 34px ! important; 
 	}
}


@media (max-width: 1024px)
{
  /*ACCUEIL - Carrousel*/
  #breadcrumbs 
  {
    display: block !important;
	}
  #breadcrumbs .wrapper {
    padding: 10px 10px 0px !important;
}
  .wk-slideshow.wk-slideshow-default {
    margin: 0px 0px 0px 10px;
	}
}
/* Bing add at 2017-05-23
add extra field to make date and month in one line. active the si-autre field(6) and add following css to display blank in desktop and  hide it in mobile view */

/*@media only screen and (min-width: 1200px)
{
 .rsform-block-si-autre >.uk-form-label {
      color: #fCFCFC ! important;
  }
  .rsform-block-si-autre >.formControls input[type=text]{
    border: 1px solid #fCFCFC ! important;
    background: #fCFCFC ! important;
    pointer-events: none! important;
  }
}
@media only screen and (max-width: 1200px)
{
  .rsform-block-si-autre{
    display:none! important;
}
}*/

/* Bing VED 1189 info-destination page */
#system > article {
 /*  min-height: 1050px ! important; */
}
/*end of Bing for VED-1189

/* Bing 2017-06-09  VED-196 to capital the first letter of the DATE */
#toolbar .toolbar-l.uk-float-left > time::first-letter{
   text-transform :uppercase;
}
@media (max-width:959px) {
  #logo2{
    display: none ! important;
      } 
}
@media (min-width:959px) and (max-width:1145px) {
  #logo2{
    width: 150px;
      } 
}   
/*
|  Accueil
\_________________________________________________*/
  
/*Carrousel*/
.wk-slideshow.wk-slideshow-default 
{
	margin: 72px 0px 7px 10px;
} 
      
.wk-slideshow.wk-slideshow-default:hover 
{
	opacity:0.8;
} 

.wk-slideshow-default .nav 
{
    margin-top: -30px;
    text-align: center;
    z-index: 1000;
    position: relative;
}

@media (max-width: 1024px)
{
  /*ACCUEIL - Carrousel*/
  #breadcrumbs 
  {
    display: block !important;
	}
  
  #breadcrumbs .wrapper 
  {
    padding: 10px 10px 0px !important;
	}
  
  .wk-slideshow.wk-slideshow-default 
  {
    margin: 0px 0px 0px 10px;
	}
  
}
