/***** ICONS ****/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-40 { font-size: 40px; }
/**********/

body {
	font-family: 'Chivo', 'Helvetica', 'Arial', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

*, ::before, ::after{
  box-sizing: border-box;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ui-header {
  border-bottom: 0;
  border-top: 0;
}

.ui-body-a {
  font-family: 'Muli';
	background: #F0F5FF;
  color: #3458A9;
  border-color: #C1C1C1;
}

.ui-shadow-inset {
	box-shadow: none;
}

.ui-input-text {
	background: #fff;
	border-radius: 5px;
	padding: 5px !important;
	font-family: 'Chivo';
}

/**** TOPBARRE ****/

/** addd **/
#TopBarre {
	height: 80px;
	border-bottom: 0;
	line-height: 85px;
}
/****/

/**** CONTENT ****/
.DNNAlignleft {

}

#dnn_ContentPane {
  background: #fff;
  margin: 30px 20px;
  border-radius: 10px;
}

.moteur-offres, .moteur-offresCV {
	background: none !important;
	border: none !important;
	font-size: 14px;
}

