***************** */
/* 			Tabs 		*/
/* ********************* */

.pays .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin: 20px 0 0 0;
}
.pays .nav-tabs > li {
    margin: 0 0 5px 0;
    float: none;
    display: inline-block;
}
.pays .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #cccccc;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0;
}
.pays .nav-tabs > .active > a,
.pays .nav-tabs > .active > a:hover,
.pays .nav-tabs > .active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #fe9b00;
    border: none;
}
.pays .nav-tabs > li > a:hover {
    background-color: #fe9b00;
}
.pays .nav-tabs > li:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    content: "";
	margin-left: 3px;
}
.pays .nav-tabs > .active:after {
    border-top: 10px solid #fe9b00;

}
.pays .pays_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.pays .pays_tabs li {
    border-bottom: 1px dotted #ccc;
    position: initial;
}

.pays .pays_tabs .span4 {
    width: 33%;
    float: left;
	}

.pays .pays_tabs li .pay {
    line-height: 30px;
    margin-left: 10px;
    font-size: 14px;
    color: #0279fe;
    text-decoration: none;
    cursor: pointer;
    padding-right: 10px;
}
.pays .pays_tabs li .pay:hover {
    text-decoration: underline;
 }
.pays .pays_tabs .span4:nth-child(3n+1) {
    margin-left: 0;
}
.pays .pays_tabs .open .pay {
    font-weight: bold;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 0 0;
    margin-top: 5px;
    border-bottom: 1px solid #FFF;
    padding-left: 10px;
    position: relative;
    z-index: 0;
    background-color: #F90;
    color: #fff
}

/*** Dropdown  ***/

.pays_tabs .dropdown-menu {
    left: 0;
    top: initial;
    width: 925px;
    max-height: 300px;
    padding: 10px 0 20px 0;
    margin-top: -3px;
    border-top: 3px solid #F90;
}
.pays_tabs .dropdown-menu h3 {
    padding-left: 20px;
}
.pays_tabs .liste-regions {
    list-style: none;
    overflow: hidden;
}

.pays_tabs .liste-regions .region {
    width: 14.5%;
    margin-right: 2%;
    float: left;
}
.pays_tabs .liste-regions .region .titre {
    padding: 5px 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #0279FE;
    width: 133px;
    overflow: hidden;
    height: 20px;

    white-space:nowrap;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow:    ellipsis;
}
.pays_tabs .liste-regions .region .titre:hover {
    text-decoration: underline;
}

/*** Popover ***/

.popover-title {
    background-color: #F90;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight:  normal;
}
.popover-title a {
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
    display: block;
}
.popover-title a:hover,
.popover-content a:hover {
    text-decoration: underline;
}
.popover-title .close {
    position: absolute;
    top: 7px;
    right: 10px;
}
.popover-content ul {
    margin-bottom: 10px;
}
.popover-content li {
    line-height: 25px;
}
.popover-content li a {
    text-decoration: none;
}