﻿/*Fonce=#009966*/
/*pale=#00af87*/
.row {
    margin: 0;
}

.col {
    margin: 0;
}

/*#############################*/
/* Default style Tag HTML
/*#############################*/

html {
    font-size: 13px;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #484848;
    font-weight: normal;
    font-size: 12pt;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: normal;
}

h1 {
    margin: 2px;
    font-weight: normal;
    font-size: 1.7rem;
}

h2 {
    margin: 1px;
    font-weight: normal;
    font-size: 1.5rem;
}

h3 {
    margin: 1px;
    font-weight: normal;
    font-size: 1.4rem;
}

h4 {
    margin: 1px;
    font-weight: normal;
    font-size: 1.3rem;
}

h5 {
    margin: 0px;
    font-weight: normal;
    display: inline;
    font-size: 1.2rem;
}

h6 {
    margin: 0px;
    font-weight: normal;
    display: inline;
    font-size: 1.1rem;
}

.Option {
    padding: 4px 4px 4px 4px;
}

.Option .label_check {
    background: url(/img/check-off.png) no-repeat;
    padding-bottom: 5px;
    padding-left: 25px;
}

.Option label.c_on {
    background: url(/img/check-on.png) no-repeat;
    padding-bottom: 5px;
}

.Option label.c_desa {
    background: url(/img/check-desable.png) no-repeat;
    padding-bottom: 5px;
}

.Option .label_check input {
    position: absolute;
    left: -9999px;
}

main {
    width: 100%;
    box-sizing: border-box;
}

div {
    text-align: left;
}

img {
    border: 0px;
}

li {
    margin-bottom: 3px;
    margin-left: 10px;
}

/*ul{list-style-image:url("/img/chaletsaLouer/ArrowChalets.png");margin-left:10px;padding-left:0px;}*/

table {
    border-width: 0px;
    margin: auto auto auto auto;
}

td {
    border-width: 0px;
    border-style: solid;
    border-color: #efefef;
    text-align: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bababa;
    margin: 1em 0;
    padding: 0;
    margin: 4px 0px 4px 0px;
}

/*
a:link {
    COLOR: #01325C
}

a:visited {
    COLOR: #024681
}

a:hover {
    COLOR: #024681
}
*/

/*#############################*/
/* Default style Tag HTML
/*#############################*/

.hide {
    display: none !important;
}

.richText-initial {
    font-size: 0.9rem;
}

/*TinuMce*/

.cursor-pointer {
    cursor: pointer;
}

/*#############################*/
/* Stadard size text
/*#############################*/
.f-size-1 {
    font-size: 1.7rem !important;
}

.f-size-2 {
    font-size: 1.5rem !important;
}

.f-size-3 {
    font-size: 1.3rem !important;
}

.f-size-4 {
    font-size: 1rem !important;
}

.f-size-5 {
    font-size: 0.85rem !important;
}

.f-size-6 {
    font-size: 0.65rem !important;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 100%;
    height: 1.2em;*/
    white-space: nowrap;
}

#notifications {
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 50%;
    margin: 10px auto;
    padding: 10px;
    max-width: 700px;
    min-width: 200px;
    transform: translateX(-50%);
}

mark {
    color: #484848;
    background-color: rgba(0, 153, 102, 0.6);
    display: inline-block;
    line-height: 0em;
    padding-bottom: 0.5em;
    border-radius: 2px;
}

/*#############################*/
/* Tag HTML Form
/*#############################*/

.styleForm {
    color: #424242;
    text-align: Left;
}

.styleForm label {
    display: inline-block;
    width: 100px;
    font-size: 0.9rem;
    text-align: right;
}

.styleForm p {
    padding: 0px;
    margin: 5px;
}

.styleForm .padNoLabel {
    padding-left: 120px;
}

fieldset {
    border: 1px solid #d9d9d9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 3px;
    margin-top: 10px;
}

legend {
    font-weight: bold;
    font-size: larger;
}

.divFormLine {
    margin: 4px;
}

.divFormLine label {
    color: #6d6d6d;
    display: inline-block;
    width: 115px;
    font-size: 0.9rem;
}

.divFormLine span {
    color: #6d6d6d;
    display: inline-block;
    font-size: 0.9rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
select,
textarea,
checkbox {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0px 0px 0px 5px;
    margin: 4px 1px 0px 0px;
    height: 35px;
    font-size: 0.9rem;
    color: #525252;
    background-color: #ffffff;
    width: 180px;
    -webkit-appearance: none;
}

textarea {
    font-size: 0.8rem;
}

.starRed {
    font-weight: bold;
    color: #df0101;
    font-size: 18px;
}

.msgSuccess {
    background-color: #fff;
    color: #00af87;
    font-size: 1rem;
    padding: 20px;
    margin: 20px;
    border: 2px solid #00af87;
}

.msgError {
    background-color: #fff;
    color: #fb280d;
    font-size: 1rem;
    padding: 20px;
    margin: 20px;
    border: 2px solid #fb280d;
}

.msgInfo {
    background-color: #efefef;
    font-size: 1rem;
    padding: 5px;
    margin: 10px 20px 10px 5px;
    border: 2px solid #6d6d6d;
}

.myButton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #00af87;
    border-color: #a6aaac #a6aaac #009966;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

.myButton:hover {
    background-color: #009966;
}

/*#############################*/
/* Tag HTML Form
/*#############################*/

/*#############################*/
/* tinymvc editor
/*#############################*/
.richText .richText-editor {
    font-size: 1rem;
    padding: 20px;
    background-color: #ffffff;
    border-left: #ffffff solid 2px;
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    height: 300px;
    outline: none;
    overflow-y: scroll;
    overflow-x: auto;
}

/*#############################*/
/* tinymvc editor
/*#############################*/

/*#############################*/
/* Form ajax calandar
/*#############################*/

.calanderBar {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 0px;
}

/*.calendarAJAX{ font-size:unset; background-color:unset;}*/
.Calendar {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    max-width: 375px;
}

.Calendar div {
    text-align: center;
}

.Calendar table {
    width: 100%;
}

.Calendar table td {
    vertical-align: middle;
    text-align: center;
    min-width: 30px;
    height: 30px;
    background-color: none !important;
}

/*color:#858a8c !important;*/
.Calendar table td a {
    text-decoration: none;
    color: none;
}

.cal-DayStyle {
    color: #424242 !important;
}

.cal-checkin {
    background: url(/img/cal-checkin.png) center center no-repeat;
    color: #888b81 !important;
}

.cal-checkOut {
    background: url(/img/cal-checkOut.png) center center no-repeat;
    color: #888b81 !important;
}

.cal-NomDispo {
    background: url(/img/cal-NomDispo.png) center center no-repeat;
    color: #888b81 !important;
}

.SelectedDayStyle {
    background: url(/img/cal-NomDispo.png) center center no-repeat;
    color: #888b81 !important;
}

.TitleStyle {
    font-size: 1.1rem;
    color: #ffffff !important;
    background-color: #009966;
}

.TitleStyle td {
    border-width: 0px;
}

.NextPrevStyle {
    font-size: 1rem;
    text-decoration: underline;
    color: #ffffff;
    margin: 1rem;
}

.DayHeaderStyle {
    background-color: #d7d7d7;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
}

.DayStyle {
    background-color: #ececec;
    color: #424242 !important;
    text-align: center;
}

.WeekendDayStyle {
    background-color: #ececec;
    color: #424242 !important;
}

.SelectorStyle {
    background-color: #d7d7d7;
}

.TodayDayStyle {
    background-color: #ececec;
    font-weight: bold;
    color: #424242 !important;
    text-align: center;
}

.OtherMonthDayStyle {
    background-color: #ececec;
    color: #858a8c !important;
    width: 30px;
    height: 25px;
    text-align: center;
}

/*.calanderbarDeNav{width:100%;max-width:350px;margin-right:auto;margin-left:auto; text-align:center; padding-top:0px;display:block;}*/
.calanderDispo {
    font-size: 0.9rem;
}

.CalenderDateStamp {
    font-size: 1.2rem;
    text-align: Left;
    padding: 10px;
    display: block;
    color: #444;
}

.calanderbarDeNav .NavPrev {
    float: left;
    padding: 20px;
    display: block;
}

.calanderbarDeNav .NavNext {
    float: right;
    padding: 20px;
    display: block;
}

.calanderSiteSerso {
    width: 100%;
    max-width: 800px;
    font-size: 0.9rem;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    text-align: center;
}

/*#############################*/
/*Bootstrap ajustement*/
/*#############################*/
.fas-li ul {
    list-style: none;
    padding: 0;
}

.fas-li li {
    display: block;
    padding-left: 0.8rem;
    color: #009966;
    line-height: 1.3rem;
}

.fas-li li:before {
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 0.8rem;
}

.fas-li span {
    color: #565a5c;
    font-weight: normal;
    font-size: 1.1rem;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.btn a:visited {
    color: #ffffff;
}

.btn a {
    color: #ffffff;
}

/*#############################*/
/*The switch - the box around the slider*/
/*#############################*/
.switch-block {
    text-align: center;
    font-size: 1.2rem;
    display: table;
}

.switch-block .text-label {
    display: table-cell;
    vertical-align: middle;
    height: 25px !important;
    text-align: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px !important;
    height: 27px !important;
    margin: 10px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*small*/
.switchSmall {
    display: inline-table;
    width: 100%;
}

.switchSmall .switch {
    position: relative;
    display: inline-block;
    width: 45px !important;
    height: 23px !important;
    margin: 5px;
}

/* Hide default HTML checkbox */
.switchSmall .switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switchSmall .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchSmall .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchSmall input:checked + .slider {
    background-color: #2196f3;
}

.switchSmall input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.switchSmall input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.switchSmall .slider.round {
    border-radius: 26px;
}

.switchSmall .slider.round:before {
    border-radius: 50%;
}

/*#############################*/
/*The switch - the box around the slider*/
/*#############################*/
.blueLink {
    color: #007bff;
}

.policy a {
    color: #979696;
}

.firstPageMenu ul li a {
    color: #ffffff !important;
    font-weight: 700;
}
