@charset "UTF-8";
/* CSS Document */
.wAdmin.bod .headFixe .header {
	top:33px;
}
.hauteurAdmin {
	height: 33px;
}
.flex {
	display: flex;
}
.adminUser a {
	display: block;
	color:#000;
	padding:2px 0px 2px 15px;
	background: url('../images/icons/fleche.png') no-repeat left 5px;
	background-size: 12px auto;
	font-weight: 400;
}
.adminUser a:hover {
	color:#1B7FA8;
}
.adminUser {
	border-bottom:1px solid #ccc;
	padding-bottom: 10px;
	justify-content: space-between;
}
.mCompAct {
	display: block;
	padding-bottom: 5px;
	color:#1B7FA8;
	font-weight: 400;
	text-transform: uppercase;
}
.webBox .zone a span {
   display: block;
	line-height: 1em;
	font-size: 13px;
	color:rgba(255,255,255,0.6)
}
.adminFixed {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding:6px 5px 6px 5px;
	position: fixed;
	width: 100%;
	background: #373737;
	z-index: 200;
	top:0px;
	font-size: 15px;
	font-family:Helvetica, Arial, "sans-serif";
}
.adminTitre {
	color:#FFF;
	display: inline-block !important;
	background-color: #444;
	border-radius: 3px;
	padding:3px 10px;
	margin:0px 4px;
	line-height: 1em;
}
.adminTitre a {
	color:#FFF;
	text-decoration: none;
}
.webBox:hover div.adminTitre {
	background-color:#666;
	cursor: auto;
}
.webBox:hover a.adminTitre {
	background-color:#1f86c7;
	text-decoration: none;
}
.webBox:hover a.adminTitre:hover {
	background-color:#0c97ed;
	color:#FFF;
}
.webBox  {
	position: relative;
	z-index: 200;
}
.webBox .zone {
	background-color: #333;
	box-shadow: 7px 7px 0px rgba(0,0,0,0.13);
	z-index: 200;
	width:300px;
	padding:0px 8px;
	position: absolute;
	margin-left: -4px;
}
.webAdmin {
	background-color:#1f86c7;
	margin:8px 0px;
	border-radius: 3px;
}
.webBox .zone a {
	display: block;
	border-radius: 0px;
	color:#FFF;
	padding:5px 10px;
	border-top: 1px solid #333;
}
.webBox .zone .aNiv2 {
	padding:2px 10px;
	margin-left: 13px;
	font-size: 14px;
}
.webBox .zone a:hover {
	text-decoration: none;
	background-color:#0c97ed;
}
.lienA {
	color:#FFF;
	padding:2px 0px;
	margin:0px 5px;
	font-size: 13px;
}
.menuKaryans .adminTitre {
	margin:5px 0px;
}
.menuKaryans .webBox .zone {
    right:80px;
	margin-top:-50px;
    margin-left: auto;
	width:160px;
	box-shadow: none;
	border-radius: 3px;
}
/* newsletter admin */
#field-para-ligne-articles-values > tbody > tr > td {
  padding-bottom: 25px !important;
}
#field-para-ligne-articles-values .paragraph-type-title {
  text-transform:none;

}
#field-para-ligne-articles-values input.form-autocomplete {
  width: 90%;
}
 #edit-field-para-ligne-articles-wrapper .paragraphs-dropbutton-wrapper {
	margin-bottom: 25px;
}
fieldset.groupArticle {
	margin:15px 0px !important;
	padding:35px 25px 25px 25px;
}
fieldset.groupArticle .field--name-field-titre,
fieldset.groupArticle .field--name-field-titre2 {
	margin-top: 20px;
}
fieldset.groupArticle details {
  border: 0;
}
fieldset.groupArticle .groupBase {
  border: 0;
	padding:10px 0px;
}
fieldset.groupArticle .field--type-text-long {
	margin:15px 0px;
}
fieldset.groupArticle .field--name-field-media {
	width: 250px;
}
/* fin newsletter admin */
@media all and (max-width:1245px) {
	.groupDates > .fieldset-wrapper {
		flex-wrap: wrap;
	}
}
@media all and (min-width:639px) {
	.simplenews-node-tab {
		display: flex;
		justify-content: space-around;
	}
	.simplenews-node-tab > details {
		width:48%;
	}
}