*
{
    font-family: Lato;
}

body
{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
}

h1
{
    margin: 0;
    padding: 15px 0 15px 25px;
    font-weight: bold;
}

h1.alone
{
    background-color: #333333;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 140px 0 60px 0;
    /*-webkit-box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);*/
}

h4,
h5,
h6
{
    padding: 5px 10px 5px 10px;
    margin: 5px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #eeeeee;
}

a,
a *
{
    color: #31aef7;
}

a:hover,
a:hover *
{
    color: #1c9de8;
}

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

.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;
}

.top-menu ul.menu > li:first-child
{
    margin: 0;
    padding: 2px 20px 0 0;
}

.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;
}

table
{
    border-spacing: 0px;
}

table tr td
{
    padding: 0px;
}

body > .container
{
    padding: 30px 0 30px 0;
    min-height: 450px;
}

.container
{
    width: 980px;
    text-align: left;
    padding: 0;
}

p:empty
{
    display: none;
}

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

.carousel-bullets
{
    display: none;
}

.carousel-text
{
    margin-top: 350px;
    text-align: center;
    height: auto;
}

.carousel-text > div
{
    width: 100%;
    text-align: center;
    margin: auto;
}

.carousel-text > div .title
{
    font-size: 50px;
    text-transform: uppercase;
    /*text-shadow: 1px 3px 3px rgba(0, 0, 0, 1);*/
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.carousel-text > div .description
{
    font-size: 35px;
    /*text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);*/
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.carousel div div.frame
{
    -webkit-background-size: cover !important; /* For WebKit*/
    -moz-background-size: cover !important;    /* Mozilla*/
    -o-background-size: cover !important;      /* Opera*/
    background-size: cover !important;         /* Generic*/
    /*-webkit-box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 150px 150px -20px rgba(0,0,0,0.8);*/
}

.carousel-selectors
{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel-selectors div
{
    top: 0;
    position: absolute;
    color: #ffffff;
    padding: 20px;
    margin-top: 400px;
    z-index: 5 !important;
    cursor: pointer;
}

.carousel-selectors div .btn
{
    color: #ffffff;
}

.carousel-selector-left
{
    left: 0;
    float: left;
}

.carousel-selector-right
{
    right: 0;
    float: right;
}

.search-box
{
    width: 90%;
    margin: 0;
    text-align: center;
    margin: auto;
}

.search-box form input[type="text"]
{
    border: 0;
    height: 50px;
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.search-box form button
{
    color: #ffffff;
    font-weight: bold;
    margin-left: -5px;
    display: inline-block;
    background-color: #333333;
    border: 0;
    height: 50px;
    width: 50px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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;
}

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

.credits a
{
    color: #aaaaaa;
}

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

div.uts-form-separator label
{
    font-size: 20px;
    background-color: #747474;
    color: #ffffff;
    padding: 7px 12px 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 20px 0 20px -20px;
}

div.uts-form-separator-2
{
    width: 50%;
    min-width: 350px;
}

div.uts-form-separator-2 label
{
    font-size: 16px;
    background-color: #c2c2c2;
    padding: 5px 10px 5px 10px;
}

div.uts-form-separator-3
{
    width: 40%;
    min-width: 00px;
}

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

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

.uts-form input[type=submit]
{
    margin-top: 30px;
}

/* ------------------------------------------------ */
/* Pour les albums comme St-Flavien */
/* ------------------------------------------------ */
.uts-album
{
    position: relative;
    margin: 0px 0 40px 0;
}

.uts-album-name
{
    background-color: #6e9e31;
    color: #ffffff;
    width: auto;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px 2px 15px;
    display: inline; /* inline */
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

.uts-album-thumb,
.uts-album-thumb img,
.uts-album-thumb:hover,
.uts-album-thumb img:hover,
.uts-album-thumb:hover img
{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 90;
}

.uts-album-thumb img
{
    width: 120px;
    height: 120px;
}

.uts-album-thumb,
.uts-album-thumb:hover
{
    margin-right: 7px;
    margin-bottom: 20px;
}

.uts-album > .uts-album-thumb
{
    display: none;
    border-bottom: 10px solid #efefef;
}

.uts-album > .uts-album-thumb:hover
{
    border-bottom: 10px solid #6e9e31;
}

.uts-album > .uts-album-thumb:nth-of-type(1),
.uts-album > .uts-album-thumb:nth-of-type(2),
.uts-album > .uts-album-thumb:nth-of-type(3),
.uts-album > .uts-album-thumb:nth-of-type(4),
.uts-album > .uts-album-thumb:nth-of-type(5),
.uts-album > .uts-album-thumb:nth-of-type(6),
.uts-album > .uts-album-thumb:nth-of-type(7),
.uts-album > .uts-album-thumb:nth-of-type(8),
.uts-album > .uts-album-thumb:nth-of-type(9),
.uts-album > .uts-album-thumb:nth-of-type(10)
{
    display: inline-block;
}

.uts-doclist-documents td,
.uts-directory td,
.uts-calendar-selector td
{
    border: 0 !important;
    padding: 4px 7px 4px 7px !important;
}

.uts-directory-element-facebook > label,
.uts-directory-element-facebook > span > a:first-of-type
{
    display: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}