/* General Styles */
.tooltip {
    border-bottom: 1px solid #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
  }
  
  .tooltip span {
    margin-left: -999em;
    position: absolute;
  }
  
  .tooltip:hover span {
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
  }
  
  .tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
  }
  
  .tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em;
  }
  
  .classic {
    padding: 0.8em 1em;
    background: #FFFFAA;
    border: 1px solid #FFAD33;
  }
  
  .custom {
    padding: 0.5em 0.8em 0.8em 2em;
  }
  
  * html a:hover {
    background: transparent;
  }
  
  .critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
  }
  
  .help,
  .info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
  }
  
  .warning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
  }
  
  .noshow {
    display: none;
  }
  
  /* Layout Containers */
  div#center_body {
    background-color: #FFFFFF;
    margin: 42px auto 30px;
    position: relative;
    text-align: center;
    width: 732px;
    border: 3px solid #F50008;
    box-shadow: 0 0 400px #FFF454;
    font-size: 1rem;
    font-family: "Nimbus Sans L", Calibri, "Trebuchet MS", sans-serif;
    box-sizing: border-box;
  }
  
  #logo {
    width: 733px;
    height: 159px;
    background-color: #F50008;
  }
  
  #navi {
    float: left;
    width: 156px;
    background-color: #FFFFFF;
    margin-top: 21px;
    font-size: 14px;
    position: relative;
  }
  
  #navi a {
    text-decoration: none;
    font-variant: small-caps;
    line-height: 2.4;
    font-family: sans-serif;
    color: #A20A22;
    font-weight: normal;
    margin-left: 7px;
  }
  
  #navi li {
    display: block;
    list-style-type: none;
    padding-bottom: 16px;
    margin-bottom: -22px;
  }
  
  #navi li:hover {
    text-decoration: underline;
  }
  
  #current {
    text-decoration: underline;
  }
  
  #langsel {
    left: 732px;
    top: 0px;
    margin-top: -13px;
    margin-bottom: 3px;
    margin-left: -18px;
  }
  
  #langsel img {
    border: 1px solid #F50008;
    margin-left: 5px;
  }
  
  #current_lang {
  }
  
  #main {
    background-color: #FFF;
    margin-left: 156px;
    border-left: 4px solid #F60808;
    position: relative;
    min-height: 633px;
    padding: 0 48px 120px 0;
    text-align: left;
    box-sizing: border-box;
  }
  
  #main h2 {
    font-size: larger;
    margin-bottom: 7px;
    padding-left: 35px;
    padding-top: 22px;
  }
  
  #main h3 {
    font-size: large;
    font-style: italic;
    font-weight: normal;
    margin-top: 13px;
    margin-bottom: 7px;
    padding-left: 35px;
  }
  
  #main p {
    margin-bottom: 7px;
    margin-left: 35px;
  }
  
  #main em {
    font-style: italic;
  }
  
  #main .pdf {
    list-style: none;
  }
  
  #main .bullets {
    list-style-type: disc;
  }
  
  #main .pdf li,
  #main .bullets li {
    margin-bottom: 7px;
    margin-left: 50px;
  }
  
  #main .pic {
    float: right;
    padding: 3px;
    background-color: #DADADA;
    margin: 15px;
  }
  
  #main .pic2 {
    float: left;
    padding: 3px;
    background-color: #DADADA;
    margin: 15px 15px 15px 47px;
  }
  
  #main table {
    margin-left: 36px;
    margin-bottom: 17px;
    width: 439px;
  }
  
  #main tr {
    border-bottom: 1px solid #EBE8E8;
  }
  
  #main td {
    padding: 2px 0 3px;
  }
  
  footer {
    background-color: #FFFFFF;
    border-top: 3px solid #F50008;
    padding: 20px 48px 20px 35px;
    text-align: left;
    position: relative;
    width: calc(100% + 48px);
    box-sizing: border-box;
    font-family: "Nimbus Sans L", Calibri, "Trebuchet MS", sans-serif;
    margin-left: 0;
  }
  
  footer h4 {
    font-size: 12px;
    margin-bottom: 10px;
    color: #A20A22;
    margin-left: 0;
  }
  
  footer ul {
    list-style-type: none;
    margin: 0;
    font-size: 9pt;
    line-height: 1.0;
  }
  
  #postaladdress,
  #meansofcontact {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 9pt;
  }
  
  #postaladdress li,
  #meansofcontact li {
    margin-bottom: 5px;
  }
  
  #copy {
    font-size: 10px;
    text-align: right;
    color: #666;
    margin-top: 10px;
  }
  
  /* Content Sections */
  #fleurs {
    border-bottom: 3px solid #F50707;
  }
  
  #intro {
    margin-right: 155px;
    margin-left: -21px;
    margin-top: 2px;
    padding-top: 11px;
  }
  
  #videos {
    border: 1px solid #FFCC33;
    margin-right: -20px;
    padding-top: 24px;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #FFFBEF;
    margin-top: 53px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  
  #videos img {
    float: right;
    position: relative;
    margin-right: 8px;
    margin-top: -10px;
    padding-top: 15px;
    margin-left: 10px;
    width: 150px;
    height: 87px;
    object-fit: contain;
  }
  
  #intro_video {
    border-bottom: none;
    padding-bottom: 15px;
  }
  
  #intro_video2 {
    clear: both;
    padding-top: 12px;
    border-top: 1px solid #FFCC33;
    padding-bottom: 27px;
  }
  
  #media p {
    margin-left: 23px;
    border: 1px solid #FFCC33;
    margin-bottom: -1px;
    padding-bottom: 60px;
  }
  
  #media img {
    float: left;
    padding: 5px 8px 5px 6px;
  }
  
  #notice {
    border: 1px solid #FFCC33;
    margin-right: -41px;
    padding: 22px 34px 21px 0;
    background-color: #FFFBEF;
    margin-top: 16px;
    margin-left: 6px;
    font-weight: normal;
    font-size: 17px;
  }
  
  #notice strong {
    font-weight: bold;
  }
  
  #galerie {
    overflow: hidden;
    text-overflow: clip;
    background-color: #FFF;
    margin-left: 156px;
    padding-bottom: 90px;
    position: relative;
    border-left: 4px solid #F60808;
    text-align: left;
  }
  
  #galerie h2 {
    font-size: larger;
    padding: 20px 0 4px;
    padding-left: 35px;
  }
  
  #galerie #gallery {
    left: 14px;
    position: relative;
    margin-top: -6px;
  }
  
  #galerie ul li {
    display: block;
  }
  
  #galerie img {
    float: left;
    border: 2px solid #CDCDCD;
    margin: 3px 2px 1px;
  }
  
  /* Badges and Maps */
  #clevacances {
    position: absolute;
    top: 3px;
    right: -123px;
  }
  
  #ancv {
    position: absolute;
    right: -123px;
    top: 65px;
  }
  
  #haltes {
    position: absolute;
    top: 130px;
    right: -98px;
  }
  
  #pelerin {
    position: absolute;
    top: 216px;
    right: -119px;
  }
  
  #confrerie {
    position: absolute;
    top: 333px;
    right: -98px;
  }
  
  #frete {
    position: absolute;
    top: 450px;
    right: -182px;
  }
  
  #map_france {
    position: absolute;
    top: 368px;
    left: 404px;
  }
  
  #map_gers {
    position: absolute;
    top: 573px;
    left: 408px;
  }
  
  #access_map {
    position: relative;
    top: 24px;
    left: 25px;
  }
  
  #access_map img {
    padding: 3px;
    background-color: #DADADA;
  }
  
  #gmap {
    position: relative;
    top: 6px;
    left: 25px;
  }
  
  #gmap iframe {
    float: left;
    padding: 3px;
    background-color: #DADADA;
  }
  
  /* Utility Classes */
  .tarif {
    text-align: center;
  }