/*
	Theme Name:        Stradius
	Description:       Thème propriétaire www.groupestradius.com - 2019.
	Author:            Yvan Roumilhac
	Version:           1.0
	Stable tag:        2.0
	Requires at least: 4.5
	Tested up to:      4.7
	Text Domain:       h5
*/
/*Common rules*/
body:not(.page-id-25) .grecaptcha-badge, body:not(.page-id-65) .grecaptcha-badge {
	display: none;
}


* {
  padding: 0;
  margin: 0;
}
ul, ol, li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'FormaSolidOT-Regular';
}
body {
  font-family: 'Barlow-Light';
  color: #002647;
  font-size: 1.1vw;
}
body.unscroll {
  overflow: hidden;
}
.hide_it {
  display: none;
}
.social span {
  display: none;
}
.unwrap{white-space: nowrap;}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
/*GUTEMBERG modifs*/
.wp-block-button__link {
  padding: 0.6em 1.5em;
  min-width: 9em;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
}
#primary_content {
  background: white;
}
#primary_content .is-style-outline .wp-block-button__link:before {
  content: "\f345";
  font-family: "dashicons";
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#primary_content .is-style-outline .wp-block-button__link:hover:before {
  right: 1em;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.max-width_wrap > * {
  max-width: 1200px;
  Width: 70%;
  margin: auto;
}
/**/
.has-medium-font-size {
  font-size: 1.2em;
}
.has-large-font-size {
  font-size: 1.9em;
}
.wp-block-image {
  margin-bottom: 0;
}
/*boxes positions*/
.gridIt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  grid-auto-rows: minmax(100px, auto);
}
.gridIt > * {}
.flexIt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapIt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*------*/
/*HEADER SITE*/
@-webkit-keyframes show_m {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes show_m {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
#primary_header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  width: 100%;
  height: 6em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#primary_header.scrolling {
  position: fixed;
}
#primary_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /**/
  background: #00152b; /* Old browsers */
  background: -o-linear-gradient(315deg, #00152b 0%, #006581 100%);
  background: linear-gradient(135deg, #00152b 0%, #006581 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152b', endColorstr='#006581', GradientType=1);
  /**/
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#primary_header.scrolling:before, .single-realisations #primary_header:before, .page-template-page-contenu-simple #primary_header:before {
  opacity: 0.87;
}
#primary_header.scrolling_down {
  -webkit-animation: show_m 0.4s;
          animation: show_m 0.4s;
}
#primary_header.scrolling_up {
  top: -100%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
#logo {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 3em;
}
#logo img {
  display: block;
  height: 100%;
  width: auto;
}
/**/
.accroche {
  position: relative;
  padding: 2em 0;
}
.accroche .wp-block-button__link, #primary_footer .wp-block-button__link {
  color: white;
  border-color: white;
}
.accroche .wp-block-button {
  margin-bottom: 0;
}
.accroche li {
  display: inline;
}
.accroche li + li:before {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
/*------*/
/*PRIMARY NAV*/
#primary_nav {
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.2em;
}
#primary_nav li {
  margin: 0 0.5em;
}
#primary_nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#primary_nav a {
  color: white;
  text-decoration: none;
  display: block;
}
#primary_nav a:hover {
  color: #b1dadc;
}
#primary_nav .menu a {
  padding: 0.3em 2em 0.3em 0;
}
#primary_nav .bt_search {
  position: relative;
  font-size: 1.3em;
  top: 0.4em;
  margin-left: 0.5em;
}
#primary_nav .bt_search a span {
  display: none;
}
#primary_nav .bt_search a:before {
  content: "\f179";
  font-family: "dashicons";
}
#primary_nav .current_page_item {
  /*border: solid 1px white;
  border-radius: 2em;
  padding: 0 1em;*/
}
#primary_nav .menu-item {
  position: relative;
}
#primary_nav .sub-menu {
  position: absolute;
  left: 0;
  font-size: 0.9em;
  text-align: center;
  width: 10em;
  overflow: hidden;
  max-height: 0;
}
#primary_nav .sub-menu li {
  margin-bottom: 0.3em;
  margin-left: 0;
}
#primary_nav .sub-menu a {
  padding: 0.4em;
  color: #002647;
  text-align: left;
  background: rgba(220, 225, 229, 0.8);
  border-radius: 2px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#primary_nav .sub-menu a:hover {
  background: rgba(0, 38, 71, 0.8);
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primary_nav li:hover .sub-menu {
  max-height: 80vh;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/**/
#shiftnav-toggle-main-button{min-height:4.9rem; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target{background:#002647;}
/*------*/
/*HEADER PAGE*/
#page_header {
  min-height: 100vh;
  background-size: cover;
  text-align: center;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #191212;
  overflow: hidden;
}
body:not(.home) #page_header {
  min-height: 75vh;
  background-position: bottom center;
}
.page-template-page-custom-portfolio #page_header {
  background-position: top center;
}
#page_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.97;
  /**/
  background: #00152b; /* Old browsers */
  background: -o-linear-gradient(315deg, #00152b 0%, #006581 100%);
  background: linear-gradient(135deg, #00152b 0%, #006581 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152b', endColorstr='#006581', GradientType=1);
  /**/
  mix-blend-mode: multiply;
}
#page_header #videoBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 150%;
  width: auto;
}
.accroche {
  position: relative;
  z-index: 2;
  font-size: 1.2em;
}
.home #page_header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3em;
  height: 3em;
  background: url("lib/img/mouseDown.svg") no-repeat center/contain;
  z-index: 2000;
}
.accroche h1 {
  color: #b1dadc;
  margin-bottom: 0.5em;
  font-size: 2.8em
}
.page:not(.home) .accroche h1 {
  font-size: 4.5em;
}
.accroche p, .accroche ul, .accroche ol {
  font-size: 1.4em;
  margin-bottom: 1.7em;
}
/*------*/
/*Home content*/
#page_header + .bg_content > div {
  padding: 8em 0;
}
#simple_page_header + .bg_content {
  padding-bottom: 8em;
  min-height: 50vh;
}
#simple_page_header {
  padding-top: 10em;
  margin: auto;
  width: 70%;
}
#simple_page_header h1 {
  font-size: 4.5em;
  margin-bottom: 0.5em;
}
.bg_edito {
  background: white url("lib/img/bg_edito.jpg") no-repeat -2vw center/contain;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(90vh - 16em);
  min-height: 40em;
}
.the_content p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.home_content {
  margin: auto;
}
.bg_content {
  position: relative;
}
#page_header + .bg_content:before, .bg_edito:before, #cta_portfolio:before, #suggest:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: solid 1px #0A8684;
  width: 8em;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 1000;
}
.home_content h2 {
  float: left;
  width: 25%;
  text-align: right;
  padding-right: 0.5em;
  font-size: 2.8em;
  margin-left: 23%;
  position: relative;
  top: -0.18em;
}
.home_content h2 + div {
  margin-left: 41%;
  color: #A3A3A3;
  width: 40%;
}
.home_content p {
  line-height: 1.6em;
  font-size: 1.2em;
}
.home_content .wp-block-button {
  margin-top: 2em;
}
/**/
.content .chapo {
  line-height: 1.6em;
  font-size: 1.2em;
  color: #A3A3A3
}
.the_content .lSSlideOuter {
  padding: 0;
  overflow: auto;
}
.the_content .lSSlideWrapper {
  /*height: 85vh;*/
  position: relative;
}
.lSAction {
  position: absolute;
  left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2000;
}
.lSAction > a {
  background: #0A8684;
  color: #002647;
  position: static;
  top: 0;
  margin-top: 0;
  height: auto;
  width: auto;
  opacity: 1;
  margin-right: 0.5em;
	text-decoration:none;
	cursor:pointer;
}
.lSAction p {
  margin-bottom: 0;
	cursor:pointer;
}
.lSAction p:before {
  content: "→";
  font-size: 1.2em;
  text-align: center;
  display: block;
  position: relative;
  top: -0.05em;
  line-height: 3.8em;
  width: 3.8em;
}
.lSAction .lSPrev p:before {
  content: "←";
}
.lSAction span {
  display: none;
}
.lightSlider{background:#002647 url("lib/img/spinner.svg") no-repeat center;}
.lightSlider img {
  width: 100%;
}
.single-realisations .content {
  padding: 8em 0;
}
.single-realisations .content header {
  text-align: center;
}
.single-realisations .content h1 {
  font-size: 2.8em;
  margin-bottom: 1em;
}
.single-realisations .content .partage {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 1.2em;
}
.single-realisations .content .partage li {
  margin: 0 0.5em;
}
.partage a {
  text-decoration: none;
  color: #0A8684;
}
.single-realisations .content .flexIt div:first-child {
  text-align: right;
  min-width: 40%;
  margin-right: 2em;
}
.single-realisations .content p {
  color: #A3A3A3;
  line-height: 1.6em;
  font-size: 1.2em;
}
.single-realisations .spec h2, .single-realisations .spec h3 {
  font-size: 1.7em;
}
.single-realisations .spec p {
  color: #b6dbdd;
}
#counter {
  left: 9em;
  font-size: 1.5em;
  position: absolute;
}
/*------*/
/*PAGES*/
.content > .wp-block-coblocks-row, .content > .wp-block-coblocks-services, .content > .wp-block-coblocks-features, #team > * {
  width: calc(75% + 4vw);
  margin-right: auto;
  margin-left: auto;
}
.content > .wp-block-coblocks-features > .wp-block-coblocks-features {
  width: 100%;
}
.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
  max-width: 60%;
}
#testimonials .testimonial_rotator_wrap {
  color: white;
  max-width: 50%;
  margin: auto;
  margin-top: 5em;
  margin-bottom: 3em;
}
#testimonials .wp-block-coblocks-row__inner { /**/
  background: #00152b; /* Old browsers */
  background: -o-linear-gradient(315deg, #00152b 0%, #006581 100%);
  background: linear-gradient(135deg, #00152b 0%, #006581 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152b', endColorstr='#006581', GradientType=1);
}
#valeurs .testimonial_rotator_wrap h2 {
  font-size: 1.8em;
}
#valeurs .has-background-overlay, #testimonials .has-background-overlay {
  background-size: 90vh;
  background-position: center;
}
#valeurs h3.has-text-color {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.content .fullW {
  width: 100%;
}
.block_in_col .wp-block-column {
  background: #f2f4f6;
  padding: 1em;
}
.page-template-default .content h2 {
  font-size: 3em;
  margin-bottom: 1em;
}
.page-template-default .content h3 {
  font-size: 2em;
  margin-bottom: 1em;
}
.page-template-default .content h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#team {
  border-top: solid 1px #ccc;
  padding-top: 8em;
  padding-bottom: 8em;
  width: 100%;
  margin-top: 8em;
  background: #0A8684 url(lib/img/team.png) no-repeat 109% center/50%;
  color: white;
}
#team .wp-block-coblocks-row__inner .wp-block-coblocks-column {
  max-width: 50%;
}
#valeurs > div, #parc, #testimonials {
  padding-top: 8em;
  padding-bottom: 8em;
}
#valeurs > div {
  padding-top: 6em;
  padding-bottom: 8em;
}
#valeurs .box_title {
  width: 40%;
}
#valeurs .box_title:before {
  content: "";
  display: block;
  background: url("lib/img/icon_color.svg")no-repeat center/50%;
  height: 1.5em;
  width: 1.5em;
  margin: auto;
  border: solid 2px #aed9dc;
  border-radius: 50%;
  margin-bottom: 0.3em;
}
#valeurs .wp-block-coblocks-features + .wp-block-coblocks-features {
  margin-top: 3em;
}
.wp-block-coblocks-features .wp-block-coblocks-feature__inner.has-no-padding {
  padding: 4em;
}
#valeurs .wp-block-coblocks-features + .wp-block-coblocks-features {
  margin-top: 0;
  border-top: solid 1px #CDD1D5;
  position: relative;
}
#valeurs .wp-block-coblocks-features:after {
  content: "";
  display: block;
  width: 1px;
  background: #CDD1D5;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
#ref.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
  max-width: 70%;
}
#ref.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] > * {
  max-width: 100%;
}
#ref .wp-block-table {
  max-width: 100%;
}
#ref .wp-block-table td {
  padding: 0.5em;
}
#parc {
  border-bottom: solid 1px grey;
}
#parc .wp-block-coblocks-features {
  max-width: 100%;
}
.notre-metier h3 {
  font-size: 1.25rem !important;
}
.wp-block-coblocks-service__figure {
  position: static;
  display: block;
  height: 5em;
  padding: 0;
}
.is-style-square .wp-block-coblocks-service__figure {
  padding-top: 0%;
}
.wp-block-coblocks-service__figure > img {
  height: 100%;
  width: auto;
  position: static;
  margin: auto;
  display: block;
}
.wp-block-coblocks-service__content h2 {
  font-size: 2em !important;
}
.blk_presta + .blk_presta {
  margin-top: 10em;
}
.blk_presta img {
  display: block;
}
.blk_presta .col_img {
  background: #f2f4f6; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f4f6+1,ffffff+50 */
  background: #f2f4f6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f4f6), color-stop(50%, #ffffff));
  background: -o-linear-gradient(top, #f2f4f6 1%, #ffffff 50%);
  background: linear-gradient(to bottom, #f2f4f6 1%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4f6', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.content #slider-ambiance .wp-block-coblocks-gallery-carousel {
  max-width: 100%;
}
.wp-block-coblocks-column .chapo {
  font-size: 1.5em;
}
.l_inl li {
  display: inline-block;
}
.blockIt {
  margin: -0.2em;
  margin-bottom: 0.5em;
}
.blockIt li {
  background: #f2f4f6;
  margin: 0.2em;
  padding: 0.2em;
  border-radius: 2px;
  font-size: 1.2em;
}
.l_inl.lieux {
  text-align: center;
}
.l_inl.lieux li:after {
  content: "-";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.l_inl.lieux li:last-child:after {
  display: none;
}
.page .content .wp-block-coblocks-column__inner .wp-block-table {
  max-width: 100%;
}
.page .content .wp-block-coblocks-column__inner .wp-block-table img {
  max-width: 100%;
  height: auto;
}
.square_type li {
  list-style-type: square;
  line-height: 1.5em;
  margin-left: 1.2em;
}
.listing_parc .square_type li {
  margin-bottom: 1.5em;
}
.listing_parc .square_type li strong {
  font-size: 1.2em;
}
.wp-block-coblocks-services[data-columns="3"] > .wp-block-coblocks-service {
  max-width: calc(100% / 3 - 4em);
}
.searchResult li {
  padding: 1em;
  background: #f1f3f5;
  text-align: left;
  margin-bottom: 1em;
}
.searchResult li h3 a {
  font-size: 1.5em;
  text-decoration: none;
  color: #222;
}
.wsp-container h2 {
  margin-bottom: 1em;
  font-size: 2em;
}
.wsp-container li {
  margin-bottom: 0.5em;
}
.wsp-container a:hover {
  background: #dae0e6;
}
.wsp-container a {
  color: #002647;
  text-decoration: none;
  display: inline-block;
  background: #f2f4f6;
  padding: 0.5em 1em;
}
/*------*/
/*CTA*/
.max-width_wrap.cta {
  padding: 8em 0;
}
.max-width_wrap.cta > * {
  width: 90%;
}
.cta article {
  width: calc(1/3*100% - (1 - 1/3)*2em);
}
.porfolio {
  width: 80%;
}
.porfolio article {
  margin-bottom: 3em;
}
.page-template-page-custom-portfolio .content, .tax-annees .content {
  width: calc(20% - 2em);
}
.catPortfolio {
  width: 100%;
  text-align: center;
}
.catPortfolio a {
  font-size: 1.5em;
  color: #C2C4C6;
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 1em;
}
.catPortfolio li.activ a, .page-template-page-custom-portfolio .catPortfolio li:first-child a {
  background: #f2f4f6;
  padding: 0.3em 1em;
  border-radius: 2em;
  color: #002647;
}
.cta .box_title {
  text-align: center;
  font-size: 2.8em;
  margin-bottom: 2.5em;
}
article figure {
  overflow: hidden;
  margin-bottom: 1em;
  background: #002647;
  position: relative;
}
article figure:after {
  content: "+";
  display: block;
  width: 2em;
  line-height: 2em;
  background: #b1dadc;
  font-size: 1.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 250%);
      -ms-transform: translate(-50%, 250%);
          transform: translate(-50%, 250%);
  color: #002647;
  text-align: center;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
article a:hover figure:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article a:after {
  content: "";
  display: block;
  height: 0.3em;
  width: 0%;
  background: #b1dadc;
  top: 2em;
  position: relative;
}
article a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
article a:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta article .title, .porfolio article .title {
  color: #0A8684;
  font-size: 1.6em;
  font-weight: normal;
  font-family: 'FormaSolidOT-Regular';
}
.cta article .date, .porfolio article .date {
  font-family: 'Barlow-Light';
  font-size: 1.2em;
  line-height: 1em;
	margin-bottom: 0.3em;
}
.cta article .date:after, .porfolio article .date:after {
  content: "→";
  margin-left: 0.3em;
  font-size: 1.2em;
}
.cta a, .porfolio article a {
  text-decoration: none;
  color: inherit;
}
.cta .social {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
}
.cta .social li {
  margin: 1rem;
}
.cta .social a {
  display: block;
  border-radius: 50%;
  background: #0A8684;
  color: white;
  width: 2em;
  line-height: 2em;
}
#cta_portfolio, #suggest {
  background: #f2f4f6;
  position: relative;
}
#cta_portfolio .flexIt, #suggest .flexIt {
  margin-bottom: 6em;
}
#cta_portfolio .box_title:after, #suggest .box_title:after {
  content: "";
  display: inline-block;
  background: url("lib/img/icon_color.svg")no-repeat center/contain;
  height: 0.1em;
  width: 0.1em;
  -webkit-transform: scale(20) translate(50%, -13%);
      -ms-transform: scale(20) translate(50%, -13%);
          transform: scale(20) translate(50%, -13%);
}
#cta_social {
  padding: 4em 0;
  background: white url("lib/img/bg_social.png") no-repeat right center/30%;
  border-top: solid 1px #ddd;
}
body:not(.home) #cta_social {
  background: #f2f4f6 url("lib/img/bg_social.png") no-repeat right center/30%;
}
#cta_social .box_title {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-family: 'FormaSolidOT-Regular';
}
/*------*/
/*FORMULAIRE*/
.wpcf7 {
  margin: auto;
}
.wpcf7 fieldset {
  border: none;
}
.wpcf7 fieldset + fieldset {
  border-top: solid 1px #ccc;
  padding-top: 2em;
}
.wpcf7 .visible {
  display: block;
  font-weight: bold;
}
.wpcf7 legend {
  display: none;
}
.wpcf7 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 ol li {
  min-width: calc(50% - 30px);
  margin-bottom: 2.5em;
}
.wpcf7 label {
  display: none;
}
.wpcf7 fieldset input {
  background: #f2f4f6;
  font-size: 1em;
  width: calc(100% - (1.2em * 2));
  padding: 1.2em;
  border: solid 1px #ddd;
}
.wpcf7 fieldset input:focus {
  border-top-color: white;
  border-right-color: white;
  border-left-color: white;
  background: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.wpcf7 textarea {
  background: #f2f4f6;
  font-size: 1em;
  width: calc(100% - (1.2em * 2));
  border: none;
  padding: 1.2em;
}
fieldset + p {
  text-align: center;
}
#send {
  color: black;
  border: solid 2px black;
  font-size: 1.1em;
  padding: 0.5em 2em;
  border-radius: 2em;
  margin-top: 2em;
  cursor: pointer;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: auto;
  margin-top: 0.5em;
}
/*------*/
/*FOOTER*/
#primary_footer {
	font-size:1.2em;
  color: white;
  padding: 2em 2% 0 2%;
  /**/
  background: #00152b; /* Old browsers */
  background: -o-linear-gradient(315deg, #00152b 0%, #006581 100%);
  background: linear-gradient(135deg, #00152b 0%, #006581 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00152b', endColorstr='#006581', GradientType=1);
}
#primary_footer a {
  color: white;
  text-decoration: none;
}
#primary_footer .wp-block-button__link:hover {
  background: white;
  color: #00536d;
  border-color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_box {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.widget_container #widget_1 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  /*background: url("lib/img/icon_white.svg") no-repeat left top/8%;*/
}
.widget_container #widget_1 .widget {
  /*padding-left: 10%;*/
  padding-right: 4%;
  max-width: 600px;
}
.widget_container #widget_2 {
  text-align: center;
}
.widget_box + .widget_box {
  border-left: solid 1px rgba(2550, 250, 250, 0.5);
  padding: 0 2%;
}
.widget_container h3 {
  font-size: 1.3em;
  margin-bottom: 0.7em;
}
.widget_container .wp-block-button {
  margin-bottom: 0.8em;
}
.widget_nav_menu li {
  margin-bottom: 1em;
}
.widget_text + .widget_media_image{margin-top:1em;}
.widget_nav_menu a {
  display: block;
}
.signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2rem 0;
}
.signature p {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 0.7em;
  opacity: 0.2;
}
.signature .social {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.signature .social li {
  display: inline-block;
  margin-left: 1em;
}
.widget_media_image img {
  width: 80%;
  margin-bottom: 1.5em;
}
.widget_custom_html {
  font-size: 0.8em;
}
/*------*/
/*search_panel */
#search_panel {
  position: fixed;
  top: 6em;
  left: 0;
  width: 100%;
  height: 0;
  background: white url(lib/img/fille.jpg) no-repeat -20vh center/contain;
  z-index: 3000;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 -5px 5px -5px #333;
          box-shadow: 0 -5px 5px -5px #333;
}
#search_panel.activ {
  height: calc(100vh - 6em);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-position: 0 center;
}
.search_s .title {
  font-size: 2.8em;
  margin-bottom: 0.4em;
  font-weight: normal;
  font-family: 'FormaSolidOT-Regular';
}
.search_s form {
  background: #f3f4f6;
  border-radius: 2px;
  font-size: 2em;
  padding: 0.2em 0em 0.2em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.search_s form:after {
  content: "\f179";
  font-family: "dashicons";
  position: absolute;
  right: 0.1em;
  z-index: 1;
  top: 0.2em;
}
.search_s input {
  width: 30vw;
  font-size: 0.8em;
  display: block;
}
.search_s input[type='text'] {
  width: 35vw;
  background: transparent;
  border: none;
}
.search_s input[type='submit'] {
  font-size: 0;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
}
.search_s label {
  display: none;
}
.close_it {
  position: absolute;
  right: 1%;
  top: 1rem;
  color: #d4d4d5;
  text-decoration: none;
  font-size: 3em;
}
.close_it span {
  display: none;
}
.close_it:before {
  content: "\f335";
  font-family: "dashicons";
}
/*##########################*/
/*RESPONSIVE RULES*/
/*##########################*/
@media only screen and (min-width: 1300px) {
  body {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1025px) {
  body {
    font-size: 0.8em;
  }
  .home_content h1 {
    text-align: left;
    float: none;
    margin-left: 41%;
    width: 40%;
  }
  .gridIt {
    -ms-grid-columns: ;
    grid-template-columns: repeat(2);
  }
  .widget_container #widget_1, .widget_container #widget_2, .widget_container #widget_3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .gridIt {
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: repeat(2, 1fr);
	}
	.has-huge-gutter > [class*="wp-block-coblocks-"]:not(:last-child){margin-right:20px;}

.has-huge-gutter > [class*="wp-block-coblocks-"]:not(:first-child) {
    margin-left: 20px;
}
	
	#team {

    

padding-top: 4em;

		padding-bottom: 4em;}
	
		.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
    max-width: calc(70% + 4em);
}
	.search_s{margin-left:30vw; background:white; padding:2em; }
}
@media only screen and (max-width: 900px) {
	body:not(.home) #page_header{ min-height:110vh;}
	#ref .coblocks-column-101405337436{ min-width:100%; }
	
	.bg_edito {
    background: 
		white url("lib/img/bg_edito.jpg") no-repeat -20vw center/contain;}

	#cta_social .box_title{text-align:center; max-width:50%;}
	.cta .social{max-width:50%;}
	#cta_social {
    padding: 4em 0;
    background: 
		white url("lib/img/bg_social.png") no-repeat right center/55%;}
	.accroche{max-width:calc(70% + 4em);}
	.accroche h1{font-size:2em;}
	.accroche p, .accroche ul, .accroche ol{font-size:1.1em;}
	.accroche .wp-block-button__link{font-size:1em;}.home #page_header:before{display:none;}.page:not(.home) .accroche h1 {
    font-size: 3em;
}
}
@media only screen and (max-width: 600px) {
	
	.max-width_wrap > *{max-width:calc(70% + 4em); width:auto;}
	.gridIt {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .accroche {
    max-width: 80%;
    font-size: 1em;
  }
  .accroche li {
    display: inline-block;
  }
  .accroche li + li:before {
    display: none;
  }
  .accroche h1 {
    font-size: 2em;
    margin-bottom: 1em;
  }
  .bg_edito {
    background: none;
	  padding: 4em 0;
  }
  .home_content h1, .home_content h1 + div {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	  
  }
  .flexIt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cta .box_title {
    margin-bottom: 1.5em;
  }
  #cta_portfolio .box_title::after, #suggest .box_title::after {
    display: none;
  }
  .cta article {
    width: 100%;
    margin-bottom: 2em;
  }
  .wp-block-coblocks-services[data-columns="3"] > .wp-block-coblocks-service {
    max-width: 100%;
  }
  #primary_header:before {
    opacity: 1;
  }
  #primary_header.scrolling_down, #primary_header.scrolling {
    position: absolute;
    -webkit-animation: none;
            animation: none;
  }
  #logo {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #cta_social {
    background: none;
  }
  body:not(.home) #cta_social {
    background: #f2f4f6;
  }
	
	.has-huge-padding{padding:0;}
	#team .wp-block-coblocks-row__inner .wp-block-coblocks-column{max-width:100%;}
	#team{background:#0A8684; text-align:center;}
	#valeurs .wp-block-coblocks-features:after{display:none;}
	
	.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > :not([class*="wp-block-"]){max-width:84%; text-align:left;}
	
	#metier .wp-block-coblocks-column__inner.has-no-padding.has-no-margin h2{max-width:100%;}
	.page-template-page-custom-portfolio .bg_content .flexIt{/*flex-direction: column-reverse;*/}
	.porfolio{width:100%;}
	.catPortfolio a, .catPortfolio li.activ a, .page-template-page-custom-portfolio .catPortfolio li:first-child a{background:none; padding:0 1em 0.5em 0;}
	.page-template-page-custom-portfolio .content, .tax-annees .content{width:auto;}
	.catPortfolio ul{display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-tio:solid 1px #ccc; padding-top:1em;}
	
	.widget_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
	.widget_container .widget_box{width:auto;}
	
	.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"]{max-width:calc(70% + 4em);}
	.wp-block-coblocks-features .wp-block-coblocks-feature__inner.has-no-padding{padding:0;}
	.coblocks-features-93012043181 > div{margin-bottom: 66px;}
	.single-realisations .content header{text-align:left;}
	#valeurs .wp-block-coblocks-features + .wp-block-coblocks-features{border:none;}
	
	div.is-stacked-on-mobile.has-huge-gutter > [class*="wp-block-coblocks-"]:not(:last-child){margin-bottom:50px;}
	
	/*----------*/
	.the_content .lSSlideWrapper{height:auto; margin-top:6em;}
	.single-realisations .content .flexIt div:first-child{text-align:left;}
	
	/*-------------*/
	.widget_box + .widget_box{border:none; padding:0;}
	
	
	
	/*---------*/
	.is-style-square .wp-block-coblocks-service__figure {

    padding-top: 0%;
    text-align: left;
    width: auto;
    margin-right: 1em;

}
	.wp-block-coblocks-service__figure{height:4em; position:relative; top:-1em;}
	.wp-block-coblocks-services[data-columns="3"] > .wp-block-coblocks-service .has-text-align-center{text-align:left;}
	.wp-block-coblocks-services[data-columns="3"] > .wp-block-coblocks-service{display:-webkit-box;display:-ms-flexbox;display:flex; text-align:left;}
	
	#testimonials .testimonial_rotator_wrap{max-width:100%;}
	
	/**/
	.widget_container #widget_1{-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2; text-align:center; border-top:solid 1px white; padding-top:2rem;}
	.widget_container #widget_2{ padding-bottom:2rem; font-size:1.3em;}
	.widget_container #widget_3{border-top:solid 1px white; padding-top:2rem; padding-bottom:2rem;text-align:center;}
}
