/* FORMULAIRE */
input,
select,
textarea,
.select {
	display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  background-color:#DEDEE2;
  padding:6px 15px;
  border:0px;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  transition:0.1s;
  background-repeat:no-repeat;
  margin:1px;

}
.select,
body:not(.explorer) select {
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background:#DEDEE2 url('../images/select.png') no-repeat right center;
	min-width: 70px;
	padding-right:23px;
}

input:hover,
select:hover,
textarea:hover {
	background-color:#D2D2D7;
	background-repeat:no-repeat;
}
input:focus,
select:focus,
textarea:focus {
  background-color:#CFDFE7;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit'],
input[type='button'] {
  background-color: inherit;
  padding:0px;
  border:0px;
  margin:auto;
}
label {
  text-align:left;
  color:#7B7C8C;
}
.formulaire {
  margin:auto;
  width:100%;
  background-color:#FFF;
}
.box.formulaire {
	margin:30px 0px;
}
.formulaire th.thleft {
    text-align: left;
}
.formulaire th {
  width:200px;
  text-align:right;
  font-weight:normal;
  vertical-align:middle;
  padding:2px 13px 2px 0px;
  color:#666;
}
fieldset .formulaire th {
  width:180px;
  padding:0px 15px 0px 0px;
  line-height:1.15em;
}
fieldset .formulaire th.th200 {
  width:220px;
}
.tabFormDiffusion td.niv1 {
	padding-top:10px;
	padding-bottom:10px;
}
.tabFormDiffusion .table .td {
	padding-right:5px;
	vertical-align: middle;
}
.tdCocheDiffusion {
	white-space: nowrap;
}
.formulaire th.vtop {
  padding-top:10px;
  vertical-align:top;
}
.titre {
  color:#000;
}
.chzn-container-multi .chzn-choices {
  background:#d2d2d2 !important;
  border:0px !important;
  width:207px;
  margin:4px 0px !important;
}
.chzn-container .chzn-drop {
  background:#d2d2d2 !important;
  border:0px !important;
}
.chzn-container-multi .chzn-choices .search-field .default {

}
.formulaire td {
  padding:4px;
  vertical-align:middle;
}
.formulaire td.vtop {
  vertical-align:top;
}
.formulaire input,
.formulaire select,
.formulaire textarea {
  width:410px;
}
.formulaire input.full,
.colD .formulaire input,
.formulaire select.full,
.colD .formulaire select,
.formulaire textarea.full,
.colD .formulaire textarea {
  width:100%;
}
.formulaire select.petit {
  width:209px;
}
.colD .formulaire select.petit {
  width:100%;
}
.formulaire td.date_input {
	vertical-align: top;
}
.date_input input {
  width:120px;
}
.tabDates th {
	text-align: left;
	font-weight:600;
	font-size:1.2em;
}
.formulaire input.submit, fieldset .formulaire input.submit {
  width:auto;
}
.formulaire .input_date select,
.formulaire input.idate,
.formulaire input.demi{
  width:182px;
  margin-right:10px;
}
.formulaire input.quart {
  width:50px;
}
.formulaire select.demi {
  width:212px;
}
.formulaire input[type=checkbox], .formulaire input[type=radio] {
  width:auto;
}
.formulaire .checkbox input {
  width:auto;
}
.formulaire .radio input {
  width:auto;
}
.form_error {
  color: #FF3333;
}
.pform th {
  width:120px;
}

.submit {
  margin:15px 10px 15px 0px;
}
input.submit, a.submit,
.submit a,
.submit input,
div.submit,
input[type="submit"],
input[type="button"] {
  color:#FFF !important;
  border:0px;
  font-weight:700;
  padding:4px 20px;
  margin:10px;
  text-align:center;
  text-decoration:none;
  background-color:#7B7C8C;
  border-radius:40px;
  cursor:pointer;
  width:auto;
  background-repeat:no-repeat;
  background-position:left center;
	-webkit-appearance: none;
}
input.submit:hover,
a.submit:hover,
.submit a:hover,
.submit input:hover,
div.submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color:#E30514 !important;
}
input.submit.subRouge,
.submit.subRouge,
a.submit.subRouge {
	background-color:#E30514;
}
input.submit.subRouge:hover,
.submit.subRouge:hover,
a.submit.subRouge:hover {
	background-color:#333 !important;
}
div.submit,
a.submit,
div.annuler,
a.annuler  {
  display:inline-block;
}
input.small {
  padding:2px 8px !important;
}
td .submit,
td input[type="submit"],
td input[type="button"] {
  margin:0px !important;
}
input.submit_red, a.submit_red, .submit a_red, .submit input_red, div.submit_red  {
  border:1px solid #CC563C;
}
.submit_open {
  background:url(../images/search.png) no-repeat top left;
  padding:2px 0px 2px 23px;
}
.submit_close {
  background:url(../images/search_close.png) no-repeat top left;
  padding:2px 0px 2px 23px;
}
.subAll {
	display:block !important;
	padding:15px 20px !important;
	text-align:center;
	font-size:1.2em;
	margin:auto !important;
	border-radius:0px !important;
}
.acts .subBig,
.subBig {
	font-size:1.2em;
	padding:12px 20px;
}
.tdAct input[type="submit"],
.tdAct .submit {
	display:block !important;
	text-align:center;
	width:96%;
	padding:13px 2%;
	font-size:1em;
	border-radius:0px !important;
}
input[type="file"] {
  border-radius:4px;
}
.vinput {
  border:2px solid #5F65B4;
  background-color:#fff7e4;
  padding : 1px;
  font-weight: bold;
  color:#5F65B4;
}
select.custom, input.custom {
  width:100%;
}
input[type="submit"].editor_ok_button {
  padding:1px 5px;
  font-size:0.9em;
}
/* FIN FORMULAIRE */

/* MOTEUR */
.moteur {
  clear:right;
  position:relative;
}
.moteurAb {
    position: absolute;
    right: 0;
    top: 4px;
}
.moteur legend,
.page_gestion legend {
  font-size:1.8em;
}
.moteur label {
  display:table-cell;
  width:35%;
  font-weight:normal;
  text-align:right;
  padding-right:8px;
  line-height:14px;
  font-size:0.929em;
  vertical-align:middle;
}
.moteur ul label {
  display:inline-block;
  width:auto;
  text-align:left;
  padding-right:0px;
}
.moteur .label30 label {
  width:30%;
}
.moteur .label20 label {
  width:20%;
}
.moteur .item p {
  margin:0px;
}
.moteur input[type="text"].idate {
  width:95px !important;
}
.moteur select.peri2 {
  width:64px !important;
}
.moteur .table .item {
  display:table-cell;
}
.moteur .item {
  display: inline-block;
  padding:8px 0px;
	margin-bottom:10px;
}
.moteurPublic .item {
    padding: 0;
}
.moteur .table.demi {
  width:50%;	
	float:left;
}
.mot2 .item {
  padding-top:2px;
	padding-bottom:2px;
}
.moteur .ligne1 {
  width:70%;
}
.moteur .acts {
  float:right;
  padding:0px;
  margin:0px 0px 0px 10px;
  border:0px;
}
.moteurPublic .acts {
	float:none;
	display: inline-block;
}

.moteur .acts input {
  display:inline-block;
}
.moteur input[type="text"],
.moteur select,
#nb_offres_list,
#geo_liste_region_id_region,
#geo_liste_region_id_region_france {
  display:inline-block;
  border:1px solid #C4CCD8;
  padding:5px 20px;
  background-color:#FFF !important;
  width:206px;
  margin-right:7px;
  border-radius:25px;
}
.moteurForm select#criteria_id_form_liste_public_cible {
    width: 346px;
}
.moteur input[type="text"]:hover,
.moteur select:hover,
#nb_offres_list:hover,
#geo_liste_region_id_region:hover,
#geo_liste_region_id_region_france:hover {
  border-color:#888997;
}
#nb_offres_list,
#geo_liste_region_id_region,
#geo_liste_region_id_region_france {
  border-radius:3px;
  padding:2px 29px 2px 4px;
  width:auto;
  margin:0px;
}
#geo_liste_region_id_region,
#geo_liste_region_id_region_france {
  max-width:170px;
   margin:15px 0px;
  font-size:1.143em;
}
#nb_offres_list{
  margin:0px 0px 0px 5px;
}
.moteurPublic input.submit,
.moteurPublic input[type='submit'] {
	display:inline-block;
 	background-image:url(../images/ic_rech.png);
	padding:0px;
	width:33px;
	height:33px;
	margin:0px;
}
.moteurPublic input.subText {
	width:auto !important;
	padding-left:35px;
	padding-right:10px;
	margin-right:5px;
}
.moteur .init {
  background:none !important;
  padding:0px;
  margin:0px 0px 0px 10px;
  color:#666 !important;
  text-decoration:underline;
  font-weight:400;
  font-size: 0.929em;
  border-radius:0px;
	width: auto !important;
}
.moteur .init:hover {
  color:#000 !important;
  background-color:transparent !important;
}
.zoneListe {
	position:relative;
}
.offresAffiche {
	position:absolute;
	right:0px;
	top:15px;
}
.offresNbr {
	position:absolute;
	right:10px;
	top:-52px;
}
.moteur .inline input {
  display:inline-block;
  margin:0px 0px 10px 0px;
}
.moteur .acts ligne input {
  display:inline-block;
}
.checkbox_select,
.select_cadre {
  width:410px;
  min-width:180px;
  max-height:230px;
  overflow:auto;
  border:1px solid #fff;
  padding:5px;
}
.moteur .checkbox_select {
  max-height:150px;
  overflow:auto;
  border:1px solid #CCC;
  margin:3px 0px;
  padding:4px 4px;
}
.moteur .checkbox_select label {
  display: inline-block;
  text-align:left;
  width:auto;
  padding:0px;
}
.moteur .checkbox_select input {
  padding:0px;
  margin-right:4px;
}
.ac_haut {
  margin-top:-15px;
}
/* FIN MOTEUR */
/* ADMIN EDIT */
.barre_edit {

}
.listing th.lab {
  width:130px;
}
.listing tbody .tdActs {
	text-align: right;
}
/* FIN ADMIN EDIT */
.moteur .ms-choice {
    color: #000;
    border: 1px solid #c4ccd8;
    border-radius: 25px;
    padding: 5px 20px;
	font-size: 14px;
	height:30px;
}

.moteur .ms-choice > span.placeholder {
	color:#000;
	padding:0px 20px;
}

/* ENQUETES */
.enquetes_tableau_croise{
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
  text-align:center;
}
.enquetes_tableau_croise thead{
  border-bottom:2px solid #bbb;
}
.enquetes_tableau_croise tfoot{
  border-top:2px solid #bbb;
}
.enquetes_tableau_croise thead th {
  color:#5F65B4;
}
.enquetes_tableau_croise {
  border:2px solid #bbb;
}

.enquetes_tableau_croise tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.enquetes_tableau_croise td{
  padding:5px;
  border:1px solid #bbb;
}
.enquetes_tableau_croise thead th, .listing tfoot td{
  background:#eee;
  padding:5px;
}
.enquetes_tableau_croise .pagination{
  float:right;
  padding-top:3px
}
/* FIN ENQUETES */
/* STATS */
.stats {
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
}
.stats thead{
}
.stats tfoot{
  border-top:2px solid #bbb;
}
.stats thead th{
  border:2px solid #bbb;
  color:#5F65B4;
  border-left:2px solid #bbb;
}
.stats thead td {
  background:#eee;
  border-left:2px solid #bbb;
  border-bottom:0px;
}
.statscustom{
  background-color:white;
  border-bottom:2px solid #bbb;
}

.stats{
  border:2px solid #bbb;
}
.stats tbody tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.stats tbody td {
  padding:5px;
  border:1px solid #bbb;
}
.stats thead th, .listing tfoot td{
  background:#E4E9EF;
  text-align:left;
  padding:5px;
}
.stats .pagination{
  float:right;
  padding-top:3px
}
.label_stat {
  width:250px;
}
/* FIN STATS */
/* valeurs */
.valeurs ul  {
	padding:0px;
	margin:0px;
}
.valeurs ul li  {
	padding:0px;
	margin:0px;
}
.valeurs ul li:before  {
	display:none;
}
.valeurs h3 {
  color:#000;
  font-size:1.286em;
  font-weight:400;
  margin:0px;
  padding:15px 0px 10px 0px;
}
.TinyTools.ToggleSwitch {
	border-radius:25px !important;
	border:1px solid #BBBCC4 !important;
	width:32px !important;
	height:16px !important;
	background-color: #FFF !important;
	}
.TinyTools.ToggleSwitch .NubWrapper.Checked .Nub {
	background:#333 !important;
	}
.TinyTools.ToggleSwitch .NubWrapper .Nub {
	background:#BBBCC4 !important;
}
.TinyTools.ToggleSwitch .NubWrapper .OnSide,
.TinyTools.ToggleSwitch .NubWrapper .OffSide,
.TinyTools.ToggleSwitch .NubWrapper.Checked .OffSide {
	border-radius:25px !important;
	background:#FFF !important;
}
.tabToggle {
	display: table;
}
.tdToggle {
	width:32px;
	vertical-align: top;
	padding-top:4px;
	}
.tdLabel {
	vertical-align: middle;
  color:#333;
  font-size:0.929em;
  line-height:1.2em;
  padding:2px 0px 2px 8px;
}
.autresValeursFormation {
	-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 25px;
		width: 100%;
}
.autresValeursFormation ul {
	break-inside: avoid-column;
    page-break-inside: avoid;
}
/* FIN valeurs */

/* FIELDSET */
fieldset {
  border:1px dotted #7B7C8C;
	margin:30px 0px;
	padding:15px 25px;
}
#form_entreprise fieldset {
	background-color:#FFF;
	border:0px;
}
fieldset.box {
	background-color:#FFF;
	border:0px;
	margin-top:40px;
}
legend {
  font-size:1.9em;
  font-weight:400;
   color:#000;
   font-family: 'Yantramanav', sans-serif;
	padding:15px 0px;
}
fieldset.box > legend {
	margin-top:-29px;
}
fieldset fieldset legend {
  font-size:1.4em;
  font-weight:700;
}
fieldset h2 {
  margin-top:0px;
  padding:10px 15px;
  border:0px;
  margin:0px;
  font-size:1.3em;
}
fieldset.fiche_offre {
  background-color:#CDDAE2;
}
fieldset .it_offre h2 {
  padding:0px 0px 6px 0px;
}
/* FIN FIELDSET */

.niv2  {
	border-color:#ccc;
	text-align:left;
	margin:30px 10%;
}
.niv2 .view {
	width:auto;
	display:inline-block;
	margin:10px 20px;
}
.niv2 .view th {
	width:80px;
}
.niv2 hr {
	margin:5px 0px;
}
.premium {
	border:2px solid #59A0BB;
	box-shadow:2px 2px 4px rgba(0,0,0,0.4);
}
.premium legend {
	font-weight:700;
}
.tabCout {
	margin:auto;
}
.tabCout .legend {
	font-weight:700;
}
.tabCout .td {
	padding:4px 6px;
}
.tabCout .td.toggle {
    padding-top:6px;
}
.contenu .selection li::before {
   display:none;
}
.promoItem {
	width:340px;
	text-align:center;
}
.tdRadio {
	width:15px;
}
.tdOrganisation {
	border-bottom:1px solid #ccc;
	padding:15px 0px;
}
.tabOrganisation:last-child .tdOrganisation {
	border-bottom:0px;
}
.tabOrganisation .formulaire td {
    padding: 1px 4px;
    vertical-align: middle;
}
.tabOrganisation .formulaire h4 {
    font-weight:700;
}
.tabTotal {
	float:right;
	border-bottom:1px solid #ccc;
}
.tabTotal th {
	width:100px;
	font-weight:400;
}
.tdAct,
.tabSmart .tdAct {
	vertical-align: bottom;
	padding-left:25px;
	width:230px;
	text-align: right;
}
.tdAct .indic {
	font-size:1em;
	margin:15px 0px;
}
.calendar_reset {
	background:#ccc;
	border-radius:3px;
	border:0px;
	color:#FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 padding: 2px 6px 3px;
	margin:2px;
	display: inline-block;
}
.calendar_reset:hover {
	background:#E0000D;
	cursor:pointer;
}

#criteria_motscles {
	width:380px;
}
#monBoutonSauvegarde {
	padding-left:35px;
	background-size: 30px auto;
	background-position: 5px center;
	background-color: #888997;
	margin:3px 0px;
	font-size:0.8em !important;
}
.moteur2 label {
	text-align: left;
	width:auto;
	display: inline-block;
}
.inlineB {
	display: inline-block;
}
.moteur2 select {
	width: auto;
}
.moteur2 h4 {
	margin:0px;
}
.moteur2 .acts {
	margin-top:5px;
}
#form_email {
	margin:20px 0px 0px 0px;
	width: 100%
}
#form_email input,
#form_email textarea {
	width:80%;
	background-color: #D2D2D7 !important;
	border-radius:0px !important;
	margin:10px 2%;
	padding:4px 2%;
}
#form_email textarea {
	min-height: 190px;
}
#form_email label {
	vertical-align: top;
	margin-top:10px;
	width:80px;
}
.progressbar {
    height: 60px;
    margin:40px auto;
    counter-reset: item;
	max-width: 800px;
}
.progressbar-outer {
	position: relative;
width: 100%;
margin: 0.35em -1px 2em;
	border: 0px;
    margin-top: 100px;
    background: url('../images/progressBar.png') repeat-x left center;
    height: 1px;
}
.progressbar-inner {
    background: url('../images/progressBar_on.png') repeat-x left center;
	width:0%;
	height:1px;
}
.progress4x .pInner1 {
	width:0%;
}
.progress4x .pInner2 {
	width:33%;
}
.progress4x .pInner3 {
	width:66%;
}
.progress4x .pInner4 {
	width:100%;
}
.progressbar .item {
	position: absolute;
	display:block;
	margin: -6px -4px;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    margin-top: -25px;
    border: 2px solid #CACACD;
    background-color: #CACACD;
	z-index: 30;
}
.progressbar .it1 {
	left:0%;
}
.progressbar .it2 {
	left:33%;
}
.progressbar .it3 {
	left:66%;
}
.progressbar .it4 {
	left:100%;
}
.progressbar .item:after {
    display: block;
    position: absolute;
    font-size: 0.9em;
    content: counter(item);
    counter-increment: item;
    color: #000;
    top: 12px;
    left: 18px;
    font-weight: 600;
}
.progressbar .lab {
    position: relative;
top: -35px;
left:50%;
	margin-left:-120px;
	width:240px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.progressbar .item.completed .pChiffre,
.progressbar input.lab {
	margin:0px !important;
	background:none !important;
	padding:0px !important;
}
.progressbar input.lab {
	margin-left:-120px !important;
	color:#000 !important;
	font-weight: 400 !important;
}
.progressbar .item.completed .pChiffre {
    display: block;
    position: absolute;
	top:0px;
	left:0px;
	height:44px;
	width:44px;
	z-index: 100;
}
.progressbar .item.completed {
    background-color: #FFF;
    border-color: #59A0BB;
}
.progressbar .item.completed:hover {
    background-color: #59A0BB;
    border-color: #59A0BB;
}
.progressbar .item.current {
    background-color: #59A0BB;
    border-color: #59A0BB;
	font-weight: 600;
}
.progressbar .item.current:after {
	color:#FFF;
}
.viewLine  {
	border-collapse: collapse;
	margin:25px auto;
}
.viewLine th,
.viewLine td {
	text-transform: uppercase;
}
.viewLine th {
	font-weight: normal;
	white-space: nowrap;
		padding:2px 5px 2px 20px;
}
.viewLine td {
	font-weight: bold;
	border-right:1px solid #FFF;
	padding:2px 20px 2px 5px;
}
.viewLine td:last-child,
.viewLine .stitre {
	border:0px;
}
.center {
	text-align: center;
}
.formInline  {
	border-collapse: collapse;
	margin:10px 0px;
}
.formInline th,
.formInline td {
	padding:10px 20px;
}
.formInline tr:first-child th,
.formInline tr:first-child td {
	padding-top:30px;
}
.formInline tr:last-child th,
.formInline tr:last-child td {
	padding-bottom:30px;
}
.formInline th {
	width:50%;
	vertical-align: top;
	color:#000;
	font-weight: bold;
}
.formInline .sTitre {
	font-size: 1.35em;
	border-top:0px;
	text-transform: uppercase;
	padding-left: 40px;
	font-family: 'Yantramanav', sans-serif;
}
.formInline .it {
	color:#333;
	margin:0px 0px 5px 10px;
}