/* MULTI-LEVEL DROPDOWNS FOR BOOTSTRAP */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

#logo img {
	margin-top: 5px;
}

/* General */
body { background-color: #e4e4db; font-family: Arial; font-size: 14px; line-height: 1.6em; }
.center { text-align: center; }
header { position: relative; }
footer { clear: both; }
footer .footer { background-color: #c2b4a6;
text-align: center;
padding: 5px 0;
font-size: 12px;
color: #726456;
vertical-align: bottom;
clear: left;}

p { font-size: 12px; }

a { color: #bb4f2b; }

/* Header */
header .header { background-color: #f7f5ea; height: 170px; position: relative; }
/*header .header img { width: 454px; height: 139px; margin-left: 62px; padding-top: 11px; }*/
.breadcrumb {
    margin: 0;
    padding: 3px 0 3px 71px;
    background-color: #70301A;
    font-size: 12px;
    color: #f7f5ea;
    border-top: 1px solid #fff;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    position: relative;
}
.breadcrumb a { color: #fff; }

#connexion {
    position: absolute;
    top: 5px;
    right: 5px;
    /*width: 380px;*/
    padding: 0px;
    text-align: right;
}

#connexion label {
    color: #bb4f2b;
}

#connexion h5 {
    color: #bb4f2b; padding: 0;
}
#connexion .btn-link { color: #bb4f2b; }
#connexion .form-inline { margin-bottom: 5px; }
#connexion input { font-size: 12px; height: 16px; }

/* Menu */
#navmenu { background: #bb4f2b url(../images/gradient.png) repeat-x 0 -140px; width: 100%; position: relative; }
#nav{display:inline-block;margin:0 5px 0 61px;padding:0; width: 75%;}
#nav li{float:left;position:relative;list-style:none;margin:0 10px;padding:0;}
#nav .caret{margin-top:8px;}
#nav i.icon{float:right; margin-top: 0px;}
#nav a{font-weight:700;color:#fff;text-decoration:none;display:block;text-shadow:0 1px 1px rgba(0,0,0,.3);margin:0;padding:4px 2px 2px;}
#nav ul li:hover a,#nav li:hover li a{background:none;border:none;}
#nav ul a:hover{background:#6460ab url(../images/gradient.png) repeat-x 0 -140px!important;color:#fff!important;}
#nav li:hover > ul{display:block;}
#nav ul{display:none;width:200px;position:absolute;top:26px;left:-5px;background:#a63b37;margin:0;padding:0;z-index: 999;}
#nav ul li{float:none;margin:0;padding:0; font-size: 12px;}
#nav ul a{font-weight:400;padding:5px 0 7px 8px; line-height: 14px;}
#nav ul ul{left:185px;top:0;}
#nav:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

@media screen and (min-width: 800px){
    #menu-search {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 800px){
    #menu-search {
        position: absolute;
        top: -40px;
        right: 0;
    }
}
@media screen and (max-width: 980px){
    #logo {
        max-width: 300px;
        max-height: 200px;
    }
}

/* Colonnes */
.col11 { background-color: #e2dfe7; padding: 2%; line-height: 20px !important; min-height: 500px !important; margin-left: 0 !important; }
.col21 { width: 46%; padding: 10px 2% 20px 2%; float: left; background-color: #e2dfe7; min-height: 500px; line-height: 20px !important; }
.col22 { width: 46%; padding: 10px 2% 20px 2%; float: right; background-color: #e2d4c6; min-height: 500px; line-height: 20px !important; }
.col31 { background-color: #e2d4c6; float: left; width: 24%; padding: 15px 1% 20px 1%; line-height: 20px !important; }
.col32 { background-color: #e2dfe7; float: left; width: 44%; padding: 15px 2% 20px 2%; line-height: 20px !important; }
.col33 { background-color: #e2d4c6; float: right; width: 24%; padding: 15px 1% 20px 1%; line-height: 20px !important; }
.col31, .col32, .col33 { font-size: 14px; line-height: 14px; min-height: 500px; }
.col31 li, .col32 li, .col33 li, .col11 li, .col22 li, .col21 li { list-style-type: disc; }
.col21, .col22 { font-size: 14px; line-height: 14px }
.col31 h1, .col33 h1, .col22 h1 {
    font-size: 18px;
    color: #993333;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin-top: 0; padding-top: 0;
}
.col31 h2, .col33 h2, .col22 h2 {
    font-size: 14px;
    color: #993333;
    font-weight: bold;
    line-height: 14px;
    margin-top: 0; padding-top: 0;
}
.col32 h1, .col21 h1, .col11 h1 {
    font-size: 18px;
    line-height: 18px;
    color: #6d61a1;
    font-style: italic;
    font-weight: normal;
    margin-top: 0; padding-top: 0;
}
.col32 h2, .col21 h2, .col11 h2 {
    font-size: 14px;
    color: #6d61a1;
    font-weight: bold;
    line-height: 14px;
    margin-top: 0; padding-top: 0;
}

/* Formulaire adhésion */
#manifestampe_webbundle_adhesiontype_has_personal_space label { display: inline-block; }
#manifestampe_webbundle_adhesiontype_has_personal_space input { margin-top: -2px; }
#manifestampe_webbundle_adhesiontype_show_in_members label { display: inline-block; }
#manifestampe_webbundle_adhesiontype_show_in_members input { margin-top: -2px; }
#manifestampe_webbundle_adhesiontype_show_in_members_fields { width: 284px; }
#manifestampe_webbundle_adhesiontype_show_in_members_fields label { display: inline-block; }
#manifestampe_webbundle_adhesiontype_show_in_members_fields input { margin-top: -2px; }

#adhesion_form-titles li { list-style-type: decimal; padding-left: 0px; padding-right: 20px; margin-left: 30px; }
.search-result li, .list-unstyled li { list-style-type: none; }

/* Liste des membres */
#liste-membres { background-color: #e2dfe7; }
#liste-membres .col1 {float: left; width: 39%; padding-left: 1%;}
#liste-membres .col2 {float: left; width: 28%; padding: 0 1%; background-color: #938fb4; color: white; min-height: 600px;}
#liste-membres .col3 {float: left; width: 29%; padding-left: 1%;}
#liste-membres .col2 h2 {
    font-size: 18px;
    line-height: 18px;
    color: #49369f;
    font-style: italic;
    font-weight: normal;
}
#liste-membres .col1 h2,#liste-membres .col3 h2 {
    font-size: 18px;
    color: #993333;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
}
#liste-membres .membre { padding: 2px; font-size: 12px; line-height: 12px; }
#liste-membres .membre:hover { background-color: #e2d4c6; cursor: pointer; }
#liste-membres .membre .minfos { display: none; }
#liste-membres .content { font-size: 12px; line-height: 14px; }
#map_canvas { width: 330px; height: 250px; }
#map_canvas.full { width: 100%; height: 500px; }

/* Style des formulaires */
#manifestampe_webbundle_eventcompletetype_horaires {
	width: 400px;
}

.nav-pills>.active>a, .nav-pills>.active>a:hover {
	background-color: #70301A;
}

.affix {
	top: 30px;
}

#loading {
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-top: 20%;
	display: none;
}

.error {
	color: #b94a48;
	background-color: #f2dede;
	padding: 8px 35px 8px 14px;
	width: 50%; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

label.error {
	width: 100% !important;
}

.step {
	margin-left: 210px !important;
}

#adhesion-form .row {
	margin-left: 0px !important;
}

.adhesion_form-buttons {
	width: 650px;
}

blockquote p {
	font-size: 14px;
}

#adhesiontype {
	width: 300px;
}

.mapClass {
	width: 1000px;
	height: 500px;
}

.spacetable td {
	vertical-align: bottom;
	border: none;
	text-align: center;
}

#banniere{
	margin-bottom: 5px;
}