<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/realisations-overview/realisations-overview.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/*------------------------------------*\
	VARIABLES
\*------------------------------------*/
section.realisations-overview div.bloc-title {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-title {
    padding-bottom: 30px;
  }
}
section.realisations-overview div.bloc-title div.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-title div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
section.realisations-overview div.bloc-title div.container h2 {
  max-width: 350px;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter {
  max-width: -webkit-calc(100% - 465px);
  max-width: -moz-calc(100% - 465px);
  max-width: calc(100% - 465px);
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-title div.container div.bloc-filter {
    max-width: 100%;
    margin-top: 10px;
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter p {
  font-size: 18px;
  margin-top: 0px;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn {
  position: relative;
  border: 1px solid #012326;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  background-color: transparent !important;
  color: #000012 !important;
  text-decoration: none !important;
  cursor: pointer;
  color: var(--Vert-fonc, #012326);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 45px 10px 20px !important;
  overflow: hidden;
  display: inline-block;
  z-index: 20;
  opacity: 0;
  -webkit-animation-duration: 0.45s;
     -moz-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-name: fadeInBtn;
     -moz-animation-name: fadeInBtn;
          animation-name: fadeInBtn;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #46DB82;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-duration: 0.45s;
     -moz-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-name: slideOut;
     -moz-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes slideOut {
  0% {
    right: 0px;
    width: 240px;
    height: 240px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
@-moz-keyframes slideOut {
  0% {
    right: 0px;
    width: 240px;
    height: 240px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
@keyframes slideOut {
  0% {
    right: 0px;
    width: 240px;
    height: 240px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 15px;
  background-image: url(../../img/blocks/dev/icon-arrow-top-right-white.svg);
  background-repeat: no-repeat;
  -moz-background-size: 10px;
       background-size: 10px;
  background-position: center center;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn input {
  border: none;
  background-color: transparent;
  font-size: 16px;
  position: relative;
  z-index: 20;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn span.ajax-loader {
  display: none;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn div.btn {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 20px;
  position: relative;
  z-index: 20;
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn div.btn span.show {
  position: relative;
  z-index: 5;
  -webkit-animation-duration: 0.65s;
     -moz-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: AnimShowOut;
     -moz-animation-name: AnimShowOut;
          animation-name: AnimShowOut;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes AnimShowOut {
  0% {
    -webkit-transform: translateY(-20px) skewY(15deg);
            transform: translateY(-20px) skewY(15deg);
  }
  100% {
    -webkit-transform: translateY(0px) skewY(0deg);
            transform: translateY(0px) skewY(0deg);
  }
}
@-moz-keyframes AnimShowOut {
  0% {
    -moz-transform: translateY(-20px) skewY(15deg);
         transform: translateY(-20px) skewY(15deg);
  }
  100% {
    -moz-transform: translateY(0px) skewY(0deg);
         transform: translateY(0px) skewY(0deg);
  }
}
@keyframes AnimShowOut {
  0% {
    -webkit-transform: translateY(-20px) skewY(15deg);
       -moz-transform: translateY(-20px) skewY(15deg);
            transform: translateY(-20px) skewY(15deg);
  }
  100% {
    -webkit-transform: translateY(0px) skewY(0deg);
       -moz-transform: translateY(0px) skewY(0deg);
            transform: translateY(0px) skewY(0deg);
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn div.btn span.hide {
  -webkit-transform: skewY(15deg) translateY(13px);
     -moz-transform: skewY(15deg) translateY(13px);
          transform: skewY(15deg) translateY(13px);
  color: #fff;
  -webkit-animation-duration: 0.25s;
     -moz-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: AnimHideOut;
     -moz-animation-name: AnimHideOut;
          animation-name: AnimHideOut;
  -webkit-animation-fill-mode: forwards;
  position: relative;
  top: 5px;
}
@-webkit-keyframes AnimHideOut {
  0% {
    -webkit-transform: translateY(-22px) skewY(0deg);
            transform: translateY(-22px) skewY(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) skewY(7deg);
            transform: translateY(0px) skewY(7deg);
  }
}
@-moz-keyframes AnimHideOut {
  0% {
    -moz-transform: translateY(-22px) skewY(0deg);
         transform: translateY(-22px) skewY(0deg);
  }
  100% {
    -moz-transform: translateY(0px) skewY(7deg);
         transform: translateY(0px) skewY(7deg);
  }
}
@keyframes AnimHideOut {
  0% {
    -webkit-transform: translateY(-22px) skewY(0deg);
       -moz-transform: translateY(-22px) skewY(0deg);
            transform: translateY(-22px) skewY(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) skewY(7deg);
       -moz-transform: translateY(0px) skewY(7deg);
            transform: translateY(0px) skewY(7deg);
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn.selected:before {
  -webkit-animation-duration: 0.65s;
     -moz-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-name: slidein;
     -moz-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.57, 0.48, 1.08);
     -moz-animation-timing-function: cubic-bezier(0.17, 0.57, 0.48, 1.08);
          animation-timing-function: cubic-bezier(0.17, 0.57, 0.48, 1.08);
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes slidein {
  0% {
    right: 10px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    right: 0px;
    width: 300px;
    height: 240px;
  }
}
@-moz-keyframes slidein {
  0% {
    right: 10px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    right: 0px;
    width: 300px;
    height: 240px;
  }
}
@keyframes slidein {
  0% {
    right: 10px;
  }
  50% {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  100% {
    right: 0px;
    width: 300px;
    height: 240px;
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn.selected div.btn span.show {
  -webkit-animation-duration: 0.25s;
     -moz-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-name: AnimShowIn;
     -moz-animation-name: AnimShowIn;
          animation-name: AnimShowIn;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  position: relative;
}
@-webkit-keyframes AnimShowIn {
  0% {
    -webkit-transform: translateY(0px) skewY(0deg);
            transform: translateY(0px) skewY(0deg);
  }
  100% {
    -webkit-transform: translateY(-20px) skewY(0deg);
            transform: translateY(-20px) skewY(0deg);
  }
}
@-moz-keyframes AnimShowIn {
  0% {
    -moz-transform: translateY(0px) skewY(0deg);
         transform: translateY(0px) skewY(0deg);
  }
  100% {
    -moz-transform: translateY(-20px) skewY(0deg);
         transform: translateY(-20px) skewY(0deg);
  }
}
@keyframes AnimShowIn {
  0% {
    -webkit-transform: translateY(0px) skewY(0deg);
       -moz-transform: translateY(0px) skewY(0deg);
            transform: translateY(0px) skewY(0deg);
  }
  100% {
    -webkit-transform: translateY(-20px) skewY(0deg);
       -moz-transform: translateY(-20px) skewY(0deg);
            transform: translateY(-20px) skewY(0deg);
  }
}
section.realisations-overview div.bloc-title div.container div.bloc-filter div.contain-filter div.contain-btn.selected div.btn span.hide {
  -webkit-animation-duration: 0.25s;
     -moz-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-name: AnimHideIn;
     -moz-animation-name: AnimHideIn;
          animation-name: AnimHideIn;
  -webkit-animation-fill-mode: forwards;
  position: relative;
}
@-webkit-keyframes AnimHideIn {
  0% {
    -webkit-transform: translateY(13px) skewY(15deg);
            transform: translateY(13px) skewY(15deg);
    top: 5px;
  }
  100% {
    -webkit-transform: translateY(-22px) skewY(0deg);
            transform: translateY(-22px) skewY(0deg);
    top: 0px;
  }
}
@-moz-keyframes AnimHideIn {
  0% {
    -moz-transform: translateY(13px) skewY(15deg);
         transform: translateY(13px) skewY(15deg);
    top: 5px;
  }
  100% {
    -moz-transform: translateY(-22px) skewY(0deg);
         transform: translateY(-22px) skewY(0deg);
    top: 0px;
  }
}
@keyframes AnimHideIn {
  0% {
    -webkit-transform: translateY(13px) skewY(15deg);
       -moz-transform: translateY(13px) skewY(15deg);
            transform: translateY(13px) skewY(15deg);
    top: 5px;
  }
  100% {
    -webkit-transform: translateY(-22px) skewY(0deg);
       -moz-transform: translateY(-22px) skewY(0deg);
            transform: translateY(-22px) skewY(0deg);
    top: 0px;
  }
}
section.realisations-overview div.bloc-realisations {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations {
    padding: 10px 0px 10px 0px;
  }
  section.realisations-overview div.bloc-realisations:after {
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 15px;
         background-size: 15px;
    background-image: url(../../img/blocks/dev/picto-arrow-down.svg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  section.realisations-overview div.bloc-realisations.active:after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  section.realisations-overview div.bloc-realisations.active div.container div.contain-year div.realisations {
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
}
section.realisations-overview div.bloc-realisations:nth-child(2n+2) {
  background-color: #f6f6f6;
}
section.realisations-overview div.bloc-realisations:last-of-type div.container:after {
  display: none;
}
section.realisations-overview div.bloc-realisations.select {
  opacity: 1;
}
section.realisations-overview div.bloc-realisations.select div.container:after {
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations.select div.container:after {
    display: none;
  }
}
section.realisations-overview div.bloc-realisations.select:last-child div.container:after {
  display: none;
}
section.realisations-overview div.bloc-realisations div.container {
  position: relative;
  padding: 30px 20px 30px 20px;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container {
    padding: 15px 20px 15px 20px;
  }
}
section.realisations-overview div.bloc-realisations div.container:after {
  display: block;
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  background-color: #012326;
  left: 45px;
  top: 80px;
  z-index: 2;
}
section.realisations-overview div.bloc-realisations div.container div.contain-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.year {
  width: 100px;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.year {
    padding: 0px;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.year p {
  margin: 0px;
  font-weight: bold;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
          transform: translateY(0px);
  display: inline-block;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.year p {
    opacity: 1;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
     -moz-box-flex: 3;
          flex-grow: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations {
    width: 100%;
    height: 0px;
    overflow: hidden;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 950px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
            flex-grow: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 430px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real {
  width: 33.3333333333%;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 950px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 430px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-decoration: none;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 950px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc {
    padding-left: 10px;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc:hover div.bloc-img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
          transform: scale(1.1);
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc:hover div.bloc-txt p.title {
  color: #012326;
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-img {
  width: 66px;
  height: 66px;
  display: block;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
     -moz-transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
          transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-img {
    width: 45px;
    height: 45px;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-img:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 2;
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
     -moz-transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
          transition-timing-function: cubic-bezier(0.32, 0.98, 0.52, 0.98);
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt {
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: -webkit-calc(100% - 66px);
  width: -moz-calc(100% - 66px);
  width: calc(100% - 66px);
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt {
    padding-left: 15px;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt p.category {
  color: #012326;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  opacity: 0.5;
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt p.title {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #000012;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt p.title {
    margin-top: 4px;
  }
}
section.realisations-overview div.bloc-realisations div.container div.contain-year div.realisations div.contain-real a.bloc div.bloc-txt p {
  margin: 0px;
}
</pre></body></html>