    .milenia-my-grid {
      padding-left: 1.375rem !important;
      padding-right: 1.375rem !important;
    }




/* Common style */
.milenia-grid-itemc figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 480px;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.milenia-grid-itemc figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.milenia-grid-itemc figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.milenia-grid-itemc figure figcaption::before,
.milenia-grid-itemc figure figcaption::after {
  pointer-events: none;
}

.milenia-grid-itemc figure figcaption,
.milenia-grid-itemc figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.milenia-grid-itemc figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.milenia-grid-itemc figure h5 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.milenia-grid-itemc figure h5 span {
  font-weight: 800;
}

.milenia-grid-itemc figure h5,
.milenia-grid-itemc figure p {
  margin: 0;
}

.milenia-grid-itemc figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 100%;
  background: #ffffff9c;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h5 {
  float: right;
}

figure.effect-zoe h5 a{
    font-weight: 500;
    color: #333333 !important;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h5,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h5 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h5,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h5 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  position: absolute;
  top: 40%;
  left: 30%;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


@media screen and (max-width: 50em) {
  .milenia-grid-item figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
.milenia-entities--style-14 .milenia-entity-title2 a.small {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 2.2em !important;
  font-weight: 500 !important;
}
.milenia-entities--style-14 .milenia-entity-title2 a {
  font-size: 22px !important
}

@media (min-width: 758px) {
  #home4 .btnDiscover {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }
  }

#home4 .btnDiscover {
    display: block;
    width: 10.8em;
    color: #FFF;
    border: 1px solid #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.22);
    text-align: center;
    line-height: 1.250em;
    padding: 1em 0;
    margin: 1.688em 0 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
}
#home4 .btnDiscover .icon-arrow-right2 {
  font-size: 1em;
  vertical-align: middle;
  padding-left: 1em;
}
/* line 144, assetic_compassroP27G.scss */
#home4 .btnDiscover:hover, #home4 .btnDiscover:focus {
  background: rgba(0, 0, 0, 0.8);
}
.milenia-entity-title.milenia-entity-title2 a p , .milenia-colorizer--parallax .btnDiscover p{
  display: contents !important;
}
.milenia-icon-box-content.accueilmenu p {
  color: #858585 !important
}

.milenia-grid-item.milenia-my-grid:not(.milenia-ln--independent):not(.milenia-btn) {
    color: #b8a464;
    background-image: none !important;
}

.milenia-social-icons.accueilico > li {
  padding-top: 0 !important
}

  .accueilmenu p {
    margin-bottom: 0.6rem !important
  }

#feedback-tab {
  font-size:16px;
  cursor:pointer;
  text-align:center;
  padding: 8px 15px;
}

.slideout_2 .bodytab{
    color: rgb(115, 115, 115);
    background-color: rgb(255, 255, 255);
    display: block;
}
#slideout_2 {
    letter-spacing: 2.3px;
    z-index: 29;
    position: fixed;
    bottom: 50px;
    left: 0;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    background-color: #b89e4a;
}
#feedback-form {
    float: left;
    width: 350px;
    height: 100%;
    z-index: 1000;
    background-color: white;
    color: rgb(0, 0, 0);
    padding: 10px;
}

.circle {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 2px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 6px 0;
}
.boxShadow {
    -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.circle:before {
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    width: 20px;
    height: 2.5px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boxShadow:after, .boxShadow:before {
    -moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
}
.circle:after {
    width: 20px;
    height: 2.5px;
    background-color: #ffffff;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

