@import url("/layouts/joomla/layout-optimized/custom-responsive.css");

:root {
  --color-theme: #1582c2;
  --color-theme-darken: #13689b;
  --color-filter-theme-darken: brightness(0) saturate(100%) invert(45%) sepia(6%) saturate(4831%) hue-rotate(160deg) brightness(82%) contrast(115%);
}

/* Cache element de menu Voyages Sportifs en anglais */
html[lang="en-gb"] #header #menu .item333 {
    display: none;
}

body #header .uk-sticky-placeholder {
    height: 0 !important;
}

#header-right {
    width: 200px;
}

/* Espacement menu footer */
#footer-block a {
    padding: 4px;
}

/* Couleur navigation voyages sportifs */
#page.voyages-sportifs #maininner ul li a{
  color: #13689B;
}
/* survol */
#page.voyages-sportifs #maininner ul li a:hover{
  color: #6e9bc5;
}


/*

Mobile

*/

@media (max-width: 1024px){
  /* Cacher language switcher sur tablette */
  #offcanvas .module.lang.deepest {
    display: none;
  }
}

/* Entête */
@media (max-width: 767px) {
    body #header .logo {
        width: 130px !important;
        position: absolute;
        left: 42%;
        right: 77%;
        top: -6px;
    }

    #header .header-right .top-headerbar-telephone:not(:has(> a)) {
        visibility: hidden;
    }
        #header .header-right .top-headerbar-telephone:not(:has(> a)):before {
            content: "\f095";
            font-family: FontAwesome;
            visibility: visible;
            position: absolute;
            font-size: 30px;
            right: 0;
            top: 20%;
            color: var(--color-theme);
        }
        
            #header .header-right .top-headerbar-telephone a {
                top: -12px;
            }
  
  /* position langue sur tablette et mobile */
  #offcanvas .module.lang.deepest {
      display: block;
      height: auto;
      padding-bottom: 0;
      margin-bottom: -25px;
  }
      /* Enleve point */
      #offcanvas .lang .mod-languageslang ul {
          list-style-type: none;
          padding-left: 15px;
      }
          /* Couleur language switcher */
          #offcanvas .lang .mod-languageslang ul li a {
              color: black;
          }
}

@media (max-width: 480px){
    body #header .logo {
        left: 36%;
    }
}


/* 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;
}
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_lesvoyagessimonpelletier/layout/bg.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
/*
html,body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  	background: url(../../../images/stories/images_lesvoyagessimonpelletier/layout/bg.jpg) no-repeat center center fixed;
}
*/
body {
  	background: none;
    /*background: url(../images/stories/images_lesvoyagessimonpelletier/layout/bg.jpg) no-repeat top center fixed !important;
    background-size:cover;
    line-height: 20px; width:100%;*/
    
    /*
    background: url(../../../images/stories/images_lesvoyagessimonpelletier/layout/bg.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
  min-height: 100% !important;
   	height: 100vh;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-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;
}

.toolbar-l
{
  font-size: 15px;
  line-height: 30px;
  font-family: 'Varela Round', sans-serif;
}

/* Menu BG */

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

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

body .module._contact {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 18px;
    color: #333333;
    /*
  margin: 10px 0 12px;
*/
}
.top-headerbar-telephone {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
	font-family: 'Varela Round', sans-serif;
}

body .module._contact { 
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	line-height: 30px;
	}
	
body #toolbar a {
    color: white;
	}	
/* vertical align of logo based on header height */

#logo {
    line-height: 150px;
    padding-left: 20px;
}
#logo img {
    vertical-align: middle;
    padding-left: 5px;
  	max-width: 400px;
    margin: 20px 20px 20px 0;
}
/* 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: #6e9bc5;
}
/* 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: #063a52 !important;
    padding: 3px;
    text-decoration: underline;
}
*/
.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: 100% !important;
}
.thumbnail_ul li {
    margin-right: 1% !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: 215px;
    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;
  color: #063a52 !important;
}

@media (max-width:  410px) {
  #footer .menu-footer ul li 
  {
      display: block !important;
  }
}

/* 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; 
 	}
}

/* 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;
}

/* added by kat to fix responsive issue*/


  #bottom-b {
       padding-top: 40px;
}

#footer {
  width: 100% !important;
  font-size: 1.3em !important;
}
@media only screen and (max-width: 768px)

.gb_agent_wrapper .gb_tabber_wrapper {
  display: none !important;
  padding: 0 !important;margin:0 !important;
}

/* Testing for vignette display*/

/*@media (max-width: 860px)
  #top-b {
    display: inline !important;
}

@media (max-width: 479px) and (min-width: 100px)
custom.css:529
.gb-plugin-xs #thumbnail_avatar {
    margin: 0 auto;
    text-align: center;
    width: 100%! important; 
}

@media (max-width: 479px) and (min-width: 100px)
custom.css:554
.gb-plugin-xs .thumbnail_info {
    width: 60% ! important; 
    padding-left: 0%;
    padding-right: 0%; 
}

.thumbnail_concours {
   display: none;
}

*/

/*Horizontal Moteur*/


#engine_box .gbTab_holder li {
        width: 14% !important;
}

