body {
    background-image:url('/img/u/l/16_10/papillon-henri-le-diable-gorges-du-tarn.jpg');
    background-position: 0 0;
    background-size:cover;
    background-attachment: fixed;
    background-color:#FFF;
    font-family: "Roboto","Helvetica Neue","Noto Sans", sans-serif;
}
#mainContainer {
    margin-top: 20px;
    padding: 0;
    background-color: rgba(255,255,255,0.8);
    min-height: 66vh;
}
#mainSection {
    background-color: white;
    min-height: 66vh;
    padding: 16px;
}
.mh66vh {
    min-height: 66vh;
}
.pt-6 {
    padding-top: 10rem !important
}
.pt-7 {
    padding-top: 14rem !important
}
.pt-8 {
    padding-top: 16rem !important
}
.pt-9 {
    padding-top: 20rem !important
}
h1 {
    font-family: "jubilat", sans-serif;
    font-size: 4.2rem;
}
h2 {
    font-family: "jubilat", sans-serif;
    font-size: 3.2rem;
}
h3 {
    font-family:'Roboto Condensed';
    font-size: 2rem;
}
h4 {
    font-family:'Roboto Condensed';
    font-size: 1.6rem;
}
h5 {
    font-family:'Roboto Condensed';
    font-weight:bold ;
}
h6 {
    font-family: "jubilat", serif;
    font-weight: 200;
    font-style: normal;
}
#mainTitle {
    background-color:  rgba(0,0,0,0.2)  ;   
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%);
    padding:0;
    border: none;
    font-weight: 800;
    font-style: normal;
    font-family: jubilat, sans-serif;
    margin-top: 20px;
    margin-bottom: -20px;
    min-height:3px
}
#mainTitle h1 {
    color:white ;
    font-size: 1.5rem;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0) 100%);

} 
#mainTitle .part1 {
    display: none;
} 
#mainTitle .part2 {
    margin:0;
}
#mainTitle .part2 strong{
    display: inline-block;
    background: rgba(0,113,111,0.3);
    color: white;
    padding:8px;
    margin:3px 0; 
}
#mainTitle .part2  span{
    display: inline-block;
    background-color:  rgba(255,255,255,0.8)  ;
    color:rgb(0,113,111)  ;
    padding: 0 8px;
    margin:0;
}

h2.rotate{
    rotate: -90deg;
    transform-origin: bottom left; 
    position:absolute; 
    top:60%; 
    left:-20px;
    font-size: 4em;
}
#orderProcess {
    margin: 0;
    position: relative;
    top:0;
    padding: 12px;
    background-color: #EEEEEE;
}
#orderProcess li{
    position: relative;
    border: 0 !important;
    margin: 0;
}
#orderProcess li a{
    color: #888;
    border-radius: 0;
    background-color:rgba(0,113,111,0.2);
    border: 0 !important;
    padding: 7px 16px;
}
#orderProcess li a.active{
    background-color: rgba(0,113,111,0.9);
    color:white;
    border-radius: 0 8px 8px 0;
}
#orderProcess li a:hover{
    background-color: rgba(0,0,0,0.5); 
    color: white;
}

#orderProcess li+li:before, #orderProcess li:last-child:after {
  content: '〉';
  position: absolute;
  top: -30px;
  left:-16px;
  font-size: 64px;
  font-weight: bold;
  color: #EEEEEE;
}
#orderProcess li:last-child:after {
    left: auto;
    right:-48px;
}

#footer {
    color:rgba(0,113,111);
    box-shadow:0 -5px 0 0  rgba(0,0,0,0.1); 
    font-size: 0.8em;
}
#footer a{
    color:rgba(0,113,111);
}
.bg-solis {
    background-color:rgba(0,113,111,1);
}
.bg-solis-90 {
    background-color:rgba(0,113,111,0.9);
}
.bg-solis-50 {
    background-color:rgba(0,113,111,0.5);
}
.bg-solis-20 {
    background-color:rgba(0,113,111,0.20);
}
.bg-solis-10 {
    background-color:rgba(0,113,111,0.10);
}
.bg-culturae {
    background-color:rgba(249,179,52,1);
}
.bg-culturae-90 {
    background-color:rgba(249,179,52,0.9);
}
.bg-culturae-50 {
    background-color:rgba(249,179,52,0.9);
}
.bg-culturae-20 {
    background-color:rgba(249,179,52,0.20);
}
.bg-culturae-10 {
    background-color:rgba(249,179,52,0.10);
}
.text-solis, .a-solis {
   color:rgba(0,113,111,1);
}
.text-culturae, .a-culturae {
    color:rgba(249,179,52,1);
}
.btn-solis {
    background-color:rgba(0,113,111,0.9) !important;
    color: white !important;
}
.btn-solis:hover {
    color:rgb(0,113,111) !important;
    background-color: white !important;
    border:1px solid rgb(0,113,111);
}
.btn-culturae {
    background-color:rgba(249,179,52,0.9) !important;
    color: rgb(0,113,111)!important;
}
.btn-culturae:hover {
    color:rgb(249,179,52) !important;
    background-color: white !important;
    border:1px solid rgb(249,179,52);
}
.bg-dark-50 {
    background-color:rgba(0,0,0,0.5);
}
.btn-outline-solis {
    border:1px solid rgb(0,113,111) !important;
    color: rgb(0,113,111) !important;
    text-decoration: none;
}
.btn-outline-solis:hover {
    border:1px solid rgba(0,0,0,0.6);
    background-color: rgb(0,113,111) !important;
    color:white !important;
    text-decoration: none;
}
.btn-outline-culturae {
    border:1px solid rgb(249,179,52) !important;
    color: rgb(249,179,52) !important;
    text-decoration: none;
}
.btn-outline-culturae:hover {
    border:1px solid rgba(0,0,0,0.6);
    background-color: rgb(249,179,52) !important;
    color:rgb(0,113,111) !important;
    text-decoration: none;
}
.line-through {
    text-decoration: line-through;
    background-color: yellow;
}
.calendate {
    z-index:30;
   padding:5px 0 0 0;
   width:48px;
   box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
   background-color:white;
   border:1px solid #333;
   color:#333;
   border-radius:8px;
   text-align: center;
   
}
.calendate .month{ background-color:#CC3300; color:white; display:block ; border-radius:0 0 6px 6px;}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #mainTitle .part1 {
        display: block;
        padding: 16px 16px 8px 16px;
        font-size: 14pt;
        text-align: right;
    } 
}
/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 767.97px) 
{
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #mainContainer {
        outline: 8px solid rgba(255,255,255,0.2);
    }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
}