@font-face {
  	font-family: "Present Bold";
	src: url("font/presentbold.otf") format("opentype");
}
.page h1 {
	font-weight: normal;
}
.assembler {
	position: sticky;
	top: 0px;
	z-index: 1;
	background-color: white;
}

.single .web-content .resumepageprod {
	display: none;
}
.direction {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	display: inline-flex;
}
.adress {
	width: 100%;
}
.imgpstion {
	margin-top: 5px;
	padding: 2px 4px;
	border-radius: 50%;
	background-color: #c7e7fa;
	box-shadow: 8px 8px 12px #aaa;
	}
.imgpstion:hover {
	box-shadow: 2px 2px 3px #5d5d5d;
    transform: scale(0.97);
	transition: 0.3s ease;
}
.sidemap {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: -100%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease;
	font-size: 1em!important;
}
.sidemap ul {
	list-style-type: none;
	padding: 0;
	margin: 90px 0px 0px 0px;
	font-size: 1em;
}

/* Sidemap menu links */
.sidemap a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.1em;
	color: black;
	display: block!important;
	transition: 0.3s;
}
	
/* Active class */
.sidemap.active {
	left: 0;
}

/* Close btn */
.sidemap .close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 1em;
}
.carteetlegende {
	font-size: 1em;
	text-align: center;
}
.carteetlegende .li {
	padding-top: 50px;
	font-size: 1em;
}

.allclosemap {
	display: block;
	color: white;
	border-radius: 40px;
	margin-left: 15px;
	margin-top: 8px;
	padding: 5px 3px 5px 5px;
	background-color: #012194;
	box-shadow: 8px 8px 12px #aaa;
}
.sidemap .closemap {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 1em;
}
.allclosemap:hover {
   	box-shadow: 2px 2px 3px #5d5d5d;
	transform: scale(0.97);
	transition: 0.3s ease;
}
.croixmap{
	font-weight: bold;
	border: 2px solid white;
	border-radius: 50%;
	background-color: #012194;
	padding-right: 5px;
	padding-left: 5px;
}

/* Menu hamburger en fenêtre réduite */
@media screen and (min-width: 981px) {
	.breadcrumbs {
		position: sticky;
		top: 0px;
		z-index: 1;
		background-color: white;
	}
	.breadcrumbs ul {
		background-color: white;
		padding-bottom: 15px;
	}
	.searchitem {
		width: 100%;
	}
	.searchbutton {
		width: 35px;
	}
	#closeBtn {
		display: none!important;
	}
	#openBtn{
		display: none!important;
	}
	.menu
	{
		display: none!important;
	}
	.adresse {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.assembler {
		background-image: url("img/troncdc.svg");
		background-size: 160% 85%;
		background-position: -90px 30px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 980px) {

	.breadcrumbs {
		position: sticky;
		top: 68px;
		z-index: 0;
		background-color: white;
	}
	.breadcrumbs ul {
		background-color: white;
        padding-bottom: 8px;
	}
	.searchitem {
		width: calc(100% - 35px)!important;
	}
	.searchbutton {
		width: 35px!important;
		margin-right: -1px;
	}
	/* Close btn */
	/* Sidenav menu */
	.topitemcenter {
	font-size: 0.9em;
	}
	.assembler {
		display: inline-flex;
		width: 100%;
		margin-bottom: 7px;
		height: 68px;
	}
	.recherche {
		width: 100%;
		margin-top: 5px;
	}
	.single {
		margin: 0px!important;
	}
	#undersidenav {
		display:block;
  		height: 100%;
  		width: 100%;
  		position: fixed;
  		z-index: 3;
  		top: 0;
  		left: -100%;
  		padding-top: 60px;
  		transition: left 0.5s ease;
  		background-color: transparent;
	}
	#undersidenavclick {
		min-width: 100%;
		min-height: 100%;
	}
	.sidenav {
  		height: 100%;
  		width: 250px;
  		position: fixed;
  		z-index: 4;
  		top: 0;
  		left: -250px;
  		background-image: url("img/troncdc.svg");
  		background-size: 80% auto;
  		background-repeat: no-repeat;
  		background-position-x: center;
  		background-position-y: 100px;
  		background-color: white;
  		padding-top: 60px;
  		transition: left 0.5s ease;
  		box-shadow: inset -1px 0px 0px 0px #7a4523;
	}
	.sidenav ul {
  		list-style-type: none;
  		padding: 0;
  		margin: 0;
	}

/* Sidenav menu links */
	.sidenav a {
  		padding: 8px 8px 8px 32px;
  		text-decoration: none;
  		font-size: 1.1em;
  		color: black;
  		display: block!important;
  		transition: 0.3s;
	}
	.sidenav li {
		background-image: url( 'feuille.svg' );
		background-size: 100% 100%;
	}
	.redifeuille {
		margin-left: 10px;
		margin-right: 10px;
	}

	.sidenav a:hover {
  		color: black;
	}
	
		
/* Active class */
	#undersidenav.active {
  		left: 0;
	}
	.sidenav.active {
  		left: 0;
	}

/* Close btn */
	.sidenav .close {
  		position: absolute;
  		top: 0;
  		right: 10px;
  		font-size: 1em;
	}

	.burger-icon span {
  		display: block;
  		width: 20px;
  		height: 3px;
  		background-color: white;
  		margin: 3px 0;
	}
	.burger-icon {
		margin-left: 10px;
		margin-top: 3px;
		height: 20px;
		padding: 6px;
		border: solid white;
		border-radius: 50%;
		background-color: #980c02;
	}
	.iconmenu {
		display: inline-flex;
		border-radius: 40px;
		margin-left: 15px;
		margin-top: 8px;
		padding-right: 5px;
		height: 45px;
		background-color: rgba(0,128,0,1);
		box-shadow: 8px 8px 12px #aaa;
	}
	.iconmenu:hover {
    	box-shadow: 2px 2px 3px #5d5d5d;
		transform: scale(0.97);
		transition: .3s ease;
	}
	.menu {
		display: inline-block;
		margin-left: 15px;
		margin-top: 8px;
		font-size: 1.3em;
		color: white;
	}
	.allclose {
		display: block;
		color: white;
		border-radius: 40px;
		margin-left: 15px;
		margin-top: 8px;
		padding: 5px 3px 5px 5px;
		background-color: rgba(0,128,0,1);
		box-shadow: 8px 8px 12px #aaa;
	}
	.allclose:hover {
    	box-shadow: 2px 2px 3px #5d5d5d;
    	transform: scale(0.9);
		transition: 0.3s ease;
	}
	.croix {
		font-weight: bold;
		border: 2px solid white;
		border-radius: 50%;
		background-color: #980c02;
		padding-right: 5px;
		padding-left: 5px;
	}
}
/* Positionnement des éléments barre du haut */
.clicamap {
	float:left;
	width: 30%;
	border-style: none solid solid none;
	border-bottom-width: 2px;
	border-bottom-color: #94C11A;
	border-right-width: 2px;
	border-right-color: #94C11A;
	border-radius: 0 0 40px 0;
	box-shadow: 3px 3px 2px #34812e;
}
.gestion {
	float:right;
	width: 30%;
	border-style: none none solid solid;
	border-bottom-width: 2px;
	border-bottom-color: #2490c4;
	border-left-width: 2px;
	border-left-color: #2490c4;
	border-radius: 0 0 0 40px;
	box-shadow: inset 3px -3px 2px #000272;
}
.current {
	width: 35%;
}
.logotop {
	height:50px;
	margin-top: 5px;
}
.topimg {
	display: inline-block;
	padding-top: 15px;
}
.topimgctr {
	display: inline-block;
	padding-top: 5px;
}
.centertab {
	display: inline-table;
	border-radius: 5%;
	width:100%;
	max-width: 600px;
}
.logoclicamap {
	height:30px;
}
.logop {
	height:30px;
}
.topitemcenter {
	font-size: 1.4em!important;
	font-weight: bold;
	height:60px;
	display: table-cell;
	vertical-align: middle;
}
.topitem {
	height:30px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 617px) {
	.topitemcenter {
		display: block;
	}
  	.contacts {
	  margin-top: 2em!important;
	}
	.clicamap {
		width: 20%;
	}
	.gestion {
		width: 20%;
	}
	.current {
		width: 55%;
	}
	 
}
@media (max-width: 550px) {
	.topitemcenter {
		display: block;
	}
  .hidetopitem {
    display:none;
  }
}
@media (max-width: 403px) {
	.topitemcenter {
		display: block!important;
	}
  .hidetopitemafter {
    display:none;
  }
}
@media (max-width: 234px) {
	.rech {
		display: none!important;
	}
}
.topitemcenter {
	font-size: initial;
	color: black;
}
.current {
	font-family:"Present Bold";
}
/* Habillage du menu */
.subcategories li a {
	width: max-content;
	margin: auto;
	background-image: url( 'feuille.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.subcategories li a:hover {
  		color: black;
  		transform: scale(0.9);
		transition: 0.3s ease;
	}
.redifeuille {
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (min-width: 601px) and (max-width:763px) {
	.topitemcenter {
		display: block;
		}
	.contacts {
		margin-top: 1em;
		}
}
.articles article {
	border-width: 2px;
	border-radius: 50px;
	border-style: solid;
	box-shadow: 8px 8px 12px #aaa;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
	margin-left: 10px;
	margin-right: 10px;
}
.articles article a:link {
  color: black;
  text-decoration: none;
}
.articles article:hover {
	box-shadow: 2px 2px 3px #5d5d5d;
	transform: scale(0.97);
	transition: 0.3s ease;
}
.articles article h3 {
	text-align: center;
	font-family: present;
}
.articles article p {
	margin-left: 15px;
	margin-right: 10px;
	text-align: center;
}
.articles article:nth-child(4n+1) {
	border-color: #f9cb02;
}
.articles article:nth-child(4n+2) {
	border-color: #980c02;
}
.articles article:nth-child(4n+3) {
	border-color: #552200;
}
.articles article:nth-child(4n+4) {
	border-color: #008000;
}
.mastodon {
	padding-left: 25px;
	height: 22px;
	background-size: contain!important;
	background: url(/img/logomastodon.svg) no-repeat left center;
	display: inline-block;
}
.resultrech{
	font-size: 0.7em;
}	
#f_message {
	width: 100%;
	min-height: 5em;
	
}
.center {
	text-align: center;
}