/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body, html {
  margin: 0;
  padding: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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */

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.
 */



/**
 * Address 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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}


 input, input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
    	outline: none;
    }
/**
 * 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.
 */

button,
html input[type="button"], /* 1 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  width:14px !important; height:14px !important;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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.
 */

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;
}
.btn,
.btn_court,
#retour_accueil,
.questionnaire .btn.std,
.questionnaire span.btn,
.button,
button,
.submit,
.ui-dialog-buttonset button.ui-button ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
input[type="submit"],
input[type="reset"],
input[type="button"]{
  display: inline-block;
  height: 36px;
  min-width:140px;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  background-color: #3c3c3b;
  border:none;
  border-radius: 6px !important ;
  cursor: pointer;
  box-sizing: border-box; 
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);}
  #retour_accueil{margin-top:36px;}
  
.ui-dialog-buttonset button{  padding: 0px 30px 10px 30px;}
.btn.soft{background:transparent; text-decoration:underline; color:#000000; }
  
    .texte_centre a.big.soft, .accueilq2 input[type="submit"], .quiz.quiz-qestions form input[type="submit"]{
 display: inline-block;
  min-width:30%;
  width:40%;
  padding: 18px 18px;
  text-align: center;
  font-size: 15px;
  background-color:rgba(0, 0, 0, 0.05);
  border:1px solid #b2b2b2;
  border-radius: 18px;
  box-sizing: border-box; 
  text-decoration:none;}
  
  .inforizon .texte_centre a.big.soft .btn{}
  
.inforizon .texte_centre a.big.soft:hover{background:#8db724; color:#ffffff;} 
.inforizon .texte_centre a.big.soft:nth-of-type(2):hover{background:#f8a52c; color:#ffffff;} 

 
  
.btn.big, .quiz.quiz-qestions form input[type="submit"]{
  
 max-width:300px;
  padding:16px 36px 36px 36px;
 font-size:18px;
  }  
.btn.big:hover{color:#000000 !important;  } 

  
.btn:hover, .button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ffffff;
 /*background: #484848;*/
  outline: 0; }

.btn.soft:hover{background:transparent; text-decoration:underline; color:#000000; }

.inforizon .btn:hover, .inforizon input[type="submit"]:hover, .quiz.quiz-qestions form input[type="submit"]:hover{background-color:/*#fcc302*/ #303031; color:#ffffff;}
.pass_avenir .btn:hover, .pass_avenir input[type="submit"]:hover {background-color:#eb6520; border-bottom:3px solid #eb6520 ; color:#ffffff;}
.transference .btn:hover, .transference input[type="submit"]:hover {background-color:#429bcd ; color:#ffffff;}
.encyclo.btn:hover, .encyclo input[type="submit"]:hover {background-color:#73952c; color:#ffffff; }
.japro .btn:hover, .japro input[type="submit"]:hover {background-color:#cc4451; color:#ffffff;}
.espace_perso .btn:hover, .espace_perso input[type="submit"]:hover {background-color:/*#c42969*/ #00929b; color:#ffffff; }


.inforizon .btn.soft{color:/*#fcc302*/ #ea9000; text-decoration:none;}
.pass_avenir .btn.soft{color:#eb6520;text-decoration:none;}
.transference .btn.soft{color:#429bcd; text-decoration:none;}
.encyclo.btn .soft{color:#73952c ; text-decoration:none; }
.japro.btn .soft{color:#cc4451; text-decoration:none;}
.espace_perso .btn.soft{color:/*#c42969*/ #00929b;text-decoration:none; }

.inforizon .btn.soft:hover /*.inforizon .resultat_recherche a.btn:hover*/{border: 1px solid /*#fcc302*/ #ea9000; color:#ffffff; background-color: /*#fcc302*/ #ea9000;}
.pass_avenir .btn.soft:hover/*, .pass_avenir .resultat_recherche a.btn:hover */{border: 1px solid #eb6520; color:#ffffff; background-color: #eb6520;}
.transference .btn.soft:hover/*, .transference .resultat_recherche a.btn:hover*/{border: 1px solid #429bcd ; color:#ffffff; background-color:#429bcd; }
.encyclo .btn.soft:hover/*, .encyclo .resultat_recherche a.btn:hover */{border: 1px solid #73952c; color:#ffffff; background-color:  #73952c;}
.japro .btn.soft:hover{border: 1px solid #cc4451; color:#ffffff; background-color: #cc4451;}
.espace_perso .btn.soft:hover/*, .espace_perso .resultat_recherche a.btn:hover*/{border: 1px solid /*#c42969*/ #00929b; color:/*#c42969*/ #ffffff;  background-color:  #00929b;}
 
.inforizon .filtres .btn.soft/*, .inforizon .resultat_recherche a.btn*/{border: 1px solid /*#fcc302*/ #ea9000; color:/*#fcc302*/ #ea9000; background-color: transparent;}

.pass_avenir .filtres .btn.soft/*, .pass_avenir .resultat_recherche a.btn */{border: 1px solid #eb6520; color:#eb6520; background-color: transparent;}
.transference .filtres .btn.soft/*, .transference .resultat_recherche a.btn*/{border: 1px solid #429bcd ; color:#429bcd; background-color: transparent;}
.encyclo .filtres .btn.soft/*, .encyclo .resultat_recherche a.btn */{border: 1px solid #73952c; color:#73952c; background-color: transparent; }
.japro .filtres .btn.soft/*, .japro .resultat_recherche a.btn*/{border: 1px solid #cc4451; color:#cc4451; background-color: transparent;}
.espace_perso .filtres .btn.soft/*, .espace_perso .resultat_recherche a.btn*/{border: 1px solid /*#c42969*/ #00929b; color:/*#c42969*/ #00929b;  background-color: transparent;} 
 
 
 
 
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,.ligne input,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  margin:auto;
  color: #1a171b;
  
  }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

  input:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid ;
  
  outline: 0; }
  

 
.inforizon input:focus, .inforizon textarea:focus, .inforizon select:focus, .inforizon input[type="checkbox"]:focus, .inforizon input[type="radio"]:focus {border: 1px solid /*#fcc302*/ #ea9000;}
.pass_avenir input:focus, .pass_avenir textarea:focus, .pass_avenir select:focus, .pass_avenir input[type="checkbox"]:focus, .pass_avenir input[type="radio"]:focus {border: 1px solid #429bcd;}
.transference input:focus, .transference textarea:focus, .transference select:focus, .transference input[type="checkbox"]:focus, .transference input[type="radio"]:focus {border: 1px solid #008abb;}
.encyclo input:focus, .encyclo textarea:focus, .encyclo select:focus, .encyclo input[type="checkbox"]:focus, .encyclo input[type="radio"]:focus {border: 1px solid #88a627;}
.japro input:focus, .japro textarea:focus, .japro select:focus, .japro input[type="checkbox"]:focus, .japro input[type="radio"]:focus {border: 1px solid /*#c42969*/ #00929b;}
.espace_perso input:focus, .espace_perso textarea:focus, .espace_perso select:focus, .espace_perso input[type="checkbox"]:focus, .espace_perso input[type="radio"]:focus {border: 1px solid /*#c42969*/ #00929b;}


  
label,
legend {
  display: inline-block;	
  margin-bottom: 0.5rem;
	font-size:15px;
	letter-spacing:-0.2px;
	min-width:150px;
	margin:0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

input[type="radio"], input[type="checkbox"]  {
	min-width: 15px;
	width:15px;
	height:15px;
	margin: 10px 10px 0px 10px;
	background-color: none;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0px 10px 0 0 ;
	
	}



/*table{}
table select{ margin-left:10px;}
thead tr{background:transparent;}
tr{ height:50px;}
td{text-align:center;}
tr > td:nth-child(2){text-align:left;}
tr > td:last-child{text-align:right;}*/

/*tr:nth-child(even){background: #f1f0f0;}
tr:nth-child(odd){background: #e3e2e1;}
tr:hover{background: #e3e2e1; color:#000000;}*/

/*tr:hover a{color:#000000;}*/

.button, .btn, input[type="submit"] {
    transition: all 0.4s ease 0s, color 0.4s ease 0s;
}

form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000000 !important;
}


.inforizon .btn, .quiz.quiz-qestions form input[type="submit"], .inforizon .questionnaire .btn.big{background: #40b49c; border-bottom:3px solid #2b8972}
.inforizon .btn:hover,.quiz.quiz-qestions form input[type="submit"]:hover, .inforizon .questionnaire .btn.big:hover{background: #2b8972; border-bottom:3px solid #2b8972; color:#ffffff !important;}
.btn.big.arbo.openclose {height:60px; padding-top:9px;}

.inforizon  .btn.soft {
    background: transparent none repeat scroll 0 0;
    color: #727272;
    text-decoration: underline;
	box-shadow:none;
	border:none;
}

.pass_avenir .btn,.pass_avenir .btn_court{background: #40b49c; border-bottom:3px solid #2b8972}
.pass_avenir .btn:hover{background: #2b8972; border-bottom:3px solid #2b8972; color:#ffffff !important;}
.pass_avenir  .btn.soft {
    background: transparent none repeat scroll 0 0;
    color: #727272;
    text-decoration: underline;
	box-shadow:none;
	border:none;
}


/*.transference .btn{background: #40b49c; border-bottom:3px solid #2b8972}
.transference .btn:hover{background: #2b8972; border-bottom:3px solid #2b8972; color:#ffffff !important;}
.transference .btn.soft {
    background: transparent none repeat scroll 0 0;
    color: #727272;
    text-decoration: underline;
	box-shadow:none;
	border:none;
}*/
.transference .btn, .transference input[type="submit"]{background: #fba00c; border-bottom:3px solid #f7820d}
.transference .btn:hover, .transference input[type="submit"]:hover{background: #f7820d; border-bottom:3px solid #f7820d; color:#ffffff !important;}
.transference .btn.soft {
    background: transparent none repeat scroll 0 0;
    color: #727272;
    text-decoration: underline;
	box-shadow:none;
	border:none;
}



/*
a.btn.voir_plus_bilan{ background:transparent; width:100%; padding:7px ; color:#f76131 !important; border:none;  box-shadow: none; display:block;}
a.btn.voir_plus_bilan:hover{ background:transparent; width:100%; padding:7px ; color:#f76131 !important; border:none;  box-shadow: none; display:block;}
 .voir_plus_bilan::before{
	content:''; 
	background-size:20px; 
   	display:block; 
	width:20px;
	height:20px;
	margin:-5px 0 0 5px;
	float:left; 
    border:1px solid #f76131;
	border-radius:3px;
	
	}

*/
