/*Modification de la page Wordpress - body*/
#page-content-wrapper, #page-hero .page-hero-inner-wrap, .limiter, #item-header-inner
{
	max-width: 100% !important;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#site-footer-section
{
	display: none;
}

.container-fluid>.navbar-header
{
	position: fixed;
	display: none;
}

body.admin-bar .navbar-fixed-top
{
	display: none;
}

body #thrive-bar 
{
    background: white;
}

#content.site-content 
{
    background: white !important;
}

/*Modification de la page Wordpress - body, bottom*/
@media (max-width: 768px)
{
	#page-content-wrapper 
	{
		padding-top: 0;
	}

	#content.site-content #content-left-col #primary.content-area 
	{
		padding: 0;
	}
}


html
{
	overflow-y: hidden;
}

html, body {
  width: 100vw;  
  height: 100vh;

}

.contenu
{
	position: absolute;
	z-index: 999998;
	top: 0;
	width: 100vw;
	background: #ffffff;
}

.en_tete
{
	position: fixed;
	z-index: 99998;
	top: 0;
	width: 100%;
	background-color: #030261;
	margin: 0;
	display: flex;
	justify-content: space-between;
	border-bottom-right-radius: 10%;
    border-bottom-left-radius: 10%;
    box-shadow: 0px 1px 10px 7px darkgrey;
    border-bottom: solid 2px white;
}

.notif_action
{
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	background-color: white;
	border-bottom: solid 1px #030261;
	margin: 0;
	visibility: hidden;
}

.titre
{
	font-size: 1em;
    color: #030261 !important;
    margin-bottom: 10%;
    margin-top: 50%;
}

#navigation
{
	display: block;
	margin-top: 10%;
	text-align: center;
	height: 100%;
	padding-bottom: 30%;
}

.buttonNav
{
	width: 80%;
    margin: 50px auto;
    display: block;
    background-color: #FFFFFF;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border: dashed 1px #030261;
    color: #030261;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}

.buttonChoix
{
	margin: 5px 20px;
	background-color: #030261;
	width: 50%;
	border-radius: 0;
}

.qr_code
{
	margin: auto 4%;
    color: white;
    font-size: 1.1em;
    border-radius: 50px;
    border-bottom: dashed 1px white;
    border-top: dashed 1px white;
    padding: 3px 15px;
}

.buttonBack
{
	background-color: #030261;
    margin: 2% 2%;
    border-radius: 50px;
    border-bottom: dashed 1px white;
    border-top: dashed 1px white;
    width: 30%;
}

.vues_en_tete
{
	display: flex;
	justify-content: space-between;
}

.vue_titre
{
	color: #030261 !important;
	font-size: 1em;
	margin: 20px;
}

.red
{
	color: #030261 !important;
}

.tableau
{
    display: block;
    margin: 50px auto !important;
	border-top: solid 0.5px #030261 !important;
    border-bottom: solid 0.5px #030261 !important;
}

.tableau th , td
{
	width: 100%;
}

#aucun_materiel
{
	display: none;
}

.message_alerte
{
	font-size: 1em !important;
	text-align: center !important;
	margin-top: 140px !important;
	color: #030261;
}

.select
{
	width: 50% !important;
    border-bottom: solid 2px #030261;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 20px !important;
}

#technicien_select
{
	display: none;
	margin: 5px;
}

#title_appearance
{
	display: none;
	width: max-content;
}

#button_element
{
	display: none;
}

.scan_area
{
	background-color: #ffffff !important;
	border-radius: 50px;
    border: solid 1px gray !important;
}

#mission_select
{
    margin: 5px;
	display: none;
}

/*non_authorise.php*/
.tableauAccesRefuse
{

}

.tableauAccesRefuse tr th
{
	padding: 10%;
	font-weight: 500;
	font-size: 1.5em !important;
	color: #030261 !important;
	text-align: center;
}

.tableauAccesRefuse .fa-exclamation-triangle
{
	font-size: 6em !important;
	padding: 10%;
	color: #030261 !important;
}

#selection_favori 
{
  	font-family: 'FontAwesome', 'Second Font name';
  	color: orange;
  	width: 12% !important;
  	border-radius: 50px;
	margin: 0 0 0 20%!important;
    height: 40px;
	border: 0;
	font-size: 1.5em;
    padding: 0 !important;
}

.merci
{
    display: block;
    margin: 5px auto;
    width: 50%;
	background-color: #030261;
}

#codification
{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    height: 100vh;
	padding-top : 90px;
	display: none;
}

#elements_enregistres_retour tr td
{
    background-color: darkorange;
    color: white;
}

#elements_enregistres tr td
{
    background-color: gray;
    color: white;
}

#elements_enregistres_repose tr td
{
    background-color: green;
    color: white;
}

#elements_enregistres_colis_retour tr td
{
    background-color: darkorange;
    color: white;
}

.buttonChange
{
	background-color: #030261;
    color: white;
}


.ja_wrap
{
	z-index: 9999999 !important;
}