/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

/* TODO 
 * refaire le bouton En savoir plus,
 */

.errorlist
{
    list-style: none;
    font-weight: bold;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

select
{
    margin-top: 4.4%;
    background-image: url("/static/kalendarium/images/arrow.png"); /* trop près du bord */
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 

select::-ms-expand {
  display: none;
}

.download
{
    font-size: 4em;
}

/* Hide all Architecture specific HTML on page load */
.unknown,
.mobile,
.arch32,
.arch64 {
    display: none;
}

/* Only display the content if the JS added a matching class to the HTML tag */
html.unknown,
html.mobile,
html.arch32,
html.arch64,
html.unknown .unknown,
html.mobile .mobile,
html.arch32 .arch32,
html.arch64 .arch64 {
    display: block;
}


.hsubmenu {
    font-size: 17px !important;
    color: #55acee !important;
}

.hsubmenu[disabled='true']{
    display: none !important;
}

.hsubmenu:hover {
    color: white !important;
}


a[name="title-link"]
{
    color : #333333;
}

