/*!
Theme Name: Revolucy
Theme URI: http://underscores.me/
Author: Revolucy
Author URI: https://www.revolucy.fr/
Description: Revolucy
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: revolucy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
# DEBUT CSS REVOLUCY
--------------------------------------------------------------*/
/* DEBUT GLOBAL */
#primary {
  max-width: 1200px;
  margin: auto;
}

:root {
  --green: #2eff4c;
  --blue: #18457a;
  --translucent-blue: #335c89eb;
}

#shiftnav-toggle-main-button {
  position: relative !important;
  z-index: 9999 !important;
}

.page {
  margin-bottom: 0 !important;
}

.bg-blue {
  background-color: var(--blue);
}

.bg-green {
  background-color: var(--green);
}

div.bg-bottom-right {
  background-position: bottom right !important;
}

div.bg-left {
  background-position: center left !important;
}

div.bg-bottom-left {
  background-position: bottom left !important;
}

div.bg-left,
div.bg-bottom-left,
div.bg-bottom-right {
  background-size: 700px auto !important;
}

.banner-title-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

html,
body {
  height: 100%;
  margin: 0 !important;
}

body.single-post .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.single-post .site-main {
  flex: 1;
}

.banner-title-center h1 {
  margin: 0;
}

.title2-blue h2,
.title3-blue,
.text-blue p,
.text-blue li {
  color: var(--blue);
}

.title2-white h2,
.text-white p,
.text-white li,
.text-white div {
  color: #fff;
}

.title2-green h2,
.title3-green h3,
.text-green p,
*.color-green {
  color: var(--green);
}

body {
  margin: 0 !important;
}

a.btn-black {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

a.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

a.btn-black,
a.btn-white {
  font-family: "Montserrat bold", sans-serif;
  text-decoration: none;
  padding: 8px 22px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  margin-top: 37px !important;
  margin-left: 30px;
  display: inline-block;
  position: relative;
  transition: 0.2s ease-in;
  text-decoration: none!important;
}

a.btn-black strong,
a.btn-white strong {
  color: var(--green);
}

a.btn-large {
  font-size: 36px;
  color: #000;
  text-decoration: none;
  font-family: "Montserrat bold", sans-serif;
  font-weight: 700;
  border-radius: 0;
  line-height: 37px;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid transparent;
  background: var(--green);
  transition: 0.2s;
}

a.btn-large:hover {
  border: 1px solid #000;
  background: #fff;
}

div #gform_submit_button_1 {
  text-decoration: none;
  padding: 11px 25px 13px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  display: inline-block;
  transition: 0.2s ease-in;
  color: #fff;
  background: var(--blue);
  border: 1px solid #fff;
  position: relative;
}

div #gform_submit_button_1:hover,
#gform_submit_button_1:active {
  cursor: pointer;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--blue);
}

div #gform_submit_button_1 strong {
  color: var(--green);
}

.gform_footer.top_label {
  margin-top: 50px !important;
  padding: 0 !important;
  margin-left: auto !important;
  width: max-content;
  position: relative;
}

a.btn-black::before,
a.btn-white::before,
.gform_footer.top_label::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -34px;
  text-decoration: none;
  width: 52px;
  height: 52px;
  background: center/contain no-repeat url(https://valsociety.fr/wp-content/uploads/2025/05/picto-plus.png);
}

a.btn-black:hover,
a.btn-black:active {
  color: #fff;
  background: var(--blue);
}

a.btn-white:hover,
a.btn-white:active {
  color: var(--blue);
  background: #fff;
}

.bg-translucent-blue {
  background-color: var(--translucent-blue);
}

.l1200 {
  margin: auto !important;
  width: 90%;
  max-width: 1200px;
}
.l1100 {
  margin: auto !important;
  width: 95%;
  max-width: 1100px;
}
.l1000 {
  margin: auto !important;
  width: 92%;
  max-width: 1000px;
}
.l1900 {
  margin: auto !important;
  width: 95%;
  max-width: 1900px;
}
.l1500 {
  margin: auto !important;
  width: 95%;
  max-width: 1500px;
}
.l800 {
  margin: auto !important;
  width: 95%;
  max-width: 800px;
}
.mobile {
  display: none;
}

body div p {
  font-size: 18px;
  margin-top: 0;
}

div h2 {
  font-family: "Montserrat bold", sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 48px;
  margin-top: 0;
  font-weight: bold;
  width: 100%;
  margin-bottom: 35px;
}

div h3 {
  font-family: "Montserrat bold", sans-serif;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold;
  width: 100%;
}

*.text-large,
.text-large p {
  font-size: 20px;
  line-height: 25px;
}

*.text-xl,
.text-xl p {
  font-size: 25px;
  line-height: 28px;
}

a.btn .plus {
  color: #3ff3ff;
}

a.btn:hover {
  background: #fff;
  color: #0058c2;
  border: 1px solid var(--green);
}

a.btn2 {
  background: #ffad45;
  border: 1px solid #ffad45;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 7px;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

a.btn2:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0058c2;
}

div.vc_empty_space {
  background-position: 88% top !important;
}

.wrapper-slider-hooks .n2-ss-slider-controls-side,
.slider-leviers,
.hook-left,
.hook-right {
  position: relative;
}

.hook-left::before {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -19px;
  content: "";
  width: 58px;
  height: calc(100% + 40px);
  border-top: 19px solid var(--green);
  border-left: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.hook-right::after {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: -19px;
  content: "";
  width: 58px;
  height: calc(100% + 40px);
  border-top: 19px solid var(--green);
  border-right: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.wrapper-slider-hooks .n2-ss-slider-controls-side::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  z-index: 4;
  width: 58px;
  height: 100%;
  border-top: 19px solid var(--green);
  border-left: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.wrapper-slider-hooks .n2-ss-slider-controls-side::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  z-index: 4;
  width: 58px;
  height: 100%;
  border-top: 19px solid var(--green);
  border-right: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.bg-translucent-blue.hook-left,
.bg-translucent-blue.hook-right {
  max-width: 515px;
}

.bg-translucent-blue.hook-right {
  margin-left: auto;
}

.block-arrow-list {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.block-arrow-list ul,
.block-check-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-arrow-list li,
.block-check-list li,
.block-check-list li strong {
  list-style: none;
  position: relative;
}

.block-arrow-list li {
  padding-left: 24px;
}

.block-arrow-list li,
.block-arrow-list li strong {
  display: block;
}

.block-check-list li {
  padding-left: 24px;
}

.block-arrow-list li::before {
  content: "";
  position: absolute;
  left: -5px;
  display: inline-block;
  top: 0px;
  width: 23px;
  height: 23px;
  vertical-align: top;
  background: center / contain no-repeat url(https://valsociety.fr/wp-content/uploads/2025/05/pictos-arrow-green.png);
}

.block-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url(https://valsociety.fr/wp-content/uploads/2025/05/picto-check.png);
}

.block-order-list span {
  font-size: 35px;
  font-weight: 700;
  margin-right: 10px;
  font-family: "Montserrat bold", sans-serif;
}

.block-order-list div {
  line-height: 32px;
}

.list-enclencher-changement {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

ul.list-enclencher-changement {
  padding: 0;
}

ul.list-enclencher-changement li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  width: max-content;
}

ul.list-enclencher-changement li::before {
  position: relative;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #fff;
  margin-top: 10px;
}

ul.list-enclencher-changement li::before {
  background: var(--green);
}

#banner-2 {
  min-height: 580px;
}

#banner-3 {
  height: 100vw;
  max-height: 400px;
}

#banner-2 h1,
#banner-3 h1 {
  color: #fff;
  font-family: "Montserrat bold", sans-serif;
  line-height: 54px;
  font-size: 48px;
  font-weight: bold;
  width: 100%;
  font-size: 48px;
}

div .bold-green b {
  font-family: "Montserrat bold", sans-serif;
  color: var(--green) !important;
}

.wrapper-slider-hooks .nextend-bullet-bar,
.slider-leviers .nextend-bullet-bar {
  flex-wrap: wrap !important;
  gap: 50px !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.wrapper-slider-order-list .n2-bullet {
  font-family: "Montserrat bold", sans-serif !important;
  margin-bottom: 50px !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 100px !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -42px !important;
}

.wrapper-slider-order-list .nextend-bullet-bar {
  display: inline-flex !important;
  margin: auto;
}
.wrapper-slider-hooks .nextend-arrow-previous,
.wrapper-slider-hooks .nextend-arrow-next,
.slider-leviers .nextend-arrow-previous,
.slider-leviers .nextend-arrow-next,
.slider-testimonials .nextend-arrow-previous,
.slider-testimonials .nextend-arrow-next,
.slider-logos .nextend-arrow-previous,
.slider-logos .nextend-arrow-next {
  border-radius: 100px;
  transition: 0.2s ease-in !important;
}

.wrapper-slider-hooks .nextend-arrow-previous:hover,
.wrapper-slider-hooks .nextend-arrow-next:hover,
.wrapper-slider-hooks .nextend-arrow-previous:active,
.wrapper-slider-hooks .nextend-arrow-next:active,
.slider-leviers .nextend-arrow-previous:hover,
.slider-leviers .nextend-arrow-next:hover,
.slider-leviers .nextend-arrow-previous:active,
.slider-leviers .nextend-arrow-next:active,
.slider-testimonials .nextend-arrow-previous:hover,
.slider-testimonials .nextend-arrow-next:hover,
.slider-testimonials .nextend-arrow-previous:active,
.slider-testimonials .nextend-arrow-next:active, 
.slider-logos .nextend-arrow-previous:hover,
.slider-logos .nextend-arrow-next:hover,
.slider-logos .nextend-arrow-previous:active,
.slider-logos .nextend-arrow-next:active {
  box-shadow: 0 0 2px 3px var(--green);
}

.wrapper-logos.hook-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  min-height: 125px;
}

.wrapper-logos.hook-left .wpb_single_image {
  margin-bottom: 0;
}

.bg-translucent-blue.hook-left,
.bg-translucent-blue.hook-right {
  z-index: 0;
}

/* FIN GLOBAL */

/* DEBUT CUSTOM */

/* HOME */

#banner-home {
  min-height: 1200px;
  border-bottom: 5px solid white;
  background-position: center bottom !important;
}

body strong,
body b {
  font-family: "Montserrat bold", sans-serif;
  font-weight: bold;
}

#banner-home h1 {
  color: #fff;
  font-family: "Montserrat bold", sans-serif;
  line-height: 54px;
  font-size: 48px;
  font-weight: bold;
  width: 100%;
}

#block-tpe-pme .block-solutions-tpe-pme h2,
#block-tpe-pme .block-solutions-tpe-pme p {
  margin-bottom: 10px;
}

#block-approche-amoa .text-top {
  min-height: 65px;
}

#block-approche-amoa .block-order-list .wpb_wrapper div {
  display: flex;
  align-items: baseline;
}

#block-leviers .hook-left::before {
  left: -55px;
}

#partenaires .wpb_single_image {
  margin-bottom: 5px;
}

#partenaires .wpb_single_image img {
  max-width: 150px;
}

a.vc_general.vc_btn3.vc_btn3-size-lg,
button.vc_general.vc_btn3.vc_btn3-size-lg {
  background-color: #ff2215;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 78px;
  border-radius: 20px;
  border: none;
  background-image: none;
  font-size: 18px;
}

.bullet-point ol {
  padding: 0 0 0 20px !important;
}

.bullet-point li {
  list-style-position: outside;
  padding: 2px 5px 5px 0 !important;
}

.bullet-point li::marker {
  color: var(--green);
  font-size: 20px;
}

.slider-leviers .n2-ss-slider-controls {
  align-items: flex-start !important;
}

.slider-leviers .n2-ss-slider-controls .nextend-arrow {
  margin-top: 160px;
}

.slider-leviers .n2-ss-slider-controls-side::before {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 45px;
  content: "";
  width: 58px;
  height: 355px;
  border-top: 19px solid var(--green);
  border-left: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.slider-leviers .n2-ss-slider-controls-side::after {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 45px;
  content: "";
  width: 58px;
  height: 355px;
  border-top: 19px solid var(--green);
  border-right: 19px solid var(--green);
  border-bottom: 19px solid var(--green);
}

.slider-logos h2 {
  font-family: "Monserrat bold", sans-serif !important;
}

.slider-logos.hook-left::before,
.slider-logos.hook-right::after {
  z-index: 1;
}

.slider-logos.hook-left::before,
.slider-logos.hook-right::after {
  height: 200px;
  top: 0;
}

.slider-logos.hook-left::before {
  left: 10px;
}

.slider-logos.hook-right::after {
  right: 10px;
}

.slider-logos .nextend-arrow {
  margin-top: -110px;
}

.nextend-bullet-bar {
  position: relative;
}

.slider-leviers .nextend-bullet-bar > div:not(:last-child) > div::before,
.wrapper-slider-hooks .nextend-bullet-bar > div:not(:last-child) > div::before {
  display: inline-block !important;
  content: "";
  background: white;
  position: absolute;
  width: 50px;
  height: 2px;
  z-index: 1;
  top: 35px;
  left: 75px;
}

#block-domaines-expertises p {
	line-height:1.4;
}

#block-etapes-accompagnement .n2-ss-slider-controls-side {
  max-width: 1000px;
  margin: auto;
}

/* NOS DEMARCHES */

#block-pilotage .block-arrow-list li {
  margin-bottom: 28px;
}

#block-phases .wrapper-title h2 {
  margin-bottom: 15px;
}

#block-phases .block-arrow-list h3,
#block-phases .block-arrow-list li {
  margin-bottom: 25px;
}

#block-phases .bg-blue.text-white * {
  font-size: 25px;
}

#block-team {
  min-height: 700px;
  display: flex;
  align-items: flex-end;
}

/* QUI SOMMES NOUS */

#block-nom-vision h3 {
  font-size: 36px;
  margin-bottom: 5px;
}

#block-nom-vision .hook-left::before,
#block-nom-vision .hook-right::after {
  z-index: 1;
}

#block-nom-vision .hook-left::before {
  left: 0;
}

#block-nom-vision .hook-right::after {
  right: 0;
}

#block-valeurs-fondamentales h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

#block-valeurs-fondamentales p {
  font-size: 15px;
}

#block-equipe {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}

#block-cards-equipe .vc_single_image-wrapper {
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0px 0 8px var(--green);
}

#block-cards-equipe h3 {
  margin-bottom: 0;
}

#block-cards-equipe h4 {
  font-family: "Monserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 10px 0;
  line-height: 28px;
}

#block-cards-equipe .wrapper-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#block-portrait .wrapper-citation .vc_column-inner {
  background-size: 60% auto !important;
  background-position: center bottom !important;
}

#block-portrait .wrapper-citation p {
  display: inline-block;
  vertical-align: top;
}

#block-portrait .wrapper-img {
  width: 12%;
  margin-top: -20px;
}

#block-portrait .citation {
  width: 70%;
  margin-left: 25px;
  font-size: 28px;
  line-height: 1.3;
}

#block-pourquoi-ces-partenaires p {
  margin-bottom: 0;
}

#block-pourquoi-ces-partenaires .block-check-list li {
	margin-bottom:15px;
}

div .custom-icon .fa-brands {
  background: var(--green);
  padding: 4px;
  border-radius: 5px;
  font-size: 21px!important;
}

/* NOS PARTENAIRES */
#block-partenaires .wrapper-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-partenaires p {
  font-size: 17px;
}

/* NOS DEMARCHES */

#block-partenaires {
  justify-content: space-between;
}

/* CONTACT */
#block-contact-informations a {
  text-decoration: none;
  color: var(--green);
  font-family: "Montserrat bold", sans-serif;
  font-weight: 700;
}

#block-contact-informations i {
  margin-right: 6px;
}

.gform_confirmation_message {
  font-family: "Montserrat bold", sans-serif;
  font-family: "Montserrat bold", sans-serif;
  color: var(--blue);
  text-align: center;
  border: 2px solid var(--green);
  padding: 20px;
  background: white;
}

.gfield_consent_label a {
  color: var(--green) !important;
  font-family: "Montserrat bold", sans-serif;
  text-decoration: none;
  transition: 0.2s;
}

.gfield_consent_label a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-decoration-color: var(--green);
}

.field_sublabel_below legend {
  color: var(--blue) !important;
  font-family: "Montserrat bold", sans-serif;
}
#block-form-footer .field_sublabel_below legend {
  color: var(--green) !important;
}

/* FAQ */
.block-faq h4 {
  font-family: "Monserrat bold", sans-serif;
  font-size: 25px;
  color: var(--blue) !important;
}

.block-faq p,
.block-faq li {
  font-family: "Monserrat", sans-serif;
  font-size: 18px;
  color: var(--blue);
}

.block-faq .vc_toggle_title {
  position: relative;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green);
}

.block-faq .vc_toggle_arrow .vc_toggle_icon::after {
  display: none !important;
}

.block-faq .vc_toggle_arrow .vc_toggle_icon {
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 6px;
}

.block-faq ol,
.block-faq ul,
.block-faq li,
.block-faq p,
.block-faq h5,
.block-faq h6 {
  margin-top: 2px !important;
  margin-bottom: 6px !important;
}

.block-faq .vc_toggle_arrow .vc_toggle_icon::before {
  background-image: url(https://valsociety.fr/wp-content/uploads/2025/05/arrow-slider-right-e1748358456350.png) !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  border: 0 !important;
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  left: 0 !important;
  transform: rotate(0deg) !important;
  margin: 0 !important;
  transform-origin: center !important;
  transition: 0.1s ease-in;
}

.block-faq .vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
  display: none;
}

.block-faq .vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
  visibility: visible !important;
  transform: rotate(90deg) !important;
}

/* BLOG */
.entry-header {
  margin-top: 45px;
}

.entry-header h1.entry-title {
  font-size: 50px !important;
  text-align: center !important;
  font-family: "Montserrat bold", sans-serif;
  color: var(--green);
}

.wrapper-blog ul.vc_grid-filter .vc_grid-filter-item {
  font-family: "Montserrat bold", sans-serif;
  background-color: var(--green) !important;
  border-radius: 5px;
  color: var(--blue);
  font-size: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  margin: 0 6px 0 6px;
  transition: 0.2s;
}

.wrapper-blog ul.vc_grid-filter .vc_grid-filter-item.vc_active,
.wrapper-blog ul.vc_grid-filter .vc_grid-filter-item:hover {
  background-color: var(--blue) !important;
}

.wrapper-blog ul.vc_grid-filter .vc_grid-filter-item.vc_active span,
.wrapper-blog ul.vc_grid-filter .vc_grid-filter-item:hover span {
  color: #fff !important;
}

.wrapper-blog .vc_grid-item-mini {
  border: 1px solid var(--blue);
  transition: 0.2s ease-in;
}

.wrapper-blog .vc_grid-item-mini:hover {
  border-radius: 10px;
}

.wrapper-blog .vc_grid-item * {
  color: var(--blue);
}

.wrapper-blog .vc_grid-item h2 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
}

.wrapper-blog .vc_grid-item h3 {
  font-size: 18px;
}

.wrapper-blog .vc_grid-item p {
  font-size: 16px !important;
}

.wrapper-blog .vc_btn3-container {
  font-family: "Montserrat bold", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
}

/* TEMOIGNAGES */

div .card-testimonial .color-white p {
  color: #ffff !important;
}

/* 404 */
.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.error-404.not-found h1 {
  font-size: 35px;
  color: var(--green);
  background: var(--blue);
  padding: 10px 15px;
}

.error-404.not-found h1,
.error-404.not-found p {
  font-family: "Montserrat bold", sans-serif;
  text-align: center;
}

/* MENTIONS */
.block-mentions h2,
.block-cgu h3 {
  color: var(--blue);
}

.block-cgu h2 {
  color: var(--blue);
}

.block-mentions a,
.block-cgu a {
  font-family: "Montserrat bold", sans-serif;
  color: var(--green);
  text-decoration: none;
  transition: 0.2s;
}

.block-mentions a:hover,
.block-cgu a:hover {
  color: var(--green) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-decoration-color: var(--green);
  color: var(--green);
  text-decoration: underline;
}

/* FIN CUSTOM */

/* DEBUT HEADER */
#masthead {
  background: transparent;
  position: relative;
  z-index: 4;
}

body:not(.page) #masthead {
  background: var(--blue);
  padding-bottom: 15px;
}

#masthead .menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}

#masthead #menu-1 {
  justify-content: flex-end;
}

.menu-menu-container {
  float: right;
}

#masthead #menu-1 a {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  margin: 0px 18px;
  transition: 0.2s ease-in-out;
}

.shiftnav-menu a.shiftnav-target {
  font-family: "Montserrat bold", sans-serif;
  color: var(--green);
}

.shiftnav-main-toggle-content {
  box-shadow: 0 0 4px -1px white;
  z-index: 1;
}

#masthead #menu-1 a:hover,
#masthead #menu-1 a:active,
#masthead #menu-1 .current_page_item a,
.shiftnav-menu a.shiftnav-target:hover,
.shiftnav-menu .current-menu-item a.shiftnav-target {
  color: var(--green) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-decoration-color: var(--green);
}

.shiftnav-main-toggle-content img {
  width: 110px;
  height: 58px;
}

.shiftnav-menu-title.shiftnav-site-title a {
  font-size: 0 !important;
  display: inline-block;
  width: 110px;
  height: 58px;
  margin: auto !important;
  background: center/contain no-repeat url(https://valsociety.fr/wp-content/uploads/2025/06/logo-valsociety-mobile.png);
}

.shiftnav-shiftnav-main,
.shiftnav-main-toggle-content {
  background: var(--blue) !important;
}

.shiftnav-toggle-shiftnav-main {
  margin-top: 15px !important;
}

a.logo {
  display: inline-block;
  vertical-align: middle;
  width: max-content;
}

#masthead #menu-1 li {
  display: flex;
  align-items: center;
  list-style: none;
}

#masthead #menu-1 li:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--green);
  border-radius: 50%;
}

div .widget.widget_nav_menu {
  margin: 0;
}

ul#menu-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* FIN HEADER */

/* DEBUT FOOTER */

#colophon {
  background: var(--blue);
  padding-top: 60px;
  padding-bottom: 80px;
}

#colophon .logo {
  width: 205px;
  height: 107px;
}

#colophon li {
  list-style: none;
}

#colophon li,
.container-logos-social-networks a {
  margin-left: 15px;
}

#colophon #menu-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 170px;
  height: 100%;
  gap: 2px;
}

div.gfield_description.validation_message.gfield_validation_message {
  padding: 0 5px;
  border: none;
}

#colophon p,
.menu-footer-container a {
  color: white;
}

.menu-footer-container a {
  text-decoration: none!important;
  font-weight: 600;
  width: max-content;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  transition: 0.2s ease-in-out;
}

.menu-footer-container a:hover,
.menu-footer-container a:active,
.menu-footer-container a:focus {
  text-decoration: underline!important;
  text-decoration-thickness: 2px!important;
  text-underline-offset: 5px!important;
  color: var(--green);
}

#colophon .col1 {
  align-self: center;
}

#colophon p {
  font-size: 18px;
}

#colophon .menu-footer {
  width: 60%;
}

#colophon .row1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid #fff;
}

.container-logos-social-networks {
  display: flex;
  gap: 30px;
}

.container-logos-social-networks .fa-brands {
  font-size: 30px;
  color: var(--green);
}

.menu-footer-container #menu-2 {
  padding: 0;
  margin: 0;
}

.footerbottom .l1200 > div p,
.footerbottom .l1200 > div a {
  color: #fff;
  text-decoration: none;
}
.gform_required_legend,
.gfield_required.gfield_required_custom {
  display: none !important;
}

.gform_body input::placeholder,
.textarea::placeholder {
  color: #00367e;
}

h2.gform_title {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}

#gform_1 div.gform_footer.left_label {
  float: right;
}
#gform_1 label.gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px !important;
}

/*#gform_1 label.gfield_label {color: #fff; font-weight: lighter !important; font-size: 15px !important; }*/
/*#gform_1 input {
    padding: 6px 20px;
    border: 1px solid white;
    border-radius: 0;
    background: white;
    color: #000;
}
#field_1_1 > label {
  display: none !important;
}
#field_1_1 .ginput_container.ginput_container_textarea {
  width: 100%;
}
 
#field_1_1 .ginput_container.ginput_container_textarea #input_1_1 {
  border: none;
  border-radius: 0;
  max-height: 70px;
  background: #adc8eb;
  color: #000;
  padding: 5px;
}
.footercopyright {
    padding-top: 50px;
}*/
/* FIN FOOTER */

/*--------------------------------------------------------------
# DEBUT CSS MOBILE
--------------------------------------------------------------*/


@media (max-width: 1600px) {
  div.bg-left,
  div.bg-bottom-left,
  div.bg-bottom-right {
    background-size: 48vw auto !important;
  }
}

@media (max-width: 1320px) {
  body.admin-bar #shiftnav-toggle-main {
    top: 0 !important;
  }

  div.m-top-tablet-0 {
    margin-top: 0 !important;
  }

  div.m-right-tablet-0 {
    margin-right: 0 !important;
  }
  div.m-bottom-tablet-0 {
    margin-bottom: 0 !important;
  }

  div.m-top-bottom-tablet-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  div .p-right-tablet-0 {
    padding-right: 0 !important;
  }

  div.p-top-bottom-tablet-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  div.p-left-right-tablet-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  div.p-top-tablet-0 {
    padding-top: 0 !important;
  }

  div.p-bottom-tablet-0 {
    padding-bottom: 0 !important;
  }

  #banner-home {
    min-height: 700px;
  }

  #banner-2 {
    min-height: 450px;
  }

  #block-team {
    min-height: 450px;
    background-position: top !important;
  }

  a.btn-large {
    font-size: 25px;
  }

  .bg-translucent-blue.hook-left,
  .bg-translucent-blue.hook-right {
    max-width: 420px;
    margin: 0 auto;
  }

  #block-form-footer p br {
    display: none;
  }

  div#banner-home,
  #banner-2,
  #banner-3 {
    margin-top: 90px !important;
  }
	

  #banner-3 {
   padding-top: 0 !important;
  }

  div.bg-left,
  div.bg-bottom-left {
    background-position: center left !important;
  }

  div.bg-bottom-right {
    background-position: right center !important;
  }

  #block-tpe-pme {
    background-position: right 70% !important;
  }

  body {
    overflow-x: hidden;
  }

  ul.list-enclencher-changement {
    margin-left: 0 !important;
  }

  ul.list-enclencher-changement li {
    justify-content: flex-start;
    width: 100%;
  }

  #block-form-footer p,
  ul.list-enclencher-changement li {
    text-align: left !important;
  }
	
  #block-form-contact p {
		text-align: left!important
	}
	  #block-form-contact p br {
		display: none;
	}
}

@media (max-width: 1200px) {
  .slider-leviers .nextend-bullet-bar > div:not(:last-child) > div::before,
  .wrapper-slider-hooks .nextend-bullet-bar > div:not(:last-child) > div::before {
    display: none !important;
  }
}

@media (max-width: 992px) {
	
	.d-tablet-none {
		display: none;
	}
	
	body div p {
  font-size: 16px;
}
	
  div.bg-tablet-none {
    background: none !important;
  }

  .text-center-tablet,
  .text-center-tablet p,
  .text-center-tablet a,
  .title-center-tablet h2 {
    text-align: center !important;
  }

  div.bg-left,
  div.bg-bottom-left,
  div.bg-bottom-right {
    background-size: 30vw auto !important;
  }

  #banner-2 {
    min-height: 350px;
  }

  #block-leviers .hook-left::before {
    left: 0;
  }

  #block-leviers {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #block-approche-amoa .block-steps {
    gap: 35px;
  }
	
  .text-full-width br, #block-pilotage li br {
    display: none;
  }

  #colophon .row1 {
    flex-direction: column;
    gap: 25px;
  }

  #block-phases .block-arrow-list ul {
    align-items: center;
  }
	.phase-img img {
		max-width: 105px;
	}
	
  .hooks-left-mobile-0 .n2-ss-slider-controls-side::before {
    left: 0px!important;
  }
	
  .hooks-right-mobile-0 .n2-ss-slider-controls-side::after {
    right: 0px;
  }
	 .hook-left-mobile-none::before {
    display: none !important;
  }

  .hook-right-mobile-none::after {
    display: none;
  }
}

@media (max-width: 768px) {
	
	.no-mobile {
		display: none;
	}
	
	a.btn-black, a.btn-white {
		font-size: 16px;
	}
	#block-nom-vision .block-logo img {
		max-width: 220px;
	}
	
   div.bg-left,
   div.bg-bottom-left,
   div.bg-bottom-right {
    background: none!important;
   }
	
  .break-word-mobile-0 br {
    display: none;
  }

  .text-center-mobile,
  .text-center-mobile a,
  .text-center-mobile p,
  .text-center-mobile li,
  .title-center-mobile h2 {
    text-align: center !important;
  }

  #banner-home {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div h2.blocbleu {
    font-size: 20px;
    line-height: 23px;
  }
  div h2.blocbleu strong {
    font-size: 26px;
  }
  div#banner-home h1 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  #colophon #menu-2 {
    flex-direction: column;
    max-height: none;
    height: auto;
    gap: 4px;
  }

  #banner-2 h1,
  #banner-3 h1 {
    text-align: center !important;
    font-size: 35px;
    line-height: 42px;
  }

  div h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  div h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  body div p {
    font-size: 15px;
  }

  #primary {
    overflow-x: hidden;
  }

  div div.l600 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .hook-left::before,.slider-leviers .n2-ss-slider-controls-side::before,
  .wrapper-slider-hooks .n2-ss-slider-controls-side::before {
    border-top: 10px solid var(--green);
    border-left: 10px solid var(--green);
    border-bottom: 10px solid var(--green);
  }

  .hook-right::after,
  .slider-leviers .n2-ss-slider-controls-side::after,
  .wrapper-slider-hooks .n2-ss-slider-controls-side::after {
    border-top: 10px solid var(--green);
    border-right: 10px solid var(--green);
    border-bottom: 10px solid var(--green);
  }
	
.slider-leviers .n2-ss-slider-controls-side::before,
  .wrapper-slider-hooks .n2-ss-slider-controls-side::after {
    width: 45px;
  }
	
	.slider-leviers .n2-ss-slider-controls-side::after,
	  .wrapper-slider-hooks .n2-ss-slider-controls-side::before {
    width: 50px;
  }
	
  .wrapper-slider-hooks .n2-ss-slider-controls-side::before {
    left: 0;
  }

  .wrapper-slider-hooks .n2-ss-slider-controls-side::after {
    right: 0;
  }

  .wrapper-slider-hooks .nextend-bullet-bar,
  .slider-leviers .nextend-bullet-bar {
    gap: 10px !important;
  }
	
	div .slider-testimonials .nextend-arrow-previous  {
		margin-right: 4px !important;
	}
	
	div .slider-testimonials .nextend-arrow-next  {
		margin-left :4px !important;
	}

/*  .hooks-left-mobile-0 .n2-ss-slider-controls-side::before {
    left: 0px!important;
  }
	
  .hooks-right-mobile-0 .n2-ss-slider-controls-side::after {
    right: 0px;
  }


  .hook-left-mobile-none::before {
    display: none !important;
  }

  .hook-right-mobile-none::after {
    display: none;
  }*/

  .footerbottom .l1200 > div {
    max-width: 100% !important;
    border: none !important;
    margin-bottom: 30px;
  }

  #bloc-qsn h1,
  #bloc-qsn #listqsn {
    text-align: center !important;
    float: none;
  }
	
	#block-nom-vision .hook-left {
	margin-bottom: 45px;
	}
	
	#block-nom-vision h3, #block-nom-vision p, #block-form-contact p {
		text-align: center!important
	}
	
	#block-nom-vision p br{
		display: none;
	}
	
	#block-portrait p.citation  {
		font-size: 25px;
	}
	
  .wrapper-blog .vc_grid-item * {
  max-width: 350px;
   margin: auto;
 }
}


@media (max-width: 576px) {

	#block-portrait .wrapper-citation .vc_column-inner {
  background-size: 75% auto !important;}
}	
/*--------------------------------------------------------------
# FIN CSS MOBILE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FIN CSS REVOLUCY
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
div, p, h1, h2, h3, h4 {font-family: 'Montserrat', sans-serif;}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
.entry-footer {
    display: none;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--green);
	text-decoration: none;
}

a:hover,
a:active {
	color: var(--green);
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


/*! @media screen and (min-width: 37.5em) {*/
@media screen and (min-width: 10px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
} 

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
