@charset "UTF-8";
/** Compilation **/
body {
  background-color: #FFFFFF;
}

.content {
  background-color: #FFFFFF !important;
}

.section-title-col {
  margin: 0;
}

.header-content h1 {
  text-align: right;
}

.header-content h1 {
  position: relative;
  font-family: Muli;
  font-size: 3.3rem;
}

.header-content p {
  text-align: right;
}

.header-content h1::after {
  width: 50%;
  height: 4px;
  bottom: 0px;
  right: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
}

/*Partie mot direction*/
#histoire img {
  box-shadow: none;
}

#histoire .col-sm-6:nth-child(2) {
  display: none;
}

#histoire .space-bottom-xs {
  min-width: 100%;
}

/*Partie métiers*/
#savoir-faire h2 span, #bloc-texte1 h2 span, #bloc-texte2 h2 span, #nos-realisations-titre h2 span, #clients h2 span {
  position: relative;
  text-align: left;
}

#savoir-faire h2 span::after, #bloc-texte2 h2 span::after, #nos-realisations-titre h2 span::after, #clients h2 span::after {
  width: 150px;
  height: 4px;
  left: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
  margin-top: 50px;
  text-align: left;
}

#savoir-faire .spaced-cols .card {
  height: 100%;
  position: relative;
}

#savoir-faire .spaced-cols .col-xs-12, #nos-metiers .spaced-cols .col-sm-6, #nos-metiers .spaced-cols .col-md-4 {
  max-width: inherit;
}

@media (max-width: 767px) {
  #savoir-faire .spaced-cols {
    grid-template-columns: 1;
  }
}
@media (min-width: 768px) {
  #savoir-faire .spaced-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #savoir-faire .spaced-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
#savoir-faire .section-title-col {
  text-align: left;
}

#savoir-faire .tns-outer {
  width: 1250px;
  overflow: hidden;
}

#savoir-faire .card .read-more-container {
  display: none;
}

/*Partie vidéo*/
#video div .col-xs {
  display: flex;
  flex-direction: column-reverse;
}

#video div .col-xs p {
  margin: 0 0 20px 0;
}

#video-vallee h2 {
  text-transform: uppercase;
}

/*Partie le sens des responsabilités*/
#le-sens-des-responsabilites h2 span {
  position: relative;
}

#le-sens-des-responsabilites h2 span::after {
  width: 150px;
  height: 4px;
  left: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
  margin-top: 50px;
}

#le-sens-des-responsabilites .owl-stage {
  background-color: transparent;
  display: flex;
}

#le-sens-des-responsabilites .col-xs-12, #le-sens-des-responsabilites .col-sm-6, #le-sens-des-responsabilites .col-md-4 {
  height: 100%;
}

#le-sens-des-responsabilites .card {
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  #le-sens-des-responsabilites .col-md-3 {
    max-width: inherit !important;
    height: 100%;
  }
}
@media (max-width: 770px) {
  #le-sens-des-responsabilites .card {
    width: 35vw;
  }
}
@media (max-width: 600px) {
  #le-sens-des-responsabilites .card {
    width: 100%;
  }
}
/*Partie certifications*/
#certification img {
  box-shadow: none;
}

#certification h2 span {
  position: relative;
}

#certification h2 span::after {
  width: 150px;
  height: 4px;
  left: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
  margin-top: 50px;
}

/*Partie bloc 2*/
#bloc-texte2 {
  padding: 0 15px;
}

#bloc-texte2 .col-sm-7 {
  margin-bottom: 15px;
}

#bloc-texte2 .col-sm-5 {
  margin: 50px 0;
}

/*Partie réalisations*/
#realisations h2 span {
  position: relative;
}

#realisations h2 span::after {
  width: 150px;
  height: 4px;
  left: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
  margin-top: 50px;
}

#realisations img {
  width: 25vw;
  height: 20vh;
  object-fit: cover;
}

#realisations .gallery-item {
  overflow-y: hidden;
  position: relative;
}

/*#realisations .gallery-item::active .gallery-caption{
  z-index: 1000;
	position: absolute;
	bottom: 0;
	display: block;
	margin: auto;
	opacity: 1;
}*/
#realisations .gallery-item:hover .gallery-caption,
#realisations .gallery-item:focus .gallery-caption {
  animation: slideUpDesc 0.7s forwards;
}

@keyframes slideUpDesc {
  0% {
    display: flex;
    opacity: 0;
    transform: translateX(-100%);
  }
  20% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
#realisations .gallery-item {
  padding: 0.5rem;
}

.gallery-item .gallery-caption {
  position: absolute;
  bottom: 15px;
  margin-left: 15px;
  z-index: 500;
  pointer-events: none;
  color: #26438b;
  cursor: pointer;
  transform: translateX(-100%);
  opacity: 0;
  cursor: pointer;
}

#realisations .gallery-item:hover .gallery-icon a::after,
#realisations .gallery-item:focus .gallery-icon a::after {
  animation: slideUpDesc 0.7s forwards;
}

.gallery-item .gallery-icon a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-100%);
  opacity: 0;
}

.row.spaced-cols {
  display: flex;
  justify-content: space-around;
}

.fancybox-image::after {
  content: "";
}

/*Partie clients*/
#clients h2 span {
  position: relative;
}

#clients h2 span::after {
  width: 150px;
  height: 4px;
  left: 0px;
  background-color: #26438b;
  position: absolute;
  content: "";
  margin-top: 50px;
}

#clients div[data-type=row] {
  background-color: #FFFFFF;
  padding: 25px 15px;
  transition: 0.5s;
}

#clients .owl-stage {
  background-color: transparent;
  display: flex;
}

#clients .owl-item .col-xs-6, #clients .owl-item .col-sm-2, #clients .owl-item .col-md-1 {
  max-width: inherit !important;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Footer */
.footer .footer-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.footer .gridContainer {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}

.footer .gridContainer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer .gridContainer .row.text-center {
  width: 100%;
  margin: 0;
}

.footer .gridContainer .row.text-center > div {
  width: 25%;
}

.footer-contact-boxes .col-sm-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer div.col-sm-3:nth-child(1) {
  background-color: #202020;
}

.footer div.col-sm-3:nth-child(2) {
  background-color: #363636;
}

.footer div.col-sm-3:nth-child(3) {
  background-color: #444444;
}

.footer .big-icon {
  display: none;
}

/* Modifications Lcom */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  animation: fadeIn 1s forwards;
}

@media (max-width: 767px) {
  #realisations img {
    width: 100%;
    height: 300px;
  }
}
/* Menu */
.header-top .fixto-fixed .sub-menu {
  background-color: rgba(33, 33, 33, 0.5) !important;
}

.header-top .fixto-fixed ul.dropdown-menu > li:hover .sub-menu a {
  color: #FFFFFF !important;
}

.header-top .fixto-fixed ul.dropdown-menu > li:hover .sub-menu li:hover {
  background-color: rgb(33, 33, 33) !important;
}

.header-top .menu-item-has-children {
  position: inherit;
  height: 120px;
}

.header-top .menu-item-has-children .sub-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 120px;
  position: absolute;
}

.mainmenu_container, .main_menu_col .main_menu li {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.navigation-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-wrapper {
  border-bottom: 1px solid #FFFFFF;
}

ul.dropdown-menu > li {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

ul.dropdown-menu > li.icon-rs i {
  font-size: 2em;
  color: #26438b;
  transition: 0.3s;
}

.navigation-bar.homepage.fixto-fixed ul.dropdown-menu > li.icon-rs i {
  color: #26438b;
}

ul.dropdown-menu > li:hover {
  height: 120px !important;
  background-color: rgba(255, 255, 255, 0.7);
}

ul.dropdown-menu > li:hover > a {
  color: #000000 !important;
}

ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

ul.sub-menu a {
  color: #FFFFFF !important;
}

ul.sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.mesmerize-front-page #main_menu > li li > a {
  color: #FFFFFF !important;
}

.mesmerize-inner-page ul.dropdown-menu.active-line-bottom > .current_page_item > a, .mesmerize-inner-page ul.dropdown-menu.active-line-bottom > .current-menu-item > a, ul.dropdown-menu.default > .current_page_item > a, .mesmerize-inner-page ul.dropdown-menu.default > .current-menu-item > a {
  border-bottom-color: transparent;
  color: #000000 !important;
}

.mesmerize-inner-page ul.dropdown-menu.active-line-bottom > .current_page_item, .mesmerize-inner-page ul.dropdown-menu.active-line-bottom > .current-menu-item {
  background-color: rgba(255, 255, 255, 0.7);
}

#page-top {
  position: fixed;
}

#page-top a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
}

#page-top a {
  border-style: none;
}

i.fa.fa-bars {
  color: #26438b !important;
  background-color: rgb(243, 243, 243);
  border-radius: 100px;
}

@media (min-width: 768px) {
  ul.dropdown-menu > li {
    padding: 0 20px;
  }
  ul.dropdown-menu > li.icon-rs {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  ul.dropdown-menu > li {
    padding: 0 40px;
  }
  ul.dropdown-menu > li.icon-rs {
    padding: 0 10px;
  }
}
@media (min-width: 1228px) {
  .section-title-col {
    max-width: 1232px;
    flex-basis: 100% !important;
  }
}
/** Formulaire **/
.wpcf7 {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto !important;
}

label {
  font-weight: bold;
}

input, textarea, select {
  border: 1px solid #707070;
}

.wpcf7-submit {
  background-color: #26438b;
  color: #FFFFFF;
  border: none;
  transition: 0.3s;
}

* {
  letter-spacing: 0px;
}

.wpcf7-submit:hover {
  background-color: #000000;
  color: #FFFFFF;
}

#form-container {
  background-color: #FFFFFF;
}

/** Page contact **/
#contact-3 .image-holder {
  display: none;
}

/* TIMELINE
			–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline2 {
  overflow-x: hidden;
  position: relative;
}

.timeline2 ul {
  /* padding: 50px 0; */
}

.timeline2 ul li {
  list-style-type: none;
  position: relative;
  width: 2px; /* width: 6px; */
  margin: 0 auto;
  padding-top: 10px; /* 50px; */
  padding-bottom: 10px; /* padding-bottom: 20px; = center padding-bottom: 10px; = center */
  background: #26438b; /* background: black;  */
  color: #FFFFFF;
  border-left: 3px double #26438b;
  min-height: 250px;
  height: 250px;
}

.timeline2 ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%; /* bottom: 0;  bottom: 50%;=center top: 30px;=top  */
  transform: translate(-50%, -50%); /* transform: translateX(-50%); */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  border: 2px solid #26438b;
}

.timeline2 ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  color: #26438b;
}

.timeline2 ul li:nth-child(odd) div.image {
  position: absolute;
  bottom: auto;
  left: -439px;
  top: 0;
  transform: translateY(0) !important;
}

.timeline2 ul li:nth-child(even) div.image {
  position: absolute;
  bottom: auto;
  right: -439px;
  left: auto;
  top: 0;
  transform: translateY(0) !important;
}

.timeline2 ul li:nth-child(odd) div {
  left: 45px;
}

.timeline2 ul li:nth-child(even) div {
  left: -439px;
}

.timeline2 ul li:nth-child(odd) .time {
  position: absolute;
  top: 20px;
  left: -100px;
  width: 90px;
}

.timeline2 ul li:nth-child(even) .time {
  position: absolute;
  top: 20px;
  right: -120px;
  width: 90px;
}

.timeline2 time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline2 ul li::after {
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
}

.timeline2 ul li.in-view::after {
  background: #26438b;
  border: 2px solid #FFFFFF;
}

.timeline2 ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.timeline2 ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate(200px, 0, 0);
}

.timeline2 ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate(-200px, 0, 0);
}

.timeline2 ul li.in-view div {
  transform: none;
  -webkit-transform: none;
  visibility: visible;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  /* disabled when arrow is on top position
  border-radius: 10px;
  */
}

.timeline2 ul li .time {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  -webkit-transform: rotate(270deg);
}

.timeline2 ul li.in-view .time {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline2 ul li div {
    width: 250px;
  }
  .timeline2 ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .timeline2 ul li {
    margin-left: 20px;
  }
  .timeline2 ul li div {
    width: calc(100vw - 120px);
  }
  .timeline2 ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline2 ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 16px 16px 16px 0; /* border-width: 8px 16px 8px 0;  */
    border-color: transparent #26438b transparent transparent;
  }
  .timeline2 ul li:nth-child(odd) .time {
    position: absolute;
    top: 60px;
    left: -23px;
    width: 90px;
    /*
    transform: rotate(-90deg);
    -webkit-transform:rotate(270deg);
    */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .timeline2 ul li:nth-child(even) .time {
    position: absolute;
    top: 60px;
    right: -67px;
    width: 90px;
    /*
    transform: rotate(-90deg);
    -webkit-transform:rotate(270deg);
    */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .timeline2 ul li.in-view:nth-child(odd) .time {
    transform: rotate(-90deg);
    -webkit-transform: rotate(270deg);
  }
  .timeline2 ul li.in-view:nth-child(even) .time {
    transform: rotate(-90deg);
    -webkit-transform: rotate(270deg);
  }
}
.wp-block-columns {
  display: none;
}

#header-slides-container .header-content .align-holder {
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding: 10px !important;
}

.page-id-79 .navigation-bar {
  background-color: #FFFFFF;
}

/*# sourceMappingURL=styles.css.map */
