/* MOD-FDC 25.03.22 : Test app */
.app_home_menu {
	margin-top: 25px
}

.app_home_items {
	text-align: center;
}

.app_home_items h3,
.app_home_items i {
	color: #FF0000;
}

.app_home_items h3 {
	font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase; MOD-FDC 31.08.2022*/
    margin-bottom: 40px;
}

.page-header:before {
	z-index: unset !important;
}

.app_home_title_div {
	position: relative;
    /*top: -45px; MOD-BM 08.04.2022*/
}

.page-id-41204 .app_home_title_div{
    top: -45px;
}

.app_home {
    margin-top: -30px;
}

.app_home_title_div .app_home_title {
    background: white;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    border: solid 2px #FF0000;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #FF0000;
	font-weight: 400;
}

.app_home_pass_info_qr {
    max-width: 40%;
}

.app_home_pass_infos {
	text-align: center !important;
}

.app_home_pass_border {
	padding-bottom: 25px;
    border-bottom: solid 2px #FF0000;
}

.app_home_login a.button,
.app_home_part .app_home_part_val a.button,
.app_home_cust .app_home_pass_infos{
	font-size: 16px !important;
}

.app_home_part{
	text-align: center;
}

.app_home_part .app_home_part_scan{
	width: 100%;
}

.app_home_part .app_home_part_scan .button{
	width: 100%;
    /* MOD-MP 23.08.2022 : Suppression de paramètres sur les boutons du menu */
	/*border-radius: inherit !important;*/
	line-height: inherit;
}

.app_home_part .app_home_part_scan,
.app_home_part .app_home_part_val{
	margin: 1rem 0;
}

/* MOD-MP 23.08.2022 : Ajout de designs supplémentaires sur les boutons du menu */
/*.app_home_part_val a.button, .app_home_part_scan{
    border-radius: 0.4rem;
}*/

.app_home_text{
	font-size: 16px;
}

.app_home_text a{
	text-decoration: underline !important;
}

/* MOD-BM 08.04.2022 : Page de news */
:root{
	--news_height: 70px;
}

.page-id-28972 .xoo-wsc-modal,
.page-id-28972 .page-header .wrap{
	display: none !important;
}

.page-id-28972 .content-sidebar-wrap{
	padding: 0;
}

.page-id-28972 .app_home_title_div{
	top: -30px;
}

.app_all_news{
	height: 100%;
}

.app_single_news{
	display: flex;
	flex-wrap: nowrap;
	height: var(--news_height);
	margin-bottom: 20px;
}

.app_news_text{
	flex: 1 1 0;
	padding-left: 20px;
	min-width: 0;
}

div.app_news_text p{
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.app_news_text p.app_news_title{
	font-size: 20px;
}

div.app_news_text p.app_news_excerpt{
	font-size: 15px;
	text-align: left;
}

.app_news_pic{
	position: relative;
	flex: 0 0 25%;
}

.app_news_pic .app_news_arrow,
.app_news_pic .app_news_arrow_hover{
	position: absolute;
	width: 0;
	height: 0;
}

.app_news_pic .app_news_arrow{
	z-index: 2;
	top: -1px;
	left: 0;
	border-top: calc(calc(var(--news_height) / 2) + 1px) solid transparent;
	border-left: 20px solid #FF0000;
	border-bottom: calc(calc(var(--news_height) / 2) + 1px) solid transparent;
}

.app_news_pic .app_news_arrow_hover{
	z-index: 3;
	top: 1px;
	left: 0;
	border-top: calc(calc(var(--news_height) / 2) - 1px) solid transparent;
	border-left: 18px solid white;
	border-bottom: calc(calc(var(--news_height) / 2) - 1px) solid transparent;
}

.app_news_pic img{
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* MOD-BM 12.04.2022 : Style des svg sur la page d'accueil */
.app_home_svg{
	width: 5em;
	margin-bottom: 5px;
}