@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Work Sans", sans-serif;
	background-color: #FCFAF7 !important;
}

/* titre page */
.widget--shared-titre-page .block-title,
.widget--shared-titre-page .widget-title__title {
    color: #D28EA9 !important ;
    font-size: 44px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
}
.widget--shared-titre-page .widget-title__title {
    color: #A9BC7A !important;
}

/* Titre section */
.widget--shared-titre-section p,
.widget--shared-titre-section span {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
}

/* All widget titles & footers */
.widget-header__title,
.widget-footer__label {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
}

/* Widget titles on widgets sans fond */
.widget--shared-widget-titre-sans-fond .widget-header__title,
.widget--shared-widget-a-la-une .widget-header__title {
	font-family: "Work Sans", sans-serif !important;	
	font-weight: 700 !important;
}

/* Welcome widget */
.widget--shared-welcome-message .widget-welcome {
	font-size: 42px !important;
}
.widget--shared-welcome-message  .firstname {
	font-weight: 600 !important;
}

/* Button chevron bordeaux + noir */
.widget--shared-bouton-chevron-bordeaux a,
.widget--shared-bouton-chevron-noir a {
    font-size: 17px !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.widget--shared-bouton-chevron-noir td {
    height: 75px;
}

.widget--texthighlight-rose {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black; /* Couleur du texte */
    background-color: pink; /* Couleur de surlignage */
}

/* Apps bubble color */
.widget--shared-widget-titre-sans-fond .directory-entry-block__letter,
.widget--shared-widget-titre-sans-fond .widget-links__thumbnail,
.widget--shared-widget-titre-sans-fond .directory-entry-block__thumbnail {
	background-color: #536E28 !important;
}

/* Widget Community Sidebar */
.widget--shared-widget-communaute-sidebar .widget-header__title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

/* Bouton principal - fond vert */
.button-luma-vert {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: white;
  background-color: #4B6E00;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.button-luma-vert:hover {
  background-color: #3f5c00;
}

/* Bouton orange */
.button-luma-orange {
  background-color: #FC9C50;
  color: white;
}

.button-luma-orange:hover {
  background-color: #e68a41;
}

/* Bouton contour vert */
.button-luma-vert-outline {
  background-color: transparent;
  color: #4B6E00;
  border: 2px solid #4B6E00;
}

.button-luma-vert-outline:hover {
  background-color: #4B6E00;
  color: white;
}

/* Bouton contour orange */
.button-luma-orange-outline {
  background-color: transparent;
  color: #FC9C50;
  border: 2px solid #FC9C50;
}

.button-luma-orange-outline:hover {
  background-color: #FC9C50;
  color: white;
}

/* Icône dans le bouton */
.button-luma-vert .material-icons,
.button-luma-orange .material-icons,
.button-luma-vert-outline .material-icons,
.button-luma-orange-outline .material-icons {
  margin-left: 8px;
  font-size: 20px;
}


/* Footer */
.custom-footer {
    padding: 24px 0 16px;
    background-color: #536E28;
    overflow: hidden;
}
.custom-wrapper {
    text-align: center;
    display: flex;
    color: #ffffff !important;
}
.custom-wrapper-col {
    flex: 1;
    text-align: left;
}
.custom-wrapper-col.icons {
    text-align: center;
}
.custom-wrapper a {
    text-decoration: none;
    color: #ffffff !important;
}
.custom-wrapper a img {
    height: 45px;
    display: inline;
    padding: 7px 10px;
}
@media (min-width: 80em) {
    .custom-wrapper {
        width: 1128px;
    }
}
@media (max-width: 80em) {
    .custom-wrapper {
        padding: 0 30px;
    }
}
@media (min-width: 64em) {
    .custom-wrapper {
        margin-right: auto;
        margin-left: auto;
    }   
}
@media (max-width: 780px) {
    .custom-wrapper {
        display: block;
    }   
    .custom-wrapper-col {
        text-align: center;
    }
    .custom-wrapper-col.icons {
        text-align: center;
    }
  
  
  :root {
    --lumx-app-header-logo-height: 45px;
}
}