.contenuPage:not(#gabarit_mobile_contenuPage) { 
	padding:0 4px 5px;
	display: grid;
	grid-gap: 0 4px;
	grid-template-columns: auto 300px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'annonce_article indexBox_menu' 
		'. indexBox_menu';
}

.contenuPage:not(#gabarit_mobile_contenuPage) article { position:relative; grid-area: annonce_article; align-self: start; }

.contenuPage:not(#gabarit_mobile_contenuPage) #colonneDroite { grid-area: indexBox_menu; align-self: start; }

.contenuPage#gabarit_mobile_contenuPage { padding:0; }

.dn { display:none !important; }

.dvp_loader {
	display:inline-block;
	margin-left:10px;
	width: 100px;
	height: 100px;
	border: 8px solid #486171;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg);   opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.4; }
}

article > section {
	background: #fff;
	border: 1px solid #d7d9db;
	padding: 20px;
	margin-top: 10px;
	position:relative;
}

#gabarit_mobile_contenuPage article > section {
	background: #fff;
	border: 0;
	padding:0 10px;
	margin-top: 10px;
}

h1, h2 { color:#6c6c6c; margin:14px 0 10px 0; }
h1 { font-size:2rem; margin-bottom: 20px; }

#gabarit_mobile_contenuPage article > section.admin h1 { padding-top: 50px; font-size:24px; }

#detailsCertif > .entete {
	display: grid;
	grid-gap: 0 20px;
	grid-template-columns: auto 200px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	padding:0 0 10px;
}
#gabarit_mobile_contenuPage #detailsCertif > .entete {
	grid-gap: 10px;
	grid-template-columns: auto;
	padding-bottom:20px;
}

.btn {
	display:block;
	width: 100%;
	margin: 20px 0;
	color: #6c6c6c !important;
	text-shadow: 1px 1px 2px #fff;
	border-color: #e6e6e6;
	background: #eaeaeab3;
	-webkit-border-radius: 0;
	border-radius: 0;
	letter-spacing: 1px;
	font-size:15px;
	cursor:pointer;
}

.btn:hover { background: #eceeef; }

.compteur { 
	position:absolute; 
	top:30px;
	right:30px;
	font-weight:bold;
	color:#2f2f2f;
}

#gabarit_mobile_contenuPage .compteur { 
	position:relative; 
	top:0;
	right:0;
	margin-bottom: 20px;
	color:#1670d0;
}

.list-group { padding-bottom:10px; }

.list-group-item {
	display: grid;
	grid-gap: 0 20px;
	grid-template-columns: 200px auto 100px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	padding:10px 0 10px 10px;
}

#gabarit_mobile_contenuPage .list-group-item {
	grid-gap: 20px;
	grid-template-columns: auto max-content;
	padding:10px;
}

.list-group-item.active {
	color: #fff;
	background-color: #293a4e;
	border-color: #293a4e;
	font-weight:bold;
	padding:4px 10px;
}

.list-group-item img {
	align-self:center;
	max-height:30px;
	max-width:200px;
	margin:0 auto;
}

.list-group-item a { color:#293a4e; }



#gabarit_mobile_contenuPage .list-group-item a { font-size:12px; }

.list-group-item .badge { width:50%; margin:0 25%; font-size:14px; }

#gabarit_mobile_contenuPage .list-group-item .badge { width:100%; }

.pagination {
	border-radius:0;
	-webkit-border-radius:0;
	margin-bottom: 20px;	
	background: #60bacf;
	border-color: #54a2b4;
	color: #fff;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: bold;
}

#gabarit_mobile_contenuPage .pagination {
	flex-wrap:wrap;
}

#gabarit_mobile_contenuPage .pagination > li.page-item:nth-child(n+1) {
	padding:10px;
}

.pagination .page-item .page-link {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 0 !important;
}

.pagination .page-item:first-child .page-link {
	padding-left: 20px;
	padding-right: 20px;
}

.pagination a.active, 
.pagination a.active:hover {
	text-decoration: none;
	background-color: #afe6f3;
	color:#467e8b;
	cursor:default;
}

.pagination a:not(.active):hover {
	text-decoration: none;
	background-color: #467e8b;
}

.list-group-item a { font-size:15px; }

.list-group-item a:hover { text-decoration:none; }

.list-group-item:not(.active):hover { background-color: #ececec; }

.close {
	color: #245b83;
	opacity: .6;
}

.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {
	color: #245b83;
	opacity: .75;
}

.modal-content input { border-color: #2377b442; }

.modal-header { border-bottom:0 !important; }

.modal-header h5 {
	padding-top: 0 !important;
	color: #245b83;
	font-size: 14px;
	font-weight: bold;
}

.modal-body > div:first-child { padding-bottom:20px; }

.modal-body > div > span { 
	font-weight:bold;
	color:#2377b4;
}

.modal-body > div > input { 
	margin-top:5px;
	height:calc(1.5em + 0.5rem);
	font-size:15px;
	color:#5d5d5d;
}

.modal-body .fa-exclamation { 
	display:none;
	margin-left:15px;
	font-size:11px;
	color:red;
}

.modal-footer { border-top:0 !important; }

.modal-footer .btn { margin:0 !important; }

.modal-footer .btn:first-child { margin-right:5px !important; }

.modal-footer .btn:last-child { 
	margin-left:5px !important; 
	color: #277c80 !important;
	background: #bffcff;
	border-color: #afeff3;
}

.liste { margin:20px -10px; }

.liste a {
	display: inline-grid;
	grid-gap: 0;
	grid-template-columns: 80px auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	border: 1px solid #cdcdcd;
	width: 250px;
	margin: 10px;
	padding: 10px;
	color:#293a4e;
	-webkit-box-shadow: inset 0 0px 3px -2px #767676;
	box-shadow: inset 0 0px 3px -2px #767676;
}

#gabarit_mobile_contenuPage .liste a { width: calc(100% - 20px); }

.liste a:hover, 
.liste a:active,
.liste a:focus {
	text-decoration:none;
	border-color:#a4cfe8;
	-webkit-box-shadow: inset 0 0px 3px -2px #80a6bc;
	box-shadow: inset 0 0px 3px -2px #80a6bc;
	color:#44779d;
}

.liste img { 
	max-height:60px;
	max-width:60px;
	grid-row:span 2;
}

.liste span { 
	display:block; 
	overflow:hidden;
	text-overflow:ellipsis;
}

.liste span.name { 
	font-size:14px; 
	font-weight:bold;
}

#declare { position:relative; }

#declare h1 img { 
	max-height:40px; 
	margin-right: 20px;
}

#declare h1 span.title {
	position: relative;
	top: 4px;
}

#declare .path {
	position: absolute;
	top: 20px;
	right: 20px;
}

#gabarit_mobile_contenuPage #declare .path {
	top: 0;
	right: 10px;
}

#declare .path .pathPart {
	font-weight:bold;
}

#declare .path .pathPart i {
	padding-right:10px;
	font-size:20px;
	position:relative;
	top:3px;
}

#declare .statut {
	padding-top:10px; 
	padding-bottom:20px; 
	color:green;
	font-weight:bold;
	letter-spacing:1px;
}

#declare .statut.attente { color:blue; }

[data-action="remove"] {
	display: inline-block;
	width: auto;
	margin: 0 20px;
	background: #fff;
	box-shadow: inset 0 0 3px -1px #bcbcbc;
	border-color: #d4d4d4;
}

[data-action="remove"]:hover { background: #feffe0; }

.btnadmin {
	position: absolute;
	right: 20px;
	border: 1px solid #cdcdcd;
	padding: 6px 16px 4px;
	letter-spacing: 3px;
	background:#fff; 
	color:#293a4e;
	font-weight: bold;
	cursor:pointer;
}

.btnadmin.index {
	top: 58px;
	right: 30px;
}

#gabarit_mobile_contenuPage .btnadmin, 
#gabarit_mobile_contenuPage .btnadmin.index {
	top: 0;
	right: 10px;
}

.btnadmin:hover { background:#293a4e; color:#fff; text-decoration:none; }

#admin #descrCertif p {
	color: #ab4a4a;
	font-size: 18px;
	padding-top:20px;
}

#admin #descrCertif button {
	margin:-1px 0 0;
	border-radius:0;
	-webkit-border-radius:0;
	background: #d1d1d1;
	background: -moz-linear-gradient(top, #d1d1d1 0%, #b4b4b4 100%);
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #b4b4b4 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%, #b4b4b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#b4b4b4',GradientType=0 );
	border-color:#acacac;
	text-shadow: 1px 1px 0px #dcdcdc;
	color: #333 !important;
}

#admin #descrCertif button:hover {
	background: #c2c1c1;
	background: -moz-linear-gradient(top, #c2c1c1 0%, #979797 100%);
	background: -webkit-linear-gradient(top, #c2c1c1 0%, #979797 100%);
	background: linear-gradient(to bottom, #c2c1c1 0%,#979797 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c1c1', endColorstr='#979797',GradientType=0 );
}

#admin span.btn.button {
	position:relative;
	background: #c2f3c5b3;
	color:#577042 !important;
	font-size:13px;
	border-color:#c3ecc5;
}

#admin span.btn.button[role="attentebtn"] {
	background: #f3c2c2b3;
	color:#704242 !important;
	border-color:#ecc3c3;
}

#admin span.btn.button.modifyPanel {
	background: #d4f0f7;
	border: 1px solid #b3dae4;
	border-bottom: 0;
	color:#425a70 !important;
	margin:20px 0 0;
}

#admin span.btn.button:hover { background: #c2f3c5cc; }

#admin span.btn.button[role="attentebtn"]:hover { background: #f3c2c2cc; }

#admin span.btn.button.modifyPanel:hover { background: #bde4ee; }

#admin span.btn.button i { 
	position:absolute;
	top:calc(50% - 6px);
	right:10px;
}

#admin [role="attentebtn"].open, 
#admin [role="newbtn"].open {
	margin-bottom:0;
	border-bottom:0;
}

#addingPanel { 
	display: grid;
	grid-gap: 10px 20px;
	grid-template-columns: 100px auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	padding:20px;
	margin-bottom:20px;
	background: #d4f7d6;
	border: 1px solid #c3ecc5;
	border-top:0;
}

#gabarit_mobile_contenuPage #addingPanel { display:block; }

#addingPanel.modifyPanel {
	background: #d4f0f7;
	border: 1px solid #b3dae4;
	border-top: 0;
}

#addingPanel > span { font-weight:bold; }

#gabarit_mobile_contenuPage #addingPanel > span { margin-bottom:4px; }

#addingPanel > button { 
	grid-column: span 2; 
	background:#28567fb3;
	border-color:#28567fb3;
	border-bottom:0;
	color:#fff !important;
	text-shadow:1px 1px 2px #28567fb3;
	margin-bottom:0;
	font-weight:bold; 
	letter-spacing:1px;
}

#addingPanel > button:hover { background:#173856b3; }

#gabarit_mobile_contenuPage #addingPanel .form-control { margin-bottom:20px; }

#addingPanel .form-control:not(textarea) { height:2em; }

#admin #selectionCertifAlpha .pagination .page-item:first-child .page-link, 
#admin #selectionCertifAlpha .pagination-sm .page-link {
	font-size: 12px;
	line-height: 20px;
}

#addingPanel > [role="addUserPanel"] {
	grid-column: span 2;
	display: grid;
	grid-template-columns: auto 150px;
	padding: 20px;
	margin-top:10px;
	background: #fab6b6;
	border: 1px solid #ea9a9a;
}

#gabarit_mobile_contenuPage #addingPanel > [role="addUserPanel"] { grid-template-columns: auto; }

#addingPanel > [role="addUserPanel"] span { 
	display:block; 
	font-weight:bold; 
	margin-bottom:5px;
	grid-column: span 2;
}

#addingPanel > [role="addUserPanel"] input {
	width: calc(100% - 50px);
	margin-left: 50px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color:#28567fb3;
	border-right:0;
}

#gabarit_mobile_contenuPage #addingPanel > [role="addUserPanel"] input {
	width: 100%;
	margin-left: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#addingPanel > [role="addUserPanel"] a {
	padding: 0 20px;
	margin: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background:#28567fb3;
	border-color:#28567fb3;
	color:#fff !important;
	text-shadow:1px 1px 2px #28567fb3;
}

#gabarit_mobile_contenuPage #addingPanel > [role="addUserPanel"] a {
	padding: 1px 0;
	height: max-content;
}

#addingPanel > [role="addUserPanel"] a:hover {
	background: #173856b3;
}

#addingPanel > [role="addUserPanel"] .ac_loading {
	background-position-x:98%;
}

#addingPanel > [role="addUserPanel"] [role="users"] {
	grid-column: span 2;
	padding-top:20px;
	display: flex;
	flex-wrap:wrap;
}

#gabarit_mobile_contenuPage #addingPanel > [role="addUserPanel"] [role="users"] { padding-top:0; }

#addingPanel > [role="addUserPanel"] [role="users"] > span {
	margin:10px 20px 10px 0 !important;
	white-space:nowrap;
}

#addingPanel > [role="addUserPanel"] [role="users"] > span > i {
	margin-left:4px;
}

ul#certifs li.list-group-item:not(.active) { cursor:pointer; }

#attentePanel {
	border:1px solid #ecc3c3;
	border-bottom:0;
	background:#f3c2c245;
	margin-bottom:20px;
}

#attentePanel > div {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 150px auto repeat(2, 100px);
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	border-bottom:1px solid #ecc3c3;	
	padding:10px;
}

#gabarit_mobile_contenuPage #attentePanel > div { grid-template-columns: auto; }

#attentePanel > div > a:first-child {
	font-weight:bold;
	color:#802525;
	font-size:13px;
}

#attentePanel > div  a[role="adminAttente"] { 
	color:#fff !important; 
	text-shadow:1px 1px 2px #802525;
	font-size:12px;
	margin:0;
}

#attentePanel > div > a[data-type="ok"] {
	background:#25802f;
	border-color:#25802b;
}

#attentePanel > div > a[data-type="ok"]:hover { background:#1f6a24; }

#attentePanel > div > a[data-type="ko"] {
	background:#802525;
	border-color:#802525;
}

#attentePanel > div > a[data-type="ko"]:hover { background:#6e2020; }