html{
	--map-height: 450px;
	--fen_details-width: 80%;
	--menu1:#0056b3;
}
.header-post-title-container{
	display: none;
}
a:not(.btn1){
    color: #000;
    text-decoration: none;
}
a:not(.btn1):hover{
    color: var(--menu1);
    text-decoration: none;
}
h2{
	color: var(--menu1);
}
p, ul{
	margin: 0;
	padding: 0;
}
.font_semibold{
	font-weight: bolder!important;
}
.bg_menu1{
	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;
}
.btn1, .btn2{
    display: flex;
    position: relative;
    align-items: center;
    background-color: var(--bgBtn1);
    color: #000;
    padding: 7px 26px;
    font-size: 0.8rem;
    font-family: "silka-semibold";
	text-decoration: none;
    margin-bottom: 0.3rem;
    border-radius: 12px;
    width: max-content;
    min-width: 160px;
    max-width: 300px;
	border: none;
    transition: background-color 0.3s;
}
.btn1.btn11{
    background-color: #FFF;
	border: 1px solid #999;
    margin-bottom: 1em;
	padding-left: 2rem;
}
.btn1.btn12{
    background-color: #FFF;
    margin-bottom: 0em;
}
.btn1.btn13{
	font-size: 1rem;
    background-color: #FFF;
    padding: 0;
}
.btn1.btn13:hover{
	background-color: transparent;
}
.btn1 > span {
    position: relative;
    width: 100%;
    text-align: center;
}
.btn1 > span > span {
    position: absolute;
}
.btn1 .fleche1{
    position: absolute;
	top: 0px;
	margin-left: -20px;
    transition: margin 0.3s;
}
.btn1 .fleche1.fleche11{
    top:-2px;
}
.btn1.btn13:hover .fleche1{
    margin-left: -15px;
    transition: margin 0.3s;
}
.btn1.btn13.btnback{
	font-family: "silka-regular"!important;
}
.btn1.btn13.btnback:hover .fleche1{
    margin-left: -25px;
}
.btn1:hover, .btn2:hover{
    color: #000;
    background-color: var(--bgBtn1h);
    transition: background-color 0.3s;
}
.btn1:not(.btnDeroule):hover .fleche1{
    /*color: var(--coul1);*/
    margin-left: -15px;
    font-family: "silka-semibold";
    transition: margin 0.3s;
}
.btn1[aria-expanded="true"]{
	color: #FFF;
	background-color: #000;
}
.btn1[aria-expanded="true"] .num_cercle{
	background-color: #FFF;
	color: var(--menu1);
}
.btn1[aria-expanded="true"]:hover .fleche1{
	margin-left: -20px;
	transition: margin 0.3s;
}
.btn_t{
	display: inline-block;
	border: none;
	font-size: 0.9em;
}
.btn2{
	padding-left: 20px;
	transition: all 0.3s;
	align-items: flex-start;
}
.btn2:before{
	content:"→";
	display: inline-block;
	position: relative;
	margin-right: 10px;
	transition: margin-right 0.3s;
}
.btn2:hover{
	padding-left: 24px;
	transition: all 0.3s;
}
.btn2:hover:before{
	margin-right: 6px;
	transition: margin-right 0.3s;
}
.tag{
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 0.8em;
	font-family: "silka-regular";
	padding: 0.3em 1em;
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #CCC;
	border-radius: 0.4em;
	margin: 0 0.5em 0.5em 0;
	cursor: pointer!important;
	transition : background-color 0.2s;
}
.tag_all, .tag_second{
	display: block;
	width: fit-content;
}
.tag_all {
	font-family: "silka-medium"; 
}
.tag_second:not(:first-child){
	margin-top: 1em;
}
.tag.active.tag_second:before{
	background-color: var(--coul1)!important;
}
.tag.active:not(.tag_all){
	background-color: rgba(255,255,255,1);
	font-family: "silka-medium";
	transition : background-color 0.2s;
	padding-left: 20px;
}
.tag.active:not(.tag_all):before{
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: block;
    position: absolute;
    left: 5px;
	top: 9px;
    background-color: var(--menu1);
    /* background-image: url(../img/icon_check.svg); 
    background-size: contain;*/
    font-family: "silka-regular";
}
.btn_rech{
	font-size: 0.9em;
	border: none;
}
.btn_rech span{
	padding-bottom: 0.1em;
	border-bottom: 1px solid #000;
}
.btn_rech:hover:not(:disabled) span{
	border-width: 2px;
}
.btn_rech:disabled:hover{
	cursor:not-allowed;
}
.btn_rech:disabled span{
	border-color: rgba(16, 16, 16, 0.3);
}
.pdf_btn {
    position: relative;
    display: inline-block;
    content: "";
    width: 25px;
    height: 34px;
	background-color: transparent;
    background-image: url(../img/picto_pdf.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	border: none;
	margin-left: 1em;
}
.csv_btn {
    background-image: url(../img/picto_csv.svg);
}
.pdf_btn:hover{
	opacity: 0.6;
	transition:opacity 0.4s;
}
.publis_btns{
	display: flex;
}
.liste_item{
	display: block;
	padding: 2em;
	margin-bottom: 1em;
	background-color: #EEE;
	font-family: "silka-regular" !important;
	transition: background-color 0.4s;
}
.liste_item:hover{
	background-color: var(--oeuf);
	transition: background-color 0.4s;
}
.liste_item h2{
	font-size: 1.2em;
	margin: 0;
}
.liste_item .infos{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}
.list_item .infos a{
	font-size: 0.8em;
}
.liste_item .infos p{
	margin: 0;
	text-align: right;
}
#publi_content .col_visu img{
	width: 100%;
}
#publi_content .label{
	font-family: "silka-medium";
}
#publi_content #description{
	margin: 2em 0;
	padding-right: 2em;
	font-size: 0.9em;
	line-height: 1.5em;
}
#publi_content h3{
	font-size: 1.5em;
	font-family: "silka-medium";
}
#publi_content #item-header{
	margin: 1em 0;
}
#publi_content #item-header .add-to-list-js {
    font-size: 0.8em;
}
#item-header form{
	margin: 0;
	float: none;
}
.add-to-list-js{
	padding: 0;
}
.addedToShortList{
	opacity: 0.5;
}
.num_header{
	display: inline-block;
	position: relative !important;
}
.num_cercle{
	display: flex;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	font-size: 0.7rem;
	text-align: center;
	color: #FFF;
	background-color: var(--menu1);
	align-items: center;
	justify-content: center;
}
#favorite_header{
	display: flex;
	justify-content: end;
	align-items: baseline;
	padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #BBE;
}
#favorite-itemsList .remove{
	border: none!important;
	background-color: transparent!important;
	padding: 0!important;
	font-size: 0.6em!important;
	margin-bottom: 0.5em!important;
}
#favorite-itemsList .remove .fa:before {
	content: var(--fa)!important;
}
#favorite-itemsList .remove:hover {
	cursor: pointer;
}
#favorite-itemsList .remove:hover > i{
	color: red;
}
#favorite-itemsList .titre_publi{
	font-size: 0.8em;
	font-family: "silka-medium";
}
.export_outils{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}
.export_outils form{
	margin: 0;
}
.export_outils.disabled{
	display: none;
}
.export_outils.disabled a:hover, .export_outils.disabled button:hover{
	cursor:not-allowed!important;
}
#favorite-email{
	font-size: 0.8rem;
}
.infosTech{
	font-size: 0.8em;
}
.addedToShortList, .addedToShortList:hover{
	color: #AAA;
	cursor: not-allowed;
}
.modal-header{
	justify-content: space-between;
}
.modal-content{
	padding: 1em;
}
.modal-content h4{
	font-size: 1.2em;
	font-family: "silka-medium";
}
.modal-content .btn1{
	margin: 0;
}
.modal-content .btn2{
	font-size: 0.8rem;
}
.modal .close{
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	font-family: "silka-light";
	font-size: 2rem;
	color: #AAA;
	position: absolute;
	top: 5px;
	right: 15px;
}
#map {
    height: var(--map-height);
    background: black;
}
#carteZone .carte {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#fenDetail{
  position: absolute;
  top: 0;
  width: var(--fen_details-width);
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 20px;
}
.hideDetail {
	left: calc(var(--fen_details-width) * -1);
	transition: left 0.5s;
}
.showDetail{
  left:0px;
  transition: left 0.3s;
}
.closeFen{
  position: absolute;
  width: 20px;
  height: 20px;
  right:20px;
  top: 15px;
}
.closeFen:hover .cls-2, .closeFen:hover .cls-2-1{
  stroke: var(--coul1);
}
.detail-cont{
	height: 100%;
	font-family: "silka-regular";
}
.detail-cont .ville{
  font-size: 1.4em;
	height: 2em;
}
#resultats{
	height: calc(100% - 2em);
	padding-bottom: 1em;
	overflow: scroll;
}
.evt-niv1{
  display: block;
  line-height: 1.3em;
  font-size: 1.1em;
  border-top:1px solid #CCC;
  padding-top: 10px;
  margin-top: 0.5em;
}
.evt-niv1:last-child{
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
}
.evt-niv1 p{
  margin: 0;
}
.evt-niv1 .date{
  font-family: 'silka-medium';
}
.evt-niv1 .lieu{
  font-family: 'silka-medium';
  color: var(--coul1);
}
.evt-niv1 .evt{
}
.evt-niv2 .txt{
  font-size: 0.9em;
}
.fd1{
	background-color: var(--oeuf)!important;
}
.fd2{
	background-color: #EEE!important;
}
.fs08{
	font-size: 0.8em;
}
.fs09{
	font-size: 0.9em;
}
.loader_cont{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader_cont > div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.loader_cont > div > span {
	color: #FFF;
	font-family: "silka-medium";
	font-size: 0.8em;
}
.loader {
	display: block;
	width: 48px;
	height: 48px;
	border:10px solid #FFF;
	border-radius: 50%;
	position: relative;
	transform:rotate(45deg);
	box-sizing: border-box;
	margin-top: 1em;
}
.loader::before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	inset:-10px;
	border-radius: 50%;
	border:10px solid var(--menu1);
	animation: prixClipFix 2s infinite linear;
}
.rotate_90{
	transform: rotate(90deg);
}
.rotate_180{
	transform: rotate(180deg);
}
.rotate_270{
	transform: rotate(270deg);
}
.tools{
	display: flex;
}
@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
@media (min-width: 910px) {
	body {
		--map-height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.publis_btns {
		display: block;
		margin-left: 0px !important;
	}
}