@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

#navFormParameters {
 	background: url("qsPortal/Themes/Default/Images/nav-javascript.gif") top center no-repeat;   
}

.text-warning-temp {
    position: absolute;
    z-index: 100;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #f9cf03;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    transform: rotate(-10deg);
    top: 180px;
}

.social-icons a {
    display: inline-block;
    padding: 0px 2px;
}

.social-icons a .fa {
    font-size: 30px;
}

.social-icons-header {
	float: right;
    width: 100px;
}

.social-icons-container {
	position: absolute;
    z-index: 10;
    margin-top:20px;
}

.social-icons-header a {
    display: inline-block;
}

.social-icons-header a .fa {
    font-size: 40px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

#quickbar-container {
    z-index: 1040 !important;
}

.syspopupMenu {
    z-index: 1041 !important;
}


body.bodyPotentille, body.bodyVente {
    background: #202d9d;
    background: linear-gradient(#202d9d, #202873);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #270786;
}

body .switchmenu a {
    color: #FFFFFF !important;
    padding-top: 5px !important;
    margin-top: 40px !important;
    background-color: #063cdc;
}

body .potentilleMenu a {
    padding-top: 5px !important;
    margin-top: 40px !important;
}

body .switchmenu a:hover {
    color: inherit !important;
}

.bgButton {
    display: none;   
}

body.bodyLac .bgButton.btnLac {
    display: block;   
}

body.bodyPont .bgButton.btnPont {
    display: block;   
}

body.bodySapins .bgButton.btnSapins {
    display: block;   
}

body.bodyVente .bgButton {
    display: block;   
}

/* THEME LAC */

body.bodyLac {
    background: #202d9d;
    background: linear-gradient(#202d9d, #202873);
    /*
    background: #303961;
    background: linear-gradient(#303961, #1c1e2c);
    */
}

.colLac, .colLac * {
    color: #32379f;
}

body.bodyLac .dropdown-menu > .active > a,
body.bodyLac .dropdown-menu > .active > a:hover,
body.bodyLac .dropdown-menu > .active > a:focus {
    background-color: #303961;
}

body.bodyLac .switchmenu a {
    background-color: #063cdc;
}

/* THEME PONT */

body.bodyPont {
    background: #4f3d2a;
    background: linear-gradient(#4f3d2a, #302f20);
}

body.bodyPont .contact {
    background: #4f3d2a;
}

body.bodyPont .nav-tabs > li.active > a,
body.bodyPont .nav-tabs > li > a:hover {
    color: #FFFFFF;
    background: #4f3d2a;
}

body.bodyPont .nav-tabs > li > a {
    color: #4f3d2a;
}

.colPont, .colPont *,
body.bodyPont,
body.bodyPont .tpListHome *,
body.bodySapins a,
body.bodyPont .navbar-default .navbar-nav > li > a,
body.bodyPont .navbar-default .navbar-nav > .active > a,
body.bodyPont .navbar-default .navbar-nav > .active > a:hover,
body.bodyPont .navbar-default .navbar-nav > .active > a:focus,
body.bodyPont h4 {
    color: #4d3c2a;
}

body.bodyPont .contact * {
    color: #d3b76c;
}

body.bodyPont .copyright {
    background: #2b2615;
}

body.bodyPont .dropdown-menu > .active > a,
body.bodyPont .dropdown-menu > .active > a:hover,
body.bodyPont .dropdown-menu > .active > a:focus {
    background-color: #4f3d2a;
}

body.bodyPont .switchmenu a {
    background-color: #063cdc;
}

/* THEME SAPINS */

body.bodySapins {
    background: #1b4a32;
    background: linear-gradient(#1b4a32, #202e21);
}

body.bodySapins .contact {
    background: #1b4a32;
}

body.bodySapins .nav-tabs > li.active > a,
body.bodySapins .nav-tabs > li > a:hover{
    color: #FFFFFF;
    background: #1b4a32;
}

body.bodySapins .nav-tabs > li > a {
    color: #1b4a32;
}

.colSapins, .colSapins *,
body.bodySapins,
body.bodySapins a,
body.bodySapins .navbar-default .navbar-nav > li > a,
body.bodySapins .navbar-default .navbar-nav > .active > a,
body.bodySapins .navbar-default .navbar-nav > .active > a:hover,
body.bodySapins .navbar-default .navbar-nav > .active > a:focus,
body.bodySapins h4 {
    color: #1b4a32;
}

body.bodySapins .contact * {
    color: #96d320;
}

body.bodySapins .copyright {
    background: #102a18;
}

body.bodySapins .dropdown-menu > .active > a,
body.bodySapins .dropdown-menu > .active > a:hover,
body.bodySapins .dropdown-menu > .active > a:focus {
    background-color: #1b4a32;
}

body.bodySapins .switchmenu a {
    background-color: #063cdc;
}

/* THEME VENTE */

body.bodyVente .switchmenu a {
    color: #270786 !important;
    background-color: #f9cf03;
}


/* MASCOTTES */

.mascotte {
    position: absolute;
    z-index: 2;
    width: 360px;
    height: 500px;
    left: 65%;
    margin: 55px 0px 0px 0px; 
    background-repeat: no-repeat;
    background-position: contain;
}

.bodyLac .mascotte {
    background-image: url(/data/dataimages/upload/mascotteLac.png);
}

.bodyPont .mascotte {
    background-image: url(/data/dataimages/upload/mascottePont.png);
}

.bodySapins .mascotte {
    background-image: url(/data/dataimages/upload/mascotteSapins.png);
}


.qsPageHeader {	
    margin-bottom: 40px;
}

h2.qsPageHeader {
    margin-top: 20px;
    font-size: 30px;
}

.pastille {
    position: absolute;
    z-index: 8;
    top: 60px;
    left: 50%;
    margin-left: 360px;
}

.containerCamping {
    background: #FFFFFF;
    max-width: 1360px;
    margin: 0px auto 0px auto;
    padding-top: 80px;
}

.carousel-filter {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.carousel-filter img {
    width: 100%;
    height: auto;
}

.carousel .qsMenu {
    position: absolute;
    z-index: 60;
    margin: 5px 0px 0px 10px;
}

.carousel .qsMenu-title {
    display: none;
}

.carousel .carouselLabel {
    position: absolute;
    z-index: 4;
    height: 37px;
    line-height: 37px;
    background-color: #270786;
    padding: 0px 40px 0px 40px;
    margin: -37px 0px 0px 0px;
    opacity: 0.8;
    left: 70%;
}

.carousel .carouselImage {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: contain;
}

.carousel .carouselImageMap {
    width: 390px;
    height: 280px;
    margin: 150px 0px 0px 125px; 
    background-image: url(/data/dataimages/upload/carteSuisse.png);
}

.carousel .carouselLabel span {
    color: #FFFFFF;
    opacity: 1;
}

.arrowCC {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    right: 35px;
    top: 20px;
    background-image: url(/data/dataimages/upload/arrowGrey.png);
    background-repeat: no-repeat;
    background-position: center center;
}

a:hover .arrowCC {
    opacity: 0.7;
}

.arrowCCW {
    display: block;
    float: right;
    width: 35px;
    height: 65px;
    background-image: url(/data/dataimages/upload/arrowWhite.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.arrowCCW:hover {
    background-image: url(/data/dataimages/upload/arrowYellow.png);
}

.container-fluid.contact {
    background-color: #270786;
    color: #f9cf03;
    margin: 100px 0px 0px 0px;
    padding: 5px 40px 5px 40px;
    line-height: 30px;
    font-size: 17px;
}

.container-fluid.contact .separator {
    padding: 0px 20px 0px 20px;
}

.container-fluid.contact .phone {
    white-space: nowrap;
}

.container-fluid.contact *, .container-fluid.contact.phone * {
    color: #f9cf03;
}

.container-fluid.contact a:hover {
    text-decoration: underline;
}

.container-fluid.partners {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 35px 40px 35px 40px;
    text-align: right;
}

.container-fluid.copyright {
    background-color: #14172b;
    padding: 30px 40px 5px 40px;
    color: #FFFFFF;
    font-size: 11px;
}

.container-fluid.copyright a, .container-fluid.copyright a:link, .container-fluid.copyright a:visited {
    color: #FFFFFF;
}

.container-fluid.copyright a:hover {
    opacity: 0.8;
}

.container-fluid.copyright .separator {
    padding: 0px 10px 0px 10px;
}

.container-fluid.copyright img {
    padding-right: 7px;
}

.pagefooter {
    background-color: #CCCBCB;
    display: table;
}

.pagefooter .col-md-4 {
    padding: 10px 10px 0px 40px;
    border-left: solid 2px #FFFFFF;
    color: #000000;
    min-height: 145px;
}

.pagefooter .col-md-4:first-child {
    border-left: none;
}

.pagefooter h4 {
    text-align: right;
    font-weight: normal;
    color: #270786;
}

.pagefooter h2 {
    text-transform: uppercase;
    font-weight: 500;
}

.pagefooter .col-md-4 img {
    float: left;
    margin: 0px 15px 10px 0px;
    max-width: 67px;
    max-height: 48px;
}

.pagefooter .col-md-4 p {
    display:block;
    width: 100%;
    float: left;
    line-height: 1.2em;
    margin-right: 30px;
    font-weight: 400;
    font-size: 13px;
}

.container-fluid.pagefooter .col-md-4 p b {
    font-weight: 600;
}

/* TEMPLATE LIST HOME */

.tpListHome .logoMini {
    position: absolute;
    z-index: 5;
    width: 170px;
    height: 170px;
    margin: -100px 0px 0px -25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tpListVente .logoMini {
    position: absolute;
    z-index: 5;
    width: 120px;
    height: 120px;
    right: 0px;
    margin: -70px 40px 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tpListVente .panel-body {

}

.tpListHome .logoMiniLac,
.tpListVente .logoMiniLac {
    background-image: url(/data/dataimages/upload/logoCampingLacGumefens.png);
}

.tpListHome .logoMiniPont,
.tpListVente .logoMiniPont {
    background-image: url(/data/dataimages/upload/logoCampingPontAnniviers.png);
}

.tpListHome .logoMiniSapins,
.tpListVente .logoMiniSapins {
    background-image: url(/data/dataimages/upload/logoCampingSapinsGruyeres.png);
}

.tpListHome .mascotteMini {
    float: right;
    width: 170px;
    height: 205px;
    margin: -154px -20px 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tpListHome .mascotteMiniLac {
    background-image: url(/data/dataimages/upload/mascotteMiniLac.png);
}

.tpListHome .mascotteMiniPont {
    background-image: url(/data/dataimages/upload/mascotteMiniPont.png);
}

.tpListHome .mascotteMiniSapins {
    background-image: url(/data/dataimages/upload/mascotteMiniSapins.png);
}


.tpListHome .colHome h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 45px;
}

.tpListHome .colHome .arrowCC {
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    top: inherit;
    right: inherit;
}

.tpListVente .colHome .arrowCC {
    position: relative;
    width: 35px;
    height: 35px;
    top: inherit;
    right: inherit;
    margin: 15px;
}

.tpListHome .colHome .img-responsive {
    width: 100%;
}

.tpListHome .colHome .description {
    padding: 0px 0px 15px 0px;
    line-height: 1.3em;
}

.tpListHome .maxHeight {
    height: 164px;
    max-height: 164px;
    overflow: hidden;
}

.tpListHome .maxHeight img {
 	height: 100%;
    width: 100%;
}

.bodyPotentille .tpListHome.portal .colHome .description {
    min-height: 200px;
    width: 60%;
    padding-top: 10px;
    font-size: 13px;
}

.tpListHome .colHome .panel {
    min-height: 300px;
    margin: 0px 0px 70px 0px;
}

.tpListHome .colHome .panel {
    min-height: 300px;
    margin: 0px 0px 70px 0px;
}

.tpListVente .colHome .panel-body {
    min-height: 250px;
}

.tpListVente .colHome .panel {
    min-height: 250px;
    margin: 0px 0px 70px 0px;
}

.bgHomeCarte {
    float: right;
    margin: -70px -25px 0px 0px;
}

/* .bodyPotentille */ 
.tpListHome.portal .colHome .panel {
    min-height: 380px;
    margin: 100px 0px 120px 0px;
}

.tpListOptions {
    margin-top: 50px;
}

.tpListOptions .panel-body {
    padding: 35px 15px 35px 15px;
}

.tpListOptions .panel-body h2 {
    padding-top: 15px;
}

#dphlinks {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #000000;
}

#dphlinks a {
    display: block;
    padding:  6px 0px 6px 20px;
    background-image: url(/data/dataimages/upload/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
    font-size: 13px;
    /* color: #270786; */
}

.body-editmode .tpListHome .description {
 	min-height: 80px;   
}

.rowSkinCamping .panel {
    min-height: 940px;
}

.navbar-brand-title {
    float: right;
    margin: -112px 0px 0px 0px;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    color: #FFFFFF;
    /* text-shadow: 0px 0px 5px #000000; 
    box-shadow: 0px 0px 5px #000000; */
    background: #270786;
    padding: 10px 20px 10px 100px;
    opacity: 0.7;
}

.navbar-portal {
    height: 110px;
}

.navbar li.switch a {
    background: #f9cf03;
}

.switchSite {
    display: block;
    float: right;
    background: #f9cf03;
    height: 30px;
    line-height: 30px;
    margin: 45px 15px 0px 5px;
}

#myCarousel {
    margin-bottom: 70px;
}

.bodyMini #myCarousel {
    margin-bottom: 30px;
}

.legend-required {
    text-align: right;
}

#captcha-control-invalid {
    color: #a94442;
}

.panel-body-240 {
    width: 260px;
    margin: 40px auto 20px auto;
}

.qsTableTarifs {
    width: 260px;
    margin-bottom: 30px;
}

.qsTableTarifs td {
    vertical-align: top;
    font-size: 13px;
    padding: 4px 0px 4px 0px;
    border-bottom: solid 1px #000000;
}

.qsTableTarifs td p {
    margin: 0px;
}

.qsTableTarifs thead td {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    vertical-align: text-bottom;
}

.qsTableTarifs thead td:first-child {
    font-weight: 400;
    font-size: 17px;
    /* width: 120px; */
}

.tplListHome .colLac {
    margin-top: 310px;   
}

.facebook, .instagram {
    font-size: 20px;   
}

.fb-page {
 	width: 290px;
    height: 500px;
    margin: 20px auto 0px auto;
}

.fb_iframe_widget {
 	display: block !important;   
}

@media (max-width: 1370px) {

    .navbar-brand img {
        width: 220px;
    }

    .bodyMini .navbar-brand {
        top: 80px !important;
    }

    .bodyMini .navbar-brand img {
        width: 180px !important;
    }

    .pastille {
        margin-top: -30px;
        margin-left: 0px;
        left: auto;
        right: 0px;
    }

}


@media (max-width: 767px) {

    .introFrame {
        width: 100% !important;
    }

    .btnSwitch {
        padding: 5px 10px 5px 10px !important;
        font-size: 15px !important;
        line-height: 19px !important;
        border-radius: 4px 4px 0px 0px !important;
    }

    .tpListHome .colHome .panel {
        margin: 20px 0px 20px 0px;
        min-height: auto;
    }

    body .switchmenu a, body .potentilleMenu a {
        margin-top: 15px !important;
    }

    #myCarousel {
        margin-bottom: 50px !important;
    }

    .navbar-brand, .bodyMini .navbar-brand {
        margin: 0px 0px 0px 0px !important;
        top: 5px !important;
        left: 5px !important;
        z-index: 1050 !important;
        position: fixed !important;
    }

    .navbar-fixed-top {
        margin-top: 0px !important;
    }

    .navbar-fixed-top .navbar-header {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .navbar-brand img, .bodyMini .navbar-brand img {
        width: 85px !important;

    }

    .navbar-portal {
        height: 75px;
    }

    .navbar-brand-title {
        display: none;
    }

    .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }

    .carousel-indicators {
        display: none;
    }

    .container-fluid.contact {
        text-align: center;
        font-weight: 500;
    }

    .container-fluid.contact .contact-infos a, .container-fluid.contact .contact-infos span  {
        display: block;
        font-weight: 600;
    }

    .container-fluid.contact .contact-infos .separator {
        display: none;
    }

    .container-fluid.contact .social-icons {
		text-align: center;
        padding-top: 10px;
    }
    
    .social-icons-header {
    	width: 160px;
    }
    
    .social-icons-container {
        position: fixed;
        top: 0px;
        z-index: 1035;
        margin-top: 15px;
	}

    .container-fluid.pagefooter {
        padding: 0px;
        font-weight: 400;
    }

    .container-fluid.pagefooter .col-4 {
        display: table;
        width: 100%;
        border: none;
        border-top: solid 5px #FFFFFF;
        padding: 15px;
    }

    .rowSkinCc .panel {
        min-height: 100px;
    }

    .rowSkinOccas .panel {
        min-height: 100px;
    }

    .NavigationPath {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 60%;
    }

    .btnSwitch, .btnSwitch:focus {
        -ms-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important; 
        transform: rotate(0deg) !important;
        border-radius: 5px 0px 0px 5px !important;
    }
    
    #tplHtmlBodyLacCarousel .tplDphInfoCamping,
    #tplHtmlBodyPontCarousel .tplDphInfoCamping,
    #tplHtmlBodySapinsCarousel .tplDphInfoCamping {
     	margin-top: 70px;
    	margin-bottom: -20px;   
    }
    
    #tplHtmlBodyLac .tplDphInfoCamping,
    #tplHtmlBodyPont .tplDphInfoCamping,
    #tplHtmlBodySapins .tplDphInfoCamping {
        margin-top: 0px;
     	margin-bottom: 20px;   
    }

}

@media (min-width: 767px) {

    body .switchmenu a, body .potentilleMenu a {
        margin-left: 5px !important;
    }

    .bodyMini .navbar-brand {
        top: 130px;
    }

    .bodyMini .navbar-brand img {
        width: 220px;
    }

}

h4.prixOption {
    font: 400 14px 'Droid Sans', Helvetica, Arial, sans-serif;
    text-transform: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* ABR special add classes for carousel fade effect */ 
/* Inspired from:  http://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 5;
}

.introFrame {
    width: 66%;
}

.googlemap {
    margin: 50px 0px -100px 0px;
}

.image-camping,
#dphcampinggalerie .item {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    overflow:hidden;
}

.NavigationPath {
    margin-bottom: 30px;
}

.NavigationPath img,
.NavigationPath a:nth-child(2) {
    display: none !important;
}

.NavigationPath a {
    padding: 0px 15px 0px 8px;
    border-left: solid 1px #CCCBCB;
}

.NavigationPath a:hover {
    color: #CCCBCB;
}

.tpListHome.hmin480 .panel {
    min-height: 480px;
}

.tpListHome.hmin340 .panel {
    min-height: 340px;
}

/* .bodyMini .carousel-inner > .item {
    max-height: 230px;
    overflow: hidden;
}

.bodyMini .carousel-inner > .item img {
    margin-top: -115px;
    overflow: hidden;
} */

.bodyMini .mascotte, .bodyMini .carouselImageMap {
    display: none;
}

.navbar-fixed-top.scrolled {
    margin-top: -40px;
    box-shadow: 0px 0px 10px #CCCBCB; 
}

.navbar-fixed-top {
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.embed-responsive {
    display: block;
    margin-bottom: 30px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    width: 100%;
    height: 100%;
    min-height: 280px;

}

.btnSwitch, .btnSwitch:focus {
    position: absolute;
    /* z-index: 4; MBE 05.06.15 */
    z-index: 6;
    background: #FFFFFF;
    color: #270786;
    padding: 20px 60px 20px 60px;
    /* padding: 7px 20px 7px 20px; MBE 05.06.15 */
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg); 
    transform: rotate(270deg);
    -ms-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px 5px 0px 0px;
    right: 0;
    top: 80px;
    box-shadow: 0px 0px 4px #f9cf03;
}

.btnSwitch:hover {
    background: #f9cf03;
    color: #270786;
}

/* DISPONIBILITES FORM */

.EBDisp2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.EBDispList UL {
    margin: 0px 0px 0px 0px;
    padding-left: 0;
}

.EBDispList LI {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.EBDispList LI:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.EBDispList LI:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.EBDispList LI:hover {
    background-color: #f9cf03;
    cursor: pointer;
}

.EBDispList LI A {
    display: block;
}

.datepicker td.active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td span.active.active {
    background-color: #270786 !important;
    background-image: none;
}

img.fit-fill {
    object-fit: fill;
}
img.fit-contain {
    object-fit: contain;
}
img.fit-cover {
    object-fit: cover;
}
img.fit-scale-down {
    object-fit: scale-down;
}
img.fit-none {
    object-fit: none;
}