.is-animated {
    -webkit-animation: .6s fadeInUp;
    animation: .6s fadeInUp;
}

.realisations {
    text-align: center;
}
.realisations.tous + .boxes .double {
    display: none !important;
}

.realisations .rea-menu {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.realisations .rea-menu a {
    color: #000;
    display: inline-block;
    /* font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Helvetica", "Arial", "sans-serif"; */
    font-family: 'Gilroy';
    font-size: 1.25em;
    font-weight: bold;
    opacity: 0.35;
    padding: 10px 15px;
    position: relative;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

.realisations .rea-menu a.active::after {
    background-color: #fee461;
    bottom: 0;
    /* content: ""; */
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
}

.realisations .rea-menu a.active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), color-stop(44%, #fee461), color-stop(70%, #fee461), color-stop(75%, transparent));
    background-image: linear-gradient(transparent 44%, #fee461 44%, #fee461 70%, transparent 75%);
}

.realisations .rea-menu a:hover, .realisations .rea-menu a.active {
    opacity: 1;
}

.boxes a {
    display: none;
    overflow: hidden;
    padding: 0;
}
.boxes a:not(.is-animated) {
    display: none !important;
}
.boxes a .block-img {
    background-position: center;
    background-size: cover;
	height: 285px;
	width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.boxes a:hover .block-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.boxes a .block-rea {
	padding-bottom: 40px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -o-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: -webkit-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: -webkit-center;
    -ms-flex-pack: -ms-center;
    justify-content: -ms-center;
    justify-content: -o-center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    /* transform: translateY(65%);
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    -moz-transform: translateY(65%); */
}

.boxes a:hover .block-rea,
.boxes a:focus .block-rea {
	background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    /* transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0); */
}

.boxes a .block-rea .rea-titre {
    color: #fff;
    font-family: 'Domain Disp Nar';
    font-size: 2.0625em;
	font-weight: bold;
	line-height: 0.9em;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    /* text-transform: uppercase; */
}

.boxes a .block-rea .rea-titre::after {
    background-color: #434343;
    bottom: 0;
    /* content: ""; */
    height: 2px;
    left: 45%;
    position: absolute;
    right: 45%;
}
.boxes a .block-rea .rea-description {
	color: #fff;
	font-family: 'Gilroy';
	font-size: 0.6875em;
	font-weight: 500;
	line-height: 0.9em;
}
.boxes a .block-rea .rea-categories {
	position: absolute;
	bottom: 25px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.boxes a .block-rea .rea-categories .rea-category {
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-family: 'Gilroy';
	font-size: 0.5625em;
	font-weight: 500;
	line-height: 1.11em;
	padding: 5px 15px;
	margin: 10px;
}
