@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
  
/* Background color & fonts */
body,
body.theme-lumapps, body.front-office {
  	font-family: "Open Sans", sans-serif;
	background-color: #ffffff!important;
}

/* Welcome Message */
.widget-welcome {
    font-family: "Merriweather", serif !important;
    font-weight: 700;
}

/* Titre Page */
.widget--shared-titre-page .widget-title__title {
    font-family: "Merriweather", serif !important;
    font-size: 32px !important;    
}

/* Widget Titles + Footers */
.widget-header__title,
.widget-footer__label {
    font-family: "Merriweather", serif !important;
}

/* Titre section */
.widget--shared-titre-section p,
.widget--shared-titre-section p span {
    font-family: "Merriweather", serif !important;
    font-size: 50px !important;
}

/* Row Backgrounds */
.component-row--home-1 {
    background-position: left 90% !important;
    background-size: 76px 300px !important;
}
.component-row--home-2 {
    background-position: left 85% !important;
}
.component-row--rh-1 {
    background-position: right 25% !important;
}
.component-row--community-1 {
    background-position: right 2% !important;
}

/* Background bubble of Apps */
.widget--shared-widget-transparent .color-bubble--m span,
.widget--shared-widget-transparent-apps .color-bubble-letter__letter {
    background-color: #EC004A !important;
}

/* Footer */
.custom-footer {
    background-color: #EC004A;
    padding: 24px 170px;
    overflow: hidden;
    border-top: 2px solid #ffffff;
}
.custom-footer p {
    font-size: 14px;
    font-weight: bold;
}
.custom-wrapper {
    display: flex;
    justify-content: left;
}
.custom-wrapper-col{
    display: flex;
    justify-content: left;
}
.custom-wrapper-col img{
    width: 32px;
    margin-top: 8px;
    border-radius: 50%;
}
.custom-wrapper-col a{
    border-radius: 50%;
    margin-right: 16px;
}
.custom-wrapper-col img:last-child{
    margin-right: 0px;
}
.custom-wrapper-col a {
    text-decoration: none;
    color: rgb(255, 255, 255);
} 
@media (max-width: 40em) {
    .custom-wrapper-col {
        display: flex;
        flex-direction: column;
        justify-content: left;
        justify-items: left;
        align-items: left;
    }
    .icons{
        display: flex;
        flex-direction: row;
    }
    .custom-wrapper-col p {
        margin-bottom: 20px;
    }
    .custom-wrapper-col img{
        width: 40px;
        border-radius: 50%;
        margin-bottom: 20px;
        margin-right: 16px;
    }
}
/*
body.login.adagio-home.theme-lumapps {
    background-image: url("https://sites-eu.lumapps.com/serve/5907481923314970-4755433330394013/test.svg?contentDisposition=inline");
}
*/
