/*
Theme Name: Neve Child
Template: neve
*/

body {
}

/****** TEXTS ******/
h1.entry-title {
  text-shadow: rgba(0,0,0,0.6) 10px 10px 10px;
}


/****** HEADER ******/
header {
  z-index: 1000;
}
.hfg_header.site-header {
  box-shadow: none !important;
}
.header-main {
  --bgcolor: rgba(255,255,255,0) !important;
}
.nav-ul li a {
	text-shadow:1px 1px 5px rgba(0,0,0,0.5)
}
/****** MAIN ******/
.nv-post-cover {
  z-index: 1;
  margin-top: -100px;
}
.header-main {
  z-index: 1;
}
.activities, .chiffres {
  padding: 0 !important;
}
.activities .wp-block-group__inner-container  {
  background: #019C4F;
  color:#fff;
  width: 100%;
  position: relative;
}
.chiffres .wp-block-group__inner-container  {
  background: #019C4F;
  color:#fff;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.chiffres h2.high {
	margin-bottom:0;
}
.chiffres .firstnumber {
	background: url('https://recette.sef.fr/wp-content/uploads/2023/08/arrow-right.png') no-repeat right;
}
.activities .wp-block-group__inner-container .wp-block-columns, .chiffres .wp-block-group__inner-container .wp-block-columns {
  max-width: 1140px;
  margin: 0 auto;
}
.activities::before, .chiffres::before {
  background: #019C4F;
  clip-path: polygon(30% 0%, 100% 100%, 50% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  margin-bottom: -1px;
}
.activities::after, .chiffres::after {
  background: #019C4F;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 0%);
  width: 100%;
  height: 50px;
  content: "";
  display: block;
}
.activities p {
  padding-top: 10px;
}
.chiffres strong {
  font-size: 20px;
}
.chiffres p {
  margin-bottom: 0;
}
.wp-block-separator.is-style-dots {
  border-top: 2px dotted #019C4F !important;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.justify p {
	text-align:justify
}

/****** FOOTER ******/
footer .container {
  border-top: 1px solid #019C4F;
}
footer p, ul#menu-footer-nav li, ul#menu-menu-legal li {
  font-size: 13px;
}
#nav_menu-5 {
  border-top: 1px solid #019C4F;
  padding-top:20px;
}
ul#menu-menu-legal li {
  text-align: right;
}
#cb-row--footer-bottom {
  display: none;
}
.signature p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}



/****** RESPONSIVE ******/
@media (max-width: 960px) {
  .nav-ul li a {
    color:#000000 !important;
  }
  .page .nv-post-cover {
    padding-top: 100px;
    margin-bottom: 20px !important;
  }
  .nv-title-meta-wrap {
    width: 100%;
  }
  h1.entry-title {
    text-align: center;
  }
  .wp-block-spacer {height: 40px !important}
  footer p.has-text-align-right {
    text-align: center !important;
    border-top: 1px solid #019C4F;
    padding-top: 20px;
  }
  footer .widget {
    margin-bottom: 20px !important
  }
  footer ul#menu-menu-legal li {
    text-align: left;
  }
}
@media (max-width: 781px) {
	.chiffres .firstnumber {
		background: url('https://recette.sef.fr/wp-content/uploads/2023/08/arrow-down.png') no-repeat center bottom;
		padding-bottom:40px;
	}
}