/*--------------------------------------------------------------------------------------------------*/
/*                                        Gestion MODE STANDARD                                     */
/*--------------------------------------------------------------------------------------------------*/

/*.ExtCtnOnglets{
	padding:5px;
	width:100%;
	display:table;
	box-sizing:border-box;
}
.ExtOngletActif{
	background-color:#575757;
	color:#FFF;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	width:50%;
	border-right:1px solid white;
}
.ExtOnglet{
	background-color:#e0e0e0;
	color: black;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	width:50%;
	border-right:1px solid white;
	cursor:pointer;
}
.ExtOnglet:hover{
	background-color:#575757;
	color:#FFF;
}


#ExtTabEditions{
	width:100%;
	height:100%;
	vertical-align:baseline;
}
*/

html,body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	height:100%;
	margin:0px;
	background-color: #e4e4e4;

/* 	pour CSS Défilement responsif */
/* 	position:fixed;
	width:100%;  */
}

th{
	cursor:pointer;
}

input[type="text"],textarea, select{
	outline: none;
}

/*-------------------------------------------------*/
/*                      CLASS                      */
/*-------------------------------------------------*/
.ExtBackgroundEnteteTable{
	height: 38px;
	background-color:#34495e;
	color:white;
}
.ExtBouton{
	background-color:#428bca;
	height:25px;
	width: 150px;
	border-radius:2px;
	text-align:center;
	line-height:25px;
	vertical-align:middle;
	cursor:pointer;
	font-weight:bold;
	color:white;
	display: inline-block;
}
.ExtBouton:hover,.ExtColorBoutonAction:hover, .ExtBoutonCalendrier:hover{
	background-color:#2face6;
}
.ExtBoutonAction {
	width: 40px;
	height: 40px;
	float: right;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.ExtBoutonAddFiche{
	height:26px;
	width:26px;
	background-image:url('../../Images/Main/AddFiche.png');
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:5px;
	margin-top:10px;
}
.ExtBoutonAddFiche:hover{
	background-image:url('../../Images/Main/AddFicheON.png');
}
.ExtBoutonCalendrier{
	float: left;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-image: url(../../Images/Contexte/btnCalendrier.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.ExtBoutonFermerPage{
	position: fixed;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	background-color: #c0382a;
	background-image: url(../../Images/Main/Close.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
	border-radius: 0px 0px 0px 15px;
}
.ExtBoutonFermerPage:hover{
	background-color: #F04331;
}

.ExtBoutonDelete{
	height:30px;
	width:26px;
	background-image:url('../../Images/Main/DeleteEvent.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	visibility:hidden;
}
.ExtBoutonDelete:hover{
	background-image:url('../../Images/Main/DeleteEventON.png');
}
.ExtCheckbox{
	height: 26px;
	margin: 0;
	float: left;
	cursor: pointer;
}
.ExtCheckboxSoumission{
	height: 40px;
	margin: 0;
	float: left;
	cursor: pointer;
}
.ExtCheckboxEditionDetail{
	height: 26px;
	margin: 0;
	float: left;
	cursor: pointer;
}

.ExtCfgAffichage{
	position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    /* visibility: hidden; */
    width: 100%;
    height: 100%;
    z-index: 200;
    text-align: center;
    margin-left: 0;
	margin-top: 0;
}
.ExtCfgAffichageBottom{
    float: left;
	width: calc(100% - 10px);
	padding-top:2px;
	padding-bottom:5px;
}
.ExtCfgAffichageBtnClose{
	height: 100%;
    width: 30px;
    float: left;
    background-image: url(../../Images/Main/Close.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}
.ExtCfgAffichageBtnClose:hover{
	background-image:url(../../Images/Main/CloseON.png);
}
.ExtCfgAffichageCtn{
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0px 0px 5px #575757;
    display: inline-block;
    text-align: left;
	position: absolute;
	margin-top : 0 !important;
	margin-left: 0 !important;
	width:300px !important;
	height: 450px !important;
}
.ExtCfgAffichageGroup{
	float: left;
	width: 100%;
}
.ExtCfgAffichageGroupBox{
	float: left;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
}
.ExtCfgAffichageMain{
	float: left;
	width: 100%;
	height:calc(100% - 95px) !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x:hidden;
}
.ExtCfgAffichagePeriode{
	background-color: #f7f7f7;
    width: 100%;
    height: 180px;
	overflow-y: auto;
	padding: 5px;
    box-sizing: border-box;
}
.ExtCfgAffichageSearchZone{
	width: 100%;
    height: 100%;
    float: left;
	border: 1px solid #767676;
	box-sizing: border-box;
	margin-bottom:5px;
}

.ExtCfgAffichageSearchZone>input{
	font-size:13px;
}
.ExtCfgAffichageTitle{
	width: calc(100% - 30px);
	height: 100%;
	float: left;
}
.ExtCfgAffichageTop{
	position: relative;
    height: 34px;
    color: white;
    line-height: 34px;
    vertical-align: middle;
    background-color: #444;
    padding-left: 10px;
}
.ExtCfgItemChk{
	cursor: pointer;
    margin-top: 9px;
}
.ExtCfgItemLabelChk{
	width: 30px;
    float: left;
}
.ExtCfgItemLegende{
	border-radius: 10px;
    width: 30px;
    height: 15px;
    float: left;
    margin-top: 9px;
}
.ExtCfgItemLegende.Border{
	border: 1px solid #d6d6d6;
}
.ExtCfgItemLibelle{
	display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
	width: calc(100% - 80px);
}
.ExtCfgUneEtiquette{
	width: 100%;
    margin-top: 2px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #FFF;
    padding-left: 5px;
    box-sizing: border-box;
	float: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-bottom:5px;
}
.ExtCfgUneEtiquette:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ExtColonneCheckboxCenter{
	text-align: center;
}
.ExtColonneInput{
	text-align: right;
}
.ExtColonneNumerique{
	vertical-align:middle;
	text-align: right;
	padding-right: 10px;
}
.ExtColonneTexteCentrer{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding-left: 5px;
}
.ExtColonneTexteGauche{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding-left: 5px;
}
.ExtColonneTexteDroite{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-left: 5px;
}
.ExtuneLigneFiltreTuile{
	float: left;
	box-sizing:border-box;
  	padding-left: 5px;
  	padding-right: 5px;
}
.ExtCtnActionInner{
	height: 100%;
	display: block;
	float: left;
	border-radius: 2px;
	background-color: white;
	padding: 5px;
}
.ExtCtnDetail{
	border-radius: 2px;
  	background-color: white;
  	padding: 5px;
}
.ExtCtnDetailInner{
	height: 100%;
	display: block;
	float: left;
}
.ExtCtnDetailAction{
	height: 40px;
	border-radius: 2px;
	background-color: white;
	padding: 5px;
}
.ExtCtnDetailParam{
	width: 100%;
	float: left;
	border-radius: 2px;
	background-color: white;
	padding: 5px;
	margin-top: 10px;
	box-sizing: border-box;
}
.ExtCtnGlobal{
	position:absolute;
	top:0;
	right:0;
	bottom:0px;
	left:0;
	/*margin:10px;*/
	margin-top: 10px;
	margin-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 50px;
}
.ExtCtnGlobalInner{
	display:table;
	height:100%;
	width:85%;
	max-width: 85%;
}
.ExtCtnGlobalWithBtnFermer{
	position:absolute;
	top:0;
	right:0;
	bottom:0px;
	left:0;
	margin-top: 40px;
	margin-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 50px;
}
.ExtCtnFormulaire{
	display:none;
}
.ExtCtnListe{
	display:table-cell;
	width:20%;
	min-width:500px;
	padding: 5px;
	background-color:white;
}
.ExtCtnOnglets{
    width:300px;
    display:table;
    box-sizing:border-box;
}
.ExtCELCTN{
	border-radius: 2px;
	vertical-align: top;
}
.ExtColEnteteBorder{
	border-right: 1px solid white;
}
.ExtColDetailBorder{
	border-right: 1px solid #CBCBCB;
}
.ExtColonneTexteCentrer{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.ExtColorBoutonAction{
	background-color:#428bca;
}
.ExtCombo{
	height: 26px;
}
.ExtCtnDetailListe{
	max-height:100%;
	overflow-y:auto;
}
.ExtCtnGroupDetail{
	float: left;
}
.ExtDatePeriodeMain{
	float: left;
}
.ExtDetailDatePeriode{
	float:left;
}
.ExtDetailDatePeriodeSepare{
	padding: 5px;
	float:left;
}
.ExtEnteteColonne{
	height: 100%;
	line-height:30px;
	vertical-align: middle;
}
.ExtBoutonFermerPageDialogue{
	background-color:#c0382a;
	background-image:url(../../Images/Main/Close.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ExtBoutonFermerPageDialogue:hover{
	opacity:0.6;
}
.ExtFondIFRAME{
	background-color:#e4e4e4;
}
.ExtGelEcranSection{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.70);
	z-index: 100;
	display: none;
}
.ExtGroup{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ExtGroupBox{
	float: left;
}
.ExtInfosDetail{
	float: left;
	width: 100%;
    text-align: right;
    color: #a0a0a0;
    font-size: 10px;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 1px;
}
.ExtInputNum100{
	width: 100px;
}

.ExtInviteLibelle{
	float:left;
	height:26px;
	width:220px;
	line-height:26px;

	padding-left: 2px;
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;

	background-color:#E0E0E0;

	vertical-align:middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right:15px;
	box-sizing:border-box;
	color: #7a7a7a;
}
.ExtInviteAvecBouton{
	float:left;
	width:19px;
	height:26px;

	margin-left: -2px;

	background-color:#428bca;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../../Images/Contexte/btnInvite.png);

	border-top-right-radius:2px;
	border-bottom-right-radius:2px;

	cursor:pointer;
}
.ExtInviteAvecBouton:hover{
	background-color:#2face6;
}
.ExtInviteColor{
	background-image:url(../../Images/Main/PuceDown.png);
	background-repeat:no-repeat;
	background-position:right center;
	float:left;
	width:150px;
	background-color:#DDD;
	height:21px;
	line-height:22px;
	vertical-align:middle;
	cursor:pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ExtInviteColor:hover{
	background-color:#EDEDED;
	background-image:url(../../Images/Main/PuceDownON.png);
}

.ExtImageInfo{
	width: 28px;
	height: 28px;
	float: left;
	background-image:url(../../Images/Main/icon_info.png);
	background-repeat:no-repeat;
	background-position: left center;
	opacity: 0.3;
}
.ExtLabelCenter{
	display:block;
	float:left;
	text-align: center;
}
.ExtLabelCheckbox{
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	cursor: pointer;
}
.ExtLabelCheckboxSoumission{
	height: 40px;
	line-height: 40px;
	margin-left: 7px;
	cursor: pointer;
}
.ExtLabelCheckboxDetail{
	cursor: pointer;
}
.ExtLabelFontSize16{
	font-size: 16px;
}
.ExtLabelInfo{
	font-size:11px;
	color:#8b8787;
}
.ExtLabelInfoFontSize18{
	float:left;
	height:28px;
	line-height:28px;
	font-size:18px;
	padding-left:5px;
	padding-top:5px;
}
.ExtLabelLeft{
	display:block;
	margin-right:30px;
	float:left;
	padding-left: 5px;
}
.ExtLabelLeftNoPadding{
	padding:0px;
}
.ExtLabelLeftNoMargin{
	margin-right:0px;
}
.ExtLabelLeft30{
	width:30px;
}
.ExtLabelLeft50 {
    width: 50px;
}
.ExtLabelLeft70{
	width:70px;
}
.ExtLabelLeft80{
	width:80px;
}
.ExtLabelLeft100{
	width:100px;
}
.ExtLabelLeft115{
	width:115px;
}
.ExtLabelLeft120{
	width:120px;
}
.ExtLabelLeft140 {
    width: 140px;
}
.ExtLabelLeft150{
	width:150px;
}
.ExtLabelLeft180{
	width:180px;
}
.ExtLabelLeft200{
	width:200px;
}
.ExtLabelLeft210{
	width:210px;
}
.ExtLabelLeft215{
	width:215px;
}
.ExtLabelLeft240{
	width:240px;
}
.ExtLabelLeft250{
	width:250px;
}
.ExtLabelLeft355{
	width:355px;
}
.ExtLabelLeftNoMargin{
	display:block;
	float:left;
}
.ExtLabelNoWrap{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ExtLabelRight{
	display:block;
	float:right;
	padding-right: 5px;
	text-align: right;
}
.ExtLabelTableauLeft{
	text-align:left;
	padding-left:5px;
}
.ExtLabelTop {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.ExtLibelleInfoMode {
    font-size: 11px;
    color: #8b8787;
    margin-left: 5px;
}
.ExtLigneOption{
	width: 100%;
	height: 26px;
	line-height:26px;
	vertical-align:middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ExtLigneOptionAction{
	width: 100%;
	float: left;
	line-height:40px;
	vertical-align:middle;
}
.ExtLigneOptionActionSoumission{
	float: left;
}
.ExtLigneOptionMargin{
	width: 100%;
	height: 26px;
	line-height:26px;
	vertical-align:middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
.ExtLigneSeparateur{
	width: 100%;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ExtListeUneLigne{
	height: 30px;
}
.ExtListeUneLigneAvecHover:hover{
	background-color: #E8E8E8;
}
.ExtListeUneLigneMulti{
	height: 60px;
}
.ExtListeUneLigneStd{
	height: 100%;
	display:table;
}
.ExtOngletActif{
	background-color:#575757;
	color:#FFF;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	width:50%;
	border-right:1px solid white;
}
.ExtOnglet{
	background-color:#e0e0e0;
	color: black;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	width:50%;
	border-right:1px solid white;
	cursor:pointer;
}
.ExtOnglet:hover{
	background-color:#C3C3C3;
	/*color:#FFF;*/
}

.ExtPopupBg{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;

	margin-left: -25%;
	margin-top: -20%;

	padding: 5px;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 1);

	background-color: white;
}
.ExtPopupMain{
	margin-top: 5px;
}
.ExtPopupTitre{
	position: relative;
	height: 30px;

	background-color: #575757;
}
.ExtPopupTitreClose{
	position: absolute;
	float: right;
	width: 30px;
	height: 30px;
	right: 0;
}
.ExtPopupTitreLibelle{
	position: absolute;
	width: 100%;
	line-height: 30px;

	color: white;
	text-align: center;
}

.ExtSelect250 {
    width: 250px;
}

.ExtTableConcernee{
	text-align: center;
}
.ExtthColonne{
	cursor:pointer;
}
.ExtthColonne:hover{
	background-color: #535B6C;
}
.ExtTitreDetail{
	width:100%;
	height: 28px;
	display:table;
	line-height: 28px;

	padding-left:5px;
    box-sizing:border-box;

    background-color: #E0E0E0;

    font-weight: bold;
    text-align:center;
}
.ExtTDEspace{
	display:table-cell;
	width:10px;
}
.ExtTxtDatePeriode{
	width:70px;
	height:20px;
	float:left;
	padding:2px;

	border:solid 1px #a9a9a9;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	/*background-color:white;*/

	font-size: 12px;
}
.ExtTxtInvite{
	float:left;
	border:1px solid #a9a9a9;
	height:26px;
	text-align:left;
	padding-left:2px;
	box-sizing:border-box;
}
.ExtTxtInvite:disabled{
	background-color:#DDD;
}
.ExtTxtStd{
	width:70px;
	height:20px;
	float:left;
	padding:2px;

	border:solid 1px #a9a9a9;
	background-color:white;
}
.ExtTextbox{
	height:20px;
	float:left;
	padding:2px;

	border:solid 1px #a9a9a9;
	/*background-color:white;*/
}
.ExtUneLigne{
	height: 30px;
}
.ExtUneLigne:hover{
	background-color: #E8E8E8;
}
.ExtUneLigneSeparation{
	height: 30px;
	background-color:#B7CBDF;
}

.ExtSwitchUneOption{
	width: 260px;
	height: 24px;
	margin-top: 4px;
}
.ExtSwitchUneOptionLibelle{
	width: calc(100% - 50px) !important;
	height: 100%;
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.ExtSwitchUneOptionSwitch{
	width: 40px;
	height: 100%;
	float: right;
	line-height:18px;
}
.ExtSwitchOnOffSwitch{
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.ExtSwitchOnOffSwitchCheckbox {
    display: none;
}
.ExtSwitchOnOffSwitchLabel{
    display: block;
    height: 100%;
    overflow: hidden;
    cursor: pointer;

    border-radius: 2px;
    box-sizing: border-box;
}
.ExtSwitchOnOffSwitchInner{
    display: block;
    width: 200%;
    margin-left: -100%;
}
.ExtSwitchOnOffSwitchInner:before, .ExtSwitchOnOffSwitchInner:after{
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.ExtSwitchOnOffSwitchInner:before {
    content: '|';
    padding-left: 13px;
    font-size: 12px;
    line-height: 23px;
    background-color: #3fb6f2;
    color: #FFFFFF;
}
.ExtSwitchOnOffSwitchInner:after {
    content: 'O';
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #9A9A9A;
    text-align: right;
    border: 2px solid #9A9A9A;
}

.ExtSwitchOnOffSwitchSwitch{
    display: block;
    width: 20px;
    margin: 4px;
    background-color: #9A9A9A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    border: 0px solid #d9d9d9;
    border-radius: 2px;
}
.ExtSwitchOnOffSwitchCheckbox:checked + .ExtSwitchOnOffSwitchLabel .ExtSwitchOnOffSwitchInner {
    margin-left: 0;
}
.ExtSwitchOnOffSwitchCheckbox:checked + .ExtSwitchOnOffSwitchLabel .ExtSwitchOnOffSwitchSwitch {
    right: 0px;
    background-color: #FFF;
}

.ExtZoneSaisieMajuscule {
    text-transform: uppercase;
}



/*-------------------------------------------------*/
/*                      ID                         */
/*-------------------------------------------------*/

#CtnPicker{
	z-index: 999;
	position:absolute;
	width:auto;
	height:auto;
	background-color:#FFF;
	display:none;
	visibility:hidden;
	box-shadow:1px 1px 3px #666;
	margin-left:5px;
}
#ExtBoutonFermerIFRAME {
    /* position: fixed;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #c0382a;
    background-image: url(../../Images/Main/Close.png);
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer; */
	
	min-width: 32px;
	height: 32px;
	border-radius: 32px;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	transform: scale(1);
	transition: all .2s ease-out;
	padding-right: 40px;
	padding-left: 20px;
	background-image: url(../../Images/Commun_V10/close_black.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
	box-sizing: border-box;
	line-height: 32px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
#ExtCtnDetailListe{
	overflow-y: scroll;
	height: 600px;
}
#ExtCtnEnteteListe{
	width:100%;
	display:table;
	box-sizing:border-box;
	background-color: #34495e;
	color: white;
	text-align: center;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
}
#ExtGroupBoxInformation{
	display: none;
	width: 100%;
	float: left;
}
#ExtTabListe{
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------------------------------------------*/
/*                                        Gestion RESPONSIVE                                        */
/*--------------------------------------------------------------------------------------------------*/

/* max-width pour faibles résolutions */
@media screen and (max-width: 640px) {
	.ExtCELCTN{
		display: table-row;
	}

	.ExtCtnActionInner{
		float: none;
		/*padding: 5px;*/
	}
	.ExtCtnDetail{
		border-radius: 0px;
	}
	.ExtCtnDetailInner{
		float: none;
	}
	.ExtCtnGlobal{
		bottom:0px;
	}
	.ExtCtnGlobalWithBtnFermer{
		margin: 0px;
	}
	.ExtCtnFormulaire{
		display:none;
	}
	.ExtCtnOnglets{
		width: 100%;
	}
	.ExtInviteLibelle{
		min-width:180px;
}
	.ExtCtnGlobal{
	  	margin-bottom: 10px;
	}

	.ExtLigneOption{
		height:inherit;
		float: left;
	}
	.ExtTDEspace{
		display:table-row;
		height:10px;
	}
	#ExtTabEditions{
		width: 100%;
	}
}

@media screen and (max-width: 460px) {
	.ExtCfgAffichageCtn{
		margin-top:0!important;
		margin-left:0!important;
		transform: translate(-50%,-50%);
		width:100%!important;
		height:100%!important;
	}
}

/**/
