/*
 Theme Name:     Moodboard
 Theme URI:      https://moodboard-agency.com/
 Description:    Moodboard, l'agence digital au service de la commiunication en ligne
 Author:         Agence Moodboard
 Author URI:     https://moodboard-agency.com/
 Template:       Divi
 Version:        2.0.1
*/


/* 
------------------------------------------------------- */
body{
	background-color: #FFFFFF00 !important;
}
/****Local Fonts****/
@font-face{
  font-family:"MontserratLocal";
  src:url("/wp-content/uploads/et-fonts/montserrat-400.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Montserrat SemiBold";
  src:url("/wp-content/uploads/et-fonts/montserrat-600.woff2.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

body{
  font-family:"MontserratLocal", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
/* ================================
   Neue Machina – Titres en local
   ================================ */

@font-face {
  font-family: "NeueMachinaLocal";
  src: url("/wp-content/uploads/et-fonts/NeueMachina-Medium-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueMachinaLocal";
  src: url("/wp-content/uploads/et-fonts/NeueMachina-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Application globale aux titres Divi */
h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_text h4,
.et_pb_text h5,
.et_pb_text h6 {
  font-family: "NeueMachinaLocal", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/*Background Animation*/
.animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: hsla(230, 0%, 100%, 1);
  background-image: 
    radial-gradient(at 16% 82%, hsla(278, 61%, 84%, 1) 0px, transparent 50%),
    radial-gradient(at 19% 12%, hsla(229, 82%, 83%, 1) 0px, transparent 50%),
    radial-gradient(at 99% 45%, hsla(240, 78%, 88%, 1) 0px, transparent 50%),
    radial-gradient(at 94% 34%, hsla(229, 32%, 92%, 1) 0px, transparent 50%);
  background-size: 200% 200%;
/*  animation: gradient 5s ease infinite;
  -webkit-animation: gradient 5s ease infinite;*/
}
/*
@keyframes gradient {
  0% { background-position: 0% 25%; }
  25% { background-position: 100% 50%; }
  50% { background-position: 50% 75%; }
  75% { background-position: 25% 25%; }
  100% { background-position: 0% 25%; }
}

@-webkit-keyframes gradient {
  0% { background-position: 0% 25%; }
  25% { background-position: 100% 50%; }
  50% { background-position: 50% 75%; }
  75% { background-position: 25% 25%; }
  100% { background-position: 0% 25%; }
}
*/
/*mega-menu*/
body:not(.et-fb) .rv_element { display: none; }
.menu-item.rv_button_opened a:after { font-family: 'ETModules'; content:"42" !important; color: #000; text-align:center; position: relative;}
.menu-item.rv_button_closed a:after { font-family: 'ETModules'; content:"43" !important; color: #000; text-align:center; position: relative;}

/*mega menu toogle*/
/*This will hide inactive content*/
.faq-content {
    display:none;
}
/*This will show active content with animation */
.active-faq-content {
    display:block;
    -webkit-animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*Styling the Faq tabs*/
.faq-tab{
    cursor:pointer !Important;
    transition:.2s ease;
}
/*Styling active Faq tab*/
.active-faq-tab {
  box-shadow: 0px 5px 30px #0000001a;
  color:#08415c;
}
/*END OF MEGA MENU TOOGLE*/
/* end mega menu */
#main-content{
  background: none !important;
}
/**Animated text homepage**/
.dct-headline {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
   margin-bottom: 20px;
}
.dct-words-wrapper {
  display:inline-table;
  position: relative;
  text-align: left;
}
/*.dct-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
	background: url(/wp-content/uploads/2025/01/MoodBoard-1.png) lightgray 50% / cover no-repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.dct-words-wrapper b.is-visible {
  position: relative;
}
.no-js .dct-words-wrapper b {
  opacity: 0;
}
.no-js .dct-words-wrapper b.is-visible {
  opacity: 1;
}
.dct-words-wrapper{
  font-family: 'Neue Machina Ultrabold' !important;
  font-weight: 800 !important;
}
b.is-hidden{
  display: none;
}
/* -------------------------------- 

xslide 

-------------------------------- */
.dct-headline.slide span {
  display: ruby;
  padding: .2em 0px;
}
.dct-headline.slide .dct-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.dct-headline.slide b {
  opacity: 0;
  top: .2em;
}
.dct-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.dct-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/**gradient text**/
.gradient-text{
  background: url(/wp-content/uploads/2025/01/MoodBoard-1.png) lightgray 50% / cover no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/**Blur background**/
.background-blur{
  -webkit-backdrop-filter: saturate(200%) blur(10px);
backdrop-filter: saturate(200%) blur(10px);
}
/**Background mark text**/
.text-mark{
    background: #d3b4ff ! Important;
    color: #FFF ! Important;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '4d';
}
/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}

/*rotate the Divi Menu icon on click*/

.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

/***Blurb vertical alignement***/
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container{
	vertical-align: middle;
}
/***FAQ BEFORE COLOR***/
.molti-faq.et_pb_toggle_open .et_pb_toggle_title:before{
	color: #9e68ea !important;
}
.et_pb_toggle .et_pb_toggle_title:before{
	background: none !important;
}
/***Custom Faq Border***/
.degrade-borders {
  position: relative;
  overflow: visible;
	border-radius: 8px;
}

.degrade-borders::before,
.degrade-borders::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

.degrade-borders::before {
  top: 0;
  left: 0;
  width: 55%;
  height: 55%;
  border-top: 2px solid;
  border-left: 2px solid;
  border-image: linear-gradient(90deg, #9e68ea, #d3b4ff, #fff) 1;
  border-top-right-radius: 0;
  border-bottom-left-radius: 18px;
}

.degrade-borders::after {
  bottom: 0;
  right: 0;
  width: 55%;
  height: 55%;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-image: linear-gradient(270deg, #9e68ea, #d3b4ff, #fff) 1;
}
/***end custom Faq border***/
/*FAQ Toggle Module - Desiging the Toggle Module*/
.molti-faq .et_pb_toggle_title:before {
    content: "\4c" !IMPORTANT;
    font-weight: 900;
	transition:.3s ease;
}
/*Stylings for when the Toggle is open*/
.molti-faq.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: rotate(180deg);
	content: "\22" !IMPORTANT;
	color: #9e68ea !Important
}

/***Poste recrutement***/
.localisation-poste::before{
  font-family: 'ETMODULES';
  content: '\e081';
  color: white;
  margin-right: 2px;
}
.local-content{
  background: #8c63c5;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  margin-right: 5px;
}
.poste::before{
  font-family: 'ETMODULES';
  content: '\e0e6';
  color: white;
  margin-right: 3px;
}
.post-content{
  background: #e8a74d;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
}
.timing-job{
	background: black;
	color: #fff;
	padding: 5px;
  border-radius: 2px;
}
.timing-job::before{
	font-family: 'ETMODULES';
  content: '\e0e1';
  color: white;
  margin-right: 3px;}

/***Box Services***/
.services-box{
  height: fit-content;
  max-width: fit-content !important;
  min-width: 345px !important;
  flex: 45% !important;
  margin-bottom: 0 !important;
}
.services-column{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (min-width: 1596px){
  .last-box{
    max-width: 47% !important; 
}
}

/****MEDIA QUERIES****/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1440px){
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
	font-size: 13px;
	font-weight: 300;
}
}

/*Devices between 980px and 1280px*/
@media only screen and (min-width: 980px) and (max-width: 1280px){
  .contact-form-serv{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    max-width: 80%;
  }
  .serv-contact-form-left, .serv-contact-form-right{
    width: 100% !important;
    margin-bottom: 40px;
  }
}

/****Custom Blurb Menu***/
.mb-blurb {
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 22px;
  text-decoration: none;
  transition: box-shadow 0.18s, transform 0.15s;
}

.mb-blurb-img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border-radius: 50%;
}

.mb-blurb-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}

.mb-blurb-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0;
}

.mb-blurb-title {
  margin: 0 0 7px 0;
  font-size: 1.125rem;
  color: #000;
  font-family: 'Neue Machina Medium', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.10;
}

.mb-blurb-desc {
  margin: 0;
  font-size: 1rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.22;
}

@keyframes fadeTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***Mobile version***/
.mb-blurb-mobile {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 9px;
  padding-left: 20px;
  gap: 12px;
  text-decoration: none;
  transition: box-shadow 0.18s, transform 0.15s;
}
a.mb-blurb-mobile{
 color : black !important; 
}
.mb-blurb-mobile-img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border-radius: 50%;
}

.mb-blurb-mobile-img img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  display: block;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}

.mb-blurb-mobile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mb-blurb-mobile-title,
.mb-blurb-mobile-desc {
  display: block;
  margin: 0;
}

.mb-blurb-mobile-title {
  font-size: 16px;
  /*margin-left: -15px;*/
  font-family: 'Neue Machina Medium', Arial, sans-serif;
  color: #00000;
  font-weight: 600;
  line-height: 1.12;
}

.mb-blurb-mobile-desc {
  font-size: 1rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.22;
}

/*@keyframes fadeTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/***End custom blurb menu***/
/*** 

/*** Slider logo fade ***/
/* Effet fade blanc sur les côtés d'une ligne Divi */
.logo-slider-fade {
  position: relative;
  overflow: hidden;
}

.logo-slider-fade::before,
.logo-slider-fade::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px; /* largeur du fade, ajuste selon besoin */
  height: 100%;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.2s;
}

.logo-slider-fade::before {
  left: 0;
  background: linear-gradient(to right, #fff 70%, transparent 100%);
}

.logo-slider-fade::after {
  right: 0;
  background: linear-gradient(to left, #fff 70%, transparent 100%);
}
/*** End slider logo fade ***/

/*Styling for Single Job Page starts here*/
.active-link-application:before{
	content:"";
	position:absolute;
    top:60px;
    left:-16px;
	display:block;
	width:135px;
	border-radius:3px 3px 0px 0px;
	background: #9e68ea !important;
    border:2px solid #9e68ea !important;
	transition:.3s ease;
}
.active-link:after{
	content:"";
	position:absolute;
    top:60px;
    left:-8px;
	display:block;
	width:135px;
	border-radius:3px 3px 0px 0px;
	background: #9e68ea !important;
    border:2px solid #9e68ea !important; 
	transition:.3s ease;
}
/*END OF SINGLE JOB CUSTOM*/

/*This will add an active state to the active Blurb Image */
.active-tab .et_pb_main_blurb_image {
    background: rgba(211,180,255,0.8) !important;
    border-radius: 10px;
}
/*This will change the H4 Color for the active tab item*/
.active-tab.et_pb_blurb h4 p {
    color:#FF8057 !Important;
}
/*END OF CUSTOM PROGRESS TAB*/