/*!
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: 0 auto;
  height: 100%;
}

article.type-post {
  max-width: 1200px;
  width: 95%;
  margin: 150px auto 150px auto;
}

#page {
  overflow-x: hidden;
  margin: 0 !important;
}

.page {
  margin: 0 !important;
}

body * {
  font-family: "Host Grotesk", sans-serif;
}

:root {
  --black: #000;
  --lemon: #e5ff72;
  --purple: #6166ff;
  --grey: #f1f2ee;
  --grey-light: #f1f2ee;
  --dark-blue: #182544;
  --pink: #ef709d;
}

.l1250 {
  margin: auto !important;
  width: 95%;
  max-width: 1250px;
}

.l1200 {
  margin: auto !important;
  width: 95%;
  max-width: 1200px;
}

.l1100 {
  margin: auto !important;
  width: 95%;
  max-width: 1100px;
}

.l1000 {
  margin: auto !important;
  width: 95%;
  max-width: 1000px;
}

.l1050 {
  margin: auto !important;
  width: 95%;
  max-width: 1050px;
}

.l1900 {
  margin: auto !important;
  width: 95%;
  max-width: 1900px;
}

.l1440 {
  margin: auto !important;
  width: 95%;
  max-width: 1440px;
}

.l800 {
  margin: auto !important;
  width: 95%;
  max-width: 800px;
}

.white-color {
  color: #fff;
}

.purple-color {
  color: var(--purple);
}

.dark-color {
  color: var(--black);
}

.grey-light-color {
  color: var(--grey-light);
}

.lemon-color {
  color: var(--lemon);
}

.bg-dark {
  background: var(--black);
}

.bg-purple {
  background: var(--purple);
}

.bg-lemon {
  background: var(--lemon);
}

.bg-grey {
  background: var(--grey);
}

.bg-grey-light {
  background: #f1f2ee;
}

.bg-linear-blue {
  background: linear-gradient(230deg, #6166ff 3.09%, #5157ff 59.49%, #182544 100.68%);
}

.bg-linear-blue-dark-top {
  background: linear-gradient(245deg, #182544 -21.89%, #5157ff 35.86%, #6166ff 90.04%);
}

.bg-white-grey {
  background: linear-gradient(to bottom, #ffffff 50%, #f1f2ee 50%);
}

.bg-grey-white {
  background: linear-gradient(to bottom, #f1f2ee 48%, #ffffff 48%);
}

.bg-pink {
  background: var(--pink);
}

.card-shadow {
  box-shadow: 0 0 10px 8px #e7e8e5;
}

.container-bg-linear-logo {
  background-size: auto 100% !important;
}

div.bg-bottom-right {
  background-position: bottom right !important;
}
 
.banner-title-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

html,
body {
  margin: 0 !important;
}

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

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

div .btn-demo a,
a.btn-purple,
div #gform_submit_button_1 {
  color: #fff !important;
  background: var(--purple);
  border: 1px solid var(--purple);
}

body .btn-demo a {
	padding: 8px 10px; 
}

a.btn-white {
  color: var(--purple);
  border: 1px solid var(--purple);
  background: #fff;
}

a.btn-lemon {
  color: var(--purple);
  background: var(--lemon);
  border: 1px solid var(--lemon);
}

.btn-demo a,
a.btn-purple,
a.btn-white,
div #gform_submit_button_1,
a.btn-lemon {
  position: relative;
  text-decoration: none !important;
  padding: 14px 25px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 10px 0;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 0;
  transition: 0.3s ease;
}

.btn-demo a::before,
a.btn-purple::before,
a.btn-white::before,
div #gform_submit_button_1::before,
a.btn-lemon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--dark-blue);
  transition: 0.4s ease;
  z-index: -1;
}

.btn-demo a:hover::before,
a.btn-purple:hover::before,
a.btn-white:hover::before,
div #gform_submit_button_1:hover::before,
a.btn-lemon:hover::before {
  width: 100%;
}

.btn-demo:hover,
a.btn-purple:hover,
a.btn-white:hover,
div #gform_submit_button_1:hover,
a.btn-lemon:hover {
  color: white;
  cursor: pointer;
}

.b-rounded-1-0 {
  border-radius: 10px 0;
}

.purple-link {
  text-decoration: underline;
  color: var(--black);
  transition: 0.2s;
}

.purple-link:hover,
.purple-link:active {
  color: var(--purple);
}

.h-0 {
  height: 0;
}

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

.mobile {
  display: none;
}

body div p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 8px;
}

div h1 *,
div h1 {
  font-family: "Mundial", sans-serif;
  line-height: 45px;
  width: 100%;
  font-size: 40px;
  margin-top: 0;
  letter-spacing: 2px;
}

div h1 {
  font-weight: 400;
}

div h1 strong:first-of-type span:first-of-type {
  /*font-size: 60px;*/
}

div h1 strong {
  font-weight: 700;
}

div h1 em {
  font-weight: 400;
}

div h2,
div h2 * {
  font-size: 35px;
  font-family: "Mundial", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin-top: 0;
}

.title2-small h2{
	font-size: 20px;
	font-weight: 400;
}

div h3 {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
  width: 100%;
}

*.text-large,
.text-large p {
  font-size: 18px;
  line-height: 110%;
}

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

*.text-xl2,
.text-xl2 p {
  font-size: 30px;
  line-height: 32px;
}

.text-xxl p, .text-xxl {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;

}

*.text-xxs {
  font-size: 12px;
  line-height: 15px;
}

.text-underline {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

a.text-underline:hover {
	text-decoration-thickness: 2px;
}

.font-mundial-bold {
  font-weight: 700;
}

.font-mundial-xxl *,
.font-mundial-xxl {
  font-family: "Mundial", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.font-mundial-xl-bold *,
.font-mundial-xl-bold,
strong.font-mundial-xl-bold,
.font-mundial-xxl-bold *,
.font-mundial-xxl-bold,
strong.font-mundial-xxl-bold {
  font-family: "Mundial", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin-top: 0;
}

.font-mundial-xl-bold *,
.font-mundial-xl-bold,
strong.font-mundial-xl-bold {
  font-size: 26px;
}

.font-mundial-xxl-italic *,
.font-mundial-xxl-italic,
em.font-mundial-xxl-italic {
  font-style: italic;
  font-size: 40px;
}

.font-mundial-xxl-bold *,
.font-mundial-xxl-bold,
strong.font-mundial-xxl-bold {
  font-size: 40px;
}

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

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

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 .bold-lemon b {
  color: var(--lemon) !important;
}
 
body strong,
body b {
  font-weight: 700;
}

.b-left-purple {
  border-left: 2px solid var(--purple);
}

.b-left-lemon {
  border-left: 2px solid var(--lemon);
}

.b-bottom-purple {
  border-bottom: 2px solid var(--purple);
  display: inline-block;
	
}

.wrapper-data .wpb_wrapper {
  display: flex;
}

.data-number {
  margin: 0 10px 0 0;
  padding-bottom: 24px;
  min-width: 125px;
}

.data-number strong {
  font-size: 70px;
  font-weight: bold;
  line-height: 74%;
}

.data-number em {
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}
 
.wrapper-step {
  justify-content: space-between;
}

.wrapper-step ul,
.wrapper-list-lg ul,
.pages-mentions ul {
  margin: 0;
  padding: 0;
}

.wrapper-step ul li,
.pages-mentions ul li,
.wrapper-list-lg ul li,
.wrapper-list-lg-middle ul li {
  list-style: none;
  margin-bottom: 12px !important;
}

.wrapper-list-white ul li {
  padding: 0 0 0 29px;
  background: left center/15px no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/picto-logo-liste-blanc-e1757339286942.png);
}

.wrapper-list-white ul {
  margin-bottom: 14px;
}

.wrapper-step-purple ul li,
.pages-mentions ul li {
  padding: 0 0 0 29px;
  background: left 5px/15px no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/logo-liste-purple-e1757427474884.png);
}

.wrapper-list-lg ul li,
.wrapper-list-lg-middle ul li {
  padding: 0 0 0 45px;
  background: left 4px/25px no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/logo-oeil.png);
}

.wrapper-list-lg-middle ul li {
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: left 50%/30px no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/logo-oeil.png);
}

.wrapper-step li *,
.pages-mentions li *,
.wrapper-list-lg li {
  font-size: 16px;
  line-height: 120%;
}

.wrapper-case .wpb_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 200px;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid var(--grey-light);
  box-shadow: 0 0 17.4px 0 rgba(0, 0, 0, 0.02);
  flex-wrap: wrap;
}

.wrapper-case * {
  color: #fff;
}

.wrapper-case .wrapper-img {
  position: relative;
  width: 205px;
  height: 145px;
}

.wrapper-case .wrapper-img img {
  position: absolute;
  top: -28%;
  left: -15%;
  max-width: none !important;
}

.wrapper-case .wrapper-img .img-position-right {
  left: 0;
}

.wrapper-case h2.title-card {
  margin-bottom: 0;
  width: 100%;
  max-width: 290px;
}

.wrapper-case h2 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: var(--lemon);
}

.wrapper-case h2,
.wrapper-case-text {
  margin-left: 10px;
}

.wrapper-case-text {
  padding: 10px;
}

.wrapper-case-text {
  width: 100%;
  max-width: 400px;
}

.wrapper-stars {
  color: var(--purple);
}

.bouton-logo {
  position: relative;
  z-index: 2;
}

/* FIN GLOBAL */

/* DEBUT CUSTOM */

/* HOME */

#bloc-banniere-accueil h1,
#bloc-banniere-accueil p {
  color: #fff;
}

#bloc-banniere-accueil h1,
#bloc-banniere-accueil h1 * {
  font-family: "Mundial", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 105%;
}

#bloc-slider-logos img {
  object-fit: contain;
}

.bloc-crm {
  position: relative;
}

.bloc-crm .wrapper-img-1 img , 
.bloc-crm .wrapper-img-2 img {
  position: absolute;
  height: auto;
  max-width: none;
}	

.bloc-crm .wrapper-img-1 img {
  width: 505px;
  left: -80px;
  top: 45px;
}

.bloc-crm .wrapper-img-2 img {
  width: 550px;
  left: -125%;
  top: 50%;
}

.wrapper-diamond-cards .diamond-card {
  width: 365px;
  height: 365px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% auto!important;
  transition: 0.2s ease-in-out;
}

.wrapper-diamond-cards .diamond-card:hover {
  transform: scale(1.06);
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.diamond-card h2 *,
.diamond-card h2 {
  font-family: "Mundial", sans-serif;
}

.diamond-card.title-small h2,
.diamond-card.title-lg h2{
  font-weight: 400;
  margin-bottom: 5px;
}

.diamond-card.title-lg h2 *,
.diamond-card.title-lg h2 {
  font-size: 35px;
  line-height: 95%;
}

 .diamond-card p {
  font-weight: 700;  
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 80%;
}

.diamond-card.title-small h2 *,
.diamond-card.title-small h2 {
  font-size: 30px;
  line-height: 35px;
}

.diamond-cards-text-team {
  width: 305px;
  border-left: 2px solid white;
  margin: auto;
}

#bloc-cas-usage h2 {
  color: #fff;
}

.wrapper-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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(--lemon);
  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(--lemon);
  border-left: 19px solid var(--lemon);
  border-bottom: 19px solid var(--lemon);
}

.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(--lemon);
  border-right: 19px solid var(--lemon);
  border-bottom: 19px solid var(--lemon);
}

.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;
}
 
/* QUI SOMMES NOUS */

#bloc-banner-qui-sommes-nous .wrapper-team {
  right: -30px;
  max-width: 650px;
  margin: auto;
}

#page .wrapper-nom-fonction1 h2 *, #page .wrapper-nom-fonction1 h2 {
    font-size: 25px;
	line-height: 28px;
 }

.wrapper-team .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 500px;
}

#bloc-banner-qui-sommes-nous .wrapper-card {
  flex: 0 0 25%;
  height: 505px;
  transition: flex-basis 0.4s ease;
  background-size: auto 100% !important;
  background-position: center bottom !important;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
}

#bloc-banner-qui-sommes-nous .wrapper-card.active {
  flex: 0 0 50%;
  height: 505px;
  transition: flex-basis 0.4s ease;
  background-size: auto 100% !important;
  background-position: center bottom !important;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
}
 
.wrapper-nom-fonction1,
.wrapper-nom-fonction2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.4s ease-out;
}

.wrapper-nom-fonction1 h2,
.wrapper-nom-fonction2 h2 {
  margin: 0;
  width: max-content;
}

.wrapper-nom-fonction2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
}

.wrapper-card.active .wrapper-nom-fonction1,
.wrapper-card .wrapper-nom-fonction2 {
  opacity: 1;
}

.wrapper-card .wrapper-nom-fonction1,
.wrapper-card.active .wrapper-nom-fonction2 {
  opacity: 0;
}

#block-mission-promesses h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}

#bloc-team-qsn .wrapper-diamond-cards p {
   line-height: 25px; 
}

/* SOLUTION */

#bloc-banner-solution {
  background-size: 50px !important;
  background-position: center 70px !important;
}

#bloc-banner-solution .star {
  position: absolute;
  top: 20%;
  right: -7%;
  pointer-events: none;
  margin-right: clamp(-200px, calc(-50vw + 720px), -100px);
  transform: translate(-20%) rotate(14deg);
  overflow-x: hidden;
}

#bloc-pourcentages figure {
  position: relative;
  width: 100%;
}

#bloc-pourcentages .star-right {
  position: absolute;
  bottom: 22%;
  left: 20px;
  transform: rotate(5deg);
}

#bloc-pourcentages .star-left {
  position: absolute;
  top: 2%;
  left: 3%;
  pointer-events: none;
  margin-left: clamp(-200px, calc(-50vw + 720px), -100px);
  transform: rotate(-14deg);
}

#bloc-pourcentages .card {
  max-width: 334px;
}

#bloc-pourcentages .card .vc_single_image-wrapper,
#bloc-pourcentages .card .vc_single_image-wrapper {
  width: 100%;
}

#bloc-pourcentages .wpb_single_image img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

#bloc-luceed-solution .wrapper-image {
  position: relative;
}

#bloc-luceed-solution .wrapper-img img {
  position: absolute;
  left: -100%;
  max-width: 510px;
}

.container-card-diamonds-fonctionnement .wrapper-diamond-cards {
	position: relative;
}

.container-card-diamonds-fonctionnement .wrapper-diamond-cards .diamond-card:hover{
  background: center/contain no-repeat url(https://luceed.ai/wp-content/uploads/2025/08/trame-losange.png)!important;
}

/* TARIFS */
 .container-cards-tarifs {
  justify-content: center;
 
} 

.bg-etoile-left {
  max-width: 100px;
  z-index: 2;
  position: relative;
}

.card-tarif-aside {
  margin-top: 18px!important;
  margin-bottom: 18px!important;
}

.container-cards-tarifs div.card-tarif-center {
  min-height: 830px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.2s ease-in;
}

.container-cards-tarifs div.card-tarif-center:hover {
  border: 2px solid #182544;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
}

.card-tarif .wrapper-step {
  display: flex;
  justify-content: center;
}

.card-tarif-title {
  text-align: center;
}

.card-tarif-center .card-tarif-title .wpb_wrapper,
.card-tarif-aside .card-tarif-title .wpb_wrapper {
  min-width: 190px;
  max-width: 95%;
  border-radius: 20px 0;
  display: inline-block;
  padding: 10px;
}





.card-tarif-center .card-tarif-title h2,
.card-tarif-aside .card-tarif-title h2 {
  text-align: center;
  border-radius: 20px 0;
  padding: 12px 20px;
  background: white;
}

.card-tarif .tarif em{
	font-family: "Mundial", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.card-tarif-aside .card-tarif-title h2 {
  background: var(--grey);
}
.card-tarif-center .card-tarif-title h2 {
  background: var(--purple);
}

.card-tarif-title h2 * {
  font-size: 30px;
  font-family: "Mundial", sans-serif;
}

.card-tarif-aside .vc_column-inner {
  border-radius: 20px 20px 0 0;
}

.card-tarif-aside .montant,
.card-tarif-center .montant {
  background-position: center bottom !important;
}

.card-tarif-aside .montant {
  background-size: 22px !important;
}

.card-tarif-center .montant {
  background-size: 40px !important;
}

#bloc-besoin {
  overflow-x: hidden;
  background-position: center bottom !important;
  background-size: 90% auto !important;
}

#bloc-besoin .star {
  position: absolute;
  top: 0;
  right: -8%;
  pointer-events: none;
  margin-right: clamp(-200px, calc(-50vw + 720px), -100px);
  transform: translate(-20%) rotate(14deg);
  overflow-x: hidden;
}

/* CONTACT */

.ginput_container {
  position: relative;
}

.block-contact .card-shadow .wpb_column .vc_column-inner {
  padding-top: 0!important;
}

.name .ginput_container::after,
.enterprise .ginput_container::after,
.role .ginput_container::after,
.e-mail .ginput_container::after,
.phone .ginput_container::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}

.name .ginput_container::after {
  content: "\f007";
}

.enterprise .ginput_container::after {
  content: "\f1ad";
}

.role .ginput_container::after {
  content: "\f0b1";
}

.e-mail .ginput_container::after {
  content: "\f0e0";
}

.phone .ginput_container::after {
  content: "\f095";
}

.ginput_container input {
  padding-right: 35px !important;
}

.ginput_container input::placeholder {
  color: #ccc !important;
}

#block-contact a {
  text-decoration: none;
  color: var(--lemon);
  font-weight: 700;
}

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

.gform_confirmation_message {
  color: var(--blue);
  text-align: center;
  border: 2px solid var(--purple);
  padding: 20px;
  background: white;
}

.gfield_consent_label a {
  color: var(--purple);
  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(--dark-blue);
}

.field_sublabel_below legend {
  color: var(--purple) !important;
}

#block-contact .field_sublabel_below legend {
  color: var(--purple) !important;
}
 
#gf_form_focus, #gform_1_validation_container{
display: none!important;
}  

div.gfield_description.validation_message.gfield_validation_message, .gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"] {
color: var(--dark-blue)!important;
}
 

/* FAQ */

.block-faq .vc_do_toggle {
  position: relative;
  padding: 15px 130px 30px 0px !important;
  background-position: left 7px !important;
  background-size: auto 48px !important;
}

.block-faq .vc_toggle_title::before,
.block-faq .vc_toggle_title::after {
  content: "";
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  right: -130px !important;
  top: -6px !important;
}

.block-faq .vc_toggle_title::before {
  z-index: 1;
  background: center right/cover no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/icone-plus-e1757348178681.png);
  transition: 0.1s ease-in-out;
}

.block-faq .vc_toggle_title::after {
  z-index: 0;
  background: center right/cover no-repeat url(https://luceed.ai/wp-content/uploads/2025/09/icone-plus-violet-e1757348192508.png);
  transition: 0.2s ease-in-out;
}

.block-faq .vc_toggle_active .vc_toggle_title::before {
  opacity: 0;
}

.block-faq .vc_toggle_active .vc_toggle_title::after {
  transform-origin: center;
  transform: rotate(45deg);
}

.block-faq .vc_do_toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(235deg, #6166ff 46.68%, #5157ff 72.92%, #182544 100.73%);
}

.block-faq h4 {
  font-family: "Mundial", sans-serif !important;
  font-size: 20px;
  margin: 15px 0;
  color: var(--dark-blue) !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.block-faq p,
.block-faq li {
  font-size: 15px;
  color: var(--blue);
}

.block-faq .vc_toggle_icon,
.block-faq i.vc_toggle_icon::after,
.block-faq i.vc_toggle_icon::before {
  display: none !important;
}

.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;
}

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

.entry-header h1.entry-title {
  font-size: 50px !important;
  text-align: center !important;
  color: var(--lemon);
}

.wrapper-blog div.vc_grid-item-mini {
  margin: 5px;
  border-radius: 15px;
  box-shadow: 0 0 2px 3px var(--grey-light);
}

.blog-date p {
  margin: 0;
  border-radius: 10px;
  border: 1px solid #182544;
}

/* TEMOIGNAGES */

.card-testimonial .n2-ss-section-main-content {
  border-radius: 10px;
  border: 2px solid #f1f2ee;
}

.slide-img-avis,
.slide-img-avis-horizontal {
  -webkit-mask-image: url("https://luceed.ai/wp-content/uploads/2025/09/mask-profil-avis.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("https://luceed.ai/wp-content/uploads/2025/09/mask-profil-avis.png");
  mask-repeat: no-repeat;
  mask-position: center;
  object-fit: contain;
}
.slide-img-avis {
  mask-size: 84px;
}

.slide-img-avis-horizontal {
  mask-size: 140px;
}

/* 404 */

.error404 #page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.error404 #primary {
  margin-top: 100px !important;
  padding: 100px!important;
}

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

.error-404.not-found h1,
.error-404.not-found p {
  text-align: center;
}

/* MENTIONS  */

.pages-mentions h2 * {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.pages-mentions h3 *,
.pages-mentions h3 {
  margin-top: 15px;
  font-size: 23px;
}

.pages-mentions ul {
  margin-bottom: 10px;
}

.pages-mentions p {
  margin-bottom: 10px;
}

.pages-mentions a {
  color: var(--purple);
  text-decoration: none;
  transition: 0.2s;
}

.pages-mentions a:hover {
  color: var(--dark-blue) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  text-decoration-color: var(--dark-blue);
  color: var(--dark-blue);
  text-decoration: underline;
}

/* FIN CUSTOM */

/* DEBUT HEADER */

#masthead {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: white;
  z-index: 4;
  box-shadow: 0 0 0 2px var(--grey-light);
}

#masthead .btn-crm a, .shiftnav .btn-crm a {
  line-height: 110%;
  color: var(--purple) !important;
}

#masthead .btn-demo a,.shiftnav .btn-demo a {
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.7px;
}

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

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

#masthead #menu-1 {
  justify-content: space-between;
  flex-wrap: nowrap !important;
}

.main-navigation ul {
  flex-wrap: nowrap !important;
}

.menu-menu-header-container {
  padding-right: 160px;
}

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

#masthead #menu-1 li:not(.menu-item-gtranslate) a {
  font-weight: 700;
  color: var(--black);
  font-size: 16px;
  margin: 0px 18px;
  transition: 0.2s ease-in-out;
}

#masthead #menu-1 li:not(.menu-item-gtranslate) a:hover,
#masthead #menu-1 .current_page_item a {
  color: var(--purple);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
}

.btn-demo {
  text-decoration: none;
}

body.admin-bar #shiftnav-toggle-main,
body.admin-bar .shiftnav {
  top: 0 !important;
}

body #shiftnav-toggle-main .shiftnav-toggle-burger {
  padding: 20px 15px;
}

.shiftnav #menu-menu-header {
  padding-top: 20px;
}

.shiftnav-menu a.shiftnav-target,
.shiftnav-active-highlight li.menu-item > .shiftnav-target:active{
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  width: max-content;
  margin-left: 10px;
  border-color: transparent;
  transition: 0.2s;
}

.shiftnav-menu .current-menu-item a.shiftnav-target,
.shiftnav-menu .current-menu-item a.shiftnav-target:focus,
.shiftnav-menu .current-menu-item a.shiftnav-target:hover,
.shiftnav-active-highlight li.menu-item > .shiftnav-target:active{
  text-decoration: underline!important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px!important;
  background: none!important;
  border-color: transparent!important;
}

.shiftnav-main-toggle-content {
  z-index: 1;
}

.shiftnav-main-toggle-content img {
  Coco/*width: 80px;
  height: 20px;*/Coco
  margin-top: 5px;
}

.shiftnav-menu-title.shiftnav-site-title a {
  color: transparent!important;
  display: inline-block;
  width: 110px;
  height: 58px;
  margin: 0 auto !important;
  background: center/contain no-repeat url(https://luceed.ai/wp-content/uploads/2025/10/luceed-couleur-1.png);
}

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

.shiftnav .shiftnav-menu-title {
  padding: 0px !important;
  color: transparent;
}

a.logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}

#masthead #menu-1 li:not(.menu-item-gtranslate) {
  display: flex;
  align-items: center;
  list-style: none;
}

div .widget.widget_nav_menu {
  margin: 0;
}

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

#masthead .pll-parent-menu-item a {
  display: flex;
  align-items: center;
  position: relative;
}

#masthead .pll-parent-menu-item::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 16px;
  width: 24px;
  height: 11px;
  background: center/contain no-repeat url(https://luceed.ai/wp-content/uploads/2025/08/icone-noire-menu.png);
}

#masthead .pll-parent-menu-item .sub-menu {
  background: white;
  padding: 12px 0;
  border-radius: 5px;
  gap: 10px;
}

#masthead .pll-parent-menu-item a,
#masthead .pll-parent-menu-item img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

#masthead .pll-parent-menu-item a:hover {
  box-shadow: 0 0 2px 2px var(--purple);
}

.gt_switcher .gt_option {
	border: 0!important;
}

/* FIN HEADER */

/* DEBUT FOOTER */

.footer-top {
  background: var(--gradient-purple, linear-gradient(216deg, #6166ff 45.95%, #5157ff 72.45%, #182544 100.53%));
  padding: 25px 0;
}

#colophon .l1200 {
  padding-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#colophon .col1,
#colophon .col2,
#colophon .col3 {
  width: 100%;
  min-width: 310px;
}

#colophon .col1 {
  max-width: 20%;
}

#colophon .col2 {
  max-width: 37%;
  padding-right: 48px;
}

#colophon .col3 {
  max-width: 34%;
}

footer#colophon .footer-top h2, footer#colophon .footer-top h2 font  {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
}

#colophon .footer-top col1 h2 {
  margin-bottom: 0;
}

#colophon .footer-top col2 h2,
#colophon .footer-top col3 h2 {
  margin-bottom: 20px;
}

#colophon .logo {
  width: 220px;
  height: auto;
  object-fit: contain;
}

#colophon li {
  list-style: none;
}

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

#colophon .footer-top li {
  position: relative;
  padding: 0 25px;
  margin: 0 0 5px 0;
}

#colophon #menu-2 a {
  position: relative;
  transition: 0.2s ease-in-out;
}

#colophon #menu-2 a::before {
  content: "";
  background: center / contain no-repeat url(https://luceed.ai/wp-content/uploads/2025/08/picto-fleche-verte.png);
  width: 6px;
  height: 11px;
  position: absolute;
  left: -25px;
  top: 6px;
  opacity: 1;
}

#colophon #menu-2,
#colophon #menu-3 {
  margin: 0;
  padding: 0;
}

#colophon h2,
#colophon p,
#colophon a {
  color: #fff;
}

#colophon col1 a {
  display: inline-block;
}

#colophon a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  line-height: 25px;
  transition: 0.2s ease-in-out;
}

#colophon .footer-top a,
#colophon .footer-top p {
  font-size: 15px;
}

#colophon .footer-bottom {
  padding: 15px 0;
}

#colophon .footer-bottom a,
#colophon .footer-bottom p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.footer-bottom div,
.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}

#colophon .wrapper-contact {
  margin: 20px 0;
}

#colophon .wrapper-contact h2 {
  margin-bottom: 4px;
}

#colophon .wrapper-social-media {
  display: flex;
  align-items: center;
}

#colophon .wrapper-social-media h2 {
  line-height: 24px;
}

#colophon .wrapper-social-media a {
  display: inline-block;
  margin-left: 5px;
}

#colophon a:not(.mail-contact):hover,
#colophon a:not(.mail-contact):active,
#colophon a:not(.mail-contact):focus {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  color: var(--lemon);
}

#colophon a.mail-contact:hover,
#colophon a.mail-contact:active,
#colophon a.mail-contact:focus {
  text-decoration: none;
  color: var(--lemon);
}

.footer-bottom p {
  margin-bottom: 0;
}

.back-top { 
   position: fixed;
   z-index: 5;
   bottom: 130px;
   right: 17px;
   width: 45px;
   height: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-transform: uppercase;
   cursor: pointer;
   transition: 0.2s ease-in;
}

.back-top:hover {
  transform: scale(1.2);
}

.back-top .fa-arrow-up { 
  font-weight: bold;
  color: var(--lemon);
  border: 2px solid var(--lemon);
  border-radius: 100%;
  background: var(--purple);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*FORMULAIRE*/

div.gfield_description.validation_message.gfield_validation_message {
  padding: 0 5px;
  border: 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_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px !important;
}

/* FIN FOOTER */

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

@media (max-width: 1200px) {
 
  .no-tablet {
    display: none;
  }
 
  .text-center-tablet,
  .text-center-tablet p,
  .text-center-tablet a,
  .title-center-tablet h2 {
    text-align: center !important;
  }

  body .tablet-padding-y {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  body .tablet-padding-t {
    padding-top:50px !important;
  }

  body .tablet-padding-b {
    padding-bottom: 50px !important;
  }

  body .tablet-margin-y {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  body .tablet-margin-t {
    margin-top: 50px !important;
  }

  body .tablet-margin-b {
    margin-bottom: 50px !important;
  }

  body .tablet-margin-b-0 {
    margin-bottom: 0 !important;
  }
  body .tablet-margin-t-0 {
    margin-top: 0 !important;
  }

  #page h1,
  #page h1 * {
    font-size: 38px;
    line-height: 40px;
  }

  .wrapper-case .wrapper-img img {
    position: relative;
    width: 100%;
  }

  .wrapper-case .wpb_wrapper {
    justify-content: center;
  }

  .wrapper-case .wrapper-img {
    width: 170px;
    height: 145px;
  }
	
  /* HEADER */
	
.gt_switcher.notranslate, .gt_option {
	width: 200px!important;
    max-width: 280px;
}

.gt_option a{
	padding: 3px 20px!important;
}

.gt_switcher.notranslate {
	margin-left: 14px;
	margin-top: 20px;
	border-radius: 0 10px;
}

.gt_switcher.notranslate .gt_selected {
	padding: 10px 18px!important;
}
 
  /*HOME*/
	
  .bloc-crm .wrapper-img-1 img,
  .bloc-crm .wrapper-img-2 img {
    position: relative;
    width: 95%;
    max-width: 350px;
    height: auto;
    max-width: none;
    left: inherit;
    top: inherit;
  }
	
  /* SOLUTION  */

  #bloc-pourcentages .star-right {
    bottom: -20%;
  }

  #bloc-luceed-solution .wrapper-img img {
    position: relative;
    left: inherit;
    max-width: 345px;
  }
	
  /* TARIF */
  .container-cards-tarifs {
    gap: 30px;
  }
	
  .card-tarif-center,
  .card-tarif-aside {
    flex: 0 1 60%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
	
  /* QUI SOMMES NOUS */
  .wrapper-team .vc_column-inner > .wpb_wrapper {
    height: auto;
  }
  #bloc-banner-qui-sommes-nous .wrapper-team {
    right: 0;
  }

  #bloc-team-qsn .wrapper-diamond-cards .vc_column-inner {
    margin-top: 15px !important;
  }
}

@media (max-width: 992px) {
 
  .d-tablet-none {
    display: none;
  }
	
  .br-tablet-none br {
	display: none;	
  }

  .font-mundial-xl-bold *,
  .font-mundial-xl-bold,
  strong.font-mundial-xl-bold {
    font-size: 25px;
  }

  #bloc-banner-qui-sommes-nous .wrapper-card,#bloc-banner-qui-sommes-nous .wrapper-card.active {
    height: 350px;
    margin: auto;
  }

  .block-faq h4 {
    font-size: 20px;
  }
	
  .block-faq .vc_do_toggle {
    padding: 15px 42px 30px 67px !important;
  }
	
  .block-faq .vc_toggle_title::before,
  .block-faq .vc_toggle_title::after {
    right: -63px !important;
  }
	
  body .mobile-padding-y {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  body .mobile-padding-t-0,
  body .mobile-padding-t-0 .vc_column-inner {
    padding-top: 0 !important;
  }

  body .mobile-margin-y {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
	
  body .mobile-margin-0 {
    margin: 0 !important;
  }

  body .mobile-margin-b {
    margin-bottom: 40px !important;
  }

  body .mobile-margin-b-0 {
    margin-bottom: 0 !important;
  }

  body .mobile-margin-t-0 {
    margin-top: 0 !important;
  }

  body .mobile-padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .mobile-padding-0 {
    padding: 0 !important;
  }

  body div p {
    font-size: 16px;
  }

  div.bg-tablet-none {
    background: none !important;
  }

  .bloc-plans {
    gap: 20px;
    justify-content: center;
  }

  .bloc-plans .vc_column_container {
    min-width: 250px;
    max-width: 350px;
  }
	#colophon #menu-2 {
		max-height: initial;
	}
}

@media (max-width: 768px) {
  .font-mundial-xxl *,
  .font-mundial-xxl {
    font-size: 30px;
  }
  .no-mobile {
    display: none;
  }

  .font-mundial-xxl-bold *,
  .font-mundial-xxl-bold,
  strong.font-mundial-xxl-bold {
    font-size: 32px;
  }

  .wrapper-list-lg-middle ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .wrapper-list-lg-middle ul br {
    display: none;
  }

  .wrapper-step-purple img,
  .wrapper-step img {
    max-height: 55px;
    object-fit: contain;
  }

  .break-word-mobile-0 br {
    display: none;
  }

  .btn-demo a,
  a.btn-purple,
  a.btn-white,
  div #gform_submit_button_1,
  a.btn-lemon {
    font-size: 16px;
	padding: 10px;
  }
	
  div #gform_submit_button_1 {
	min-width: 170px;
    padding: 5px;
	margin: auto;
  }

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

  #colophon .logo {
    width: 175px;
  }

  #colophon .l1200 {
    max-width: 85%;
    gap: 15px;
  }

  #page div h2,
  #page div h2 * {
    font-size: 28px;
    line-height: 1.3;
  }

  #page div h3,
  #page div h3 * {
    font-size: 25px;
    line-height: 1.2;
  }

  .text-xl,
  .text-xl p {
    font-size: 17px;
  }
  .wrapper-data .wpb_wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .data-number strong {
    font-size: 60px;
  }

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

  .card-tarif-center,
  .card-tarif-aside {
    flex: 0 1 85%;
  }
	
  .wrapper-diamond-cards .diamond-card {
    width: 335px;
  }
	
  .diamond-card p {
	font-size: 22px;
	font-size: 18px;
  }

  .wrapper-team .vc_column-inner > .wpb_wrapper {
    gap: 10px;
  }
	
  #page .wrapper-nom-fonction1 h2 *,
  #page .wrapper-nom-fonction2 h2 * {
    font-size: 15px;
	vertical-align: top;
  }
	
  #page .wrapper-nom-fonction1 p {
    font-size: 14px;
    line-height: 16px;
  }
	
  .block-faq .vc_do_toggle {
	padding: 15px 42px 30px 0px !important;
   }
	
  .block-faq .vc_do_toggle {
	background-size: auto 30px !important;	
  }
	
  .block-faq .vc_toggle_title::before,
  .block-faq .vc_toggle_title::after {
   right: -50px !important;
   }
	
  .block-faq .vc_do_toggle {
   background-position: left 15px !important;
   }
 
 .block-contact .card-shadow {
	padding: 15px 0!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: 'Host Grotesk', sans-serif;
}
div, p, h1, h2, h3, h4 {font-family: 'Host Grotesk', 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: #182544;
	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(--black);
	text-decoration: none;
}

a:hover,
a:active {
	color: var(--purple);
	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;
}


/* 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;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 5px 40px !important;
}


}