/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/
body {
  color: #000;
  font-size: 62.5%;
  background-color: #f3f3f3;
  font-family: Calibri, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
ul,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
}
/* YOMO - 15/02/2017 */
ul {
  list-style: none;
}
/* FIN YOMO */
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.new-select {
  background: url("../img/skin-select.png") no-repeat scroll right center #ffffff;
  border: 1px solid #5B595C;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: auto;
  padding: 4px 40px 4px 15px;
  font-size: 1.5em;
  margin-left: 5px;
  cursor: pointer;
	/*width: 150px;*/
}
.new-select select {
  height: 100%;
  left: -1px;
  padding: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  border: 1px solid #373838;
}
.new-select .select {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bbp-topic-form .new-select {
	padding: 2px 42px 2px 9px;
	font-size: 1em;
  margin: 2px 0 0 0;
}
.new-checkbox,
.new-radio {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: -2px 7px 0 0;
}
.new-checkbox {
  width: 13px;
  height: 13px;
  background: url(../img/bg-checkbox.png) left top no-repeat;
}
.new-checkbox.check {
  background-position: left -13px;
}
.new-radio {
  width: 17px;
  height: 17px;
  background: url(../img/bg-radio.png) left top no-repeat;
}
.new-radio.check {
  background-position: left -17px;
}
#wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.share-button {
	width:105px;
	float:right;
	margin-bottom: 20px;
}
.share-button.google {
	width:70px;
}
/*********** MOBILE ONLY **********/
@media only screen and (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}
/* Iphone 5 landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .mobile-only {
    display: block;
  }
}
/* TOPNAV
--------------------------------------------------------------------------------------------------------------------------------------*/
#topnav {
  padding: 3px 0;
  text-align: right;
}
#topnav .links {
  display: inline;
  vertical-align: middle;
}
#topnav .links li {
  display: inline;
  padding: 0 10px;
  font-size: 1.3em;
  border-right: 1px solid #030303;
}
#topnav .links a {
  color: #030303;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
#topnav .links a:hover, #topnav .links a:focus {
  text-decoration: underline;
}
#topnav .social {
  display: inline;
  padding: 0 5px;
  vertical-align: top;
}
#topnav .social li {
  padding: 0 5px;
  display: inline-block;
}
#topnav .social li img {
  vertical-align: top;
}
#topnav .opts {
  display: inline;
  vertical-align: middle;
  border-right: 1px solid #030303;
  border-left: 1px solid #030303;
  padding: 0 8px;
}
#topnav .opts li {
  display: inline;
}
#topnav .opts li button {
  border: 0;
  font-size: 15px;
  vertical-align: middle;
  padding: 0 1px;
}
#topnav .opts li button:hover, #topnav .opts li button:focus {
  text-decoration: underline;
}
#topnav .opts .contrast {
  background: url("../img/ico-contraste.png") no-repeat center center;
  height: 0;
  width: 0;
  z-index: 20;
  overflow: hidden;
  padding: 12px 0 0 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
#topnav .lang {
  display: inline;
  vertical-align: middle;
  padding: 0 10px;
  cursor: pointer;
}
#topnav .lang span {
  background: url("../img/arr-bottom.png") no-repeat right center;
  font-size: 1.2em;
  padding-right: 16px;
  vertical-align: middle;
}
/* HEADER
--------------------------------------------------------------------------------------------------------------------------------------*/
#header {
  background-color: #fff;
}
#header .top {
  padding: 15px 35px;
  background: url("../img/bg-quadri-top.png") no-repeat right center;
}
#header .top #logo {
  font-size: 7.5em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
}
#header .top #logo img {
  vertical-align: middle;
  margin-right: 55px;
}
#header .top #logo a {
  color: #4295d1;
  text-decoration: none;
}
.menu-wrapper.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
}
#menu {
  display: table;
  width: 100%;
  margin:0 auto;
  max-width:1000px;
}
#menu > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #fff;
}
#menu > li:first-child {
  border-left: 0;
}
#menu > li.current > a,
#menu > li:hover > a, #menu > li a:focus {
  border-width: 12px;
  padding-bottom: 7px;
}
#menu > li.home {
  background-color: #EAEEF3 ;
}
#menu > li.home a {
  padding-left: 20px;
}
#menu > li.home span {
  background: url("../img/icone-home.png") no-repeat center center;
  height: 0;
  width: 0;
  z-index: 20;
  overflow: hidden;
  padding: 19px 0 4px 18px;
  display: block;
}
#menu > li.cnous > a {
  border-color: #fa8700;
}
#menu > li.bourse > a {
  border-color: #4bd0af;
}
#menu > li.logement > a {
  border-color: #b272b6;
}
#menu > li.aides > a {
  border-color: #3cb7d6;
}
#menu > li.restauration > a {
  border-color: #ff5c00;
}
#menu > li.culture > a {
	border-color: #ff4896;
}
#menu > li.international > a {
  border-color: #f5c007;
}
#menu > li > a {
  color: #373838;
  font-size: 2.4em;
  display: block;
  padding: 20px 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #eaeef3;
  font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
  border-bottom: 4px solid #4295d1;
}

#menu .sub-menu{
  position:absolute;
  z-index:1000;
  max-width:240px;
  background-color:#d2d6db;
}
#menu > li:hover .sub-menu, #menu > li:focus .sub-menu{
  display:block;
}
#menu .sub-menu li{
  text-align:left;
}

#menu .sub-menu a{
  /* accessibility : move outside */
  position:absolute;
  left:-9999px;
  background-color: #EAEEF3;
  max-width: 240px;
  z-index:1000;

  margin-bottom:1px;
  display:block;
  color:#373838;
  font-size:1.4em;
  padding:10px 15px;
  text-decoration:none;
  text-transform:uppercase;
}
/* accessibility : show them on focus */
#menu > li:not(:hover) li a:focus, #menu > li:hover li a {
	left:auto;
	position:static;
}

#menu > li.cnous li a:hover, #menu > li.cnous li a:focus {
  color: #fa8700;
}
#menu > li.bourse li a:hover, #menu > li.bourse li a:focus  {
  color: #4bd0af;
}
#menu > li.logement li a:hover, #menu > li.logement li a:focus  {
  color: #b272b6;
}
#menu > li.aides li a:hover, #menu > li.aides li a:focus  {
  color: #3cb7d6;
}
#menu > li.restauration li a:hover, #menu > li.restauration li a:focus  {
  color: #ff5c00;
}
#menu > li.culture li a:hover, #menu > li.culture li a:focus  {
  color: #ff4896;
}
#menu > li.international li a:hover, #menu > li.international li a:focus  {
  color: #f5c007;
}

/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------------*/
#content {
  background-color: #fff;
  display: table;
  width: 100%;
  padding-top: 40px;
  position: relative;
}
/* CONTENT TOP-----------------------------------------------------*/
#content-top {
  padding: 10px;
  border-bottom: 1px solid #eaeef3;
  background-color: #fff;
}
#content-top #breadcrumbs {
  float: left;
  padding-top: 15px;
}
#content-top #breadcrumbs > span {
  font-size: 1.2em;
  float: left;
}
#content-top #breadcrumbs > span > span {
	margin-left:10px;
}
#content-top #breadcrumbs > span a {
  /*background: url("../img/arr-breadcrumbs.png") no-repeat right center;*/
  color: #8096a6;
  margin-right: 10px;
}
#content-top #breadcrumbs > span {
  color: #8096a6;
}
#content-top #form-search {
  float: right;
}
#content-top #form-search fieldset {
  border: 1px solid #373838;
}
#content-top #form-search #s {
  background: url("../img/ico-search.png") no-repeat scroll 10px center transparent;
  border: 0;
  color: #373838;
  font-size: 1.5em;
  padding: 5px 5px 5px 30px;
  vertical-align: middle;
  width: 145px;
}
#content-top #form-search input[type="submit"], #select input[type="submit"] {
  background-color: #373838;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 2em;
  height: 30px;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 30px;
  font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
}

#select input[type="submit"] {
	height:27px;
	width:auto;
	padding:2px 10px 3px;
}
/* SIDEBAR-----------------------------------------------------*/
#sidebar {
  display: table-cell;
  vertical-align: top;
  width: 210px;
  padding: 0 10px 10px 15px;
}
#sidebar.home h1 {
  background-color: #4295d1;
}
#sidebar.cnous h1 {
  background-color: #fa8700;
}
#sidebar.bourse h1 {
  background-color: #4bd0af;
}
#sidebar.logement h1 {
  background-color: #b272b6;
}
#sidebar.aides h1 {
  background-color: #3cb7d6;
}
#sidebar.restauration h1 {
  background-color: #ff5c00;
}
#sidebar.culture h1 {
  background-color: #ff4896;
}
#sidebar.international h1 {
  background-color: #f5c007;
}
#sidebar h1 {
  color: #fff;
  font-size: 2.2em;
  font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 7px 0 7px 14px;
}
#sidebar h1 a {
  color: #fff;
  text-decoration: none;
}
#sidebar > ul {
  padding: 10px 0 0 15px;
}
#sidebar > ul li {
  line-height: 1.25;
}
#sidebar > ul a {
  text-decoration: none;
  font-size: 1.6em;
}
#sidebar > ul a:hover {
  text-decoration: underline;
}
#sidebar > ul > li {
  margin-top: 30px;
}
#sidebar > ul > li:first-child {
  margin: 0;
}
#sidebar > ul > li > a {
  text-transform: uppercase;
  color: #585656;
}
#sidebar > ul > li li {
  margin-left: 15px;
}
#sidebar > ul > li li a {
  color: #949292;
}

/* WYSIWIG---------------*/

#inner .wysiwyg {
	font-size:1.4em;
	line-height:1.2;
}
#inner .wysiwyg h1, #inner .wysiwyg h2, #inner .wysiwyg h3, #inner .wysiwyg h4, #inner .wysiwyg p, #inner .wysiwyg ul {
	line-height:1.2;
}

#inner .wysiwyg h1 {
  font-size: 1.8em;
}
#inner .wysiwyg h2 {
	font-size: 1.6em;
}
#inner .wysiwyg h3 {
  font-size: 1.2em;
}
#inner .wysiwyg h1, #inner .wysiwyg h2, #inner .wysiwyg h3 {
  color: #4295d1;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
#inner .wysiwyg .sub-title {
  color: #353535;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 8px;
  display: block;
}
#inner .wysiwyg .published {
  display: block;
  color: #353535;
  margin-bottom: 8px;
}
#inner .wysiwyg .cats {
  color: #353535;
  margin-bottom: 30px;
}
#inner .wysiwyg .cats ul {
  display: inline;
}
#inner .wysiwyg .cats ul li {
  display: inline;
}
#inner .wysiwyg .cats ul li a {
  color: #353535;
}
#inner .wysiwyg p {
  color: #000000;
  margin-bottom: 25px;
}
#inner .wysiwyg p.intro {
  color: #5f5f5f;
}
#inner .wysiwyg > ul {
  margin-bottom: 20px;
}
#inner .wysiwyg > ul li {
  background: url("../img/list-orange.png") no-repeat scroll left 6px transparent;
  padding-left: 14px;
}
#inner .wysiwyg .download-pdf,
#inner .wysiwyg .print {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 22px;
}
#inner .wysiwyg .download-pdf {
  background: url("../img/ico-pdf.png") no-repeat left center;
}
#inner .wysiwyg .print {
  background: url("../img/ico-print.png") no-repeat left center;
}
#inner .wysiwyg > ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
#inner .wysiwyg > ol li {
  list-style-type: decimal;
}
#inner .wysiwyg > ol li a {
  color: #000;
  text-decoration: underline;
}
#inner .wysiwyg .visuel {
  border-top: 1px solid #4295d1;
  margin-top: 20px;
  padding-top: 20px;
}
#inner .wysiwyg .visuel img {
  width: 100%;
  height: auto;
}
#inner .wysiwyg .wp-caption-text {
  color: #676767;
  font-style: italic;
  font-size: 0.9em;
}
#inner .wysiwyg hr {
	background-color: #4295D1;
    border: 0 none;
    clear: both;
    color: #4295D1;
    height: 1px;
}
#inner .wysiwyg .post {
  border-top: 1px solid #4295d1;
  margin-top: 20px;
  padding-top: 20px;
}

.alignleft {
	float: left;
	margin: 5px 2% 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 2%;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

#inner .wysiwyg .std-form {
  border-top: 1px solid #4295d1;
  border-bottom: 1px solid #4295d1;
  padding: 20px 0;
}
#inner .wysiwyg .std-form h3 {
  margin-bottom: 5px;
}
#inner .wysiwyg .std-form form {
  padding-left: 15px;
  font-size: 1.1em;
}
#inner .wysiwyg .std-form form > div {
  margin-top: 20px;
}
#inner .wysiwyg .std-form form > div > label {
  float: left;
  width: 22%;
  margin-right: 1%;
}
#inner .wysiwyg .std-form form > div input[type="text"] {
  padding: 3px 5px;
  width: 67%;
  border: 1px solid #373838;
}
#inner .wysiwyg .std-form form > div textarea {
  padding: 3px 5px;
  width: 67%;
  border: 1px solid #373838;
  font-family: Calibri, Arial;
}
#inner .wysiwyg .std-form form > div.checkbox ul,
#inner .wysiwyg .std-form form > div.radio ul {
  float: left;
  width: 60%;
}
#inner .wysiwyg .std-form form > div.checkbox ul li,
#inner .wysiwyg .std-form form > div.radio ul li {
  margin-top: 10px;
}
#inner .wysiwyg .std-form form > div.checkbox ul li:first-child,
#inner .wysiwyg .std-form form > div.radio ul li:first-child {
  margin-top: 0;
}
#inner .wysiwyg .std-form form > div .new-select {
  margin-left: 0;
  font-size: 0.6em;
}
#inner .wysiwyg .std-form form > div.submit {
  text-align: right;
}
#inner .wysiwyg .std-form form > div.submit input[type="submit"] {
  background: url("../img/arr-submit.png") no-repeat right center #4295d1;
  text-transform: uppercase;
  padding: 6px 28px;
  font-family: 'bebas_neueregular', Arial;
  border: 0;
  color: #fff;
  letter-spacing: 0.02em;
}
#inner .wysiwyg .std-form form > div.submit input[type="submit"]:hover {
  text-decoration: underline;
}
#inner .wysiwyg .std-form form .checkbox li {
  margin-bottom: 10px;
}
#inner .wysiwyg table {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 40px;
  border-collapse: collapse;
}
#inner .wysiwyg table td {
  color: #373838;
  padding: 5px 10px;
  border: 1px solid #eaeef3;
}
#inner .wysiwyg table th {
  background-color: #eaeef3;
  color: #373838;
  font-family: 'bebas_neueregular', Arial;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  font-size: 1.3em;
  border: 1px solid #fff;
}
#inner .wysiwyg table th:first-child {
  border-left-color: #eaeef3;
}
#inner .wysiwyg table th:last-child {
  border-right-color: #eaeef3;
}
/* FOOTER
--------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
}
#footer .logo {
  position: absolute;
  left: 50px;
  top: 14px;
}
#footer .logo img {
  display: block;
}
#footer .top {
  background-color: #494c52;
  padding: 14px 0 14px 125px;
	text-align: center;
}
#footer .top li {
  display: inline;
  padding: 0 6px 0 12px;
  background: url("../img/line-footer.png") no-repeat left center;
}
#footer .top li:first-child {
  background: none;
}
#footer .top li a {
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .top li a:hover {
  text-decoration: underline;
}
#footer .middle {
  background-color: #3a3d43;
  padding: 14px 0 14px 290px;
  font-family: 'bebas_neueregular', Arial;
}
#footer .middle > a {
  background: url("../img/ico-mail.png") no-repeat left center;
  float: left;
  padding-left: 30px;
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
}
#footer .middle > a:hover {
  text-decoration: none;
}
#footer .middle > div {
  float: left;
  margin-left: 50px;
}
#footer .middle > div label {
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
#footer .bottom {
  background-color: #494c52;
  text-align: center;
  padding: 20px 0 10px 80px;
  height:25px;
}
#footer .bottom ul li {
  display: inline;
  padding: 0 5px 0 10px;
  background: url("../img/line-footer2.png") no-repeat left center;
}
#footer .bottom ul li:first-child {
  background: none;
}
#footer .bottom ul li a {
  color: #9b9da3;
  font-size: 1.3em;
  text-decoration: none;
}
#footer .bottom ul li a:hover {
  text-decoration: underline;
}
h2.title,
h1.title {
  color: #393838;
  font-size: 2.5em;
  padding-left: 35px;
  background: url(../img/bg-title-left.jpg) left center no-repeat #eaeef3;
  text-transform: uppercase;
  font-family: 'bebas_neueregular', Arial;
  margin-bottom: 15px;
  font-weight: normal;
}
#wrapper h2.title span,
h1.title span {
  width: 100%;
  background: url(../img/bg-title-right.jpg) right center no-repeat #eaeef3;
  padding: 6px 0;
  display: block;
}
/* POPIN
--------------------------------------------------------------------------------------------------------------------------------------*/
#popin {
  padding: 3% 3% 1% 3%;
  overflow: auto;
  width: 480px;
}
#popin h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #373838;
  font-family: 'bebas_neueregular', Arial;
}
#popin .std-form {
  margin-top: 15px;
  font-size: 1.5em;
}
#popin .std-form .fields li {
  margin-top: 20px;
}
#popin .std-form .fields li:first-child {
  margin: 0;
}
#popin .std-form .fields label {
  text-transform: uppercase;
  color: #373838;
  display: block;
}
#popin .std-form input[type="text"],
#popin .std-form textarea {
  border: 1px solid #C0C0C0;
  padding: 5px 10px;
  width: 93%;
  margin-top: 5px;
}
#popin .std-form .other-fields {
  margin: 13px 0 0 70px;
}
#popin .std-form .other-fields select {
  margin-bottom: 13px;
}
#popin .btn {
  margin-top: 30px;
}
#popin .btn a,
#popin .btn input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 2em;
  font-family: 'bebas_neueregular', Arial;
  text-decoration: none;
}
#popin .btn a {
  float: left;
  background: url("../img/arr-cancel.png") no-repeat scroll left center #4295d1;
  padding: 3px 20px 3px 25px;
}
#popin .btn input[type="submit"] {
  float: right;
  overflow: visible;
  background: url("../img/arr-submit.png") no-repeat scroll right center #4295d1;
  padding: 3px 25px 3px 20px;
}
.bebas {
  font-family: 'bebas_neueregular', Arial;
}




body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	line-height:auto;
	margin:0;
	display:inline;
}

body .gform_wrapper .top_label select.medium {
	width: 100%;
}

/* popin mobile */
#thepopin {
	display:none;
}

