*
{
    font-family: Open Sans;
}

body {
    background-color: #f6f1eb;  
    padding: 0;                  
    margin: 0;
}

h1
{
    font-variant: small-caps;
    background-color: #transparent;
    color: #000000;
    margin: 0;
    padding: 10px 0 0px 0px;
    font-weight: bold; 
}

h1 div
{
    float: right;
    padding: 2px 15px 0 0;
}
h2.calendar,
h2.blog {
    background-color: #1f1f1f;
    color: #ffffff;
    text-align: center;
    padding: 16px 0;
    margin: 0 0 25px 0;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 16px; 
}

/* ✅ 2 COLONNES FORCÉES */
.home-2cols {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
    gap: 40px !important;
}

/* ✅ BLOCS */
.col-nouvelles,
.col-calendrier {
    width: 100% !important;
}

.blog-item {
    margin-bottom: 20px;
}

/* ✅ MOBILE */
@media (max-width: 900px) {
    .home-2cols {
        grid-template-columns: 1fr !important;
    }
}

a.blog-post-title
{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.uts-directory-name,
.uts-doclist-name,
.uts-calendar-name,
.uts-form-name
{
    display: none !important;
}

.uts-directory-description,
.uts-doclist-description,
.uts-calendar-description,
.uts-album-description,
.uts-form-description
{
    font-weight: normal;
    font-size: 14px !important;
}

.uts-newsletter
{
    padding: 0 !important;
    margin: -15px 0 20px 0 !important;
}

#uts-newsletter-email
{
    width: 200px !important;
}

.uts-newsletter .btn
{
    font-weight: bold;
    margin-top: 15px;
}

.uts-marquee
{
    width: 200px;
    height: 200px;
}

.uts-directory-element
{
    background-color: #e8e8e8;
}

.uts-directory-element-label-left img
{
    border: 1px solid #999;
}

.uts-directory-element-label-center.uts-directory-element-description-link
{
    clear: both;
}

#home-link:hover
{
    content: url('/includes/home-high.png');
}

table
{
    border-spacing: 0px;
}

table tr td
{
    padding: 0px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  padding: 0px 
}

.carousel {
    width: 100% !important;
    height: 500px !important;
    max-height: none !important;
}

.carousel > div {
    width: 100% !important;
    height: 100% !important;
}

.carousel .frame {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.container > .container {
    background-color: #ffffff;
    min-height: 640px;
    border: 1px solid #555555;
}

.container > .content:first-of-type {
    min-height: 200px;
}

/* Padding du contenu (optionnel) */
.content {
    padding: 0;
}
.content p:first
{
    margin-top: 0;
    padding-top: 0;
}

.content table td
{
    padding: 2px 4px 2px 4px;
}

p:empty
{
    display: none;
}

/* ===== MENU PRINCIPAL (COMME AVANT) ===== */
.top-menu {
    background-color: #333333; /* brun foncé EXACT comme ta capture */
    width: auto;
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}

.top-menu ul li {
    margin: 0;
    padding: 14px 22px;
}

.top-menu ul li a {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 15px; /* taille d'origine sur ta capture */
    margin: 0;
    padding: 0;
    line-height: 1;
    text-decoration: none;
}

.top-menu ul li a:hover,
.top-menu > ul > li.dropped > a {
    color: #ffffff !important;
}

/* ===== STRUCTURE ===== */
ul.menu {
    padding: 0;
    margin: 0;
}

.menu li {
    white-space: nowrap;
}

.top-menu .menu li.dropped {
    background-color: #1f1f1f;
}

/* ===== SOUS-MENUS ===== */
.top-menu .submenu {
    background-color: #1f1f1f;
    top: 45px !important;
}

.top-menu .submenu li {
    display: block !important;
    width: 100% !important;
}

.top-menu .submenu li:first-of-type a {
    margin-top: 10px !important;
}

.top-menu .submenu li:last-of-type a {
    margin-bottom: 10px !important;
}

.top-menu .submenu li a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    text-align: left;
    padding: 12px 18px 12px 38px !important;
    display: block !important;
    width: 100% !important;
    line-height: 1.4 !important;
    background-image: url(/includes/images/white-arrow.png);
    background-position: 12px 14px;
    background-repeat: no-repeat;
}

.credits
{
    font-size: 10px;
    margin-bottom: 5px;
    clear: both;
}

.carousel
{
    width: 100%;
    height: 300px;
}

.carousel-bullets
{
    margin: 0 20px -2px 0;
}

.carousel-bullets span
{
    width: 21px;
    height: 18px;
    z-index: 999;
    background-image: url(/includes/bullet.png);
    display: inline-block;
    font-family: "";
    content: "";
}

.carousel-bullets span:hover
{
    background-image: url(/includes/bullet-hover.png);
}

.carousel-bullets span.active,
.carousel-bullets span.active:hover
{
    background-image: url(/includes/bullet-selected.png);
}

.search-box
{
    position: relative;
    width: 300px;
    float: right;
    margin: 0 0 10px 0;
}

.search-box form
{
    height: 30px;
    border: 1px solid #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.search-box form input[type="text"]
{
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

.search-box form input[type="text"]
{
    width: 218px;
    padding: 3px 3px 0 8px;
    color: #333333;
    outline: none;
    float: left;
}

.search-box form button
{
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width:35px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #555;
    background-color: #aaaaaa;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    vertical-align: top;
}

.search-box form button img
{
    height: 15px;
    margin-top: -5px;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"]
{
    margin: 5px 15px 0px 0px;
}

img[align="right"],
img[style*="float: right"],
img[style*="float:right"]
{
    margin: 5px 0px 0px 15px;
}

.bottom-menu ul,
.bottom-menu li,
.bottom-menu li a
{
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
    float: none !important;
}

.bottom-menu li a
{
    margin: 0px 10px 0px 0px !important;
}

.bottom-menu li
{}

.credits,
.credits *
{
    color: #bbbbbb;
}

.credits a
{
    color: #aaaaaa;
}

div.uts-form-separator
{
    width: 100%;
    min-width: 700px;
}

div.uts-form-separator label
{
    font-size: 16px;
    background-color: #747474;
}

div.uts-form-separator-2
{
    width: 100%;
    min-width: 675px;
}

div.uts-form-separator-2 label
{
    font-size: 16px;
    background-color: #b2b2b2;
}

div.uts-form-separator-3
{
    width: 100%;
    min-width: 675px;
}

div.uts-form-separator-3 label
{
    font-size: 14px;
    background-color: #ffffff;
}

div.uts-calendar-legend-category
{
    margin-top: 5px;
}


.uts-directory-element-images img
{
    margin: 5px 5px 0 0;
}

.uts-directory-element-images
{
    max-width: 500px;
}

.uts-object-reservation-form-name
{
    display: none !important;
}

.uts-object-reservation-form-description
{
    font-size: 14px !important;
    font-weight: normal !important;
}

.uts-object-reservation-description,
.uts-object-reservation-description label
{
    width: 430px;
}

.uts-object-reservation-form input.validation-infos
{
    width: 350px;
}

div.uts-form-control[type=CHECK]
{
    display: block;
    clear: both;
}

div.uts-form-control[type=CHECK] label
{
    float: left;
}

div.uts-form-control[type=CHECK] div
{
    float: left;
}

div.uts-form-control[type=CHECK] div input
{
    margin: 0 5px 0 5px;
}

div.uts-form-control[type=CHECK]:last-of-type label
{
    clear: both;
    float: none;
}

div.uts-form-control[type=CHECK]:last-of-type div
{
    clear: both;
    float: none;
}

.uts-object-reservation-show-calendar
{
    display: none;
}

.uts-object-reservation-description
{
    width: 700px;
}

.uts-object-reservation-description label
{
    width: 100%;
}

.top-menu .logo
{
    padding: 10px 10px 10px 0;
}
.menu,
.menu a,
.top-menu,
.top-menu a,
.bottom-menu,
.bottom-menu a,
.submenu,
.submenu a,
nav,
nav a {
    font-family: 'Open Sans', sans-serif !important;
}nav,
.top-menu {
    text-align: center !important;
}