/*
Theme Name: BAN
Theme URI: http://www.advitam.org
Description: Designed by <a href="http://www.advitam.org">Advitam</a> and developed by Les <a href="http://www.impertinents.com">Impertinents</a>.
Version: 1.0
Author: Advitam & Les Impertinents
Author URI: http://www.impertinents.com
License: This theme isn't released under Creative Commons Attribution 2.5 License.
Text Domain: BAN
*/

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 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 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'Helvetica neu';
    src: url('type/hvtn3b-webfont.eot');
    src: url('type/hvtn3b-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/hvtn3b-webfont.woff') format('woff'),
         url('type/hvtn3b-webfont.ttf') format('truetype'),
         url('type/hvtn3b-webfont.svg#hvtn3breg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica neu';
    src: url('type/hvtn3bold-webfont.eot');
    src: url('type/hvtn3bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/hvtn3bold-webfont.woff') format('woff'),
         url('type/hvtn3bold-webfont.ttf') format('truetype'),
         url('type/hvtn3bold-webfont.svg#hvtn3bb') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica neu Light';
    src: url('type/helveticnlt25ultlight-regular-webfont.eot');
    src: url('type/helveticnlt25ultlight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/helveticnlt25ultlight-regular-webfont.woff') format('woff'),
         url('type/helveticnlt25ultlight-regular-webfont.ttf') format('truetype'),
         url('type/helveticnlt25ultlight-regular-webfont.svg#helveticn_lt_25_ultlightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nimbus';
    src: url('type/nimbussannovdlig-webfont.eot');
    src: url('type/nimbussannovdlig-webfont?#iefix') format('embedded-opentype'),
         url('type/nimbussannovdlig-webfont.woff') format('woff'),
         url('type/nimbussannovdlig-webfont.ttf') format('truetype'),
         url('type/nimbussannovdlig-webfont.svg#nimbussannovdligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbusB';
    src: url('type/nimbussannovt_bold-webfont.eot');
    src: url('type/nimbussannovt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/nimbussannovt_bold-webfont.woff') format('woff'),
         url('type/nimbussannovt_bold-webfont.ttf') format('truetype'),
         url('type/nimbussannovt_bold-webfont.svg#nimbussannovtbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus';
    src: url('type/nimbussannovtmed-webfont.eot');
    src: url('type/nimbussannovtmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/nimbussannovtmed-webfont.woff') format('woff'),
         url('type/nimbussannovtmed-webfont.ttf') format('truetype'),
         url('type/nimbussannovtmed-webfont.svg#nimbussannovtmedregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ==========================================================================
   General
   ========================================================================== */
html, body { border:0px; }
/*html { background-color: #CAC9C9; }*/
html { background-color: #FFF }
/*body { background-color: #FFF; }*/
ul, li, p, html, body, h1, h2, h3, h4, h5, a, input, textarea { margin: 0px; padding: 0px; }
p { display: block; }
html, body, p, a, input, select, textarea { font-family: "nimbus", Helvetica, Arial, sans-serif; color: #000000; font-size: 13px; line-height: 18px; }
ul, li { list-style-type: none; }
a, a:hover, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
img, iframe { border: 0px; display:block; }
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; font-weight: normal; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: none;}
form { display: inline; }
h1, h2, h3, h4, h5 { -webkit-margin-before: 0px; -webkit-margin-after: 0px; -webkit-margin-start: 0px; -webkit-margin-end: 0px; }

/* ==========================================================================
   Helpers
   ========================================================================== */
.float { float: left; display: inline; }
.floatRight { float: right; display: inline; }
.hide { display: none; }
.clear { clear: both; }
.relative { position: relative; }
.absolute { position: absolute; }
.hidden { visibility: hidden; }
.center-text { text-align: center; }
#content { width: 100%; text-align: left; }
.aligned { width: 1024px; margin: 0px auto; text-align: left; }
.alignedLarge { width: 1024px; margin: 0px auto; text-align: left; }
.redirect { cursor: pointer; }

/* ==========================================================================
   Positions
   ========================================================================== */
/* General */
#superheader, #headerContainer, #menuContainer, #content { z-index: 2; }
.up { position: absolute; bottom: 0px; right: 0px; line-height: 0px; cursor: pointer; }
#menu-menu-home-expertise a:hover, .loginMenu .menu li a:hover, .bloc.implantations .description a:hover, .lineActu .title a:hover, #menuInterne .menu li a:hover, .link .addrContainer a:hover, .bloc.actualites .allActu a:hover, .bloc.actualites .line a:hover, .sideactu .item a:hover { text-decoration: none; }
#content #container, .paddingB70 { padding-bottom: 70px; }
.home #container { margin-top: 244px; }
#menuContainer, #menuInterne, .menuContainer, .menu, .menu li, menu li .sub-menu, menu li .sub-menu li { z-index:20; }
#headerContainer, #header, .login, .loginMenu, .loginMenu .menu { z-index: 25; }

/* superheader */
#superheader { background-color: #CAC9C9; }
#superheader .superheaderContainer { float: right; }
#superheader .size { margin-right: 20px; margin-top: 5px; }
#superheader .search { margin-top: 3px; margin-right: 20px; }
#lang_sel { height: 18px; font-family: Arial, helvetica, sans-serif; }
#lang_sel ul ul a, #lang_sel ul ul a:visited { background: #CAC9C9;}
#lang_sel a.lang_sel_sel { background: url('img/down.png') #CAC9C9 right no-repeat; }

/* header */
#headerContainer { width: 100%; min-width: 1024px; background-image: url('img/back-header2.jpg'); background-repeat: repeat-x; background-color: #e5e5e5; }
.home #headerContainer { margin-top: 30px; background-image: none; background-color:transparent; }
#header { width: 976px; margin: 0px auto; padding: 16px 24px 13px 24px; }
.home #header { background-image: url('img/back-header2.jpg'); background-repeat: repeat-x; }
#header .logo { margin-right: 58px; margin-top: -10px; }
#header .content { margin-top: 30px; }
#header .content p, .slogan2 p { font-size: 16px; color: #656565; }
#header .content p.gtb { font-family: 'Helvetica neu Light', Arial, sans-serif; text-transform: uppercase; margin-bottom: 5px; }
#header .content p.euroPayments { font-family: 'Helvetica neu', Arial, sans-serif; font-size: 14px; font-weight: bold; }
.upRightHeader { margin-top: -5px; }
#header .login, #header .source {  }
#header .login { margin-right: 15px; }
#header .source, #header .slogan2 { margin-right: 16px; }
#header .source { margin-top: 35px; }
#header .source select { width: 120px; height: 14px; padding: 10px 12px; border: 0px; margin-bottom: 4px; color: #FFFFFF; background-color: #B0B0B0; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: content-box; overflow: hidden; background-image: url('img/select-arrow-fff.png'); background-repeat: no-repeat; background-position: right center; }

.menuSite { width: 980px; }
#menuContainer { width: 100%; min-width: 1024px; background-color: #F2F2F2; border-top: 1px solid #CAC9C9; position: relative; }
#menuInterne { width: 1024px; margin: 0px auto; }
.home #menuContainer { background-color: transparent; border-top: 0px; }
.home #menuInterne { background-color: #F2F2F2; border-top: 1px solid #CAC9C9; }
#menuInterne .menuContainer { margin: 12px;  }
#menuInterne .homeButton { margin: 7px 13px 0px 13px; }

.topMenuItem { float:left; position: relative; }
.topMenuItem .dropDown { display: none; }

.topMenuItem a { font-size: 17px; line-height: 17px; color: #1A1A1A; text-transform: uppercase; padding: 10px 0px; display: block; }
.topMenuItem a:hover { text-decoration: none; }
.topMenuItem a span { padding: 0px 11px; border-left: 1px solid #B0B0B0; }

.dropDown { padding: 28px; border: 2px solid #989898; background-color: #fff; position: absolute; top: 37px; z-index: -1; border-top: 0px; }
.dropDown.oneColContainer { width: 213px; }
.dropDown.twoColContainer { width: 634px; }
.dropDown.threeColContainer { width: 733px; }
.dropDown .twoCol, .dropDown .threeCol { float: left; }

.dropDown .twoCol { width: 213px; }
.dropDown .twoCol { width: 213px; margin-right: 45px; }
.dropDown.oneColContainer .twoCol { margin-right: 0px; }
.dropDown .twoCol.last { margin-right: 0px; }
.topMenuItem .twoCol ul a { font-size: 17px; line-height: 18px; font-weight: bold; border-top: 2px solid #CED0D1; }
.topMenuItem .twoCol ul ul a { font-size: 15px; line-height: 15px; font-weight: normal; padding: 5px 0px 0px 0px; border: 0px; text-transform: none; }

.dropDown .threeCol { width: 213px; margin-right: 45px; }
.dropDown .threeCol.last { margin-right: 0px; }
.topMenuItem .threeCol ul { padding-bottom: 20px; }
.topMenuItem .threeCol ul ul { padding-bottom: 0px; }
.topMenuItem .threeCol ul ul ul { padding-bottom: 15px; }
.topMenuItem .threeCol ul a { font-size: 17px; line-height: 18px; font-weight: bold;  padding: 10px 0px; border-top: 2px solid #CED0D1; }
.topMenuItem .threeCol ul ul a { font-size: 15px; line-height: 15px; padding: 0px; border: 0px; text-transform: none; font-weight: normal; }
.topMenuItem .threeCol ul ul ul a { font-weight: normal;  }

.topMenuItem .threeCol ul a.red, .topMenuItem .twoCol ul a.red, .topMenuItem .threeCol ul a.current-menu-item, .topMenuItem .twoCol ul a.current-menu-item { color: #e60028; }
.topMenuItem .threeCol ul ul a.red, .topMenuItem .twoCol ul ul a.red, .topMenuItem .threeCol ul ul a.current-menu-item, .topMenuItem .twoCol ul ul a.current-menu-item { color: #e60028; background-image: url("img/fleche-rouge.png"); background-repeat: no-repeat; background-position: right center; }
.topMenuItem .threeCol ul ul ul a.red, .topMenuItem .twoCol ul ul ul a.red, .topMenuItem .threeCol ul ul ul a.current-menu-item, .topMenuItem .twoCol ul ul ul a.current-menu-item { color: #e60028; }

.topMenuItem a.primItem.red, .topMenuItem a.primItem.current-menu-ancestor { background-color: #FFFFFF; border: 2px solid #B3B3B3; border-bottom: 2px solid #e60028; position: relative; padding: 8px 8px 8px 8px; background-image: url('img/zip-up.png'); background-repeat: no-repeat; background-position: center 28px; }
.topMenuItem a.primItem.red span, .topMenuItem a.primItem.current-menu-ancestor span { border: 0px; margin-top: -2px; padding: 0px 1px 0px 2px; }
/*#menuInterne .sub-menu { display: none; position: absolute; top: 33px; left: 0px; text-align: left; padding: 28px; background-color: #FFFFFF; border: 2px solid #B3B3B3; border-top: 0px; z-index:2; margin-left: -2px; }*/

#menuInterne .menu li { text-align: center;  float: left; min-height: 25px; position: relative; padding-top: 10px; }
#menuInterne .menu li a { text-transform: uppercase; color: #1A1A1A; padding: 0px 38px; border-left: 1px solid #B3B3B3; text-align: center; display: block; font-size: 13px; }

#menuInterne .menu li .sub-menu li { float: none; padding-bottom: 18px; padding-top: 0px;  }
#menuInterne .menu li .sub-menu li a { text-align: left; padding: 0px; font-size: 13px; }
#menuInterne .menu li .sub-menu li a:hover { text-decoration: underline; }

#menuInterne .menu li .sub-menu li.current-menu-item { min-height: auto;  background-image: none; border-bottom: 0px; }

.home #background { height: 490px; width: 100%; overflow: hidden; position: absolute; top: 0px; z-index: -1; }
.backSide { background-repeat: repeat-x; position: absolute; top: 0px; bottom: 0px; }
.backLeft { left: 0px; right: 50%;top: -6px; }
.backRight { right: 0px; left: 50%; top: -6px; }
.backCenterImage { z-index: 2; position: absolute; top: -6px; left: 50%; margin-left: -512px; }
.home #background, .images {  }

#header p { color: #666666; }

.loginMenu { position: relative; z-index: 2; margin-top: -4px; padding-left: 2px; }
.loginMenu .menu { position: absolute; top: 0px; text-align: center; display: none; background-image: url("img/transparent.gif"); background-repeat: no-repeat; }
.loginMenu .menu li { display: block; width: 143px; padding: 4px 0px; background-color: #e60028; margin-top: 2px;  }
.loginMenu .menu li a { color: #ffffff; }

.loginButton { cursor: pointer; }

/* footer */ 
#footerContainer { background-color: #E4E4E4; min-width: 1024px; }
#footer { width: 1024px; margin: 0px auto; padding: 24px; }
#footer .menuFooter { width: 312px; }

/* super footer */
#superfooter { background-color: #CAC9C9; padding-bottom: 5px; }
#superfooter .logo-footer { margin: 6px 0px 0px 0px;  }
.menu-footer { margin: 11px 0px 10px 23px; padding-top: 6px; }
.menu-footer .menu li, .menu-footer .copy { float: left; display: inline; padding: 0px 5px 0px 5px; border-right: 1px solid #1A171B; line-height: 12px; }
.menu-footer .menu li a, .menu-footer .copy { color: #000; }
.menu-footer .copy { border: none; }

/* inputs */
.search input[type="text"] { width: 107px; height: 12px; border: 1px solid #989998; background-color: #D6D5D5; padding: 2px 6px; font-size: 13px; line-height: 12px; }
.search input[type="submit"] { background-color: #989998; background-image: url('img/search.jpg'); background-repeat: no-repeat; background-position: center center; border: none; width: 20px; height: 18px; cursor: pointer; }
#menuContainer, #menuInterne, .menuContainer, .menu, .menu li, menu li .sub-menu, menu li .sub-menu li { z-index:20; }
#headerContainer, #header, .login, .loginMenu, .loginMenu .menu { z-index: 25; }

/* pages */
.titleContainer { height: 253px; width: 1023px; background-image: url('img/backtitle.jpg'); background-repeat: no-repeat; margin-bottom: 46px; background-size:cover;}
.titleContainer h1 { text-transform: uppercase; color: #fff; font-size: 40px; line-height: 40px; padding: 99px 294px 0px 48px; }

.pageContent { width: 730px; }
.sidebar { width: 230px; }

.pageContent .title { width: 212px; margin-right: 35px; }
.pageContent .content { width: 440px; }

.pageContent .content h4 { margin-bottom: 20px; }
.pageContent .links { margin-top: 12px; }
.pageContent .links div { margin-right: 5px; }

.encadre { padding: 110px 50px 50px 50px; background-image: url('img/back-encadre.png'); background-repeat: no-repeat; }
.encadre .text { width: 322px; margin-right: 40px; }
.encadre .lien { width: 232px; }
.alignnone { display: inline; }
.encadre h5 { margin-bottom: 20px; }

/* contact */
.pageContent .field input, .pageContent .field select, .pageContent .field textarea, .contactSubmit { font-size: 15px; line-height: 15px; }
.pageContent .field input { width: 358px; height: 15px; padding: 10px; border: 1px solid #EFEFEF; margin-bottom: 8px; color: #989898;  }
.pageContent .field select { width: 354px; height: 22px; padding: 12px 12px 12px 12px; border: 1px solid #EFEFEF; margin-bottom: 4px; color: #989898; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; box-sizing: content-box; overflow: auto; background-image: url('img/select-arrow.png'); background-repeat: no-repeat; background-position: right center; }

.pageContent .field select::-ms-expand {
    display: none; /* to ie 10 */
}

.pageContent .field select:focus {
    outline: none;
}

.pageContent .field textarea { width: 358px; height: 136px; padding: 10px; border: 1px solid #EFEFEF; margin-bottom: 8px; color: #989898; }
.contactSubmit { width: 159px; height: 39px; padding: 12px; background-color: #333333; color: #fff; border: 0px; text-align: left; background-image: url('img/envoyer.png'); background-repeat: no-repeat; background-position: right center;  }

.commit .message { margin: 11px 0 0 50px; }


/* lexique */
#lexiconize #letters { height: 60px; }
#lexiconize .titles, #lexiconize .contents { height: 490px; }
#lexiconize .titles { width: 230px; margin-right: 16px; border-right: 1px solid #C9C9C9; }
#lexiconize .contents { width: 445px; }
.aLetter { width: 24px; height: 24px; text-align: center; }
.aLetter.selected { color: #FFF; background-color: #E50027; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
.titlesContent li { width: 215px; }
.titlesContent li.selected { background-image: url('img/fleche-rouge.png'); background-repeat: no-repeat; background-position: right center; }

/* category */
.actuContainer { }
.lineActu { padding: 22px 0px; border-bottom: 1px solid #666666; cursor: pointer; }
.lineActu .date { width: 100px; }
.lineActu .title { width: 285px; margin-right: 102px; }
.lineActu .infos { width: 232px; margin-right: 79px;  }
.lineActu .date p, .lineActu .title a { font-size: 20px; line-height: 20px; color: #000000; }
.lineActu .infos p { font-size: 13px; line-height: 16px; color: #000000; }
.lineActu .arrow { padding-top: 11px; }
.lineActu.red .date p, .lineActu.red .title a, .lineActu.red .infos p { color: #e60028; }


/* single actualites */
.actualite { width: 654px; margin-right: 87px; }
.actualite p, .actualite h1 { color: #000; }
.actualite p.date { font-weight: bold; font-size: 19px; line-height: 19px; margin-bottom: 13px; }
.actualite h1 { font-size: 40px; line-height: 41px; margin-bottom: 13px; }

/* single news */
.actuSingle { width: 630px; }
.actuSingle h1 { margin-bottom: 20px; }
.downloadContainer .downloadContent, .moreContainer .downloadContent { margin-left: 7px; margin-top: 1px; border-top: 2px solid #262524; border-bottom: 2px solid #262524; width: 93px; }
.downloadContainer a, .moreContainer a { font-weight: bold; font-size: 10px; line-height: 10px; color: #262524; }
 { text-decoration: none; }
.downloadContainer.red .downloadContent, .moreContainer.red .downloadContent { border-top: 2px solid #e60028; border-bottom: 2px solid #e60028; }
.downloadContainer.red a, .moreContainer.red a { color: #e60028; }
.downloadContainer, .moreContainer { margin-top: 20px; }

/* search */
.resultats { padding: 19px 0px; border-bottom: 1px solid #B3B3B3; width: 597px; }
.search-content, .sitemapContent { padding: 0px 15px; }
#content .search-content h1, #content .sitemapContent h1 { padding: 30px 0px; }

/* pop */
.pop { display: none; z-index: 1000; position: fixed; top: 0; left: 0; right: 0; bottom: 0;  }
.popBackground { z-index: 1001; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.popContent { position: fixed; top: 50%; left: 50%; z-index: 1002; background-color: #FFF; padding: 50px; text-align: center; margin-top: -102px; margin-left: -219px; }
.popButtons { margin-top: 18px; }
.popButtons .button { margin-right: 5px; cursor: pointer; }

/* ==========================================================================
   Fonts
   ========================================================================== */
/* specials */
.pwld-news .newsLine { background-repeat: repeat-x; background-image: url('img/border-dotted.jpg'); background-position: left bottom; }
.pwld-bloc .link a:hover, .pwld-news .allActu a:hover, .downloadContainer a:hover, .moreContainer a:hover { text-decoration: none; }
.widget h2, .pwld-news .texte h4, .aLetter { text-transform: uppercase; }
.pwld-footer h3, #footer h2 { font-weight: bold; }
.aLetter, .titlesContent li { cursor: pointer; }

/* colors */
.pwld-news .texte p.date { color: #000000; }
.pwld-bloc .link a, .contentsContent p, .encadre h5, .encadre p { color: #1A1A1A; }
.pwld-news .texte p, .pwld-footer p { color: #434343; }
.aLetter, .titlesContent li { color: #656565; }
.titlesContent li.selected { color: #E50027; }
.pageContent .content p { color: #262524; }
.red, p.red, .pageContent .content p.red { color: red; }

/* sizes */
.widget h2, .pwld-news .texte p.date, .pageContent .content p { font-size: 15px; line-height: 18px; }
.pwld-news .texte p { font-size: 15px; line-height: 16px; }
.pwld-bloc .link a { font-size: 17px; line-height: 21px; }
.titlesContent li { font-size: 17px; line-height: 24px; }
.contentsContent h1 { font-size: 40px; line-height: 40px; }
.contentsContent p { font-size: 17px; line-height: 19px; }
.pwld-news .text h4 { font-size: 17px; line-height: 18px; }
.aLetter, .pageContent .title p, .pageContent .content h4, .popContent p { font-size: 20px; line-height: 25px; }
.pwld-footer h3, #footer h2 { font-size: 15px; line-height: 14px; }
.pwld-footer p { font-size: 11px; line-height: 16px; }
.encadre h5 { font-size: 32px; line-height: 31px; vertical-align: bottom; }
.encadre p, p.single-date { font-size: 20px; line-height: 26px; }

/* ==========================================================================
   Widgets and home
   ========================================================================== */
.home #container { background-color: #fff; }
.home #container .blocContainer { padding: 30px 26px; }
.home li.widget.last { margin: 0; }

/* titles */
.widget { width: 230px; }
.home .widget { width: 305px; margin-right: 15px; }
.home .widget.pwld-footer, .widget.pwld-footer { width: 471px; }

.home .widget.last { margin-right: 0px; }
.widget h2 { margin-bottom: 15px; }

.sidebar .widget { margin-bottom: 40px; }

/* Carousel */
.carousel { overflow:hidden; position:relative; width:210px; height:150px; padding-top: 15px; }
.carousel ul { position:relative; left:0; top:0; list-style:none; margin:0; padding:0; width:750px; }
.carousel li { width:215px; height:150px; float:left; }
.pwld-carousel .content { background-color: #F2F2F2; padding: 10px 0px 0px 10px; width: 220px; height: 140px; text-align: center; }
.pwld-carousel .arrowLeft { position: absolute; top: 100px; left: 21px; cursor: pointer; z-index: 2; display: none; }
.pwld-carousel .arrowRight { position: absolute; top: 100px; right: 21px; cursor: pointer; z-index: 2; display: none; }
.pwld-carousel .big p { padding: 2px 0px 2px 0px; color: #e60028; font-size: 60px; line-height: 60px; }
.pwld-carousel .big p sup { font-size: 20px; vertical-align: middle; line-height: 25px; }
.pwld-carousel .descContainer { border-top: 1px solid #A4A4A4; border-bottom: 1px solid #A4A4A4; padding: 9px 0px; }
.pwld-carousel .descContainer p { text-transform: uppercase; color: #e60028; font-size: 13px; line-height: 14px; }
.pwld-carousel .key { margin-bottom: 20px; }
.extra { text-align: left; padding-top: 10px; }
.extra p { color: #e60028; font-size: 10px; line-height: 11px; }

.home .carousel { width:215px; height:200px; padding-top: 24px; }
.home .carousel ul { width:750px; }
.home .carousel li { width:215px; height:200px; }
.home .pwld-carousel .content { padding: 10px 0px 0px 45px; height: 242px; width: 260px; }
.home .pwld-carousel .arrowLeft { display: block; }
.home .pwld-carousel .arrowRight { display: block; }
.home .pwld-carousel .big p { font-size: 70px; line-height: 70px; }
.home .pwld-carousel .big p sup { font-size: 36px; vertical-align: middle; line-height: 42px; }
.home .pwld-carousel .descContainer p { font-size: 16px; line-height: 19px; font-weight: bold; }
.home .extra { padding-top: 30px; }

/* News */
.pwld-news .img { width: 230px; }
.pwld-news .texte { width: 230px; }
.pwld-news .newsLine { padding-bottom: 17px; margin-bottom: 17px; }
.pwld-news .newsLine.first { background-image: none; padding-bottom: 0px; margin-bottom: 0px; }
.pwld-news .allActu { margin-top: 15px; display: none; }
.pwld-news .allActu div { margin-right: 7px; }
.pwld-news .smallArrow { margin-top: 1px; }

.home .pwld-news .img { width: 85px; }
.home .pwld-news .texte { width: 220px; }
.home .pwld-news .allActu { display: block; }

/* Links */
.pwld-bloc .img { width: 48px; }
.pwld-bloc .link { width: 176px; border-top: 1px solid #C9C9C9; padding: 15px 0px 15px 6px; }
.pwld-bloc .link.last { border-bottom: 1px solid #C9C9C9; }

.home .pwld-bloc .link { width: 202px; padding: 15px 0px 15px 15px; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
