
/* Artefact */

.element-invisible {
    display : none;
}

.tabs-box {
    position : absolute;
    top : 10px;
    left : 50%;
}

.tabs-content {
    position : relative;
    left : -50%;
    display : block;
    background-color: #CCC;
    
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    
    height : 26px;
    
    
}

.tabs {
    display : inline-block;

}

.tabs > ul {
    padding : 0px 15px;
    
    background-color : #505c66;
    height : 26px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
}

.tabs > ul > li {
    float : left;
    display : block;
    padding : 2px;
    
}

.tabs > ul > li > a:hover {
    background-color : #ccc;
    color : black;
}
.tabs > ul > li > a {
    color : white;
    font-family : helvetica,arial;
    font-size : 12px;
    padding : 5px;
    display : inline-block;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
}

.tabs-content > a.go-admin:hover {
    color : black;
}

.tabs > ul > li > a.active,
.tabs > ul > li > a.active:hover {
    color : #ccc;
    background-color : transparent;
}

.tabs-content > a.go-admin {
    color : #505c66;
    font-family : helvetica,arial;
    font-size : 12px;
    
    font-weight : bold;

    display : inline-block;

    height: 26px;
    line-height: 26px;
    padding: 0px 10px 0px 15px;
    vertical-align: top;
}

.field-label-above .field-label {
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}

.field-label-above > div {
    padding: 5px 0px;
    margin: 5px 0px;
}

.field-label-above {
    padding: 5px 0px;
    margin: 5px 0px;
}

.field-group-format > h2 {
    background-color: #4C585F;
    color: white;
    height: auto;
    padding: 2px 0px 2px 10px;
    font-size: 1.5em;
}

/* Mise en place */
/*
#menu_8, #menu_9, #menu_10 {
    display: none;
} 


*/

.pos-map {
    display: block;
    width: 100%;
    height: 200px;
}

#user-login .form-item {
    margin: 0 0 30px 0;
}

#user-login .form-item label {
    font-size: 0.9em;   
    width: 30%;
}

#user-pass .messages,
#user-login .messages {
    padding: 0.5em;
    margin-bottom: 1em;
    font-size: 0.9em;
    
    background: #e9f1ea;
    color: #939686;
}

#user-pass .messages.error,
#user-login .messages.error {
    background: #e18b7b;
    color: #fff;
}

#user-pass .messages p,
#user-login .messages p {
    float: none;
    margin: 0;
    padding: 0;
    font-style: italic;
}

#user-login .form-item div.description {
    font-size: 0.8125em;   
    width: 100%;
    font-style: italic;
    color: #C2C2C2;
    font-weight: normal;
    padding: 0 0 0 10px;
    clear: both;
}

.page-user #content .form-actions,
#user-login .form-actions {
    text-align: center;
    display: block;
    width: 100%;
    height : 50px;
    
}

.page-user #content .form-actions input,
#user-login .form-actions input {
    display: inline-block;
    float: none;
    background-color: #e18b7b !important;
    color: white;
}

.page-user #content h1,
.page-user #content h2 {
    display: inline-block;
}

.page-user #content #admin-access.form-actions {
   height: 20px;
}

.page-user #content #admin-access.form-actions {
    margin: 20px 0 0 0;
}

.page-user #content #logout.form-actions {
    margin: 0;
}


.scontent .language-link {
    display: none;
}
    
#adminbox {
    position: fixed;
    top: 0;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    border-top: 0;
    text-align: center;
    
    background-color: transparent;
    z-index: 100;
    overflow: hidden;
    height: auto;
}

#adminbox fieldset {
    width: 95px;
    display: inline-block;
    margin-bottom: 0;
}

#adminbox-msg-box {
    text-align: left;
    display: inline-block;
    position: relative;
    clear: both;
    height: auto;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 110;
    color: #4c575f;
    
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*margin: 0 1px;*/
    
    border: 1px solid #e5e5e5;
}

#adminbox-msg-box p {
    
    padding: 10px;
}
 
#adminbox fieldset.alert {
    width: 20px;
}
 
#adminbox form {
    margin-bottom: 0;
}

#adminbox strong {
    font-weight: bold;
}

#adminbox em {
    font-style: italic;
}

#adminbox fieldset input {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

#adminbox fieldset.alert input {
    background-color: #ffcfcf;
}

#adminbox span.msg-bullet {
    width: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}
#adminbox span.msg-content {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

@media only screen
    and (max-width : 767px) {

        #adminbox {
            display: none;
        }
        
}

.scontent h2, .scontent h1 {
    height: auto;
}

.node-teaser .field-type-image  {
    text-align: center;
}

.node-teaser a > img {
    width: auto !important;
    max-width: 425px;
}

.icon span {
    background-position: 0 30px;
}

li.region  {
    font-size: 0.8125em /* 16px -> 12px */;
    font-family: Arial,Helvetica,sans-serif;
    padding-bottom: 10px;
}

li.region label {
    border-bottom: 1px solid #888;
    width: 100%;
    display: block;
    margin: 10px 0px;
    font-weight: bold;
    padding: 0px 0px 3px 0px;
}

li.region ul li.city {
    padding: 2px;
    margin-left: 30px;
    list-style: disc;
    text-transform: capitalize;
}


#user-profile-form {}


#user-profile-form .description {
font-size: 0.8em;
color: #888;
margin-bottom: 25px;
}

#user-profile-form #edit-locale ,
#user-profile-form #edit-timezone {
    display: none;
}


.contentFonce #content p a {
    color : #eee;
}

#edit-account .form-item.form-item-mail {
    display: none;
}

#user-login small {
    font-size: 0.8em;
    margin: 10px;
    display: block;
    font-style: italic;
    color: #888;
}

.related-link-box {
    width: 80%;
    margin: 10px 10% 0 10% !important;
}