@charset "UTF-8";
/*
 * Global Stylesheets
 */
/* *** Surcharge neat bourbon *** */
/*
 * Bower externals libraries
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/

.loader_form {
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  min-height: 350px;
  background-position-x: 49%;
  background-position-y: 49%;
}

/*Errors*/
form .error {
  color: #c00;
  font-weight: normal !important;
}

/*Header*/
header {
  margin-bottom: 28px;
  height: 37px;
  background: #737699;
  padding-left: 7px;
}
header .menu-sandwitch, header .logo, header .links-header {
  display: inline-block;
  vertical-align: middle;
}
header .menu-sandwitch img {
  width: 17px;
}
header .logo {
  padding-left: 20px;
}
header .logo img {
  width: 88px;
}
header .links-header {
  padding-left: 15px;
}
/* ces classes sont dupliquées entre styles.css et base.css, ça devrait être dans un fichier séparé, en passant par une nouvelle classe spécifique plutot que ces gros sélecteurs */
header .links-header .aide-icon, header .links-header .configuration-icon, header .links-header .logout-icon {
  padding-left: 15px;
}
header .links-header .aide-icon img, header .links-header .configuration-icon img, header .links-header .logout-icon img {
  width: 18px;
}
header .links-header .aide-icon span, header .links-header .configuration-icon span, header .links-header .logout-icon span {
  display: none;
}

header .links-header .zoom-icons, header .links-header .aide-icon, header .links-header .configuration-icon, header .links-header .logout-icon {
  display: inline-block;
  vertical-align: middle;
}
header .links-header .zoom-icons a, header .links-header .aide-icon a, header .links-header .configuration-icon a, header .links-header .logout-icon a {
  text-decoration: none;
  color: white;
}
header .links-header .zoom-icons a span, header .links-header .aide-icon a span, header .links-header .configuration-icon a span, header .links-header .logout-icon a span {
  font-family: 'Noto Sans',sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/*Page Login*/
.bg-purple {
  background-color: #9999cf;
}
.page-login {
  background-color: #ffffff;
  color: #666666;
  background-color: #ffffff;
  font-family: 'Noto Sans',sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.page-login #content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 87px; /* 87px c'est précis : c'est pour garder exactement l'ancienne largeur pour les petits écrans */
}
.page-login #user-login {
  text-align: center;
  max-width: 445px;
  justify-items: center;
}
.page-login #user-login .form-item {
  margin: 1.5em 0;
}
.page-login #user-login label {
  display: block;
  font-weight: bold;
}
.page-login #user-login .form-required {
  color: #c00;
}
.page-login #user-login input[type="text"], .page-login #user-login input[type="password"] {
  height: 29px;
}
.page-login #user-login input {
  padding-left: 12px;
}
.page-login #user-login input, .page-login #user-login select {
  background-color: #F7F7F7;
  border: none;
  margin: 6px 0;
  line-height: 29px;
}
.page-login #user-login button, .page-login #user-login input, .page-login #user-login select, .page-login #user-login textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-login #user-login .btn-file {
  position: relative;
  overflow: hidden;
  background-color: #4a4e67;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 3% 0;
  margin-left: 6%;
  margin-right: 6%;
  padding-left: 45px !important;
  padding-right: 45px !important;
  padding-top: 7px;
  color: #ffffff !important;
  font-size: 1.1em !important;
  text-transform: uppercase;
  height: 35px !important;
  font-weight: bold;
}
.page-login #user-login .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.page-login #user-login .form-item .description {
  font-size: 0.85em;
}
.page-login #user-login .description {
  padding: 10px;
  background-color: #9898CE;
  color: #fff;
  display: none;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
.page-login #user-login input[type="submit"] {
  background-color: #595799;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 3% 0;
}
.page-login #user-login input {
  width: 100%;
}
.page-login .content_area {
  max-width: 980px;
  margin: 0 auto;
}
.page-login .header {
  background-color: #F7F7F7;
  padding: 7px 0;
  color: #666666;
  height: 92px;
}
.page-login .header .content_area .w85 {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.page-login .header .content_area .w85 #logo {
  float: left;
  width: 25%;
  padding-right: 0px;
}
.page-login .header .content_area .w85 #logo,
.page-login .header .content_area .w85 #name-and-slogan {
  height: 80px;
  line-height: 80px;
}
.page-login .header .content_area .w85 #logo a {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}
.page-login .header .content_area .w85 #name-and-slogan {
  float: left;
  vertical-align: middle;
  width: 75%;
}
.page-login .header .content_area .w85 #name-and-slogan #site-slogan {
  border-left: 1px solid #666666;
  padding-left: 1%;
  font-style: italic;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  display: none;
}
.page-login .header-top {
  font-size: 11px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 30px;
}
.page-login .header-top-block-1 {
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 900;
  width: 100%;
  margin-left: 18%;
  height: 30px;
}
.page-login .header-page-type {
  margin-top: 20px;
}
.page-login .header-page-type #logo {
  margin-left: 10%;
}
.page-login .header-page-type img {
  width: 100px;
}
.page-login .header-top-dashboard {
  background-color: #737699;
  height: 37px;
}
.page-login .header-top-dashboard .menu_icon {
  display: block-inline;
  margin-left: -5%;
  margin-right: 3%;
}
.page-login .header-top-dashboard .header-top-block-1 {
  text-align: right;
  left: auto;
  height: 37px;
  right: 0;
  max-width: 240px;
  padding: 10px;
}
.page-login .header-top-dashboard #logo {
  margin-left: 10%;
}
.page-login .header-top-dashboard #logo img {
  width: 94px;
}
.page-login .header-top-dashboard .aide-icon, .page-login .header-top-dashboard .configuration-icon, .page-login .header-top-dashboard .logout-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.page-login .header-top-dashboard .aide-icon span, .page-login .header-top-dashboard .configuration-icon span, .page-login .header-top-dashboard .logout-icon span {
  display: none;
}
.page-login .header-top-dashboard .aide-icon a, .page-login .header-top-dashboard .configuration-icon a, .page-login .header-top-dashboard .logout-icon a {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-family: 'Noto Sans',sans-serif;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
}
.page-login .header-top-dashboard .aide-icon img, .page-login .header-top-dashboard .configuration-icon img, .page-login .header-top-dashboard .logout-icon img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.page-login .header-top-dashboard .zoom-icons {
  margin-right: 20px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.page-login .header-top-dashboard .zoom-icons a {
  margin-right: 5px;
}
.page-login .header-top-dashboard .zoom-icons img {
  display: inline-block;
  vertical-align: middle;
}
.page-login #footer {
  max-width: 10000px;
  margin-left: auto;
  margin-right: auto;
  color: #d4d4f4;
  padding: 15px 0 0;
  box-sizing: border-box;
  word-wrap: break-word;
}
.page-login #footer::after {
  clear: both;
  content: "";
  display: block;
}
.page-login #footer .lien-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.page-login #footer .lien-footer:last-child {
  margin-right: 0;
}
.page-login #footer .social-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.page-login #footer .social-footer:last-child {
  margin-right: 0;
}
.page-login #footer .copyright-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.page-login #footer .copyright-footer:last-child {
  margin-right: 0;
}
.page-login #footer .block-multiblock {
  width: 33%;
  float: left;
  text-align: center;
  display: block;
}
.page-login #footer .block-cfecgc-blocks {
  text-align: center;
}
.page-login #footer h2.block_title {
  text-align: center;
}
.page-login #footer h2.block_title {
  color: #FFFFFF;
}
.page-login #footer .block_title {
  font-family: 'Open Sans',sans-serif;
  font-size: 2em;
  font-weight: 100;
  color: #333333;
  padding-bottom: 10px;
  margin: 0px;
}
.page-login #footer #block-cfecgc-blocks-cfecgc-blocks-contact-us .content {
  font-size: 1.1em;
  line-height: 1.3;
}
.page-login #footer .block-cfecgc-blocks {
  width: 100%;
  float: left;
  text-align: center;
}
.page-login #footer .follow_us_items li {
  display: inline-block;
  float: none;
  width: 12%;
  padding: 0 1%;
  height: auto;
  line-height: 0;
  margin-left: 10px;
}
.page-login #footer .follow_us_items li a {
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.page-login #footer .follow_us_items {
  padding: 0px;
  margin: 0px;
}
.page-login #footer h2.block_title {
  color: #FFFFFF;
}
.page-login #footer .menu__item.is-leaf {
  list-style: none;
  color: #d4d4f4;
}
.page-login #footer #backtotop {
  position: absolute;
  right: 10px;
  width: 47px;
  height: 47px;
}
.page-login .region-footer-bottom {
  color: #d4d4f4;
  background-color: #9999cf;
  padding: 30px 0 45px;
}
.page-login .region-footer-bottom .content_area {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.page-login .region-footer-bottom #block-menu-menu-lien-footer-mini, .page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright {
  width: 100%;
  display: inline-block;
}
.page-login .region-footer-bottom #block-menu-menu-lien-footer-mini a {
  color: #d4d4f4;
}
.page-login .region-footer-bottom #block-menu-menu-lien-footer-mini li {
  padding: 0 1%;
  display: inline-block;
}
.page-login .region-footer-bottom .menu__item.is-leaf {
  list-style: none;
}
.page-login .region-footer-bottom .region-footer-bottom li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #d4d4f4;
}
.page-login .region-footer-bottom a {
  text-decoration: none;
}
.page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright {
  text-align: left;
  float: right;
}
.page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright span.production {
  border-left: 1px solid #d4d4f4;
}
.page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright a {
  color: #d4d4f4;
}

@media only screen and (max-height: 680px) {
  .page-login #footer {
    padding-top: 15px;
  }
  .page-login #footer .block_title {
    font-size: 2em;
  }
	.page-login #footer .follow_us_items li {
		max-width: 28px;
  }
	.page-login #footer .follow_us_items li img {
    max-width: 100%;
    height: auto;
  }
	.page-login .region-footer-bottom {
    padding: 15px 0;
  }
}
/*Fin page login*/

/* ces classes sont dupliquées entre styles.css et base.css, ça devrait être dans un fichier séparé, en passant par une nouvelle classe spécifique plutot que ces gros sélecteurs */
.page-mot-de-passe-oublie .container-message-retour, .page-creation-mot-de-passe .container-message-retour {
  min-height: 155px;
  margin-top: 16px;
}

.page-modification-mot-passe .container-message-retour {
  margin-top: 16px;
}

/*Page Type*/
.page-type {
  background-color: #737699;
}

.page-type .header-page-type {
  padding-left: 0px;
  margin-left: 15px;
  margin-top: 20px;
}
.page-type .header-page-type #logo {
  margin-left: 0px;
  margin-bottom: 25px;
}
.page-type .header-page-type img {
  width: 100px;
}
.page-type.page-mot-de-passe-oublie .header-page-type img {
  width: auto;
  max-height: 73px;
}

.page-type #content {
  margin-top: 50px;
}
.page-type .container-page-type {
  margin-left: 15px;
  margin-right: 15px;
}
.page-type table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-type table th {
  background-color: #4a4e67;
  padding: 3px;
  padding-left: 10px;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.page-type table td {
  padding: 10px;
  color: black;
  font-size: 15px;
}
.page-type table .odd {
  background: #f7f7f7;
}
.page-type #user-login, .page-type #form_page_type {
  text-align: center;
}
.page-type #user-login .form-item, .page-type #form_page_type .form-item {
  margin: 1.5em 0;
}
.page-type #user-login label, .page-type #form_page_type label {
  display: block;
  font-weight: bold;
}
.page-type #user-login .form-required, .page-type #form_page_type .form-required {
  color: #c00;
}
.page-type #user-login input[type="text"], .page-type #user-login input[type="password"], .page-type #form_page_type input[type="text"], .page-type #form_page_type input[type="password"] {
  height: 29px;
}
.page-type #user-login input, .page-type #form_page_type input {
  padding-left: 12px;
}
.page-type #user-login input, .page-type #user-login select, .page-type #form_page_type input, .page-type #form_page_type select {
  background-color: #F7F7F7;
  border: none;
  margin: 6px 0;
  line-height: 29px;
}
.page-type #user-login button, .page-type #user-login input, .page-type #user-login select, .page-type #user-login textarea, .page-type #form_page_type button, .page-type #form_page_type input, .page-type #form_page_type select, .page-type #form_page_type textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-type #user-login .form-item .description, .page-type #form_page_type .form-item .description {
  font-size: 0.85em;
}
.page-type #user-login .description, .page-type #form_page_type .description {
  padding: 10px;
  background-color: #9898CE;
  color: #fff;
  display: none;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
.page-type #user-login input[type="submit"], .page-type #form_page_type input[type="submit"] {
  background-color: #595799;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 3% 0;
}
.page-type #user-login label, .page-type #form_page_type label {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  /*width: 200px;*/
  text-align: left;
  margin-right: 20px;
  font-size: 15px;
  color: black;
  font-weight: normal;
  float: left;
}
.page-type #user-login input, .page-type #form_page_type input {
  border: 1px solid black;
  width: 100%;
}
.page-type #user-login select, .page-type #form_page_type select {
  width: 100%;
  border: 1px solid black;
  height: 29px;
  padding-left: 8px;
}
.page-type #user-login .form-submit, .page-type #form_page_type .form-submit {
  border: 0px solid black;
  background-color: #4a4e67 !important;
  padding: 3px 0px !important;
  color: #ffffff !important;
  font-size: 1.1em !important;
  text-transform: uppercase;
  margin: 3% 0 !important;
  height: 35px !important;
  font-weight: bold;
  width: 160px !important;
}
.page-type #user-login img, .page-type #form_page_type img {
  max-width: 100%;
  /* This rule is very important, please do not ignore this! */
}
.page-type #form_page_type {
  text-align: left;
}
.page-type .container-form {
  background: white;
  overflow-x: hidden;
}
.page-type .header-content {
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.page-type .title, .page-type .fermer {
  display: inline-block;
  vertical-align: middle;
}
.page-type .title h1 {
  font-weight: normal;
  font-size: 12px;
}
.page-type .fermer {
  float: right;
  margin-top: 6px;
  font-size: 10px;
}
.page-type .fermer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.page-type .fermer a img {
  margin-left: 10px;
  vertical-align: middle;
  width: 15px;
}
.page-type .form-actions {
  text-align: center;
  clear: both;
}

/*fin page type*/
/*Style commune*/
/*Message Form*/
.general-form-message-error, .general-form-message-success, .general-form-message-loader, .general-form-message {
  margin-top: 25px;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  margin-top: 0px;
}

.general-form-message-error {
  color: #d75d58;
  border: 1px solid #d75d58;
  display: none;
}

.general-form-message-success {
  color: #6ba37e;
  border: 1px solid #6ba37e;
  display: none;
}

.container-message-retour {
  height: 55px;
  margin-top: 10px;
}

/*Input*/
label {
  display: inline;
}

.label_description {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  lin-height: 20px;
}

.radio-1 {
  width: 193px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 362px) {
  /*Header*/
  header .links-header {
    float: right;
    margin-top: 6px;
    margin-right: 15px;
    background: #737699;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 652px) {
  /*Header*/
  header {
    background: white;
    padding-left: 0px;
  }
  header .logo {
    padding-left: 40px;
  }
  header .menu-sandwitch {
    display: none;
  }
  header .links-header {
    width: 465px;
    margin-top: 0;
    padding-top: 6px;
    height: 100%;
    margin-right: 0;
  }
  header .links-header .aide-icon, header .links-header .configuration-icon, header .links-header .logout-icon {
    padding-left: 25px;
  }
  header .links-header .aide-icon span, header .links-header .configuration-icon span, header .links-header .logout-icon span {
    display: inline-block;
    padding-left: 10px;
  }

  .page-login #footer .content_area {
    display: flex;
    justify-content: space-between;
  }

  .page-login #footer .content_area .block-cfecgc-blocks {
    width: 33%;
  }

}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 801px) {
  /*Page mot de passe oublie, Création mot de passe*/
  .page-mot-de-passe-oublie .container-message-retour, .page-creation-mot-de-passe .container-message-retour {
    min-height: 90px;
    margin-top: 16px;
  }

  /*Page login*/
  .page-login .header .content_area .w85 #logo img {
    max-width: 100%;
  }
  .page-login .header .content_area .w85 #name-and-slogan #site-slogan {
    display: inline-block;
  }
  .page-login .header-top {
    display: block;
  }
  .page-login .header-top-dashboard {
    background-color: #ffffff;
  }
  .page-login .header-top-dashboard .menu_icon {
    display: none;
  }
  .page-login .header-top-dashboard .header-top-block-1 {
    text-align: left;
    left: 45%;
    right: auto;
    max-width: 100%;
  }
  .page-login .header-top-dashboard .aide-icon span, .page-login .header-top-dashboard .configuration-icon span, .page-login .header-top-dashboard .logout-icon span {
    display: inline-block;
  }
  .page-login #footer {
    padding-top: 15px;
  }
  .page-login #footer .block_title {
    font-size: 2.8em;
  }
  .page-login #footer .block-cfecgc-blocks {
    width: 33%;
  }
  .page-login #footer #block-menu-menu-lien-footer-mini, .page-login #footer #block-cfecgc-blocks-cfecgc-blocks-footer-copyright, .page-login #footer #block-cfecgc-blocks-cfecgc-blocks-follow-us-footer {
    width: 33%;
  }
  .page-login .region-footer-bottom #block-menu-menu-lien-footer-mini, .page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright {
    width: 49.5%;
  }
  .page-login .region-footer-bottom #block-cfecgc-blocks-cfecgc-blocks-footer-copyright {
    text-align: right;
  }

  /*Fin page login*/
  /*Page Type*/
  .page-type .container-page-type {
    width: 96%;
  }
  .page-type #form_page_type label {
    width: 300px;
  }
  .page-type .title h1 {
    font-size: 30px;
  }
  .page-type .fermer {
    margin-top: 27px;
    font-size: 13px;
  }
  .page-type .fermer a img {
    width: 20px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1025px) {
  /*Pages*/
  header {
    width: 1206px;
    margin-left: auto;
    margin-right: auto;
  }
  header .logo {
    padding-left: 15px;
  }

  /*Message*/
  .container-message-retour {
    margin-top: 0px;
  }

  .formulaire-full-width .full-width-form-container label.error {
    width: 334px !important;
  }

  /*Page mot de passe oublie, Création mot de passe*/
  .page-mot-de-passe-oublie .container-message-retour, .page-creation-mot-de-passe .container-message-retour {
    min-height: 85px;
    margin-top: 16px;
  }

  /*Page Type*/
  .page-type .container-page-type, .page-type .header-page-type {
    margin-left: auto;
    margin-right: auto;
  }
  .page-type .container-page-type, .page-type .header-page-type {
    width: 974px;
  }
  .page-type #form_page_type input, .page-type #form_page_type select, .page-type #form_page_type .radio_container_oui_non {
    width: 242px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .page-type #form_page_type label {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-top: 10px;
  }
  .page-type #form_page_type .full-width-form-container label {
    width: 245px;
  }
  .page-type #form_page_type .full-width-form-container input, .page-type #form_page_type .full-width-form-container select {
    width: 300px;
  }

  /*Mot de passe oublie*/
  .page-mot-de-passe-oublie #form_page_type label.error {
    padding-left: 6px !important;
  }
  .page-mot-de-passe-oublie #form_page_type .full-width-form-container label {
    width: 252px;
  }
}

/*# sourceMappingURL=styles.css.map */
