.grisf{
	color: #3a3740;
}
.grisc{
	color: #7c7b7b;
}
.orange{
  color: #B38549;
}

.vert{
  color: #aac939;
}

.bg-gris{
  background-color: #F5F5F5;
}
.bg-white{
  background-color: #ffffff;
}

.text-justify {
  text-align: justify !important;
}


.img-lay {
    width: 250px;
    border-radius: 3px 0 0 3px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-out, visibility .4s ease-out;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0 7px;
    box-sizing: content-box;
    z-index: 10;
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 1;
}


.wt-tilte-main {
    float: left;
    padding-right: 50px;
}

.bdr-r-3 {
    border-width: 0px 0px 0px 14px;
    border-color: #e73e11;
     border-style: solid;
     padding-right: 20px;
}

.blog-card__content-realisation {
    margin-top: -23px;
    padding: 22px 30px 25px;
    background: var(--eolimn-gray, #F5F5F5);
    position: relative;
    z-index: 2;
    margin-left: 120px;
}


/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e73e11;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #e73e11;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }
}


/* Autoriser les sous-menus à sortir du sticky */
.sticky-header--cloned {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible !important;
  pointer-events: auto;
}

.sticky-header--cloned .main-header__inner,
.sticky-header--cloned .main-menu,
.sticky-header--cloned .main-menu__list {
  overflow: visible !important;
  position: relative;
  z-index: 99;
}

.sticky-header--cloned .main-header__nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.sticky-header--cloned .main-header__nav li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.page-header {
  position: relative;
  z-index: 1;
}


@media (max-width: 768px) {
  .page-header__bg {
    background-position: center top;
  }
}

.sticky-header,
.mobile-nav__wrapper {
  top: 0 !important;
}

@media (max-width: 575px) {
  .main-header {
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .main-header__logo img {
    width: 110px !important;
    height: auto;
  }
}

/*@media (max-width: 575px) {
  .main-slider-three__bg,
  .main-slider-three__bg:before,
  .main-slider-three__bg:after {
    background-position: center 60% !important;
    height: 90vh !important;
  }
}*/

@media (max-width: 575px) {
  .main-slider-three__bg {
    margin-top: 80px;
    background-image: url('../images/royal-dylan-4-mobile.jpg') !important;
    background-position: center top !important;
  }
}

.br-mobile {
  display: none;
}
@media (max-width: 767px) {
  .br-mobile {
    display: block;
  }
}
