/*
Theme Name: Youpi
Author: MachinMachine
Version: 1.0
Text Domain: youpi
*/
/* #CONGIG THEME
============================================================================ */
:root {
  /* Color Theme */
  /* vert foncé */
  --main-color: #859506;
  --yellow-color: #dcdd39;
  --blue-color: #00b4e1;
  --green-color: #65bda1;
  --grey-color: #434342;
  --bg-theme: #FFFFFF;
  /* Nav */
  --menu-item: #FFF;
  /* Fonts */
  --font-theme: 'Roboto', sans-serif;
  /* Links */
  --a-theme: #859506;
  --hover-theme: #859506;
  /* Text */
  --p-color: #848484;
  /* Shadow */
  --box-shadow: 0 0 20px rgba(31,35,35,.35);
}
/* #GLOBAL
============================================================================ */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@font-face {
  font-family: 'Harabara';
  src: url("assets/fonts/Harabara.woff2") format('woff2'), url("assets/fonts/Harabara.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background: var(--bg-theme);
  font-family: var(--font-theme);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
li,
ol,
p,
table,
ul {
  color: var(--p-theme);
  font-size: 17px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: var(--a-theme);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: var(--hover-theme);
}
a:hover {
  color: var(--hover-theme);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-theme);
  font-weight: 400;
  text-transform: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-weight: bold;
}
#main {
  padding-top: 90px;
}
#mobile-header {
  display: none;
}
.center {
  text-align: center;
}
.btn_global{
  border: 2px solid var(--hover-theme);
  padding: 8px 25px;
  border-radius: 50px;
  background-color: white;
  color: var(--hover-theme);
}
.btn_global:hover{
  border-radius: 10px;
}
/* LOADER
============================================================================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #434342;
  z-index: 999991;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#preloader.open {
  position: fixed;
  top: -500px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #434342;
  z-index: 999991;
  opacity: 0;
  visibility: hidden;
}
#status {
  width: 500px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("assets/img/spinner.gif"), url("assets/img/logo-marmin-loader.png");
  background-repeat: no-repeat;
  background-position: center center, center 25%;
  margin: -200px 0 0 -250px;
  /* is width and height divided by two */
}
/* #HEADER
============================================================================ */
#top {
  position: relative;
  height: 45px;
  width: 100%;
  background: var(--main-color);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
#top .slogan {
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 45px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
#top .btn-topbar {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#top .btn-topbar a {
  display: inline-block;
  padding: 0 20px;
  line-height: 45px;
  color: #fff;
  background: #EAAB0C;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#top .btn-topbar a:hover {
  color: #fff;
  background: #043E72;
}
header {
  width: 100%;
  height: 90px;
  position: fixed;
  background: var(--grey-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
header #head {
  position: relative;
  height: 90px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 2px rgba(45,45,45,0.1);
  -moz-box-shadow: 0 0 15px 2px rgba(45,45,45,0.1);
  box-shadow: 0 0 15px 2px rgba(45,45,45,0.1);
}
#logo {
  position: absolute;
  left: 30px;
  top: -17px;
  z-index: 999;
}
#logo a {
  background: url("assets/img/logo-marmin.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  display: block;
  height: 90px;
  left: 30px;
  position: absolute;
  text-indent: -9999px;
  top: 4px;
  width: 200px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* #logo img {
  width: 90px;
} */
header nav {
  height: 90px;
  position: absolute;
  width: auto;
  right: 40px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header nav .menu-menu-container #menu-menu {
  margin: 0;
  text-align: center;
}
header nav .menu-menu-container #menu-menu li {
  display: inline-block;
  position: relative;
  zoom: 1;
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header nav a {
  display: inline-block;
  zoom: 1;
  font-weight: 700;
  color: var(--menu-item);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0 15px;
  line-height: 90px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
header nav a:active,
header nav a:focus,
header nav a:visited {
  color: var(--menu-item);
}
header nav a:hover {
  color: var(--yellow-color);
}
header nav ul li.current_page_item > a {
  color: var(--yellow-color);
}
/* Sous Menu */
header nav li ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 70px;
  margin: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav li:hover ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}
nav li ul li {
  width: 250px;
}
header nav li ul a {
  display: block;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  padding: 10px 10px 10px 20px;
  background: var(--main-color);
  height: auto;
  border-top: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header nav li ul a:active,
header nav li ul a:focus,
header nav li ul a:visited {
  background: var(--main-color);
  color: #fff;
}
header nav li ul a:hover {
  background: var(--grey-color);
  color: #fff;
  border-top: none;
}
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a,
header nav ul li.current_page_item > a,
header nav ul li.current_page_parent > a {
  color: var(--yellow-color);
}
header nav li ul li.current-menu-ancestor > a,
header nav li ul li.current-menu-item > a,
header nav li ul li.current-menu-parent > a,
header nav li ul li.current_page_item > a,
header nav li ul li.current_page_parent > a {
  color: #fff;
  background: var(--grey-color);
}
header nav li ul ul {
  left: 320px;
  opacity: 0;
  top: 0;
  position: absolute;
  margin: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav li:hover ul ul {
  opacity: 0;
  visibility: hidden;
  top: 0;
}
nav li ul li:hover ul {
  opacity: 1;
  visibility: visible;
  left: 350px;
}
header nav li ul ul li a {
  background: #2980b9;
}
header nav .separator {
  width: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 10px;
  border-left: 1px solid #ccc;
}
header nav ul li ul .separator,
header nav ul li:first-child .separator {
  display: none;
}
/* Téléphone */
li.tel-desktop a {
  line-height: 42px;
  background: var(--blue-color);
  color: #FFF;
}
header nav ul li.tel-desktop > a {
  color: #FFF;
}
/*li.tel-desktop a:after {
  content: 'voir les horaires';
  position:;
  position: absolute;
  font-size: 10px;
  text-transform: none;
  line-height: 10px;
  bottom: 5px;
  left: 30px;
  font-weight: lighter;
}*/
header.sticky li.tel-desktop a:after {
  bottom: 10px;
}
/* My Stiky */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 60px;
  border: 0;
  background: rgba(0,0,0,.8);
}
header.sticky #head {
  height: 60px;
}
header.sticky #top {
  display: none;
}
header.sticky nav a {
  top: 0;
}
header.sticky a {
  line-height: 60px;
  color: #fff;
}
header.sticky li:hover ul {
  top: 60px;
}
header.sticky li:hover ul ul {
  top: 0;
}
header.sticky li ul a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
}
header.sticky #logo {
  top: -15px;
  left: 0;
}
header.sticky #logo a {
  background: url("assets/img/logo-marmin-small.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 50px;
}
/* #SLIDER
============================================================================ */
#bloc-slider {
  position: relative;
  z-index: 98;
}
#slider {
  margin: 0;
  padding: 0;
  height: auto;
}
#slider li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#slider li img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
#bloc-slider .texte {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 99;
}
#bloc-slider .container {
  position: relative;
  top: 40%;
}
#bloc-slider .container h1,
#bloc-slider .container h2 {
  font-size: 45px;
  color: #fff;
  padding: 10px 30px;
  display: block;
  line-height: 46px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  /* background: #2980b9; */
  margin-bottom: 30px;
}
#bloc-slider .container h1:before{
  content: "";
  background: url(assets/img/mag.png) no-repeat scroll center center;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
#bloc-slider .container h3 {
  font-size: 24px;
  color: #333;
  padding: 20px 30px;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  background: #fff;
}
.arrow a {
  position: absolute;
  bottom: -25px;
  z-index: 99;
  width: 50px;
  margin-left: -25px;
  left: 50%;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 15px 0;
  background: #2980b9;
  font-size: 20px;
  overflow: hidden;
}
.arrow a:hover {
  background: #222;
  color: #fff;
}
.bounce a {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
.arrow a {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(0px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
}
/* #SERVICES HOME
============================================================================ */
#home-services {
  padding: 5rem 0;
}
.services {
  display: block;
  position: relative;
  height: 190px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-shadow: var(--box-shadow);
  -moz-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}
.services .title {
  opacity: 1;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 21px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Harabara';
  letter-spacing: 3px;
}
.services:hover .title {
  opacity: 1;
  left: 50%;
}
.services span {
  opacity: 0;
  position: absolute;
  z-index: 9991;
  top: 60%;
  left: 50%;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
}
.services:hover span {
  opacity: 1;
  left: 50%;
}
.services .overlay {
  background: rgba(0, 0, 0,.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(.67,.48,.15,1);
  -moz-transition: all 0.5s cubic-bezier(.67,.48,.15,1);
  -o-transition: all 0.5s cubic-bezier(.67,.48,.15,1);
  transition: all 0.5s cubic-bezier(.67,.48,.15,1);
}
.services:hover .overlay {
  left: 0;
  opacity: 1;
}
.angle {
  position: absolute;
  z-index: 999;
  width: 48px;
  height: 48px;
  top: -11px;
  left: 4px;
}
.angle-pepinieriste {
  fill: var(--a-theme);
  z-index: 9999;
}
.poly-pepinieriste {
  fill: #728005;
}
.angle-paysagiste {
  fill: var(--blue-color);
  z-index: 9999;
}
.poly-paysagiste {
  fill: #027998;
}
.angle-paysagiste {
  fill: var(--yellow-color);
  z-index: 9999;
}
.poly-paysagiste {
  fill: #c8c906;
}
.angle-concepteur {
  fill: var(--blue-color);
  z-index: 9999;
}
.poly-concepteur {
  fill: #027998;
}
.angle-materiaux {
  fill: var(--green-color);
  z-index: 9999;
}
.poly-materiaux {
  fill: #339374;
}
/* #HOME REALISATIONS
============================================================================ */
#home-realisations {
  padding: 3rem 0;
  position: relative;
  /* background: url("assets/img/feuilles.png") no-repeat right top #f5f5f5; */
  background: #f5f5f5;
}
/* #home-realisations {
  padding: 3rem 0;
  background: #f5f5f5;
} */
#home-realisations h2 {
  margin: 0 0 3rem;
  text-transform: uppercase;
  font-weight: bold;
}
#home-realisations .container{
  max-width: 95%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 45%;
}
.owl-next {
  position: absolute;
  right: -42px;
  top: 45%;
}
.owl-carousel .owl-item img{
  border-radius: 10px;
}
/* #HOME ACTU / REALISATIONS MASONRY
============================================================================ */
#home-actualites,
#page-realisations {
  margin: 3rem 0;
}
#home-actualites h2 {
  margin: 0 0 3rem;
  text-transform: uppercase;
}
.masonry {
  column-gap: 1em;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
}
.masonry.bordered {
  /* column-rule: 1px solid #eee; */
  column-gap: 1em;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
}
.masonry .item {
  background: #fff;
  /* padding-bottom: 1em; */
  margin-bottom: 1em;
  /* border-bottom: 1px solid #eee; */
  display: inline-block;
}
.actu-image img,
.real-image img {
  width: 100%;
  height: auto;
}
.actu-title,
.real-title {
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.real-title {
  color: #FFF;
  position: absolute;
  padding: 1rem;
  z-index: 999;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
  overflow-x: hidden;
}
.real-title:before {
  position: absolute;
  top: -1.3rem;
  right: 2em;
  left: 1em;
  z-index: -1;
  height: 7em;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1);
  transform: translate3d(0,4em,0) scale3d(1,0.023,1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: height 0.35s;
  -webkit-transition: height 0.35s;
  text-shadow: 2px 2px 4px #000000;
}
/* Youpi Masonry - large */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}
/* Youpi Masonry - medium */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}
/* Youpi Masonry - small */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
.masonry a {
  color: inherit;
}
.masonry .actu.item a:hover {
  opacity: 0.7;
}
.masonry a:hover .actu-title,
.masonry a:hover .real-title {
  font-weight: bold;
}
.real-image {
  position: relative;
}
span.roll {
  background: url("assets/img/mag.png") no-repeat scroll center center rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  /* display: none; */
  border-radius: 10px;
}
/* #ACTUS
============================================================================ */
#nos-actualites {
  margin: 3rem 0;
}
#nos-actualites h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#nos-actualites .actu-text p {
  text-transform: none;
  color: #212529;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
}
.page-template-template-actualites .actu-image {
  float: left;
  max-width: 25%;
}
.page-template-template-actualites .actu-title {
  float: left;
  width: 66.666667%;
  padding: 1rem;
}
.page-template-template-actualites .actu.item {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-shadow: var(--box-shadow);
  -moz-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.page-template-template-actualites .actu.item:hover {
  opacity: 0.7;
}
.ff-stream-wrapper {
  margin: 0 0 0 !important;
}
/* #HOME Facebook
============================================================================ */
.facebook_feed{
  background: url(assets/img/background_leaves.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.facebook_feed .row{
  display: flex;
  justify-content: flex-end;
}


/* #PAGE
============================================================================ */
#page {
  margin: 3rem 0;
}
/*#header-page .header-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 120px;
  background: var(--main-color);
  background: url("assets/img/icon.svg") no-repeat right top rgba(133, 149, 6, .7);
  background-blend-mode: color-burn;
}*/
#header-page .header-content{
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 230px;
    background: var(--main-color);
    background: url(assets/img/icon.svg) no-repeat right top rgba(133, 149, 6, .7);
    background-blend-mode: color-burn;
    background-size: 19%;
    background-position: 100% 90%;
}
#header-page .header-text {
  width: 100%;
  text-align: left;
  z-index: 998;
  color: #FFF;
}
#header-page .header-text h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Harabara';
  letter-spacing: 3px;
}
#page img {
  width: 100%;
  height: auto;
}
/* #SAVOIR FAIRE
============================================================================ */
.page-id-45 .pepinieriste .services .overlay,
.page-id-48 .paysagiste .services .overlay,
.page-id-51 .concepteur .services .overlay,
.page-id-54 .materiaux .services .overlay,
.single-concepteur .concepteur .services .overlay,
.single-materiaux .materiaux .services .overlay,
.single-paysagiste .paysagiste .services .overlay,
.single-pepinieriste .pepinieriste .services .overlay {
  left: 0;
  opacity: 1;
}
.page-id-45 .pepinieriste .services span,
.page-id-48 .paysagiste .services span,
.page-id-51 .concepteur .services span,
.page-id-54 .materiaux .services span,
.single-concepteur .concepteur .services span,
.single-materiaux .materiaux .services span,
.single-paysagiste .paysagiste .services span,
.single-pepinieriste .pepinieriste .services span {
  display: none;
}
/* .single-paysagiste #page,
.single-pepinieriste #page,
.single-concepteur #page,
.single-materiaux #page {
  margin: 0 0 3rem 0;
}
.single-paysagiste #page #text,
.single-pepinieriste #page #text,
.single-concepteur #page #text,
.single-materiaux #page #text {
  margin-top: 1.3rem;
} */
.single-pepinieriste #header-page .header-content {
  background: url("assets/img/icon.svg") no-repeat right top rgba(133, 149, 6, .7);
}
.single-paysagiste #header-page .header-content {
  background: url("assets/img/icon.svg") no-repeat right top rgba(196, 197, 43, .7);
}
.single-materiaux #header-page .header-content {
  background: url("assets/img/icon.svg") no-repeat right top rgba(83, 165, 139, .7);
}
.single-concepteur #header-page .header-content {
  background: url("assets/img/icon.svg") no-repeat right top rgba(2, 153, 191, .7);
}
/*#savoir-faire {
  background: #F5F5F5;
}
#savoir-faire .container{
  max-width: 100%;
}*/
.container_savoir_faire{
  width: 80%;
  margin: 0 auto;
}
.savoir_faire_intro{
  background: #F5F5F5;
  padding: 5rem 0;
  margin-top: 70px;
}
.savoir_faire_intro_inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.savoir_faire_intro_inner img{
  width: 50%;
  border-radius: 10px;
  margin-top: -150px;
}
.savoir_faire_intro_content{
  width: 45%;
}
.savoir_faire_content {
  background: url(assets/img/background_leaves.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.savoir_faire_content_item{
  background-color: white;
  padding: 40px;
  border: 3px solid var(--main-color);
  border-radius: 50px;
  margin-bottom: 30px;
  width: 80%;
}
.savoir_faire_content_item:nth-child(odd){
  margin-left: 20%;
}
.savoir_faire_content_item img{
  width: 80px;
  height: auto;
  margin-bottom: 30px;
}
.savoir_faire_content_item_inner{
  width: 100%;
  margin: 0 auto;
}
.savoir_faire_content_item_inner ul{
  margin-left: 30px;
}
.savoir_faire_content_item_inner a{
  margin-top: 20px;
  display: inline-block;
}

.container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-align-items: top;
  align-items: top;
  padding: 3rem 0;
}
.texte-service {
  position: relative;
  left: -60px;
  top: 50px;
  margin-bottom: 50px;
}
.texte-blanc {
  background: #FFF;
  padding: 2rem;
}
.image-service img {
  width: 100%;
  height: auto;
}
.rowSousCat {
  padding: 5rem 0.5%;
  background: var(--grey-color);
}
.rowSousCat .angle {
  top: -12px;
  left: 5px;
}
.rowSousCat .sous_cat_liste {
  margin-top: 0;
}
.rowSousCat ul.sous_cat_liste {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rowSousCat ul.sous_cat_liste li {
  margin: 0.45%;
  position: relative;
  overflow: hidden;
}
.rowSousCat ul.sous_cat_liste li .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.rowSousCat ul.sous_cat_liste li h3 {
  position: absolute;
  width: 70%;
  bottom: 36%;
  left: 0;
  line-height: 30px;
  background-color: rgba(0, 0, 0,.8);
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-left: 15%;
  opacity: 0.8;
  color: #FFF;
  text-transform: none;
  border-radius: 3px;
}
ul.sous_cat_liste li:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.specialite-title {
  text-align: center;
  color: #FFF;
  margin-bottom: 2rem;
}
.specialite-title h2 {
  font-weight: lighter;
  text-transform: uppercase;
}
/* #SINGLE SAVOIR-FAIRE
============================================================================ */
.single .rowSousCat ul.sous_cat_liste li {
  width: 49%;
  float: none;
  margin: 0.45%;
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
}
.single .rowSousCat ul.sous_cat_liste li h3 {
  line-height: 19px;
}
/* #SINGLE REALISATIONS
============================================================================ */
#photos {
  background: #F5F5F5;
  padding: 3rem 0 5rem;
}
#photos h2 {
  margin: 0 0 2rem;
  text-transform: uppercase;
  font-weight: lighter;
}
.single-realisations #page img {
  width: 100%;
  height: auto;
}
.single-realisations #header-page span {
  font-size: 38px;
  font-weight: bold;
}
.btn_ttes_les_real {
  position: relative;
  /* left: -4rem;*/
  padding: 1rem;
  top: -1rem;
  background: #F5F5F5;
  display: inline-block;
}
.single-realisations .btn_ttes_les_real svg {
  width: 30px;
  height: auto;
  margin-top: 0.2rem;
}
.single-realisations a.btn_ttes_les_real:hover {
  background: #CCC;
}
/* #FIL D'ARIANE
============================================================================ */
/* #breadcrumbs a,
#services-breadcrumbs a {
  color: #FFF;
  font-weight: bolder;
}
#breadcrumbs {
  position: absolute;
  right: 0;
  font-weight: lighter;
}
#services-breadcrumbs {
  position: absolute;
  font-weight: lighter;
  top: -32px;
  right: 20px;
} */
.breadcrumb {
  position: absolute;
  right: 0;
  font-weight: lighter;
  margin: 0;
  padding: 10px 0;
  background: transparent;
  text-align: center;
  text-transform: none !important;
  border-radius: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  padding-top: 0;
  color: #FFF;
}
.breadcrumb li {
  display: inline;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  font-weight: lighter;
}
.breadcrumb li.divider {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.breadcrumb li.divider:after {
  content: '»';
  position: relative;
  margin: 0 10px;
  font-size: 13px !important;
  line-height: 14px;
  color: #FFF;
}
.breadcrumb li a {
  color: #FFF;
  font-weight: normal;
}
.page-template-template-savoirfaire .breadcrumb {
  bottom: -5rem;
  right: 1.3rem;
}
/* #Content réalisations
============================================================================ */

#content_realisations{
  background: url(assets/img/background_leaves.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}
#content_realisations .container{
  border: 3px solid var(--main-color);
  border-radius: 50px;
  padding: 30px 50px;
  /*max-width: 70% !important;*/
  background-color: white;
  width: 45%;
  margin-right: 20%;
}
#content_realisations .content{
  height: 510px;
  overflow: hidden;
}
#content_realisations a{
  margin-top: 30px;
}
/* #CONTACT
============================================================================ */
.col50 {
  width: 50%;
  float: left;
}
.col50 svg {
  width: 30px;
  height: auto;
  fill: #FFF;
}
#Capa_2 {
  width: 27px;
}
.bloc_icon {
  width: 20%;
  float: left;
  text-align: center;
  margin-top: 1%;
}
.iconsvg {
  width: 60px;
  background: var(--main-color);
  border-radius: 70%;
  height: 60px;
  padding-top: 21%;
}
.bloc-info {
  float: left;
  width: 80%;
  padding-left: 2%;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #c9c9c9;
  color: var(--p-color);
  border-radius: 4px;
}
.wpcf7-form textarea {
  height: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form textarea:focus {
  height: 150px;
}
.wpcf7-form-control.wpcf7-submit {
  background: var(--main-color);
  border: 0;
  padding: 5px 15px;
  color: #FFF;
}
.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
span.wpcf7-list-item {
  margin: 0;
}
.fields {
  display: flex;
}
.field {
  margin-left: 0.5rem;
}
.field:first-child {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.wpcf7-form p {
  margin-top: 0;
}
.smallrgpd {
  font-size: 80%;
}
.wpcf7-list-item.first.last {
  font-weight: bold;
}
.map {
  margin-top: 2rem;
}
/* Formulaire autre page */
#wpcf7-f1811-p553-o1 .wpcf7-form-control-wrap {
  margin-bottom: 0;
  display: block;
}
/* #FOOTER
============================================================================ */
/* contacts */
footer {}
#contacts {
  background: linear-gradient(0deg, rgba(67,67,66,1) 0%, rgba(197,209,36,.6) 90%);
  position: relative;
  padding: 3rem 0 2rem;
  /* background: #293535; */
  color: #FFF;
  /*
  background-image: url("https://prod8.infoconception.fr/wp-content/uploads/2019/02/marmin-fond.jpg");
  background-attachment: inherit;
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 9999;
  min-height: 509px; */
}
#contacts .container{
  max-width: 85%;
}
#contacts .row{
  align-items: center;
}
.footer_title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}
.footer_title:before {
  content: "";
  background: url(assets/img/mag.png) no-repeat scroll center center;
  width: 70px;
  height: 65px;
  display: block;
  margin: 0 auto;
}
.rs a{
  color: white;
  font-size: 30px;
  margin: 0 5px;
}
#contacts h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.container.les-contacts {}
#contacts .widget-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.textwidget p{
  color: var(--p-theme);
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#contacts img {
  width: 100%;
  height: auto;
}
#contacts h2 {
  margin: 0 0 3rem;
}
#credits {
  padding: 10px 0;
  text-align: center;
  /* background: var(--grey-color); */
}
#credits p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  color: #FFF;
}
#credits p a {
  color: inherit;
}
#credits p a:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* Copyright No Follow */
.menu-footer-container {
  display: inline-block;
}
li#menu-item-20 {
  list-style: none;
  margin-left: 7px;
}
li#menu-item-20 a {
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: 3px;
  font-size: 10px;
}
/* POPUP INFO */
.pum-theme-4761 .pum-container,
.pum-theme-lightbox .pum-container {
  border: 8px solid #859506 !important;
}

/* Responsive */
@media screen and (max-width: 1700px){
  #content_realisations .container{
    width: 50%;
  }
}
@media screen and (max-width: 1400px){
  #content_realisations .container{
    width: 70%;
  }
}
@media screen and (max-width: 1700px){
  #content_realisations .container{
    width: 80%;
  }
}
@media screen and (max-width: 992px){
  .savoir_faire_intro_inner{
    flex-direction: column-reverse;
    align-items: center;
  }
  .savoir_faire_intro_inner img{
    width: 100%;
    margin-bottom: 50px;
  }
  .savoir_faire_intro_content {
    width: 100%;
  }
  .savoir_faire_content_item:nth-child(odd) {
    margin-left: 10%;
  }
  #content_realisations .container{
    width: 100%;
    margin-right: 0;
  }

}
@media screen and (max-width: 768px){
  .savoir_faire_content_item{
    width: 100%;
  }
  .savoir_faire_content_item:nth-child(odd) {
    margin-left: 0;
  }
}
