@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

.hide {	display: none; }
.err_msg { color: #AA1023; }
.ok_msg { color: #4B9744; }
.info_msg { margin: 24px; padding: 3px 3px 3px 24px; background: url(../img/picto_i.png) center left no-repeat; font-weight: 400; }

.validateTips .err_msg {
	margin-bottom: 6px;
	padding: 6px 3px;
	background-color: #AA1023;
	color: #fff;
	text-align: center;
}
.validateTips .ok_msg {
	margin-bottom: 6px;
	padding: 6px 3px;
	background-color: #4B9744;
	color: #fff;
	text-align: center;
}

#global {
	max-width: 720px;
	margin: auto;
}
.oeW {
	font-family: 'Roboto', Sans-serif;
	color: #666;
	font-size: 16px;
}
.oeFiltre {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 18px 0;
	flex-wrap: wrap;
}
.oeFW {
	margin-bottom: 12px;
}
.oeFW input {
	border: 2px solid #00BAEE;
	padding: 12px 36px 12px 12px;
	background-image: url("../img/loupe.svg");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 12px);
	background-position-y: center;
	background-size: 24px;
	font-size: 16px;
	min-width: 185px; 
}
.oeFW select {
	border: 2px solid #00BAEE;
	padding: 12px;
	font-size: 14px;
	max-width: 292px;
}
.oeFW select option {
	text-overflow: ellipsis;
}
.oeList {}
.oeNb {
	font-size: 18px;
	margin-bottom: 18px;
}
.oeNb .bold {
	font-weight: bold;
}
.oeBox {
	margin-top: 12px;
}
.oeBox .oeBoxH {
	display: flex;
	flex-direction: row;
	padding: 12px;
	background-color: #00BAEE;
	color: #FFFFFF;
}
.oeBox .oeBoxTitle {
	flex: 1;
	font-size: 18px;
}
.oeBox .oeBoxTitleCmp {
	max-width: 362px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 300;
	align-self: flex-end;
	max-width: 385px;
}
.oeBox .oeBoxB {
	padding: 18px;
	color: #666;
}
.oeBox .oeBoxTxt {}
.oeBox .oeBtnW {
	margin-top: 12px;
	text-align: right;
}
.oeBox .oeShow {
	outline: none;
	padding: 6px 18px;
	border: 2px solid #00BAEE;
	font-size: 20px;
	background-color: #00BAEE;
	color: #FFFFFF;
	cursor: pointer;
}
.oeBox .oeShow:hover {
	background-color: #FFFFFF;
	color: #00BAEE;
}

.oesW {
	font-family: 'Roboto', Sans-serif;
	color: #666;
	font-size: 16px;
	margin-top: 24px;
}
.oesH {
	padding: 12px;
	font-size: 22px;
	background-color: #00BAEE;
	color: #FFFFFF;
}
.oesB {
	padding: 12px;
	color: #666;
}
.oesBFxW {}
.oesBFxRow {
	display: flex;
	flex-direction: row;
	margin-top: 6px;
}
.oesBFxCol {
	flex: 1;
	display: flex;
	flex-direction: row;
}
.oesBFxLbl {
	flex: 1;
}
.oesBFxTxt {
	flex: 1;
	font-weight: 700;
}
.oesD {}
.oesH2 {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 700;
}
.oesD p {}
.oesBtnW {
	font-weight: bold;
}
.oesSocial {
	text-align: right;
}
.oesSocial i.fab.fa-facebook {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	font-size: 32px;
	/*background-color: #666;*/
	/*background-image: url('../img/facebook.svg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}
.oesSocial i.fab.fa-instagram {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	font-size: 32px;
	/*background-color: #666;*/
	/*background-image: url('../img/instagram.svg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}
.oesBtn {
	text-align: right;
}
.oesBtn button {
	margin-top: 6px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #00BAEE;
	color: #FFFFFF;
	text-transform: uppercase;
	outline: none;
	border: 1px solid #00BAEE;
	cursor: pointer;
}
.oesBtn button:hover {
	background-color: #FFFFFF;
	color: #00BAEE;
}

.oepW {
	font-family: 'Roboto', Sans-serif;
	color: #666;
	font-size: 16px;
	margin-top: 24px;
}
.oepH {}
.oepH1 {
	padding: 12px;
	font-size: 22px;
	background-color: #00BAEE;
	color: #FFFFFF;
	text-align: center;
}
.oepH2 {
	padding: 12px;
	font-size: 22px;
	background-color: #B2CB07;
	color: #FFFFFF;
	text-align: center;
}
.oepH2Title {}
.oepH2Ref {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.oepB {}
.oepInputW {
	margin-top: 12px;
}
.oepInputW label {
	display: block;
	margin-bottom: 3px;
}
.oepInputW input[type="text"], .oepInputW input[type="email"], .oepInputW input[type="tel"], .oepInputW textarea {
	width: calc(100% - 16px);
	padding: 6px;
	border: 2px solid #00BAEE;
}
.oepInputW input[name="accord"] {
	position: absolute;
	left: -10000px;
}
.oepInputW .chkbxW {}
.oepInputW .chkbxW.fxr {
	display: flex;
	flex-direction: row;
}
.oepInputW .chkbxW.fxr label {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.oepInputW .chkboxImg {
	align-self: center;
	display: block;
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	flex-basis: 24px;
	background-image: url(../img/checkbox.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-right: 12px;
}
.oepInputW .chkboxImg.checked {
	background-image: url(../img/checkbox_active.svg);
}
.oepInputW ::-webkit-input-placeholder { /*font-family: 'Open Sans';*/ color: #999; font-style: italic; font-weight: 300; }
.oepInputW :-moz-placeholder /* Firefox 18- */ { /*font-family: 'Open Sans';*/ color: #999; font-style: italic; font-weight: 300; }
.oepInputW ::-moz-placeholder /* Firefox 19+ */ { /*font-family: 'Open Sans';*/ color: #999; font-style: italic; font-weight: 300; }
.oepInputW :-ms-input-placeholder { /*font-family: 'Open Sans';*/ color: #999; font-style: italic; font-weight: 300; }
.oepB .txtInfo {
	margin-top: 3px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666;
}
.oepB .btnWrapper {}
.oepB button.postuler {
	margin-top: 12px;
	line-height: 20px;
	padding: 4px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #00BAEE;
	background-color: #00BAEE;
	color: #fff;
	cursor: pointer;
}
.oepB button.postuler:hover {
	background-color: #fff;
	color: #00BAEE;
}
.oepB button.postuler:disabled {
	background-color: #00BAEE;
	color: #fff;
	opacity: 0.4;
	cursor: wait;
}

.oepW .validateTips .err_msg, .oepW .validateTips .ok_msg {
	margin-top: 12px;
}

/*
**
** MSGBOX
**
*/
div.msgBox {
	position: fixed;
	width: auto;
	max-width: 80%;
	max-height: 70%;
	overflow: auto;
	padding: 4px 23px 4px 4px;
	font-size: 13px;
	text-align: center;
	display: none;
	z-index: 1000;
}

div.msgBox img#closeMsgBox {
	position: absolute;
	right: 4px;
	top: 4px;
}

div.msgBox .titre {
	margin: 5px 10px;
}

div.msgBox .msg {
	margin: 10px 5px 5px 5px;
}
div.msgBox.erreur {
	color: #333;
	background-color: #f87e7e;
	border: 1px solid red;
}
div.msgBox.erreur .msg {
	margin: 5px auto;
	padding: 3px 3px 3px 20px;
	background: url(../img/picto_x.png) center left no-repeat;
	list-style: none;
	text-align: left;
}
div.msgBox.confirm {
	color: #333;
	background-color: #A0BF38;
	border: 1px solid #A0BF38; /*#A5FA40;*/
}
div.msgBox.confirm .msg {
	margin: 5px auto;
	/*padding: 3px 3px 3px 20px;
	background: url(../img/picto_ok.png) center left no-repeat;*/
	padding: 3px;
	list-style: none;
	text-align: left;
	color: #FFF;
	font-weight: 700;
}
div.msgBox.information {
	color: #333;
	background-color: #ddd;
	border: 1px solid #333;
}
div.msgBox.information .msg {
	margin: 5px auto;
	padding: 3px 3px 3px 20px;
	background: url(../img/picto_i.png) center left no-repeat;
	font-weight: bold;
	list-style: none;
	text-align: left;
}
div.msgBox.warning {
	color: #333;
	background-color: #FD0;
	border: 1px solid #F80;
}
div.msgBox.warning .msg {
	margin: 5px auto;
	padding: 3px 3px 3px 20px;
	background: url(../img/picto_attention.png) center left no-repeat;
	list-style: none;
	text-align: left;
}

/*
**
** FILEUPLOAD
**
*/

.fichierEditProgressbar {}
.progressBar {
	position: relative;
	height: 12px;
	margin-top: 12px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}
.progressBar.ui-progressbar .ui-progressbar-overlay {
	display: none;
}
.progressBar .ui-progressbar-value.ui-widget-header {
	background-color: #00BAEE;
}
.progressLabel {
	position: absolute;
	top: -1px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.fichierEditContentWrapper {}
.fichierEditContent {
	/*display: flex;
	flex-direction: row;*/
}
.fichierEditContent label[for="not_inom_pdf"] {}
.fichierEditContent .preview figure {
	margin: 12px;
	text-align: center;
}
.fichierEditContent .fileBox {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fichierEditContent .fileBox.img {
	flex: 1;
	flex-direction: column;
	align-items: stretch;
}
.fichierEditContent .fileImgBox {
	margin: 12px;
	text-align: center;
}
.fichierEditContent .filenameWrapper {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fichierEditContent .filenameBox {
	flex: 1;
	background-color: #FFF;
	color: #333;
}
.fichierEditContent .filenameBox .filename {
	/*max-width: 175px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 17px;
	line-height: 17px;
	padding: 4px;
	font-size: 13px;
	font-weight: 600;
}
.fichierEditContent .filenameBox .size {}
.fichierEditContent .fileBoxBtnWrapper {
	margin-left: 12px;
}
.fichierEditContent .fileBoxBtnWrapper span.delete,
.fichierEditContent .fileBoxBtnWrapper span.deleteUploaded {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../img/corbeille.png');
}
.fichierEditContent .fileBoxBtnWrapper span.delete:hover,
.fichierEditContent .fileBoxBtnWrapper span.deleteUploaded:hover {
	background-image: url('../img/corbeille1.png');
}
.fichierEdit {
	margin-top: 12px;
}
.fileupload {}
.inputFileWrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 19px;
	/* height: 29px; */
	line-height: 19px;
	padding: 4px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	border: 2px solid #00BAEE;
	background-color: #00BAEE;
	color: #fff;
}
.inputFileWrapper:hover {
	background-color: #fff;
	color: #00BAEE;
}
.inputFileWrapper.errone {
	background-color: #F77B8A;
}
.inputFileWrapper.errone:hover {
	background-color: #333;
}
.inputFileWrapper input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.inputFileTxt {}
.errone {
	background-color: #F77B8A;
}