/**
 * NORMALIZE - assets/css/frontend-old/normalize.css
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * OUTILS - assets/css/frontend-old/tools.css
 */

/**
 * Reset Agoravita
 */
body,
p,
ul, ol, li,
h1, h2, h3, h4, h5, h6{
    margin: 0; padding: 0;
}
li{
    list-style-type: none;
}
/**
 * Outils Agoravita
 */
.dspNne{
    display: none;
}
.hand{
    cursor: pointer;
}
.wrapperClic:hover{
    opacity: 0.9;
}
/**
 * ClearFix
 */
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.clearfix{
    display: inline-block;
}
html[xmlns] .clearfix{
    display: block;
}
* html .clearfix{
    height: 1%;
}


/**
 * FONT - assets/css/frontend-old/font.css
 */

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../font/PTN77F-webfont.eot');
    src: url('../font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTN77F-webfont.woff') format('woff'),
         url('../font/PTN77F-webfont.ttf') format('truetype'),
         url('../font/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('../font/PTS55F-webfont.eot');
    src: url('../font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS55F-webfont.woff') format('woff'),
         url('../font/PTS55F-webfont.ttf') format('truetype'),
         url('../font/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * MAIN - assets/css/frontend-old/main.css
 */

/*body{background: url('../img/background/body.gif') repeat-x 0 0;}
/**
 * Structure
 */
div#main{
    position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
}

/**
 * Header
 */
div#header{
    width: 100%; height: 114px;
    padding: 40px 0 0 0;
}
div#header div.wrapper{
    position: relative;
    height: 76px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}
#backHome{
    display: block;
    position: absolute; top: 5px; left: 50%; z-index: 1;
    width: 169px; height: 154px;
    margin: 0 0 0 -500px;
}
div#header input[type=text]{
    position: absolute; top: 8px; left: 50%;
    width: 205px;
    font: normal 12px Arial, Helvetica, sans-serif; color: #787878;
    border: 1px solid #55d3eb;
    padding: 2px 4px; margin: 0 0 0 235px;
}
div#header input[type=submit]{
    position: absolute; top: 6px; left: 50%;
    width: 25px; height: 25px;
    margin: 0 0 0 460px;
    background: url("../img/picto/loupe-recherche.png") no-repeat 0 0;
    border: 0;
}
div#header input[type=submit]:hover{
    cursor: pointer;
    opacity: 0.7;
}
div#header>div>ul{
    position: absolute; top: 0; left: 50%; z-index: 8888;
    width: 812px; height: 76px;
    margin: 0 0 0 -300px;
}
div#header>div>ul>li{
    float: left;
}
div#header>div>ul>li.jesuis{
    width: 100px;
}
div#header>div>ul>li>a{
    display: block;
    min-width: 60px; max-width: 78px; height: 66px;
    font: normal 14px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #505050; line-height: 18px; text-decoration: none; text-transform: uppercase; text-align: left;
    padding: 10px 12px 0 12px;
}
div#header>div>ul>li.jesuis>a{
    height: 76px;
    line-height: 76px;
    padding-top: 0;
}
div#header>div>ul>li>a{
    height: 56px;
    padding-top: 20px;
}
div#header>div>ul>li:nth-child(4)>a {
    max-width: 65px;
}
div#header>div>ul>li.jesuis>a{
    width: 66px; height: 31px;
    font-size: 16px; color: #00b0d1; text-transform: none; line-height: 30px;
    border-radius: 15px;
    background: #fff url("../img/picto/fleche-je-suis.png") no-repeat 60px 12px;
    margin: 20px 0 0 10px;
}
div#header>div>ul>li>a:hover,
div#header>div>ul>li:hover>a,
div#header>div>ul>li.over>a{
    background-color: #fccb0b;
}
div#header>div>ul>li.jesuis:hover>a,
div#header>div>ul>li.jesuis>a:hover{
    color: #00b0d1;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}
div#header>div>ul>li>ul{
    display: none;
    position: absolute;
    background-color: #fccb0b;
    padding: 10px 20px;
}
div#header>div>ul>li.jesuis>ul{
    width: 80px;
    background-color: #fff;
    padding: 5px; margin: 0 0 0 10px;
}
div#header>div>ul>li>ul.spe{
    position: absolute;
    left: -200px;
    width: 960px;
}
div#header>div>ul>li:hover>ul{
    display: block;
}
div#header>div>ul>li>ul>li>a{
    display: block;
    font: normal 16px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4b4b4b; line-height: 26px; text-decoration: none;
}
div#header>div>ul>li.jesuis>ul>li>a{
    display: block;
    font: normal 11px Arial, Helvetica, sans-serif; color: #505050; line-height: 26px; text-decoration: none; text-align: center;
}
div#header>div>ul>li>ul>li a:hover,
div#header>div>ul>li>ul.spe>li a:hover{
    color: #fff;
}
div#header>div>ul>li.jesuis>ul>li>a:hover{
    color: #999;
}
div#header>div>ul>li>ul.spe>li>div{
    float: left;
    width: 275px;
    margin: 20px;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>a{
    font: bold 16px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4b4b4b; line-height: 26px; text-decoration: none;
    border-bottom: 1px solid #505050;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>a:hover{
    border-bottom-color: #fff;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>ul>li{
    list-style-type: disc;
    color: #4b4b4b; font-size: 10px;
    margin: 0 0 0 15px;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>ul>li>a{
    font: normal 16px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4b4b4b; line-height: 26px; text-decoration: none;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>ul>li>ul>li{
    color: #4b4b4b; font-size: 10px;
    margin: 0 0 0 -15px;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>ul>li>ul>li:before{
    content: ">";
    color: #4b4b4b; font-size: 16px;
    margin: 0 5px 0 15px;
}
div#header>div>ul>li>ul.spe>li>div>ul>li>ul>li>ul>li>a{
    font: normal 16px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4b4b4b; line-height: 26px; text-decoration: none;
}
/**
 * Content
 */
div#content{
    width: 1000px;
    margin: 0 auto;
}
/**
 * Menu bas
 */
div#footer{
    clear: both;
    width: 100%; height: 220px;
    background: #fff url("../img/background/footer.jpg") no-repeat top center;
}
div#footer div.wrapper{
    width: 1000px; height: 205px;
    margin: 0 auto; padding: 15px 0 0 0;
}
div#footer a.boutonFooter{
    display: block;
    width: 80px; height: 30px;
    font: normal 16px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #505050; line-height: 30px; text-decoration: none; text-transform: uppercase; text-align: center;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 0 10px 290px;
}
div#footer a.boutonFooter:hover{
    color: #fff;
    background-color: #999;
}
div#footer p{
    float: left;
    font: normal 14px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4e4e4e; line-height: 18px; text-decoration: none;
    margin: 0 0 20px 305px;
}
div#footer p strong{
    font-size: 18px;
}
div#footer ul.spe{
    float: right;
    text-align: left;
    margin: 0 30px 40px 0;
}
div#footer ul.spe li{
    display: block;
    background: url("../img/picto/fleche-footer.png") no-repeat 0 2px;
    line-height: 18px;
    padding: 0 0 0 20px; margin: 0 0 5px 0;
}
div#footer ul.spe li a{
    font: normal 14px "pt_sansregular", Arial, Helvetica, sans-serif; color: #4e4e4e; line-height: 18px; text-decoration: none;
}
div#footer ul.spe li a:hover{
    color: #fff;
}
div#footer ul.menu{
    clear: left;
    width: 400px;
    text-align: left;
    margin: 0 0 0 305px;
}
div#footer ul.menu li{
    display: block;
    float: left;
    line-height: 12px;
    border-right: 1px solid  #fff;
    margin: 0 15px 0 0; padding: 0 15px 0 0;
}
div#footer p > a,
div#footer ul.menu li a{
    font: normal 12px Arial, Helvetica, sans-serif; color: #4e4e4e; line-height: 12px; text-decoration: none;
}
div#footer ul.menu  li.agoravita{
    border-right: 0;
    margin-right: 0;
}
div#footer ul.menu  li.agoravita img{
    vertical-align: middle;
}
div#footer ul.menu  li.agoravita a:hover{
    opacity: 0.5;
}
div#footer p > a:hover,
div#footer ul li.spe a:hover,
div#footer ul.menu li a:hover{
    text-decoration: underline;
}

/****** POPIN CONNEXION ESPACES ******/

.fancybox-skin{
    background: #f2f2f2!important;
}

.fancybox-skin div.popinLogin {
    font-family: arial,Helvetica,sans-serif;
    font-size: 12px;
}

.fancybox-skin div.popinLogin#espaceCollaborateur,
.fancybox-skin div.popinLogin#espacePersonnel,
.fancybox-skin div.popinLogin#espaceRessource{
    padding:20px;
}

.fancybox-skin div.popinLogin div.bloc{
    float: left;
    display: block;
    width: 449px;
    padding:0 20px;
}

.fancybox-skin div.popinLogin div.bloc:nth-child(3){
    border-left: 1px dotted #00b4ff;
}

.fancybox-skin div.popinLogin h1{
    width:auto!important;
    height: 60px;
    font: normal 50px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #00b4ff!important; line-height: 60px; text-align: center;
    margin: 0 0 30px 0;
}

.fancybox-skin div.popinLogin h2{
    font: normal 20px "pt_sans_narrowbold", Arial, Helvetica, sans-serif;
    color: #00b4ff;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.fancybox-skin div.popinLogin h2{
    color: #464646;
}

.fancybox-skin div.popinLogin a{
    color: #808080;
    text-decoration: underline;
}

.fancybox-skin div.popinLogin label,
.fancybox-skin div.popinLogin input[type="email"],
.fancybox-skin div.popinLogin input[type="text"],
.fancybox-skin div.popinLogin input[type="password"],
.fancybox-skin div.popinLogin input[type="checkbox"],
.fancybox-skin div.popinLogin a.lostPassword{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.fancybox-skin div.popinLogin label:not(.cgu){
    width: 80px;
    text-align: right;
    margin-right: 10px;
}
.fancybox-skin div.popinLogin div.rgpd label.rgpd{
    width: 80%;
}

.fancybox-skin div.popinLogin label.cgu{
    width: 420px;
    margin-left: 10px;
    color: #808080;
}

.fancybox-skin div.popinLogin input[type="email"],
.fancybox-skin div.popinLogin input[type="text"],
.fancybox-skin div.popinLogin input[type="password"]{
    width: 347px;
    padding: 5px;
    border: 1px solid #00b4ff;
    color: #00b4ff;
}

.fancybox-skin div.popinLogin input::-webkit-input-placeholder {
    color:    #00b4ff;
}

.fancybox-skin div.popinLogin input:-moz-placeholder {
   color:    #00b4ff;
   opacity:  1;
}

.fancybox-skin div.popinLogin input::-moz-placeholder {
   color:    #00b4ff;
   opacity:  1;
}

.fancybox-skin div.popinLogin input:-ms-input-placeholder {
   color:    #00b4ff;
}

.fancybox-skin div.popinLogin div.login{
    text-align: right;
}

.fancybox-skin div.popinLogin div.login button{
    font: normal 14px "pt_sansregular", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    background-color: #f7911b;
    padding: 5px 20px;
    border: none;
}

.fancybox-skin div.popinLogin div.login button:hover{
    color: #fff;
    background: #999;
}

.title{
    font: 18px/18px "pt_sansregular",Arial,Helvetica,sans-serif;
    color: #4E4E4E;
    font-weight: bold;
}

.stitle{
    font: 16px/18px "pt_sansregular",Arial,Helvetica,sans-serif;
    color: #4E4E4E;
}

.stitletext{
    font: 16px/18px "pt_sansregular",Arial,Helvetica,sans-serif;
    color: #4E4E4E;
}

.btn-orangep{
    font             :normal 14px 'pt_sansregular', Arial, Helvetica, sans-serif;
    line-height      :16px;
    padding          :5px 20px;
    text-align       :left;
    text-decoration  :none!important;
    color            :#fff!important;
    border           :none;
    background-color :#f7911b;
}

.btn-orangep:hover{
    color      :#fff;
    background :#999;
}


/****** MOT DE PASSE OUBLIE ******/
.lostPassword label,
.lostPassword input{
    font-size: 12px;
    margin: 10px 0;
    color: #444;
}

.lostPassword input{
    width: 200px;
}

.lostPassword button{
    display: inline-block;
    vertical-align: middle;
    font: normal 14px "pt_sansregular", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    background-color: #f7911b;
    padding: 5px 20px;
    border: none;
    margin:10px 0;
}

.lostPassword button:hover{
    color: #fff;
    background: #999;
}

/****** INPUT & SELECT ******/
.form-dropdown-group select {
    margin-bottom: 10px;
    width: 100%;
    color: #464646;
    padding: 1px 35px 1px 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/picto/picto-form-dropdown-group.svg") 98% no-repeat #fff;
}
.form-dropdown-group select::-ms-expand {
    display: none;
}
.checkbox[type='radio']:not(:checked),
.checkbox[type='radio']:checked,
.checkbox[type='checkbox']:not(:checked),
.checkbox[type='checkbox']:checked {
  position: absolute;
  left: -9999px;
  display: none;
}
.checkbox[type='radio']:not(:checked) + label,
.checkbox[type='radio']:checked + label,
.checkbox[type='checkbox']:not(:checked) + label,
.checkbox[type='checkbox']:checked + label {
  font: bold 13px Arial, Helvetica, sans-serif;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #666;
  margin-bottom: 15px !important;
  padding-top: 3px;
}
.checkbox[type='radio']:not(:checked) + label.no-text,
.checkbox[type='radio']:checked + label.no-text,
.checkbox[type='checkbox']:not(:checked) + label.no-text,
.checkbox[type='checkbox']:checked + label.no-text{
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.checkbox[type='radio']:not(:checked) + label:before,
.checkbox[type='radio']:checked + label:before,
.checkbox[type='checkbox']:not(:checked) + label:before,
.checkbox[type='checkbox']:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #cbc9c9;
  background: #fff;
}
    /* spécificité radio */
    .checkbox[type='radio']:not(:checked) + label:before,
    .checkbox[type='radio']:checked + label:before {
        border-radius: 50%;
    }

.checkbox[type='radio']:not(:checked) + label:after,
.checkbox[type='radio']:checked + label:after,
.checkbox[type='checkbox']:not(:checked) + label:after,
.checkbox[type='checkbox']:checked + label:after {
  font-size: 12px;
  line-height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  content: ' ';
  transition: all .2s;
  color: #fff;
  background: url("../img/picto/picto-checkbox.svg") no-repeat center center;
  background-size: contain;
}
    /* spécificité radio */
    .checkbox[type='radio']:not(:checked) + label:after,
    .checkbox[type='radio']:checked + label:after {
        border-radius: 50%;
    }
.checkbox[type='radio']:not(:checked):focus + label:before,
.checkbox[type='radio']:checked:focus + label:before,
.checkbox[type='checkbox']:not(:checked):focus + label:before,
.checkbox[type='checkbox']:checked:focus + label:before {
  border-color: #cbc9c9;
}

.checkbox[type='radio']:not(:checked) + label:after,
.checkbox[type='checkbox']:not(:checked) + label:after {
  transform: scale(0);
  opacity: 0;
}

.checkbox[type='radio']:checked + label:after,
.checkbox[type='checkbox']:checked + label:after {
  transform: scale(1);
  opacity: 1;
}

.checkbox[type='radio']:disabled:not(:checked) + label:before,
.checkbox[type='radio']:disabled:checked + label:before,
.checkbox[type='checkbox']:disabled:not(:checked) + label:before,
.checkbox[type='checkbox']:disabled:checked + label:before {
  border-color: #6AC259;
  background-color: #ddd;
  box-shadow: none;
}

.checkbox[type='radio']:disabled:checked + label:after,
.checkbox[type='checkbox']:disabled:checked + label:after {
  color: #000;
}

.checkbox[type='radio']:disabled + label,
.checkbox[type='checkbox']:disabled + label {
  color: #000;
}

/* Titre bulle */
div#content div.richtext div.bulle,
div.bulle:not(.spe){
    display: inline-block;
    height: 62px;
    background: url("../img/background/bulle-repeat-x2.png") repeat-x 0 0;
    margin: 0 0 20px 0;
}
div#content div.richtext div.bulle div,
div.bulle:not(.spe){
    height: 62px;
    font: italic normal 20px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #343333;
    line-height: 44px;
    background: url("../img/background/bulle.png") no-repeat 40px 0;
}
div.bulle:not(.spe) div:before,
div.bulle:not(.spe) div:after{
    float: left;
    display: block;
    content: "";
    width: 22px; height: 62px;
    background: url("../img/background/bulle-gauche.png") no-repeat 0 0;
}
div.bulle:not(.spe) div:after{
    float: right;
    background: url("../img/background/bulle-droite.png") no-repeat 0 0;
}

div.bulle.spe{
    display: inline-block;
    /*height: 60px;*/
    margin: 0 0 40px 0;
    background-size: cover;
    padding: 15px 25px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    background-color: #fdd847;
}
div.bulle.spe:after{
    content: '';
    width: 27px;
    height: 60px;
    background: url("../img/background/bulle.png") no-repeat 0 0;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: 50px;
}
div.bulle.spe div{
    /*height: 60px;*/
    font: italic normal 18px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #343333;
    line-height: 1.1;
}

/**
 * MAIN - assets/css/frontend-old/general.css
 */

/* FORMULAIRE
-----------------------------------------------------------------------------------------------------------*/

/* Accessible content hiding (cf. jQ mobile) */
.ui-hide-label label, .ui-hidden-accessible {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

label b, .obligatoire { color: #c00; }

.alerte {
  color: #b94a48;
}
.hidden {
  display:none !important;
}

/* MESSAGE / ALERTE
-----------------------------------------------------------------------------------------------------------*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


/**
 * PAGE FANCYBOX - lib/fancybox/jquery.fancybox.css
 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../lib/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../lib/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../../lib/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/**
 * INTERIEUR - assets/css/frontend-old/inside.css
 */

body.style1{
    background: #fff url("../img/background/body-style1.png") no-repeat center 0;
}
body.style2{
    background: #fff url("../img/background/body-style2.png") no-repeat center 0;
}
body.style3{
    background: #fff url("../img/background/body-style3.png") no-repeat center 0;
}
/**
 * Header
 */
div#header{
    height: 90px;
}
div#header>div>ul>li.jesuis>a{
    background-color: #fdf0a9;
}
div#header>div>ul>li.jesuis:hover>a,
div#header>div>ul>li.jesuis>a:hover{
    background-color: #fdf0a9;
}
div#header>div>ul>li.jesuis>ul{
    background-color: #fdf0a9;
}
/**
 * Contenu
 */
div#content{
    padding-top: 10px;
    position: relative;
}
div#content>div.wrapper{
    width: 902px;
    background-color: #fff;
    padding: 24px; margin: 0 auto;
    overflow: hidden;
    min-height: 350px;
}
h1,
div#fakeH1{
    width: 1000px; height: 60px;
    font: normal 50px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #00b4ff; line-height: 60px; text-align: center;
    margin: 0 0 10px 0;
}
body.style1 h1,
body.style1 div#fakeH1{
    color: #fff;
}
h2{
    font: normal 20px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #00b4ff; line-height: 24px; text-transform: uppercase;
    margin: 0 0 15px 0;
}
h3{
    font: bold 15px Arial, Helvetica, sans-serif; color: #464646; line-height: 20px;
    margin: 0 0 30px 0;
}

div#content p{
    font: normal 13px Arial, Helvetica, sans-serif; color: #464646; line-height: 18px;
    margin: 10px 0;
}

input[type=submit]{
    display: inline-block;
    height: 28px;
    font: normal 12px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #505050; line-height: 18px; text-decoration: none; text-align: center; text-transform: uppercase;
    padding: 5px 10px;
    background-color: #ebebeb;
    border-radius: 14px;
    border: 0;
}
input[type=submit]:hover{
    color: #fff;
    background-color: #999;
}




/**
 * SOCIAL - assets/css/frontend-old/social.css
 */

div.listeLiensSociaux{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin: 10px 0;
}
div.socials{
    position: absolute;
    right: 55px;
    top: 95px;
}
/*ul.listeLiensSociaux li{
    float: left;
}
ul.listeLiensSociaux li a{
    display: block;
    width: 20px; height: 20px;
    text-indent: 9999px;
    margin: 0 0 0 7px;
}
.addthis_button_preferred_2 a{
    background: url("../img/picto/twitter.png") no-repeat 0 0;
}
ul.listeLiensSociaux li.facebook a{
    background: url("../img/picto/facebook.png") no-repeat 0 0;
}
ul.listeLiensSociaux li.email a{
    background: url("../img/picto/email.png") no-repeat 0 0;
}
ul.listeLiensSociaux li a:hover{
    opacity: 0.7;
}
*/


/**
 * CKEDITOR - assets/css/frontend-old/richtext.css
 */

/*///////////////////////////////////////////////////////////////////////////////////
// ANNULATION pour les ckeditors
///////////////////////////////////////////////////////////////////////////////////*/
div#content .richtext{
    font-family: Arial, helvetica, sans-serif;
    font-size: 1em;
}
div#content .richtext address, div#content .richtext blockquote, div#content .richtext body, div#content .richtext dd, div#content .richtext div, div#content .richtext dl, div#content .richtext dt, div#content .richtext fieldset, div#content .richtext form, div#content .richtext frame, div#content .richtext frameset, div#content .richtext h1, div#content .richtext h2, div#content .richtext h3, div#content .richtext h4, div#content .richtext h5, div#content .richtext h6, div#content .richtext noframes, div#content .richtext ol, div#content .richtext p, div#content .richtext ul, div#content .richtext hr, div#content .richtext pre{
    display: block
}
div#content .richtext head{
    display: none
}
div#content .richtext strong{
    font-size: 1em;
}
div#content .richtext ul li{
    display: list-item;
    list-style-type: disc;
}
div#content .richtext ol li{
    display: list-item;
    list-style-type: decimal;
}
div#content .richtext table{
    display: table;
    width: auto;
    border-collapse: separate;
    /*border-spacing: 1px;
    border-width: 1px;
    border-style: outset;*/
}
div#content .richtext tbody, div#content .richtext tfoot, div#content .richtext thead, div#content .richtext tr, div#content .richtext th, div#content .richtext td {
    /*width: auto;*/
    border-collapse: separate;
    /*border-spacing: 1px;
    border-width: 1px;
    border-style: inset;*/
}
div#content .richtext tr{
    display: table-row
}
div#content .richtext thead{
    display: table-head-group
}
div#content .richtext tbody{
    display: table-row-group
}
div#content .richtext tfoot{
    display: table-footer-group
}
div#content .richtext col{
    display: table-column
}
div#content .richtext colgroup{
    display: table-column-group
}
div#content .richtext td, div#content .richtext th{
    display: table-cell
}
div#content .richtext caption{
    display: table-caption
}
div#content .richtext th{
    font-weight: bolder; text-align: center
}
div#content .richtext caption{
    text-align: center
}
div#content .richtext body{
    margin: 8px
}
div#content .richtext h1{
    font-size: 2em; margin: .67em 0; color: #464646
}
div#content .richtext h2{
    font-family: Arial, helvetica, sans-serif; font-size: 1.5em; margin: .75em 0; color: #464646
}
div#content .richtext h3{
    font-size: 1.17em; margin: 1em 0; color: #464646
}
div#content .richtext h4, div#content .richtext p, div#content .richtext blockquote, div#content .richtext ul, div#content .richtext fieldset, div#content .richtext form, div#content .richtext ol, div#content .richtext dl, div#content .richtext h5{
    font-size: 1em; margin:0; color: #464646;
    line-height: initial;
}
div#content .richtext div{
    font-size: 1em; margin: 0 0; color: #464646;
    line-height: initial;
}
div#content .richtext h6{
    font-size: .75em; margin: 1.67em 0; color: #464646
}
div#content .richtext h1, div#content .richtext h2, div#content .richtext h3, div#content .richtext h4, div#content .richtext h5, div#content .richtext h6, div#content .richtext b, div#content .richtext strong{
    font-weight: bolder
}
div#content .richtext blockquote{
    margin-left: 40px; margin-right: 40px
}
div#content .richtext i, div#content .richtext cite, div#content .richtext em, div#content .richtext var, div#content .richtext address{
    font-style: italic
}
div#content .richtext pre, div#content .richtext tt, div#content .richtext code, div#content .richtext kbd, div#content .richtext samp{
    font-family: monospace
}
div#content .richtext pre{
    white-space: pre
}
div#content .richtext button, div#content .richtext textarea, div#content .richtext input, div#content .richtext select{
    display: inline-block
}
div#content .richtext big{
    font-size: 1.17em
}
div#content .richtext small, div#content .richtext sub, div#content .richtext sup{
    font-size: 1em
}
div#content .richtext sub{
    vertical-align: sub
}
div#content .richtext sup{
    vertical-align: supper
}
div#content .richtext thead, div#content .richtext tbody, div#content .richtext tfoot{
    vertical-align: middle
}
/*div#content .richtext td, div#content .richtext th{
    vertical-align: inherit
}*/
div#content .richtext del{
    text-decoration; line-through
}
div#content .richtext hr{
    border: 1px inset
}
div#content .richtext ol, div#content .richtext ul, div#content .richtext dd{
    margin-left: 40px;
    padding:0;
}
div#content .richtext ol{
    list-style-type: decimal
}
div#content .richtext ul{
    list-style-type: disc;
}
div#content .richtext ul ul, div#content .richtext ol ol, div#content .richtext ol ul, div#content .richtext ul ol{
    font-size: 1em;
}
div#content .richtext ul ul, div#content .richtext ol ul{
    list-style-type: circle;
}
div#content .richtext ol ul, div#content .richtext ul ol, div#content .richtext ul ul, div#content .richtext ol ol{
    margin-top: 5px; margin-bottom: 5px
}
div#content .richtext ins{
    text-decoration: underline
}
div#content .richtext br:before{
    content: "\A"
}
div#content .richtext :before, div#content .richtext :after{
    white-space: pre-line
}
div#content .richtext :link, div#content .richtext :visited{
    text-decoration: underline
}
div#content .richtext :focus{
    outline: thin dotted invert
}
div#content .richtext p {
    margin: 0 0 10px 0;
}
div#content .richtext a{
    color: #00b4ff;
}


/**
 * LISTE ACTUALITES - assets/css/frontend-old/actualite.css
 */

a.lienRSS{
    display: inline-block;
    font: normal 13px Arial, Helvetica, sans-serif; color: #808080; line-height: 18px;
    background: #fff url("../img/picto/RSS.png") no-repeat 0 2px;
    padding: 0 0 30px 20px;
}
a.lienRSS:hover{
    text-decoration: none;
}
ul#listeActualites>li{
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #00b4ff;
    margin: 0 0 20px 0; padding: 0 0 40px 0;
    position: relative;
}
ul#listeActualites div.image{
    float: left;
    width: 220px;
}
ul#listeActualites div.image img{
    display: block;
    border: 1px solid #ffe55e;
}
ul#listeActualites div.actualite{
    float: right;
    width: 650px;
}

div.right ul#listeActualites div.actualite{
    float: right;
    width: 375px;
}

h2{
    font: normal 20px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #00b4ff; line-height: 20px; text-transform: uppercase;
    margin: 0 0 15px 0;
}
h2 em{
    font: italic normal 12px Arial, Helvetica, sans-serif; color: #808080; line-height: 16px; text-transform: none;
    margin: 0 0 15px 0;
}
a.lireLaSuite,
a.lireArticle{
    display: inline-block;
    vertical-align: middle;
    width: 100px; height: 26px;
    font: normal 13px "pt_sans_narrowbold", Arial, Helvetica, sans-serif; color: #464646; line-height: 28px; text-decoration: none; text-transform: uppercase; text-align: center;
    background: #ebebeb url("../img/picto/fleche-bas-bouton.png") no-repeat right center;
    border-radius: 13px;
    padding: 0 5px 0 0;
    position: absolute;
    right: 0;
    margin-top: 5px;
}

a.lireArticle{
    background: #ebebeb url("../img/picto/fleche-droite-bouton.png") no-repeat 124px center;
    width: 140px;
}

a.lireLaSuite:hover,
a.lireArticle:hover{
    color: #fff;
    background-color: #999;
}
a.lireLaSuite:focus,
a.lireArticle:focus{
    outline: 0;
}


/**
 * PAGINATION - assets/css/frontend-old/pagination.css
 */

div.pagination{
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0;
}
div.pagination ul{
    float: right;
}
div.pagination li{
    display: block;
    float: left;
    border: 0; padding: 0;
    margin-left: 4px;
    font: bold 12px Arial, Helvetica, sans-serif; line-height: 18px;
    border: 1px solid #ddd;
    list-style: none;
    padding: 5px 10px;
}

div.pagination li.dotte{
    padding: 5px;
    border: none;
}

div.pagination a{
    display: block;
    margin: -5px -10px; padding: 5px 10px;
}
div.pagination .previous-off, div.pagination .next-off{
    color: #ddd;
    display: block;
    float: left;
}

div.pagination .previous,
div.pagination .previous-off{
    background: url('../img/picto/fleche-gauche-bleu.png') no-repeat center center;
    padding: 5px 12px;
}

div.pagination .previous-off{
    opacity: 0.5;
}

div.pagination .previous:hover{
    background: url('../img/picto/fleche-gauche-blanc.png') no-repeat center center #00b4ff;
}

div.pagination .next,
div.pagination .next-off{
    background: url('../img/picto/fleche-droite-bleu.png') no-repeat center center;
    padding: 5px 12px;
}

div.pagination .next-off{
    opacity: 0.5;
}

div.pagination .next:hover{
    background: url('../img/picto/fleche-droite-blanc.png') no-repeat center center #00b4ff;
}

div.pagination .previous, div.pagination .previous-off{border-radius: 3px 0px 0px 3px;}
div.pagination .next, div.pagination .next-off{border-radius: 0px 3px 3px 0px;}
div.pagination .next a, div.pagination .previous a{}
div.pagination .active{
    float: left; display: block;
    color: #000;
}
div.pagination a:link, .pagination a:visited{
    float: left; display: block;
    color: #00b4ff;
    text-decoration: none; line-height: 18px;
}
div.pagination a:hover{
    color: #fff;
    background: #00b4ff;
}

div.pagination .previous a:hover,
div.pagination .next a:hover{
    background: none;
}


