@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

/* General Styles */
body {
    font-family: 'Source Sans Pro', sans-serif;
    /*background-color: #ffffff;*/
}
a {
    text-decoration: none !important;
}

/* Widget Titles */
.widget-header__title {
    text-transform: uppercase;
}


/* Display only home icon */
.main-nav__child--home span {
    display: none;
}
.header-main-nav .main-nav__link-icon {
    margin-right: 1px;
}

 /* Page title */
.widget--shared-titre-page-noir .widget-title__title,
.widget--shared-titre-page-blanc .widget-title__title .widget-block-title , 
.widget--shared-titre-page-noir .block-title {
    font-size: 40px;
    font-weight: 400 !important;
  	color: #141E29!important;
}

 /* Metadata font colors */
.widget--shared-metadata-font-noir .lumx-user-block__field , 
.widget--shared-metadata-font-noir .block-metadata__date {
  color: #3C3C3B !important;
} 

/* Red Links on buttons */
.widget--shared-widget-bouton-beige-etape-ardoise .block-html--dark a {
    color: #E9530D !important;
}

/* Post BUG Fix */
.widget--shared-widget-blanc p.wrex-content-body {
    line-height: 20px !important;
}

/* 
    Footer - 2 rows 1 column
    First row has text
    Second row has 4 logos/images
*/
.custom-footer{
    background-color: #e8e2d9;
    padding: 24px 0 24px;
    overflow: hidden;
}
.custom-wrapper{
    display: flex;
 	justify-content: space-around;
}
.title-redes span {
    justify-content: left;
}
.custom-wrapper-col{
    display: flex;
    justify-content: center;
}
.custom-wrapper-col img{
    width: 40px;
    margin-top: 8px;
    border-radius: 50%;
}
.custom-wrapper-col a{
    margin-right: 16px;
}
.custom-wrapper-col img:last-child{
    margin-right: 25px;
    border-radius: 0px;
    height: 25px;
    width: 25px;
}
.custom-wrapper-col span {
    text-decoration: none;
    color: rgb(233, 083, 013);
  	font-size: 20px;
  	font-weight: 700;
  	justify-content: left;
} 
@media (max-width: 40em) {
    .custom-wrapper-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
    .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;
    }
}
 