.module-realisation-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(clamp(290px, 30vw, 388px), 1fr)); /*290px => pour taille ecran 320 - 2x15 des padding*/
	gap: 46px 16px;
	margin-top: 25px;
}
.realisation-item{
	max-width: 388px;
	margin: 0 auto;
	text-decoration: none;
}
.realisation-thumbnail img{
	transition: 0.3s ease-in-out;
}
.realisation-thumbnail{
	border-radius: 20px;
	overflow: hidden;
}
.realisation-item:hover img{
	width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-id-12831 .wrap{
  background: none;
}
.realisation-content{
  background-color: rgba(255,255,255,0.8);
  margin-top: 10px;
  padding: 15px 20px;
}
.realisation-client{
  font-size: 24px;
  margin: 0 0 15px;
}
.realisation-description{
  color: var(--ireo-orange);
}
.realisation-mission{
  margin-top: 15px;
}
.filter-wrapper{
	background: rgba(255,255,255,0.8);
	padding-bottom: 25px;
}
.filter-wrapper input {
  display:none
}
.filter-wrapper .checkbox-wrapper{
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-bottom: 20px;
}
.filter-wrapper .checkbox-wrapper label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	gap: 10px;
	color: var(--ireo-orange);
	font-size: 20px;
}
.filter-wrapper .checkbox-wrapper label:before {
	content:'';
	width: 30px;
	height: 30px;
	border: 2px solid var(--ireo-orange);
	border-radius: 50%;
}
.filter-wrapper .checkbox-wrapper input:checked+label:before{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZmlsbDogI2ZmNjkwMDsiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi43LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyNSBGb250aWNvbnMsIEluYy4tLT48cGF0aCBkPSJNMjU2IDUxMkEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6Ii8+PC9zdmc+Cg==) no-repeat center;
	background-size: 20px 20px;
}
.filter-wrapper .radio-wrapper{
	display: flex;
	gap: 15px 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.filter-wrapper .radio-wrapper label {
  padding:10px 12px;
  border:1px solid var(--ireo-bleu);
  border-radius:7px;
	background: var(--ireo-bleu);
	color: #fff;
  cursor:pointer;
  position:relative;
	transition: all ease 0.2s;
}
.filter-wrapper .radio-wrapper label:hover{
  color:var(--ireo-bleu);
  background:#fff;
}
.filter-wrapper .radio-wrapper input:checked+label{
	background: var(--ireo-orange);
	color: #fff;
	border-color: var(--ireo-orange);
}
.filter-wrapper .radio-wrapper input:checked+label:before{
	content: '';
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAPZJREFUOI2l0y1LBFEUBuBZFQ2CIIjBIAiWDYLVYtpk2mgwG8TmD/AHmIwWkx/BsM1iEcFsFAwGg0EEQRQs+hj2FQZx192ZWy5zzzkP751hGkWNhfGiKC7rGD/Qru66qYM08YFPrFRFRnCdNHt10uwEucdkVWQBb/hCqyrSwEXSHFRCAm0GecR0VWQOL4HaddJ0gpz2ajjCCSb6IOtBnjHbq+kuTR2M/VGfwVN6NvpFXszLgzOM/qofp3beEyk1LyU2HKKR87WcvWL+XyhDy6Wvso8pPOR5ayCkhK3iPcO32a8wMhQUrKX7V8veHBopYe1cc3vQmW8KIURYrLdtVAAAAABJRU5ErkJggg==);
  height: 18px;
  width: 18px;
	transform: scale(89%);
	vertical-align: text-bottom;
  margin-right: 5px;
}
