/* 
    Document   : delforge
    Created on : 8 juin 2014, 12:40:11
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

.ui-tooltip,
.arrow:after {
    background: #c6c7c8;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 8px;
    font: normal 10px 'Montserrat', sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    width: 150px;
    text-align: center;
    position: fixed;
}

.ui-tooltip-content {
    text-align: center;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/**/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background-color: white;
}

h1 {
    font-family: 'Playball', cursive;
}

.ajaxPages,
.ajaxActivites {
    font-size: 1.5em;
}

#ajaxPageContent .ajaxPages {
    font-size: 12px;
}

.wp-caption {
    margin-bottom: 14px;
}

#content .section h1 {
    font-size: 4em;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px
}

.stop h1 {
    font-size: 8em;
    margin: 0;
    padding: 0;
    margin-top: 220px;
    text-align: center;
    color: white;
    line-height: 100px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.stop h2 {
    font-size: 3em;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.site-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    text-transform: uppercase
}

#scrollFade {
    bottom: 60px;
    position: absolute;
    text-align: center;
}

#scrollFade img {
    height: 60px;
    width: 60px;
}

#headerImg {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.stop {
    background-image: url('bg/0.jpg');
}

.home #headerImg {
    background-image: url('bg/0.jpg');
}

.pageContact #headerImg {
    background-image: url('bg/IMG_8079_web.jpg');
}

.pageActivite #headerImg {
    background-image: url('bg/gite_de_lhonneux_activites.jpg');
}

.fixedTop {
    position: fixed;
    top: 0;
}

.active {
    display: block;
    background-color: yellowgreen;
    color: yellowGreen;
}

.section {
    width: 1000px;
    margin: auto;
    padding: 20px;
    overflow: hidden;
}

.miniIconeWarper {
    width: 80px;
    height: 80px;
    position: absolute;
    border: 6px solid white;
    top: -31px;
    border-radius: 50px;
    overflow: hidden;
    background-color: white;
    text-align: center;
    left:50%;
    margin-left:-40px;
}

.newItemGalleryWarperWarper {
    width: 240px;
    height: 240px;
    float: left;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.contentLinkWarper {
    width: 240px;
    height: 240px;
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
}

.contentLinkWarper img {
    width: 100%;
    height: auto;
}

.newItemGalleryWarper {
    position: relative;
    display: block;
}

.newItemGalleryWarperWarper:hover .newItemGalleryWarper {
    bottom: 240px;
}

.tbaleCell {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
    height: 240px;
    font-size: 1.3em;
}

#btnPlan {
    background: url("images/pictoPlan.png") left center no-repeat;
    background-color: yellowgreen;
    height: 50px;
    color: white;
    cursor: pointer;
    padding-left: 90px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 20px;
}

.bgNoColor {
    background-color: whitesmoke;
    margin-top: 31px;
    background-color: none;
    position: relative
}

.bgNoColor .miniIconeWarper {
    border: 6px solid whiteSmoke;
    background-color: whiteSmoke;
}

.bgColor {
    background-color: white;
    position: relative
}

.section1 {
    background-color: whitesmoke;
}

.stop {
    padding: 0px;
}

#flechescroll {
    display: none;
}

.colone {
    width: 320px;
    float: left;
    margin-left: 20px
}

.colone p {
    margin-bottom: 10px
}

.firstCol {
    margin: 0px;
}

#ajaxPageContent {
    min-height: 500px;
    overflow: auto;
}

.itemGallery {
    margin: 5px;
    height: 100px;
    width: auto;
}

.intraLink {
    display: block;
    position: relative;
    bottom: 40px;
}

.site-info {
    text-align: center;
    color: yellowgreen;
    font-size: 1.5em;
    padding: 15px 10px;
}

.site-info a {
    color: yellowgreen;
}

.site-footer {
    background-color: #000;
    font-size: 12px;
    position: relative;
    z-index: 3;
}

#googleMap {
    height: 400px;
}

.doubleCol {
    float: right;
    margin-left: 20px;
    width: 660px;
}

.doubleCol p {
    margin-bottom: 10px;
    font-size: 12px;
}

.infoAct {
    background-color: yellowgreen;
    color: white;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    line-height: 17px;
    margin: 15px 0;
}

.infoAct .colone {
    width: 290px;
    vertical-align: top;
}

.infoAct .colone a {
    vertical-align: top;
}

.gallery {
    margin: 0px;
    width: 660px;
}

.gallery-item {
    width: 65px;
    height: 65px;
    margin: 0 9px 9px 0;
}

.actiWarper {
    overflow: hidden;
    margin-bottom: 40px;
}

.actiWarper .colone {
    position: relative;
}

.actiWarper>.firstCol {
    text-align: center;
}

.dateBox {
    width: 55px;
    height: 45px;
    border: 10px solid whiteSmoke;
    padding: 10px;
    color: white;
    background-color: #c8c8c8;
    font-size: 21px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding-top: 15px;
}

.nbJour {
    font-size: 42px;
}

.dateWarper {
    position: relative;
    bottom: 35px;
    text-align: center;
}

.dateTiret {
    width: 20px;
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    color: #c8c8c8;
}

.datePreMenu {
    position: relative;
    margin: 0 !important
}

.datePreMenu .dateWarper {
    position: static;
    bottom: 0;
    text-align: center;
}

.datePreMenu .dateTiret {
    height: 85px;
    background-color: #D9D9D9;
    color: white;
    float: left;
    text-align: center;
    width: 12px;
}

.datePreMenu .dateBox {
    border: none;
    float: left;
    line-height: 20px;
    padding-top: 21px;
    margin: 0px;
}

.linkDate {
    text-decoration: none;
    display: inline-block;
    margin: 0 7px 7px 7px;
}

.linkDate:hover {
    text-decoration: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.eventTitleSlide {
    width: 230px;
    height: 85px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 0px;
    left: 85px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.linkDate:hover .eventTitleSlide {
    display: block;
}

.infoAct a {
    color: white;
    text-decoration: underline;
}

.actiLogoFrontWarper {
    position: relative;
    top: -25px;
    width: 320px;
    text-align: center;
}

.actiLogoFrontWarper img {
    max-width: 180px;
    height: auto;
    background-color: white;
    border: 6px solid yellowGreen
}

.icFacilities {
    float: left;
    height: 45px;
}

.formContact {
    float: left;
}

.contactColDroite {
    width: 320px;
    float: left;
}

.infoBoxContact {
    padding: 15px;
    background-color: yellowgreen;
    color: white;
    line-height: 10px;
}

.infoBoxContact a {
    color: white;
    vertical-align: top
}

.iconeActi {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    text-indent: -9999px;
    background-size: 20px;
    background-position: center bottom;
}

.icAdress {
    background-image: url("images/icon/home11.svg")
}

.icKm {
    background-image: url("images/icon/location12.svg")
}

.icWeb {
    background-image: url("images/icon/frontal.svg")
}

.icMail {
    background-image: url("images/icon/mail5.svg")
}

.icPhone {
    background-image: url("images/icon/phone14.svg")
}

.icMobile {
    background-image: url("images/icon/mobile5.svg")
}

h3 {
    margin: 30px 0px 15px 0px;
}

.pageActivite h3 {
    margin: 0px 0px 15px 0px;
}

.home .s1 h2 {
    margin-top: 0px;
    font-size: 20px;
}

.fontLabels {
    text-align: center;
}

.fontLabels img {
    margin: 0 10px;
    height: 50px;
    width: auto;
}

.itemTesti {
    float: left;
    width: 25%;
    box-sizing:border-box;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
}

.itemTesti img {
    border-radius: 300px;
    margin-bottom: 10px;
}

.itemTesti h6 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0px
}

.colone a>img {
    border: 5px solid lightGrey;
    border-radius: 3px;
    max-width: 96%;
    height: auto;
}

#itineraire {
    margin-bottom: 20px;
}

.curentAjaxItem {
    border-bottom: 2px solid yellowgreen;
    border-top: 2px solid yellowgreen;
}

.qtranxs_language_chooser{margin:60px 0 0 0;padding:0;text-align: center;list-style-type: none;}
.qtranxs_language_chooser li{display:inline-block;padding:5px;border-radius:2px;background-color:white; opacity:0.5;margin:5px}
.qtranxs_language_chooser li img{display: block;}
.qtranxs_language_chooser li.active{opacity: 1;background-color: white}

.qtranxs_language_chooser li.lang-en{display:none;}

@media screen and (max-width: 1040px) {
    .section {
        width: 743px;
    }
    .colone {
        width: 230px;
    }
    .doubleCol {
        width: 490px;
    }
    .doubleCol h3 {
        margin-top: 0pc;
    }
    .actiLogoFrontWarper {
        width: 230px;
    }
    .infoAct {
        padding: 15px;
    }
    .infoAct .colone {
        width: 220px;
    }
    .actiLogoFrontWarper img {
        max-width: 140px;
    }
}

@media screen and (max-width: 783px) {

    #flechescroll {
        display: block;
        width: 100%;
        height: 23px;
        background: url("images/flecheTable.png") center top no-repeat;
    }
    .tarifWarper strong {
        display: block;
    }
    .itemTesti {
        margin-bottom: 20px;
        width: 50%;
    }
    .fancybox-inner .itemTesti {
        margin-bottom: 0px;
        width: 80%;
    }
    .section {
        width: auto;
        text-align: center;
    }
    .colone {
        width: auto;
        margin: 0;
        text-align: left;
        float: none;
    }
    .stop h1 {
        font-size: 5em;
        margin-top: 130px;
        line-height: 69px;
    }
    .stop h2 {
        font-size: 2em;
    }
    #masthead {
        position: fixed;
        top: 0px;
    }
    #headerImg {
        margin-top: 48px;
        border-bottom: 8px solid yellowgreen;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.7)
    }
    #content .section h1 {
        font-size: 2em;
        display: block;
        margin-bottom: 10px;
    }
    #ajaxPageContent,
    #ajaxActivitesContent {
        margin-top: 15px;
    }
    .itemGallery {
        width: 29%;
        margin: 1%;
    }
    .actiLogoFrontWarper {
        width: auto;
    }
    .doubleCol {
        width: auto;
        float: none;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .infoAct .colone {
        font-size: 14px;
        line-height: 14px;
        width: auto;
    }
    .primary-navigation.toggled-on {
        padding: 50px 0 16px;
    }
    .home #headerImg {
        background-image: url('bg/0-phone.jpg');
    }
    .pageContact #headerImg {
        background-image: url('bg/IMG_8079_web_phone.jpg');
    }
    .pageActivite #headerImg {
        background-image: url('bg/gite_de_lhonneux_activites_phone.jpg');
    }
    .ContactContentWarper {
        text-align: left;
    }
    .newItemGalleryWarperWarper {
        display: inline-block;
        float: none;
        width: 100px;
        height: 100px;
    }
    .contentLinkWarper {
        width: 100px;
        height: 100px;
    }
    .contentLinkWarper>div {
        height: 100px!important
    }
    .newItemGalleryWarperWarper:hover .newItemGalleryWarper {
        bottom: 100px;
    }
}
@media screen and (max-width: 400px) {
.itemTesti {
        margin-bottom: 20px;
        width: 100%;
    }
    }
#signatureYves {
    display: block;
    position: absolute;
    bottom: 70px;
    right: 0;
    height: 68px;
}

#signatureYves img {
    height: 68px;
    width: auto;
}

.more-link {
    display: block;
    text-align: center
}