/*** General ***/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}
a {
    color: #212356;
}
.btn-green,.btn-green-lg {
    background-color: #7ca61c;
    background-image: -moz-linear-gradient(top,#8fbf20,#698c17);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#8fbf20),to(#698c17));
    background-image: -webkit-linear-gradient(top,#8fbf20,#698c17);
    background-image: -o-linear-gradient(top,#8fbf20,#698c17);
    background-image: linear-gradient(to bottom,#8fbf20,#698c17);
    border: 1px solid #8fbf20;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    text-transform:  uppercase;
}
.btn-green:hover, .btn-green:focus, .btn-green-lg:hover, .btn-green-lg:focus {
    background-position: 0 0;
    color: #fff;
    background-image: none;
    background-color: #7ca61c;
}


.btn-green-lg{
padding:10px;

}

.gray-text {
    color: #999;
    font-size: 12px;
    margin: 20px 0 0 0;
}
.title {
    color: #212356;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}
img[usemap="#Map"] {
    margin: 0 auto;
    display: block;
}
.container.simple-page {
    margin-top: 20px;
    padding: 0 10px;
}
.simple-page .title {
    margin-bottom: 20px;
}

/*** Header ***/

header {
    margin: 20px 0 0;
    background: #FFF url("../images/bgr-hero-top.png") repeat-x bottom left;
    padding-bottom: 20px;
}
header .logo {
    float: left;
    width: 19%;
}
header .menu-banner{
    float: left;
    width: 81%;
}
header .navbar {
    margin-bottom: 0;
}
header .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d9d9d9 url("../images/bgr-navbar-inner.png") repeat-x bottom left;
    border-bottom: 1px solid #b6b6b6;
    padding: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
header .navbar .nav>li {
    border-right: 1px solid #e8e8e8;
}
header .navbar .nav>li>a {
    border-right: 1px solid #b6b6b6;
    font-size: 90%;
    color: #212356;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.banner.top {
    margin-bottom: 27px;
    text-align: right;
    float: right;
    width: 80%;
}

/*** Hero ***/

.hero-unit {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background: #ecf2f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.hero-unit .map-container {
    background: url("../images/bgr-hero-car.png") no-repeat bottom left;
}
.hero-unit .open-map {
    background: url("../images/bgr-btn-open-map.png") no-repeat left top;
    width: 256px;
    height: 53px;
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    text-indent: 80px;
    line-height: 50px;
    cursor: pointer;
}
.hero-unit .open-map:hover {
    text-decoration: none;
}
.hero-unit .search-box {
    position: absolute;
    background: url("../images/bgr_search.png") no-repeat;
    width: 374px;
    height: 149px;
    z-index: 1000;
    top: 100px;
}
.hero-unit .search-box .controls {
    position: relative;
    margin-left: 20px;
}
.hero-unit .search-box label {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    text-shadow: 0 1px 1px #000;
}
.hero-unit .search-box input[type="text"] {
    box-shadow: 0 4px 4px #ccc inset;
    border: 1px solid #FF61EF;
    width: 80%;
}
.hero-unit .search-box button {
    position: absolute;
    top: 0;
    left: 77%;
    background: url("../images/icon-search.png") no-repeat 0 4px;
    border: none;
    text-indent: -99999px;
}
.hero-unit .btn-agence {
    background: url("../images/bgr-btn-agence.png") no-repeat top left;
    width: 326px;
    min-height: 69px;
    display: block;
    position: absolute;
    top: 290px;
    z-index: 1000;
    margin-left: -5px;
    text-indent: -999999px;
}
/*** Tabs ***/

.index.tabs {
    background: url("../images/bgr-index-tabs.png") repeat-x left -6px;
    margin-bottom: 20px;
}
.index.tabs .background {
    background: url("../images/bgr-index-tabs-background.png") repeat-x left bottom;
    padding-bottom: 40px;
}
.index.tabs .nav-tabs>li {
    margin-top: 5px;
}
.index.tabs .nav-tabs>li>a {
    color: #212356;
    font-weight: bold;
    font-size: 140%;
    text-transform: uppercase;
    text-align:  center ;
    padding: 15px 0;
    line-height: 20px;
    background: #f3f3f3 url("../images/bgr-nav-tabs.png") repeat-x top left;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.index.tabs .nav-tabs>.active {
    margin-top: 0;
}
.index.tabs .nav-tabs>.active>a {
    background: #fff;
    padding: 17px 0 18px;
    border-bottom: 1px solid #FFF;
}
.index.tabs .tab-content {
    overflow: hidden;
}
.index.tabs .nav-tabs>li.span4 {
    margin-left: 0;
    width: 33.3%;
}
.index.tabs .tab-pane ul {
    list-style: none;
    margin-left: 0;
}
.index.tabs .tab-pane li {
    width: 25.33333333333333%;
    margin: 0 4%;
    float: left;
    border-bottom: 1px dotted #B2B2B2;
}
.index.tabs .tab-pane li a {
     font-size: 16px;
     line-height: 28px;
     padding-left: 20px;
     display: block;
     background: url("../images/sprite-lvv-icons.png") no-repeat -5px 1px;
}
.index.tabs .tab-pane li.active a,
.index.tabs .tab-pane li.active a:hover {
    background: #a90097 url("../images/sprite-lvv-icons.png") no-repeat -5px -24px;
    color: #fff;
}
.index.tabs .tab-pane li a:hover {
    text-decoration: none;
    color: #a90097;
}
.index.tabs #departement.tab-pane ul {
    width: 25.33333333333333%;
    margin: 0 4%;
}
.index.tabs #departement.tab-pane li {
    width: 100%;
    margin: 0;
}
.index.tabs .tab-pane li.region a{
    background: none;
    padding: 0;
}
.index.tabs.liste-departement #departement.tab-pane ul {
    width: 100%;
    margin: 0;
}
.index.tabs.liste-departement #departement.tab-pane li {
    width: 25.33333333333333%;
    margin: 0 4%;
    float: left;
    border-bottom: 1px dotted #B2B2B2;
}


.banner-section {
    margin: 20px 0 15px;
}
.banner-section .span4 {
    text-align: center;
}

/*** Breadcrumb ***/

.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ECF2F7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 10px;
    margin: 20px 0;
    border-radius: 5px;
    overflow: hidden;
}
.breadcrumb a,
.breadcrumb .ici {
    color: #212356;
    line-height: 35px;
    margin: 0 5px;
    line-height: 35px;
    font-size: 80%;
    display: inline-block;
    float: left;
}
.breadcrumb a:hover {
    text-decoration: none;
    color: #a90097;
}
.breadcrumb .ici {
    color: #000;
}
.breadcrumb ul {
    float: left;
    margin: 0;
}
.breadcrumb ul>li {
    list-style: none;
    float: left;
}
.breadcrumb ul>li:last-child a{
    font-weight: bold;
    color: #a90097;
}
.breadcrumb ul>li>.divider {
    background: url("../images/sep_crumb.png") right no-repeat;
    padding: 0;
    width: 11px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
    float: right;
}
.breadcrumb .index {
    float: right;
}
.breadcrumb .index a {
    background: url("../images/icon-map.png") no-repeat top right;
    padding-right: 50px;
    font-size: 80%;
    height: 35px;
    display: block;
}

/*** Pub ***/
.pub {
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    background: url("../images/bgr-pub.png") repeat-x left bottom;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 10px;
}
.pub .pub-image,
.pub .pub-button {
    margin: 20px 0;
    text-align: center;
}
.pub .pub-text {
    color: #333;
    font-size: 14px;
}
.pub .btn-plus {
    border: 3px solid #8fbf20;
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 16px;
}
.pub2 {
    text-align: center;
    margin-bottom: 20px;
}

/*** Agencies ***/

.list-header {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
}
.list-header .liste {
    font-size: 16px;
    margin-top: 20px;
}
.list {
    overflow: hidden;
}
.agencies {
    margin: 0;
    width: 100%;
    list-style: none;
}
.agencies .item {
    border: 1px solid #E0E0E0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    background: url("../images/bgr-pub.png") repeat-x left bottom;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin: 20px 0 0 20px;
    width: 31.194%;
    height: 120px;
    float: left;
    position: relative;
}
.agencies .item:nth-child(3n+1) {
    margin-left: 0;
}
.agencies .title a {
    color: #000;
    font-weight: bold;
}
.agencies .info {
    padding: 10px;

}
.agencies .logo {
    position: absolute;
    top: 10px;
    right: 10px;
}
.agencies .logo img {
    width: 80px;
}
.agencies .item .controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.agencies .item .btn {
    margin: 0 10px;
}

/*** Single agency ***/

.agency {
    padding: 0 10px;
}

.agency h1 {
    color: #212356;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom:  20px;
}
.agency .agency-block {
    margin: 5px 0;
    padding: 10px 0;
}
.agency .agency-block:nth-child(odd) {
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    background-color: #F9F9F9;
}
.agency .address {
    padding: 0 10px;
    font-weight: bold;
}
.agency .address,
.agency .tel,
.agency .fax {
    display: block;
    margin-bottom: 10px;
}
.agency .number,
.agency .tel_crypte {
    color: #000;
    font-weight:  bold;
}


/*** Pagination ***/
.pagination {
    text-align: center
}
.pagination ul>li>a {
    margin-left: 5px;
    background-color: #d9d9d9;
    border: 1px solid #DDD;
}
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #a90097;
    border: 1px solid #a90097;
    color: #fff;
}

/*** Content ***/

.container.text-center h3 {
    line-height: normal;
    font-size: 10px;
    margin: 0;
    padding: 0;
    height: auto;
}

/*** Footer ***/

footer {
    background: #212356 url("../images/bgr-footer.png") repeat-x left top;
    padding: 20px 0 5px;
}
footer p {
    color: #fff;
    font-size: 11px;
    text-align:  center;
    padding: 0 10px;
}
footer a {
    color: #aaa;
    text-decoration: underline;
}

/*** Map ***/

.mapimage {
    background: url("../images/map.png") no-repeat top right;
    width: 100%;
    height: 439px;
    position: relative;
    margin-left: 10px;
}
#canvasfrance {
    position: absolute;
    top: 29px;
    right: 102px;
}

/*** Search collapsible ***/

.navbar .btn-search {
    float: right;
    background: url("../images/icon-search.png") no-repeat right 1px;
    padding-right: 25px;
    font-size: 17px;
    font-weight: 200;
    margin: 9px 10px 6px;
    color: #777;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    text-shadow: 0 1px 0 #FFF;
}
.navbar .btn-search:hover {
    text-decoration: none;
}
.collapse-search {
    padding: 0 10px;
}
.collapse-search .input-append input {
    width: 80%;
}
.collapse-search .control-group {
    width: 100%;
}
header .btn-agence {
    background: url("../images/bgr-btn-agence.png") no-repeat scroll left top / 100% auto rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 57px;
    text-indent: -999999px;
    width: 200px;
}

/*** OLD START ***/
.table2bd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #084C65;
	border-left-color: #084C65;
	border-top-style: none;
	border-bottom-style: none;
}
.input1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px dotted #BBE9F9;
	background-color: #F3F3F3;
}
.input2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #000000;
	background-image: url(images/ong-degr-bl.gif);
	background-repeat: repeat;
	padding-top: 1px;
	text-align: center;
}
.txt-blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.txt-blanc-gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tabbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084C65;
	background-image: url(images/fd-bleuciel.gif);
	border: 1px solid #084C65;
}

.txtpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.lienpetit:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.lienpetit:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3F3F3;
	font-weight: bold;
}
a.lienpetit:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.lienpetit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
}
a.lienmoyen:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
a.lienmoyen:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
a.lienmoyen:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}
a.lienmoyen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D10000;
}

a.lienbleu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084C65;
	font-weight: bold;
}
a.lienbleu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}
a.lienbleu:visited {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084C65;
	font-weight: bold;
}
a.lienbleu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE1104;
	font-weight: bold;
}
a.liengras:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.liengras:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
a.liengras:visited {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.liengras:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #157DA4;
	font-weight: bold;
}
a.lienrouge:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB1818;
	font-weight: bold;
}
a.lienrouge:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B36868;
	font-weight: bold;
}
a.lienrouge:visited {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB1818;
	font-weight: bold;
}
a.lienrouge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.borderpointdrt {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.txtbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #084C65;
}
.ligne {
	color: #666666;
	font-weight: lighter;
	border-top: 1px dotted #639999;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.txtbleufin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #084C65;
}
.marge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #157DA4;
	margin: 0px;
	padding: 7px;
	font-weight: normal;
}
.TITRE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B0DFF0;
}
h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	display: inline;
}
h3 {
        font-family:Arial,Helvetica,sans-serif;
        font-size:8pt;
        font-style:normal;
        font-weight:normal;
        color:#666666;
        text-align:justify;
        display: inline;
}

#lud {
	height:70px;
	width:411px;
	background:url(images/fd_loc.jpg) left top no-repeat;
	margin:0 auto;
	padding-top:90px;
}
/*** OLD END ***/


@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
}
@media (max-width: 979px) {
    body {
        font-size: 90%;
    }
    .navbar {
        margin-bottom: 0;
    }
    .nav-collapse, .nav-collapse.collapse {
        height: auto;
    }
    .agencies .item .controls .pull-right,
    .agencies .item .controls .pull-left {
        font-size: 11px;
        margin: 0 5px;
    }
    .title {
        font-size: 18px;
    }
    header .menu-banner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding: 0;
    }
    .container {
        padding: 0 10px;
    }
    .agencies .item {
        margin: 0 0 20px 0;
        width: 99%;
        height: 100px;
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        float: none;
        margin: 0;
    }
    header .navbar .nav>li {
        float: none;
        border-right: none;
    }
    header .navbar .nav>li>a {
        text-align: center;
        border-right: none;
    }
    .index.tabs .nav-tabs>li.span4 {
        float: left;
        font-size: 70%;
    }
    .agency .tel-fax {
        padding: 0 10px;
    }
    .banner-section .span4 {
        margin-bottom: 20px;
    }
    header .menu-banner {
        clear: both;
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
    }
    .hero-unit .map-container {
        background: none;
    }
    .mapimage {
        margin-left: 0;
        padding-left: 50px;
    }
    .index.tabs #departement.tab-pane ul {
        width: 23.3333%;
    }
    .banner.top {
        margin-bottom: 0;
    }

}

@media (max-width: 480px) {
    header {
        padding: 0 10px 20px;
        margin: 10px 0;
    }
    .container {
        padding: 0;
    }
    .index.tabs #departement.tab-pane ul,
    .index.tabs .tab-pane li {
        width: 92%;
        margin: 0 4%;
    }
    header .menu-banner,
    .banner.top {
        clear: both;
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
    }
    .mapimage {
        padding-left: 165px;
    }
}
@media (max-width: 360px) {
    .index.tabs .nav-tabs  li:first-child a {
        padding: 5px 0;
    }
    .index.tabs .nav-tabs li.active:first-child a {
        padding: 5px 0 10px;
    }
}
@media (max-width: 320px) {

    .mapimage {
        padding-left: 165px;
    }
}

.max-height-300{
max-height: 320px;

}


resultats .tel-crypte-infos {
    margin-top: 10px;
}
.bg-tel {
    max-width: 500px;
    background: url('/images/visuels/bg-6.png');
    background-size: 180px 50px;
    min-height: 50px;
    background-repeat: no-repeat;
}

.tel-info {
    font-size: 10px;
    padding-top: 20px;
    font-style: italic;
line-height: 14px;
}


.bg-tel .libel {
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 72px;
    padding-top: 7px;
}


.btn-orange {
    background-color: #a90097;
    background-image: -moz-linear-gradient(top,#a90097,#CE2CB5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a90097),to(#CE2CB5));
    background-image: -webkit-linear-gradient(top,#a90097,#CE2CB5);
    background-image: -o-linear-gradient(top,#a90097,#CE2CB5);
    background-image: linear-gradient(to bottom,#a90097,#CE2CB5);
    border: 1px solid #a90097;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    text-transform:  uppercase;
padding: 10px;
}
.btn-orange:hover, .btn-orange:focus {
    background-position: 0 0;
    color: #fff;
    background-image: none;
    background-color: #a90097;
}




.dispPhone{

color:#212356;
font-weight:bold;

}


.desc-adr{
font-size:12px;

}

.liste-autre ul {
    list-style: none;
    margin-left: 0;
}
.liste-autre ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

.liste-autre li {
list-style: none;
    width: 33%;
    margin: 0 4%;
    float: left;
font-size:12px;
    border-bottom: 1px dotted #B2B2B2;
}

.libel-autre{
font-size:14px;
color: #666666;

}
.liste-autre li a {
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    display: block;
    background: url("../images/sprite-lvv-icons.png") no-repeat -5px 1px;
}
