body{
	--principal:#436eb0;
	--coul1:#8eafe1;
	--coul2:#bacdea;
	font-family: lato;
    font-weight:normal;
}
a{
	color: var(--principal);
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
	text-decoration: none;
}
.previous a, .next a {
	font-size: 1em;
	border: none;
}
.btn-primary{
	background-color: var(--principal);
}
.w100{
	width: 100%;
}
.mgb1{
	margin-bottom: 1em;
}
.mgt1{
	margin-top: 1em;
}
#EmailViewForm .required{
	color: #000;
}
input[type="text"], input[type="email"], input[type="password"] {
	padding: .375rem .75rem;
}
.header-post-title-container {
    display: none;
}
.fa-search:before {
    content: "\f002";
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
small{
	font-weight: 400;
line-height: 1;
color: #999;
}
#prevNextdetailBrowser{
	padding: 1em;
}
.well{
	margin-bottom: 20px;
}
.well p{
	margin: 0;
}
.hide {
    display: none!important;
}
#favorite .shortlist li div {
    display: inline-block;
    line-height: 14px;
    padding-bottom: 5px;
    width: 140px;
}
#favorite .shortlist li {
    display: block;
    position: relative;
    padding: 3px 0;
    margin: 0 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px dashed #A8A8A8;
}
#favorite .shortlist li button {
    display: block;
    position: absolute;
    top: 5px;
    right: 1px;
    border: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.badge{
	margin-top: -0.5rem;
}
#modal-sendToFriend-list{
	font-size: 0.8em;
}
.addedToShortList {
    cursor: default;
    background-image: none;
    opacity: 0.5;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal h3 {
	background: none;
	border: 0;
	color: #666;
	font-size: 24.5px;
	margin: 0;
	text-shadow: none;
	line-height: 30px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop.in{
	opacity: 0.5;
}
.form-group{
	display: flex;
}
.form-group label{
	text-align: right;
	font-weight: bold;
}
.modal.in {
	display: block!important;
	opacity: 1;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
button.close {
	float: right;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	opacity: 0.2;
}
button.close:hover{
	opacity: 0.4;
}
button.remove{
	padding: 2px 5px;
	background-color: var(--principal);
}
input[required="required"]:after, .required:after {
    content: " *";
    color: #b94a48;
}
.modal button.btn{
	background-color:rgb(239, 239, 239);
	font-size: 14px;
}
.modal .btn.btn-primary {
	background-color: #428bca;
}
.editable img{
	max-width: 25px;
	margin-right: 5px;
}
#btn_export_pdf {
	position: absolute;
    top: 7px;
    right: 76px;
}
#btn_export_csv{
	position: absolute;
    top: 7px;
    right: 45px;
}
#EmailViewForm label{
	padding: 7px 15px 0;
}
.custom-search {
	position: absolute;
	right: 90px;
    top: -4px;
    -webkit-transition: all 400ms ease;
	transition:         all 400ms ease;
}
.custom-search-opened{
    right: 105px;
    -webkit-transition: all 400ms ease;
	transition:         all 400ms ease;
}
.bJAtsu {
    display: block;
    position: absolute;
    top: 8px;
    right: -110px;
    width: 22px;
    height: 15px;
    margin-right: 15px;
    margin-left: 5px;
    opacity: 0;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
	transition:         all 400ms ease;
}
.bJAtsu:hover{
    opacity:0.5;
}
.bJAtsu-show {
    opacity: 1;
    -webkit-transition: all 400ms ease;
	transition:         all 400ms ease;
}
#express-form-typeahead {
	display: block;
    border: none;
	font-size: 1em!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: url(../img/loupe.svg);
    background-size: 19px;
	background-position: 6px 10px;
    background-repeat: no-repeat;
	height: 37px;
	line-height: inherit;
	position: relative;
	-webkit-transition: all 400ms ease, background 400ms ease;
	transition:         all 400ms ease, background 400ms ease;
    color: #000!important;
    outline: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.express-notfocus{
    background-color: transparent;
	border: none;
	cursor: pointer;
    width: 0;
    margin: 3px 0;
    padding: 0 6px 0 34px!important;
}
.express-focus {
	background-color: var(--coul2);
	border: 1px solid black;
	cursor: text;
    width: 300px;
    margin: 3px -100px;
    padding: 0 30px 0 34px;
}
.search-btn {
    display: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
.menu-open{
    left: 0px;
    transition: left .4s ease-in-out;
}
.close-menu-open{
    right: 0px;
    transition: right .4s ease-in-out;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    background: none!important;
    border: none!important;
    padding: 0;
}
.custom-select{
    border-bottom: 1px solid #000!important;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 230px;
    /*padding: 0 84px 0 22px;*/
    font-size: 1em;
    font-weight: 300;
    color: #000;
    /*line-height: 60px;*/
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 3px; right: 70px;
    width: 20px;
    height: 20px;
    background-image: url(../img/fleches.svg);
    background-repeat: no-repeat;
    background-position: -6px -12px;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    /*border-bottom: 1px solid #b5b5b5;*/
    font-size: 18px;
    color: #000;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}
.cont-actus{
    width: 800px;
    height: 533px;
}
.container-diapos {
    display: flex;
    align-items: center;
    width: 100%;
    overflow-y: hidden;
    height: 100%;
    max-height:100%;
    overflow-x: hidden;
}
    
.container-diapos img {
    min-width: 100%; /* needed so Firefox doesn't make img shrink to fit */
    width: 100%; /* can't take this out either as it breaks Chrome */
}
.diaporama-container{
    position: relative;
    text-align: left;
}
.diaporama-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
	background-color: #FFF;
}

.diaporama-content .imgs {
    display: flex;
    align-items: top;
    width: 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    /*apply a transform to kick in the hardware acceleration.  Without this, the first
    time we add the transform you get odd rendering of the divs (half missing) */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.diaporama-content .imgs li {
    min-width: 100%;
    width: 100%;
    /*apply a transform to kick in the hardware acceleration.  Without this, the first
    time we add the transform you get odd rendering of the divs (half missing) */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.diaporama-content .imgs li img{
    min-width: 100%;
    width: 100%;
}
.filtres{
	position: relative;
	font-size: 0.85em;
	line-height: 1.6em;
}
.filtres label{
	height: 1em;
}
.filtres label:hover{
	cursor: pointer;
}
.filtres input{
	margin-right: 10px!important;
}
.rechmot-zone{
	width: calc(100% - 40px);
	margin-top: 2em;
	padding: 1em 1em 1.5em 1em;
	background-color: #EEE;
}
.zone-rech-word{
	width: 100%;
}
.zone-rech-word .rechmot-query{
	width: calc(100% - 40px);
}
.zone-rech-word .rechmot-button{
	border: none;
    background-color: transparent;
	padding: 0;
}
.liste-contrats{
	padding-left: 1.5em;
}
.liste-contrats label {
	margin-right: 10px!important;
	opacity: 0.5!important;
}
.liste-contrats label input{
	margin-right: 5px!important;
}
.ricSearch ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
  }
.ricSearch input[type="checkbox"],.ricSearch input[type="radio"]{
    margin-right: 10px;
}
.ricSearch label{
    /**/
    transform-origin: top left;
    margin-bottom: 0.2em;
    height: 12px;
}
.ricSearch label.active input{
    background-color: var(--coul2);
}
.ricSearch .formBloc{
    margin: 0 2em 0 1em;
}
.ricSearch .formBloc label:first-child{
    /*font-family: 'bs-semibold';*/
}
.ricSearch .formBloc label:not(:first-child){
    --sc:1;
    -webkit-transform: scale(var(--sc));
    -moz-transform: scale(var(--sc));
    -o-transform: scale(var(--sc));
    -ms-transform: scale(var(--sc));
    transform: scale(var(--sc));
    opacity: 0.5;
    /*margin-left: 1em;*/
}
.ricSearch .formGroupe{
    border-top: 1px solid #000;
    padding:1em 0;
}
.ricSearch.filtres .formGroupe{
    border-top: none;
    padding:0 0 0.5em;
}
.ricSearch .formGroupe .row > div{
    
}
.ricSearch .formGroupe2{
    padding: 1em;
    display: flex;
    background-color: rgba(0,0,255,0.1);
    padding-bottom: 2em;
    border:none!important
}
.ricSearch .colRech .formBloc:not(:first-child){
    margin-top: 0.5em;
}
.ricSearch .formAdj{
    border-top:0;
    padding-top: 0;
}
.ricSearch .affRechAvancee{
    display: inline-block;
    font-family: 'Asap';
    font-weight: normal;
    margin-top: 2em;
}
.ricSearch h2{
    margin-top: 0;
}
.ricSearch input[type='text']{
    background-color: #FFF;
    border: 1px solid #999;
    padding: 0 0.5em;
    height: 2em;
}
.qbox{
    border:1px solid #000;
    min-height: 100px;
    padding: 0.5em;
    margin-bottom: 1em;
    position: relative;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 0;
	background-color: inherit;
}
.qbox h3 > label.badge {
	box-shadow: none;
}
.badge {
    padding:0;
	background-color: var(--coul2);
	color: #000;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
}
.filtres .qbox{
	border: none;
	padding: 0;
}
div.checkbox:not(.level_1) {
    opacity:0.5;
}
div.checkbox label {
	font-size: 1em!important;
}
img.leaflet-marker-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.fa-phone:before, .fa-link:before, .fa-calendar:before {
    content: ""!important;
}
.pagination {
	display: flex;
}
.list-item, .list-item:nth-child(odd) {
	background-color: inherit;
	border-left: none;
	border-top: none;
	border-right: none;
	padding-bottom: 15px;
}
.thumbnail {
    padding: 0;
    border: none;
}
.pagination>li {
    display: block;
}
.pagination>li>a, .pagination>li>span {
    float: none;
	padding: 0;
    background-color: inherit;
    border: none;
    margin-left: 0;
	color: #000;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	color: #000;
	background-color: inherit;
	border-radius: 0;
}
.pagination a:hover{
	background-color: var(--coul2);
}
#paginated-results-list {
    background-color: inherit;
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    position: relative;
}
.panel-primary {
    margin: 0 1em;
    padding: 0 10px;
    border: none;
    border-radius: 0px;
}
.panel-body {
    padding: 0;
}
div.checkbox.level_1 {
	margin-top: 0;
}
div.checkbox.level_1:not(:first-child) {
    /*margin-top: 0.5em;*/
}
h2.titre_groupe{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.searchForm .nav-tabs>li {
    background-color: rgba(255,255,255,0.3);
}
.searchForm .nav-tabs>li>a {
	opacity: 0.5;
    border: none;
    border-radius: 0px;
	margin: 0;
}
.searchForm .nav-tabs>li.active>a, .searchForm .nav-tabs>li.active>a:hover, .searchForm .nav-tabs>li.active>a:focus {
	opacity: 1;
    color: #FFF;
    background-color: #000;
    border:none;
    border-bottom-color: transparent;
    cursor: default;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	font-size: inherit;
}
a.communes_autocomplete_label {
font-size: 1em;
}
.well{
	padding: 1em;
    padding-bottom: 2em;
    border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) inset;
	border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}
#medias .well{
	background-color: #FFF;
}
.main_content {
	border: none;
	background-color: inherit;
	padding: 0;
	font-size: 1em;
}
.main_content .well{
	background-color: rgba(231,231,231,0.3);
	padding-bottom: 1em;
}
.main_content .well span{
	font-size: inherit;
	padding: 0;
	font-family: 'lato';
    font-weight: 800;
}
.searchForm h4 {
    margin-bottom: 0.5em;
}
.showSearch{
	/*background-color: var(--coul1);
	border-radius: 0px;
    color: #000;*/
	border: none;
	margin-bottom: 1em;
}
.showSearch:hover{
	background-color: var(--coul1);
}
#SearchKeywords, #SearchCommune{
	padding: 10px;
}
#SearchKeywords, #SearchCommune, #searchFormSubmit {
	border: none;
	border-radius: 0;
	margin: 0;
}
#searchFormSubmit {
	background-color: rgba(0,0,255,1);
}
#count {
	color: rgb(0,0,255);
    background-color: rgba(0,0,255,0.1);
	border: none;
	border-radius: 0;
	height: auto;
	padding: 5px;
}
#advanced-search-options{
	margin-top: 1em;
}
.pager li>a, .pager li>span {
	position: relative;
    padding: 0;
    background-color: inherit;
    border: none;
    border-radius: 0px;
}
.pager li>a:hover, .pager li>a:focus, .pager li>span:hover, .pager li>span:focus {
	background-color: inherit;
}
.pager li.back a:before{
	position: absolute;
    top: 7px;
    left: -24px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/fleches.svg);
    background-repeat: no-repeat;
    background-position: -6px -8px;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-transition: left 0.30s;
	-moz-transition: left 0.30s;
	-ms-transition: left 0.30s;
	-o-transition: left 0.30s;
	transition: left 0.30s;
}
.pager li.back a:hover:before{
	left: -30px;
	-webkit-transition: left 0.30s;
	-moz-transition: left 0.30s;
	-ms-transition: left 0.30s;
	-o-transition: left 0.30s;
	transition: left 0.30s;
}
#mapcontainer{
    /*height: fit-content!important;*/
}
.qbox .res{
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.qbox .res > div{
    margin-top: 0.3em;
}
#paginated-results-list-header {
    border-bottom: 1px solid #000;
    margin: 20px 0;
    overflow: hidden;
}
#item-header {
    border-bottom: none;
    margin: 20px 0;
	padding-bottom: 10px;
    overflow: hidden;
}
.tools-env{
	float: right;
	text-align: left;
}
.tools-env a{
	float: none!important;
}
.tools a {
    display: inline-block;
    line-height: 20px;
    margin: 5px 0;
    margin-left: 20px;
    padding-left: 20px;
    float: right;
	border-left: none;
}
#overlay {
	z-index: 125;
}
#mapviewer[style*="position: fixed;"] {
  z-index: 130;
}
#mapviewer h3, #favorite h3{
    font-size: 1em;
    background-color: #FFF;
    background-image: none;
    color: #000;
    text-shadow: none;
}
#mapswitch .fa-expand, #favorite .glyphicon-pushpin{
	display: none!important;
}
.list-item{
    margin:1em 0;
    border-bottom: 1px solid #AAA;
}
.list-item .add-to-list-js{
    border: 1px solid #000;
    font-size: 0.8em;
}
.list-item .btn-primary, .tab-content .btn-primary{
    font-size: 0.8em;
    border: 1px solid #000;
    background-color: var(--coul2);
    color:#000;
}
.list-item .list-unstyled a{
    color:#999;
}
.tabbable select{
	min-width: 130px;
}
.qbox .btn-secondary:disabled, .filtres-form .btn-secondary:disabled{
    opacity: 0.4;
    cursor:not-allowed;
}
.qbox .btn-secondary, .filtres-form .btn-secondary{
    background-color: transparent;
    color: #000;
    border-color: #000;
    font-family: 'Asap';
    font-weight: normal;
    font-size: 1em;
    border-radius: 0;
}
.filtres-form{
	width: 100%;
}
.filtres-form .third{
	font-family: 'Asap';
	color: #8D8D8D;
    border-color: #8D8D8D;
	background-color: #FFF;
}
.filtres-form .third:hover{
	border-color: #000;
	color: #000;
}
.form-abonnement{
	position: relative;
	padding: 1em;
	border-radius: 0.5em;
	/*border: 1px solid #000;*/
	line-height: 1.2em;
	background-color: #EEE;
	display: none;
}s
.form-abonnement .res{
	font-size: 0.8em;
	line-height: 1.4em;
}
.filtres-form input[type='text']{
	border: 1px solid #000;
	padding: 0.2em 0.5em;
}
.posabsright{
    position: absolute;
    top: 7px;
    right: 5px;
}
.icon-spec{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: .5em;
	line-height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-annonce{
	background-image: url(../img/picto-annonces.svg);
	background-position: 0px 0px;
}
.icon-cherche{
	width: 18px;
	height: 18px;
	background-image: url(../img/loupe.svg);
	background-position: 0px 0px;
}
.texte-bouton{
	display: inline-block;
	vertical-align: middle;
}
#paginated-results-list a[target='pdf']:before, #favorite a[target='pdf']:before,
.main_content a[target='pdf']:before, .article-cont a[target='pdf']:before, .pdf_btn{
    position: relative;
    display: inline-block;
    content: '';
    width: 25px;
    height: 34px;
    background-image: url(../img/picto_pdf.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.main_content a[target='pdf']:before{
	margin-left: 20px;
	top: 10px;
}
.csv_btn{
	background-image: url(../img/picto_csv.svg);
}
.pdf_btn{
	padding: 0;
	border: none;
    background-color: #FFF;
}
.pdf_btn:hover{
	background-image: url(../img/picto_pdf.svg);
	background-repeat: no-repeat;
	background-color: #FFF;
	opacity: 0.5;
	box-shadow: none;
}
.csv_btn:hover{
	background-image: url(../img/picto_csv.svg);
}
#csvexport{
	margin-left: 10px;
}
#paginated-results-list a[target='pdf'], #favorite a[target='pdf'], .main_content a[target='pdf']{
    font-size: 0;
}
#favorite.hidden{
    height: 60px;
    min-height: 60px;
    overflow: hidden;
}
#favorite a[target='pdf']{
    position: absolute;
    top: 7px;
    right: 45px;
}
#favorite ol{
    list-style: none;
}
#favorite ol li:first-child{
    border-top:1px solid #000;
    margin-top: 1.5em;
}
#favorite ol li{
    border-bottom:1px solid #000;
    padding: 5px 0;
    font-size: 0.9em;
}
#favorite h3{
    font-size: 1em;
}
#favorite .h3{
	font-size: 1.3em;
}
#favorite h3 .badge{
    font-size: 1.1em;
    font-family: 'Asap';
    font-weight: normal;
	margin-top: 0px;
}
#favorite-email{
    display: inline-block;
    font-size: 0.8em;
    margin-top: 0.5em;
}
.ficheactivite_title {
    font-family: 'Asap';
}
.pagination{
    float: none;
}
.pagination li{
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #EEE;
    margin-left: 10px;
    font-size: 0.8em;
}
.pagination li.active{
    padding:5px;
    background-color: var(--coul2);
    border: 1px solid #000;
}
.pagination li a{
    padding:5px;
    width: 100%;
    height: 100%;
    display: block;
}
.list-btns {
    display: block;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}
.list-btns li {
    display: inline-block;
    padding: 0;
    margin: 0 4px 7px 0;
}
#content {
    border-top: none;
}
.qbox .badge{
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 80%;
}
.openGallery{
	position: relative;
	width: 100%;
	height: 250px;
	cursor: pointer;
}
.openGallery:hover .gal_over{
	opacity: 1;
}
.gal_fond{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: sepia(100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gal_infos{
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	color:#000;
	width: 66%;
	min-height: 50%;
	padding: 1em;
	line-height: 1.3em;
}
.titre_gal{
	border-bottom: 1px solid #000;
}
.intro_gal{
	font-size: 0.9em;
	line-height: 1.2em;
}
.gal_over{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	color:#000;
	background-image: url(../img/loupe.svg);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
	-webkit-transition: all 0.30s;	
	-moz-transition: all 0.30s;
	-ms-transition: all 0.30s;
	-o-transition: all 0.30s;
	transition: all 0.30s;
}
.share_pictos{
	/*position: absolute;*/
	margin-top: -15px;
    z-index: 10;
	width: 100%;
	height: 0;
    overflow: hidden;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.share_pictos.affiche{
	margin-top: 10px;
	height: 35px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.dspn{
	display: none!important;
}
.fs08{
	font-size: 0.8em;
}
.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #3071a9;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #3071a9;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nav .dropdown-toggle .caret {
	border-top-color: #3071a9;
	border-bottom-color: #3071a9;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #1f496e;
	border-bottom-color: #1f496e;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media only screen and (min-width : 1000px) {
	.cont_barre_services{
		display: inline-block;
	}
}