/**
 * NORMALIZE - assets/css/frontend/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/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.5;
    transition:0.5s;
}
/**
 * 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%;
}


/**
 * MAIN - assets/css/frontend/main.css
 */

/**
 * Structure
 */

html{
    height: 100%;
}

body {
    background-color : #fff;
    min-height  : 100%;
    padding     : 0 0 18em 0;
    position: relative;
}

/**
 * Publicité
 */
div#addHeader {
    width      : 100%;
    height     : 90px;
    padding    : 10px 0;
    background : #f1f1f1;
    background : -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f1f1f1));
    background : -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background : -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background : -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background : linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}

div#addHeader > div {
    width  : 728px;
    height : 90px;
    margin : 0 auto;
}

/**
 * Header
 */
div#header {
    position   : relative;
    width      : 100%;
    min-height : 180px;
}

div#header div.wrapper {
    width  : 986px;
    height : 102px;
    margin : 0 auto;
}

#backHome {
    float   : left;
    display : block;
    width   : 380px;
    height  : 102px;
}

div#header p {
    font            : italic normal 14px Arial, Helvetica, sans-serif;
    color           : #4e4e4e;
    line-height     : 14px;
    text-decoration : none;
    padding         : 50px 0 0 10px;
    text-align      : right;
}

div#header p strong {
    font-weight : normal;
    color       : #c20c5c;
}

/**
 * Langue
 */
ul.langue {
    position : absolute;
    top      : 75px;
    right    : 50%;
    margin   : 0 -493px 0 0;
}

ul.langue li {
    float  : left;
    margin : 0 0 0 8px;
}

ul.langue li a:hover {
    opacity : 0.5;
}

/**
 * Nav
 */
div#header ul.nav {
    width  : 986px;
    height : 25px;
    margin : 0 auto 14px auto;
}

div#header ul.nav li {
    float  : left;
    margin : 0 0 0 3px;
}

div#header ul.nav li:first-child {
    margin-left : 0;
}

div#header ul.nav li a {
    display         : block;
    height          : 23px;
    font            : normal 14px Arial, Helvetica, sans-serif;
    color           : #202020;
    line-height     : 23px;
    text-decoration : none;
    padding         : 0 6px;
    border          : 1px solid #c7c7c7;
}

div#header ul.nav li.over a,
div#header ul.nav li a:hover {
    color            : #fff;
    background-color : #c20c5c;
    border-color     : #c20c5c;
}

div#header ul.nav li:nth-child(2).over a,
div#header ul.nav li:nth-child(2) a:hover {
    background-color : #95b800;
    border-color     : #95b800;
}

/**
 * Recherche
 */
div#header ul.nav li.recherche {
    position : relative;
    float    : right;
    width    : 142px;
    height   : 23px;
    border   : 1px solid #b9b9b9;
}

div#header ul.nav li.recherche input[type=text] {
    position        : absolute;
    top             : -1px;
    left            : 2px;
    width           : 115px;
    height          : 23px;
    font            : normal 12px Arial, Helvetica, sans-serif;
    color           : #202020;
    line-height     : 23px;
    text-decoration : none;
    background      : none;
    border          : 0;
    outline-style   : none;
}

div#header ul.nav li.recherche input[type=submit] {
    position   : absolute;
    top        : 0;
    right      : 0;
    width      : 22px;
    height     : 23px;
    background : url("../img/picto/recherche.png") no-repeat 0 0;
    border     : 0;
}

div#header ul.nav li.recherche input[type=submit]:hover {
    opacity : 0.5;
}

/**
 * Sub nav
 */
div#header div.subNav {
    width            : 100%;
    min-height       : 38px;
    background-color : #c20c5c;
}

body.color div#header div.subNav {
    background-color : #95B800;
}

div#header div.subNav ul {
    overflow: hidden;
    width      : 986px;
    min-height : 38px;
    margin     : 0 auto;
    background: url("../img/background/bg-nav-header.png") repeat left top;
}

body.color div#header div.subNav ul {
    background: url("../img/background/bg-nav-header-vert.png") repeat left top;
}

div.subNav ul li {
    float       : left;
    font        : normal 31px Arial, Helvetica, sans-serif;
    color       : #fff;
    line-height : 38px;
}

div.subNav ul li:after {
    float   : left;
    content : "/";
    margin  : 0 3px;
}

div.subNav ul li:last-child:after {
    content : "";
    margin  : 0;
}

div.subNav ul li a {
    float           : left;
    display         : block;
    height          : 20px;
    font            : normal 14px Arial, Helvetica, sans-serif;
    color           : #fff;
    line-height     : 20px;
    text-decoration : none;
    text-transform  : uppercase;
    margin          : 9px 0;
    padding         : 0 3px;
}

div.subNav ul li.over a,
div.subNav ul li a:hover {
    background-color : #000;
}

/**
 * Sub sub nav
 */
div#header div.subsubNav {
    width            : 100%;
    min-height       : 36px;
    border-bottom    : 1px solid #d2d2d2;
    border-top       : 1px solid #d2d2d2;
    background-color : #fff;
    background       : #f9eaf1;
}

body.color div#header div.subsubNav {
    background : #f4f9de;
}

div#header div.subsubNav ul {
    width    : 836px;
    margin   : 0 auto;
    padding  : 9px 5px 9px 0;
    overflow : hidden;
    box-sizing: content-box;
}

.widthBout{
    width : 980px!important;
}

div.subsubNav ul li {
    float       : left;
    font        : normal 12px Arial, Helvetica, sans-serif;
    color       : #5e5e5e;
    line-height : 20px;
}

div.subsubNav ul li:before {
    float   : left;
    content : "|";
    margin  : 0 8px;
}

div.subsubNav ul li:first-child:before {
    content : "";
    margin  : 0;
}

div.subsubNav ul li a {
    float           : left;
    display         : block;
    height          : 20px;
    font            : normal 12px Arial, Helvetica, sans-serif;
    color           : #5e5e5e;
    line-height     : 20px;
    text-decoration : none;
}

div.subsubNav ul li.over a,
div.subsubNav ul li a:hover {
    text-decoration : underline;
    color           : #c20c5c;
}

body.color div.subsubNav ul li.over a,
body.color div.subsubNav ul li a:hover {
    text-decoration : underline;
    color           : #95b800;
}

/**
 * Sub sub sub nav
 */
div.subsubsubNav ul {
    overflow : hidden;
    width    : 100%;
    margin   : 0 0 15px 0;
}

div.subsubsubNav ul li {
    float    : left;
    position : relative;
    display  : table;
    width    : 235px;
    height   : 172px;
    margin   : 20px 20px 20px 0;
}

body.color div.subsubsubNav ul li {
    background-color : #95b800;
}

div.subsubsubNav ul li:nth-child(3n) {
    margin-right : 0;
}

div.subsubsubNav ul li:before {
    position         : absolute;
    top              : -20px;
    left             : 0;
    display          : block;
    content          : "";
    width            : 20px;
    height           : 20px;
    background-color : #000;
}

div.subsubsubNav ul li a {
    display         : table-cell;
    vertical-align  : middle;
    width           : 235px;
    height          : 172px;
    padding         : 0 20px;
    font            : bold 18px Arial, Helvetica, sans-serif;
    color           : #fff;
    text-transform  : uppercase;
    text-decoration : none;
    text-align      : center;
    background      : rgba(0, 0, 0, 0.3);
}

/**
 * Service : connexion, panier, contact
 */
div#header ul.service {
    position : absolute;
    top      : 0;
    right    : 50%;
    margin   : 0 -493px 0 0;
    height   : 28px;
}

div#header ul.service li {
    float           : left;
    font            : normal 10px Arial, Helvetica, sans-serif;
    color           : #5a5a5a;
    line-height     : 26px;
    text-decoration : none;
    text-transform  : uppercase;
}

div#header ul.service li a {
    font-size       : 11px;
    color           : #5a5a5a;
    line-height     : 28px;
    text-decoration : none;
}

div#header ul.service li:before {
    float   : left;
    content : "|";
    margin  : 0 10px;
}

div#header ul.service li:first-child:before,
div#header ul.service li.panier:before {
    content : "";
    margin  : 0;
}

div#header ul.service li.panier {
    background : #4e4e4e url("../img/picto/caddie.png") no-repeat 2px 1px;
    margin     : 0 0 0 10px;
}

div#header ul.service li.panier a {
    font-weight    : bold;
    font-size      : 12px;
    color          : #fff;
    text-transform : none;
    padding        : 0 5px 0 30px;
}

div#header ul.service li.panier:hover {
    background-color : #c20c5c;
}

div#header ul.service li.panier a span {
    color  : #a8a8a8;
    margin : 0 5px 0 0;
}

/**
 * Accès réseaux sociaux
 */
div#header div.accesSocial,
div#footer div.accesSocial,
div.services div.accesSocial {
    width  : 100px;
    height : 20px;
}

div#header div.accesSocial {
    position : absolute;
    top      : 188px;
    right    : 50%;
    margin-right : -496px;
}

div.services div.accesSocial {
    float        : right;
    margin-right : 10px;
}

div#quiz div.accesSocial {
    float : right;
}

div#header div.accesSocial ul,
div#footer div.accesSocial ul,
div.services div.accesSocial ul,
div#quiz div.accesSocial ul {
    float  : right;
    margin : 0 0 15px 0;
}

div#header div.accesSocial ul li,
div#footer div.accesSocial ul li,
div.services div.accesSocial ul li,
div#quiz div.accesSocial ul li {
    float           : left;
    list-style-type : none;
}

div#header div.accesSocial ul li a,
div#footer div.accesSocial ul li a,
div.services div.accesSocial ul li a,
div#quiz div.accesSocial ul li a {
    display           : block;
    width             : 20px;
    height            : 20px;
    margin            : 0 0 0 4px;
    text-indent       : -9999px;
    background-image  : url("../img/picto/sprite-picto-reseaux-sociaux.png");
    background-repeat : no-repeat;
    cursor            : pointer;
}

div#footer div.accesSocial ul li a {
    margin : 0 4px 0 0;
}

div#header div.accesSocial ul li.facebook a,
div#footer div.accesSocial ul li.facebook a,
div.services div.accesSocial ul li.facebook a,
div#quiz div.accesSocial ul li.facebook a {
    background-position : 0 0;
}

div#header div.accesSocial ul li.twitter a,
div#footer div.accesSocial ul li.twitter a,
div.services div.accesSocial ul li.twitter a,
div#quiz div.accesSocial ul li.twitter a {
    background-position : -24px 0;
}

div#header div.accesSocial ul li.google a,
div#footer div.accesSocial ul li.google a,
div.services div.accesSocial ul li.google a,
div#quiz div.accesSocial ul li.google a {
    background-position : -48px 0;
}

div#header div.accesSocial ul li.friend a,
div#footer div.accesSocial ul li.friend a,
div.services div.accesSocial ul li.friend a,
div#quiz div.accesSocial ul li.friend a {
    background-position : -72px 0;
}

div#header div.accesSocial ul li.friend a *,
div#footer div.accesSocial ul li.friend a *,
div.services div.accesSocial ul li.friend a *,
div#quiz div.accesSocial ul li.friend a * {
    background-image : none;
}

div#header div.accesSocial ul li a:hover,
div#footer div.accesSocial ul li a:hover,
div.services div.accesSocial ul li a:hover,
div#quiz div.accesSocial ul li a:hover {
    opacity : 0.5;
}

/**
 * Fil d'ariane
 */
div#breadcrumb {
    width  : 986px;
    margin : 0 auto;
}

div#breadcrumb ol {
    padding : 0;
    margin  : 0;
}

div#breadcrumb ol li {
    float       : left;
    font        : normal 12px Arial, Helvetica, sans-serif;
    color       : #404040;
    line-height : 40px;
}

div#breadcrumb ol li:after {
    content : ">";
    margin  : 0 8px;
}

div#breadcrumb ol li:last-child:after {
    content : "";
    margin  : 0;
}

div#breadcrumb ol li a {
    text-decoration : none;
    color           : #404040;
}

div#breadcrumb ol li a:hover {
    text-decoration : underline;
}

div#breadcrumb ol li:last-child {
    font-weight : bold;
    color       : #c20c5c;
}

body.color div#breadcrumb ol li:last-child {
    color : #95b800;
}

/**
 * Contenu
 */
div#content {
    clear    : both;
    overflow : hidden;
    width    : 986px;
    margin   : 0 auto;
}

h1 {
    font          : bold 25px Arial, Helvetica, sans-serif;
    color         : #c20c5c;
    line-height   : 28px;
    border-bottom : 1px solid #d2d2d2;
    padding       : 0 0 8px 0;
}

body.color h1 {
    color : #95b800;
}

/**
 * Menu bas
 */
div#footer {
    clear      : both;
    height     : 230px;
    background : #e3e3e3;
    background : -moz-linear-gradient(top, #d6d6d6 0%, #e3e3e3 13%, #e3e3e3 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(13%, #e3e3e3), color-stop(100%, #e3e3e3));
    background : -webkit-linear-gradient(top, #d6d6d6 0%, #e3e3e3 13%, #e3e3e3 100%);
    background : -o-linear-gradient(top, #d6d6d6 0%, #e3e3e3 13%, #e3e3e3 100%);
    background : -ms-linear-gradient(top, #d6d6d6 0%, #e3e3e3 13%, #e3e3e3 100%);
    background : linear-gradient(to bottom, #d6d6d6 0%, #e3e3e3 13%, #e3e3e3 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#e3e3e3', GradientType=0);
    position   : absolute;
    right      : 0;
    bottom     : 0;
    left       : 0;
}

div#footer div.wrapper {
    width      : 986px;
    height     : 102px;
    margin     : 0 auto;
    background : url("../img/background/separateur-footer.png") no-repeat right 0;
}

div#footer div.wrapper > div{
    float: left;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width     : 195px;
    height    : 150px;
    padding   : 40px 0 0 50px;
    background: url('../img/background/separateur-footer.png') no-repeat 0 0;
}


div#footer div.wrapper > div p {
    font        : bold 12px Arial, Helvetica, sans-serif;
    color       : #c20c5c;
    line-height : 12px;
    margin      : 0 0 10px 0;
}

div#footer div.wrapper > div ul.listeV {
    margin : 5px 0 0 0;
}

div#footer div.wrapper > div ul.listeV li {
    line-height : 12px;
    margin      : 0 0 2px 0;
}

div#footer div.wrapper > div ul.listeV li:before {
    content : "-";
    color   : #c20c5c;
    margin  : 0 10px 0 0;
}

div#footer div.wrapper > div ul.listeV li a {
    font            : normal 12px Arial, Helvetica, sans-serif;
    color           : #585858;
    line-height     : 12px;
    text-decoration : none;
}

div#footer div.wrapper > div ul.listeV li a:hover {
    text-decoration : underline;
}

div#footer input[type=text] {
    width            : 130px;
    height           : 20px;
    font             : normal 12px Arial, Helvetica, sans-serif;
    color            : #fff;
    line-height      : 20px;
    border           : 0;
    background-color : #c20c5c;
    color            : black;
    padding          : 0 5px;
}

div#footer input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

div#footer input[type=text]::-moz-placeholder {
  color: #fff;
}

div#footer input[type=text]:-ms-input-placeholder {
  color: #fff;
}

div#footer input[type=text]:-moz-placeholder {
  color: #fff;
}

div#footer input[type=submit] {
    width          : 40px;
    height         : 20px;
    font           : bold 12px Arial, Helvetica, sans-serif;
    color          : #4e4e4e;
    line-height    : 20px;
    text-transform : uppercase;
    border         : 0;
    background     : none;
}

div#footer input[type=submit]:hover {
    color            : #fff;
    background-color : #c20c5c;
}

div#footer div.wrapper ul.listeH {
    clear  : left;
    height : 12px;
    margin : 0 0 5px 0;
}

div#footer div.wrapper ul.listeH li {
    float : left;
}

div#footer div.wrapper ul.listeH li {
    display     : inline;
    font        : normal 12px Arial, Helvetica, sans-serif;
    line-height : 12px;
    border-left : 1px solid #585858;
    padding     : 0 15px;
}

div#footer div.wrapper ul.listeH li:first-child {
    border-left  : 0;
    padding-left : 0;
}

div#footer div.wrapper ul.listeH li a {
    color           : #585858;
    text-decoration : none;
}

div#footer div.wrapper ul.listeH li a:hover {
    text-decoration : underline;
}

div#footer div.wrapper ul.listeH li.agoravita {
    float        : right;
    border-left  : 0;
    padding-left : 0;
}

div#footer div.wrapper ul.listeH li.agoravita img {
    vertical-align : middle;
}

div#footer div.wrapper ul.listeH li.agoravita a:hover {
    opacity : 0.5;
}

div#footer div.wrapper > p {
    clear       : left;
    font        : italic normal 12px Arial, Helvetica, sans-serif;
    color       : #c20c5c;
    line-height : 12px;
    margin      : 0 0 15px 0;
}

/****** STRUCTURE ******/

.pl0{
    padding-left: 0!important;
}

/****** HR ******/

hr.hr-grey{
    border-top-color: #c7c7c7;
    margin-top: 0px;
    margin-bottom: 30px;
}

/****** POPIN ******/

.container-popin{
    padding: 0 15px;
}

.ahbtn{
    font: bold 13px/15px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #C20C5C;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}


/****** RECHERCHE ******/

div#header ul li.recherche div#search-box {
    position: absolute;
    top: 23px;
    right: -1px;
    min-width: 146px;
    background-color: rgba(255, 255, 255, 0.9);
    border:1px solid #c7c7c7;
    border-top:0;
    z-index: 10000;
}

div#header ul li.recherche div#search-box > ul > li {
    border:0;
    width:100%;
    margin:0;
}

div#header ul li.recherche div#search-box > ul > li > a {
    display: block; height:16px;
    padding: 3px 3px;
    color:#333;
    border:0;
    font-size: 11px; line-height: 16px;
    white-space: nowrap;
}

div#header ul li.recherche div#search-box > ul > li > a.active {
    background-color: #F6c9E0;
}

div#header ul li.recherche div#search-box > ul > li > a:hover {
    background-color: #eaa4c7;
    text-decoration: none;
}

.noWrap{
    white-space: nowrap;
}

/* Page NL rgpd*/

#formRgpd .form-optin #rgpd{
    float:left;
    margin-right:10px;
    display:inline-block;
}
#formRgpd .form-optin label.l-rgpd{
    float:left;
    width: 90%;
    font-weight: normal;
}
#formRgpd .form-optin label.l-rgpd a{
    color:#000000;
    text-decoration: underline;
}
#formRgpd .form-optin label.l-rgpd a:hover{
    text-decoration: underline;
}

/****** Form Elearning ******/
.form-elearning{
    padding: 40px;
}
.form-elearning h1{
    font: bold 25px Arial, Helvetica, sans-serif;
    color: #c20c5c;
    line-height: 28px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 8px 0;
    margin-bottom: 30px;
    text-align: center;
}
.form-elearning p.subtitle{
    font: normal 18px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.form-elearning #formulaire-elearning{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}
.form-elearning #formulaire-elearning form{
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 20px;
}
.form-elearning #formulaire-elearning form .line-form{
    width: 100%;
    margin-bottom: 30px;
}
.form-elearning #formulaire-elearning form .line-form.rgpd{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form-elearning #formulaire-elearning form .line-form label{
    display: block;
    font: normal 16px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.form-elearning #formulaire-elearning form .line-form input{
    display: block;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    font: normal 18px Arial, Helvetica, sans-serif;
}
.form-elearning #formulaire-elearning form .line-form.rgpd input{
    margin-right: 10px;
    width: auto;
}
.form-elearning #formulaire-elearning form .line-form.rgpd label{
    font-size: 12px;
}
.form-elearning #formulaire-elearning form .line-form.rgpd label a{
    color: #000;
    text-decoration: underline;
}
.form-elearning #formulaire-elearning form .line-form.rgpd label a:hover{
    opacity: .8;
}
.form-elearning #formulaire-elearning form .line-form input:focus{
    outline: none;
    border: none;
    border-bottom: 1px solid #c20c5c;
}
.form-elearning #formulaire-elearning form .line-form .envoyer{}
.form-elearning #formulaire-elearning form .line-form .envoyer a{
    display: block;
    background-color: #c10054;
    border: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px auto;
    padding: 15px 25px;
    box-shadow: inset 2px 2px 2px 0 #aa015b;
}
.form-elearning #formulaire-elearning form .line-form .envoyer a:hover{
    cursor: pointer;
    background-color: #666;
    box-shadow: none;
}

@media (min-width: 1100px){
    .form-elearning #formulaire-elearning form{
        width: 40%;
    }
}

/**
 * COOKIE - assets/css/frontend/cookie.css
 */

/****** COOKIE ******/
.message-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4e4e4e;
  padding: 16px 0;
  z-index: 190;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px -3px 5px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px -3px 5px 0px rgba(255, 255, 255, 0.2);
  text-align: center;
}
.message-cookie h3{
  color: #fff;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 600;
  font-size: 18.72px;
}
.message-cookie p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  font : normal Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
}
.message-cookie a {
  font : normal Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.message-cookie a#cookie-accept {
  text-transform: uppercase;
  color: #4e4e4e !important;
  border: 1px solid #fff;
  background: #fff;
  text-decoration: none;
}
.message-cookie a#cookie-accept:hover {
  opacity: 0.6;
}
.message-cookie a:last-child {
  color: #fff !important;
  padding: 5px 10px;
  text-transform: inherit;
  text-decoration: none;
}
.message-cookie a:last-child:hover {
  opacity: 0.6;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .message-cookie a {
    font-size: calc(0.2777777778vw + 14.6666666667px);
  }
}
@media (min-width: 1200px) {
  .message-cookie a {
    font-size: 18px;
  }
}

/**
 * MAIN SITE - assets/css/frontend/main-site.css
 */

/**
 * Focus
 */
div#focusRow{
    width: 100%; height: 32px;
    border: 1px solid #d2d2d2;
    margin: 10px 0;
    overflow: hidden;
}
div#focusRow p{
    float: left;
    font: italic normal 15px Arial, Helvetica, sans-serif; color: #5e5e5e; line-height: 32px;
    padding: 0 8px;
}
div#focusRow p.titre{
    font: bold 15px Arial, Helvetica, sans-serif; color: #5e5e5e; line-height: 32px; text-transform: uppercase;
    background-color: #e3e3e3;
    padding: 0 8px;
}
div#focusRow p a{
    color: #5e5e5e;
}
div#focusRow p a:hover{
    color: #C9256D;
}
/**
 * Bloc aside et section
 */
div.section{
    margin: 0 0 25px 0;
}
/* Style1 :: Les formations */
div.section.style1>h3,
div.section.style1>h4{
    font: normal 19px Arial, Helvetica, sans-serif; color: #858585; line-height: 20px;
}
div.section.style1>h3:before,
div.section.style1>h4:before{
    float: left;
    display: block;
    content: "";
    width: 20px; height: 20px;
    background-color: #c20c5c;
    margin: 0 5px 0 0;
}
body.color div.section.style1>h3:before,
body.color div.section.style1>h4:before{
    background-color: #95b800;
}
div.section.style1>div{
    background-color: #000;
    padding: 20px 10px 15px 10px;
}
div.section.style1>div>p{
    font: normal 13px Arial, Helvetica, sans-serif; color: #fff; line-height: 16px;
}
div.section.style1>div>a{
    display: block;
    height: 21px;
    font: bold 13px Arial, Helvetica, sans-serif; color: #979797; line-height: 21px; text-decoration: none;
    background: url("../img/picto/fleche-blanche-rose.png") no-repeat 0 0;
    padding: 0 0 0 25px; margin: 15px 0 0 0;
}
body.color div.section.style1>div>a{
    background: url("../img/picto/fleche-blanche-vert.png") no-repeat 0 0;
}
div.section.style1>div>a:hover{
    color: #fff;
}
/**
 COMMUN A PLUSIEURS STYLES
 **
 Style2 :: Forum
 Style3 :: Blog
 Style4 :: Boutique/Abonnement
 Style5 :: Association
 Style6 :: Suivez-nous
 Style7 :: Image
 Style8 :: Dossier spécial
 Style9 :: Zoom sur
 Style10 :: Coup de projecteur sur...
 Style11 :: Titre + image + texte
 Style12 :: Cadre sous sommaire détail fiche
 Quiz
 StylePerso :: client met ce qu'il veut
 */
div.section.style12{
    margin: 20px 0;
}
div.section.style2>h3,
div.section.stylePerso>h3,
div.section.style2>h4,
div.section.stylePerso>h4,
div.section.style3>h3,
div.section.style4>h4,
div.section.style7>h3,
div.section.style10>h3,
div.section.style11>h4,
div.section.style12>h4,
div.section.style13>h3{
    font: normal 18px Arial, Helvetica, sans-serif; color: #c20c5c; line-height: 20px;
}
div.section.style7.noUp>h4,
div.section.style10.noUp>h3,
div.section.style12.noUp>h4{
    text-transform: none;
}
body.color div.section.style2>h3,
body.color div.section.stylePerso>h3,
body.color div.section.style2>h4,
body.color div.section.stylePerso>h4,
body.color div.section.style3>h3,
body.color div.section.style4>h4,
body.color div.section.style7>h3,
body.color div.section.style10>h3,
body.color div.section.style11>h4,
body.color div.section.style12>h4,
body.color div.section.style13>h3{
    color: #95b800;
}
div.section.style2>h3:before,
div.section.stylePerso>h3:before,
div.section.style2>h4:before,
div.section.stylePerso>h4:before,
div.section.style3>h3:before,
div.section.style4>h4:before,
div.section.style7>h3:before,
div.section.style10>h3:before,
div.section.style11>h4:before,
div.section.style12>h4:before,
div.section.style13>h3:before{
    float: left;
    display: block;
    content: "";
    width: 20px; height: 20px;
    background-color: #000;
    margin: 0 5px 0 0;
}
div.section.style2>div,
div.section.stylePerso>div,
div.section.style3>div,
div.section.style4>div,
div.section.style7>div,
div.section.style8>div{
    background-color: #e3e3e3;
    padding: 20px 10px 15px 10px;
}
div.section.style2>div>a,
div.section.stylePerso>div>a,
div.section.style3>div>a,
div.section.style4>div>a,
div.section.style7>div>a,
div.section.style8>div>a,
div.section.quiz>a{
    display: block;
    height: 21px;
    font: bold 13px Arial, Helvetica, sans-serif; color: #000; line-height: 21px; text-decoration: none;
    background: url("../img/picto/fleche-blanche-noir.png") no-repeat 0 0;
    padding: 0 0 0 25px; margin: 15px 0 0 0;
}
div.section.style2 a:hover,
div.section.stylePerso a:hover,
div.section.style3 a:hover,
div.section.style4 a:hover,
div.section.style7 a:hover,
div.section.style8 a:hover{
    color: #c20c5c;
}
body.color div.section.style2 a:hover,
body.color div.section.stylePerso a:hover,
body.color div.section.style3 a:hover,
body.color div.section.style4 a:hover,
body.color div.section.style7 a:hover,
body.color div.section.style8 a:hover{
    color: #95b800;
}
/**
 CAS PAR CAS
 */
/* Style2 :: Forum */
div.section.style2>div>ul>li,
div.section.stylePerso>div>ul>li{
    margin: 0 0 10px 0;
    font: normal 13px Arial, Helvetica, sans-serif; color: #000; line-height: 21px;
}
div.section.style2>div>ul>li>a{
    font: normal 13px Arial, Helvetica, sans-serif; color: #000; line-height: 21px; text-decoration: none;
}
div.section.style2>div>ul>li:before,
div.section.stylePerso>div>ul>li:before{
    content: ">";
    color: #c20c5c;
    margin: 0 5px 0 0;
}
body.color div.section.style2>div>ul>li:before,
body.color div.section.stylePerso>div>ul>li:before{
    color: #95b800;
}
/* Style3 :: Blog */
div.section.style3>div>h4{
    font: bold 13px Arial, Helvetica, sans-serif; color: #444; line-height: 18px;
}
div.section.style3>div>h5, div.section.style3>div>h5>a{
    font: normal 13px Arial, Helvetica, sans-serif; color: #c20c5c; line-height: 18px;
    margin: 0 0 5px 0;
    text-decoration: none;
}
body.color div.section.style3>div>h5, body.color div.section.style3>div>h5>a{
    color: #95b800;
}
div.section.style3>div>h5>a:hover{
    color: #000;
}
div.section.style3>div>h5:before{
    content: ">";
    color: #000;
    margin: 0 5px 0 0;
}
div.section.style3>div>p{
    font: normal 13px Arial, Helvetica, sans-serif; color: #6c6c6c; line-height: 18px;
    margin: 0 0 15px 0;
}
/* Style4 :: Boutique/Abonnement */
div.section.style4>div>p{
    font: bold 14px Arial, Helvetica, sans-serif; color: #8d8d8d; line-height: 20px;
}
div.section.style4>div>img{
    display: block;
    border: 4px solid #fff;
    margin: 5px auto 15px auto;
}
div.section.style4>div>h5{
    font: bold 13px Arial, Helvetica, sans-serif; color: #000; line-height: 16px; text-align: center;
}
div.section.style4>div>span{
    display: block;
    font: bold 18px Arial, Helvetica, sans-serif; color: #c20c5c; line-height: 16px; text-align: center;
    margin: 5px auto 15px auto;
}
body.color div.section.style4>div>span{
    color: #95b800;
}
/* Style5 :: Association */
div.section.style5{
    background-color: #c20c5c;
    padding: 5px 10px 15px 10px;
    text-align: center;
}
body.color div.section.style5{
    background-color: #95b800;
}
div.section.style5>h4{
    font: bold 14px Arial, Helvetica, sans-serif; color: #fff; line-height: 30px; text-align: center; text-transform: uppercase;;
}
div.section.style5>img{
    display: block;
    margin: 0 auto 5px auto;
}
div.section.style5>a{
    display: inline-block;
    height: 16px;
    font: bold 13px Arial, Helvetica, sans-serif; color: #fff; line-height: 16px; text-decoration: none;
    background: url("../img/picto/fleche-rose-blanche.png") no-repeat 0 0;
    padding: 0 0 0 20px; margin: 0 auto 5px auto;
}
div.section.style5 a:hover{
    color: #000;
}
/* Style6 :: Suivez-nous */
div.section.style6{
    border: 1px solid #d2d2d2;
}
div.section.style6>h4{
    font: italic bold 20px Arial, Helvetica, sans-serif; color: #fff; line-height: 25px;
    background: #c20c5c url("../img/background/h4-style5.png") no-repeat 0 bottom;
    padding: 5px 10px 15px 10px;
}
body.color div.section.style6>h4{
    background: #95b800 url("../img/background/h4-style5-color.png") no-repeat 0 bottom;
}
div.section.style6>ul{
    padding: 0 0 0 65px;
    overflow: hidden;
}
div.section.style6>ul>li{
    float: left;
    margin: 5px 0 5px 20px;
}
div.section.style6>ul>li>a:hover{
    opacity: 0.5;
}
div.section.style6>div{
    background-color: #000;
}
div.section.style6>div>p{
    font: bold 14px Arial, Helvetica, sans-serif; color: #fff; line-height: 36px; text-transform: uppercase; text-align: center;
}
div.section.style6>div>form>input[type=text]{
    width: 130px;
    font: normal 12px Arial, Helvetica, sans-serif; color: black;
    background-color: white;
    border: 0;
    margin: 0 5px 8px 8px; padding: 2px 4px;
}
body.color div.section.style6>div>form>input[type=text]{
    background-color: #95b800;
}
div.section.style6>div>form>input[type=submit]{
    font: bold 14px Arial, Helvetica, sans-serif; color: #fff;
    background-color: #000;
    border: 0;
}
div.section.style6>div>form>input[type=submit]:hover{
    opacity: 0.5;
}
/* Style7 :: Images */
div.section.style7>img{
    display: block;
}
div.section.style7>div>a{
    margin-top: 0;
}
/* Style8 :: Suivez-nous */
div.section.style8{
    border: 1px solid #d2d2d2;
    background-color: #e3e3e3;
}
div.section.style8>h3{
    font: normal 20px Arial, Helvetica, sans-serif; color: #fff; line-height: 25px;
    background: #c20c5c url("../img/background/h3-style8.png") no-repeat 0 bottom;
    padding: 5px 10px 15px 10px;
}
body.color div.section.style8>h3{
    background: #95b800 url("../img/background/h3-style8-color.png") no-repeat 0 bottom;
}
div.section.style8>h4{
    font: bold 16px Arial, Helvetica, sans-serif; color: #c20c5c; line-height: 25px;
    padding: 10px 10px 0 10px;
}
body.color div.section.style8>h4{
    color: #95b800;
}
div.section.style8>ul{
    padding: 10px;
    overflow: hidden;
}
div.section.style8>ul>li{
    margin: 0 0 10px 0; line-height: 16px; display: block;
}
div.section.style8>ul>li>a{
    font: bold 12px Arial, Helvetica, sans-serif; color: #434343; line-height: 12px; text-decoration: none;
}
div.section.style8>ul>li>a:hover{
    opacity: 0.5;
}
div.section.style8>div{
    padding-top: 0;
}
div.section.style8>div>a{
    margin-top: 0;
}
/* Style9 :: Zoom sur */
div.section.style9{
    border: 1px solid #d2d2d2;
    background-color: #000;
}
div.section.style9>h3{
    font: normal 20px Arial, Helvetica, sans-serif; color: #fff; line-height: 25px;
    background: #c20c5c url("../img/background/h3-style9.png") no-repeat 0 bottom;
    padding: 5px 10px 15px 10px;
}
body.color div.section.style9>h3{
    background: #95b800 url("../img/background/h3-style9-color.png") no-repeat 0 bottom;
}
div.section.style9>ul{
    padding: 10px;
    overflow: hidden;
}
div.section.style9>ul>li{
    float: left;
    margin: 0 0 10px 0; line-height: 12px;
    width: 100%;
}
div.section.style9>ul>li>img{
    float: left;
    display: block;
    margin: 0 10px 0 0;
}
div.section.style9>ul>li>p{
    overflow: hidden;
}
div.section.style9>ul>li>p>a{
    font: bold 12px Arial, Helvetica, sans-serif; color: #8a8a8a; line-height: 12px; text-decoration: none;
}
div.section.style9>ul>li>p>a>strong{
    font-size: 14px; color: #fff;
}
div.section.style9>ul>li>p>a:hover{
    opacity: 0.5;
}
/* Style10 :: Coup de projecteur sur... */
div.section.style10>img{
    display: block;
}
div.section.style10>ul{
    background-color: #000;
}
div.section.style10>ul>li{
    background-color: #000;
    line-height: 12px;
}
div.section.style10>ul>li>a{
    display: block;
    border-top: 1px solid #949494;
    padding: 8px 25px 8px 35px;
    font: normal 12px Arial, Helvetica, sans-serif; color: #949494; line-height: 12px; text-decoration: none;
}
div.section.style10>ul>li>a>strong{
    font-size: 14px;
}
div.section.style10>ul>li>a:hover{
    color: #fff;
    background: #c20c5c url("../img/background/hover-coup-projecteur-sur.png") no-repeat 0 0;
}
body.color div.section.style10>ul>li>a:hover{
    background-color: #95b800;
}
/* Style11 :: Titre, image, texte */
div.section.style11>img{
    display: block;
    margin: 0 0 10px 0;
}
div.section.style11>a{
    font: normal 13px Arial, Helvetica, sans-serif; color: #6c6c6c; line-height: 14px; text-decoration: none;
}
div.section.style11>a>p>strong{
    color: #c20c5c;
}
body.color div.section.style11>a>p>strong{
    color: #95b800;
}
div.section.style11>a:hover{
    opacity: 0.5;
}
/* Style12 :: Cadre */
div.section.style12>div{
    border: 1px solid #e3e3e3;
}
div.section.style12 ul{
    padding: 10px;
}
div.section.style12 ul li{
    line-height: 12px;
    margin: 10px 0;
}
div.section.style12 a{
    font: normal 12px Arial, Helvetica, sans-serif; color: #404040; line-height: 12px; text-decoration: none;
}
div.section.style12 a:before{
    content: ">";
    margin: 0 5px 0 0;
}
div.section.style12 a:hover{
    color: #c20c5c;
}
body.color div.section.style12 a:hover{
    color: #95b800;
}
/* Pub :: Les publicité */
div.section.pub>img{
    display: block;
    margin: 0 auto;
}
/* Quiz */
div.section.quiz{
    background-color: #e3e3e3;
    padding-bottom: 3px;
    overflow: hidden;
}
div.section.quiz>h4{
    font: italic bold 24px Arial, Helvetica, sans-serif; color: #000; line-height: 40px; text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
}
div.section.quiz>p{
    font: bold 12px Arial, Helvetica, sans-serif; color: #434343; line-height: 14px;
    padding: 10px;
}
div.section.quiz>p.sondage{
    color: #c20c5c;
}
div.section.quiz>ul{
    margin: 0 10px;
}
div.section.quiz input{
    float: left;
    display: block;
    width: 15px ; height: 20px;
    margin: 0 5px 0 0; padding: 5px 0 0 0;
}
div.section.quiz>ul>li{
    margin: 0 0 8px 0;
}
div.section.quiz>ul>li>p{
    font: normal 12px Arial, Helvetica, sans-serif; color: #6c6c6c; line-height: 14px;
    font-weight: normal;
    overflow: hidden;
}
div.section.quiz>a{
    clear: both;
    margin: 7px 0 7px 10px;
}
div.section.quiz>a:hover,
div.section.quiz>a span{
    color: #c20c5c;
}
div.section.quiz p.sondage{
    clear: both;
    font: normal 12px Arial, Helvetica, sans-serif; color: #404040; line-height: 14px;
}
div.section.quiz div.numberRowStats{
    float: right;
    width: 8%; height: 12px;
    font: bold 12px Arial, Helvetica, sans-serif; color: #000; line-height: 24px; text-align: right;
    margin: 0 10px 0 0;
}
div.section.quiz div.rowStats{
    float: left;
    width: 82%; height: 12px;
    background-color: #ccc;
    margin: 5px 0 12px 0;
}
div.section.quiz div.activeRowStats{
    height: 12px;
    background-color: #c20c5c;
}
/* Perso */
div.section.stylePerso{
    font: normal 13px Arial, Helvetica, sans-serif; color: #000; line-height: auto;
}
/* Onglets */

div.aside div.onglets:first-child ul.tabs a{
    border-top: none;
}

div.onglets ul.tabs{
    z-index: 1000;
    display: table;
    overflow: hidden;
}
div.onglets ul.tabs li{
    float: left;
}
div.onglets ul.tabs li a{
    display: table-cell;
    width: 78px; height: 26px;
    font: bold 12px Arial, Helvetica, sans-serif; color: #656565; line-height: 12px; text-decoration: none; text-align: center;
    padding: 5px; margin: 0;
    background-color: #e3e3e3;
    border: 1px solid #d5d5d5; border-bottom: 0;
    vertical-align: middle;
}
div.onglets ul.tabs li.active a,
div.onglets ul.tabs li a:hover{
    color: #202020;
    background-color: #fff;
}
div.onglets div.wrapperTabs{
    clear: left;
    background-color: #fff;
    padding: 5px 10px 10px 10px; margin: -1px 0 0 0;
    border: 1px solid #d5d5d5;
}
div.onglets div.wrapperTabs ul li{
}
div.onglets div.wrapperTabs ul li a{
    display: block;
    font: normal 13px Arial, Helvetica, sans-serif; color: #656565; line-height: 15px; text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
}
div.onglets div.wrapperTabs ul li a strong{
    font-size: 14px; color: #000;
}
/* Diaporama */
div.diaporama{
    position: relative;
    width: 455px; height: 590px;
    background-color: #000;
}
div.diaporama img{
    display: block;
}
div.diaporama div.bx-caption{
    position: relative;
    padding: 10px;
    font: normal 14px Arial, Helvetica, sans-serif; color: #fff; line-height: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}
div.diaporama div.diaporama-pager{
    position: relative; z-index: 2;
    width: 390px;
    margin: 0 auto;
}
/**
 * Les controls du slider
 */
div.outside{
    position: absolute; bottom: 20px; left: 0; z-index: 1;
    width: 455px;
}
div.outside span#diaporama-prev a.bx-prev,
div.outside span#diaporama-next a.bx-next{
    left: 5px;
    background: url("../img/background/controls-diaporama-galerie.png") no-repeat 0 0;
}
div.outside span#diaporama-next a.bx-next{
    left: auto; right: 5px;
    background-position: -24px 0;
}
div.outside span#diaporama-prev a.bx-prev:hover,
div.outside span#diaporama-next a.bx-next:hover{opacity: 0.5;}
div.outside span a{
    position: absolute; bottom: 0; z-index: 9999;
    margin-top: -16px;
    outline: 0;
    width: 24px; height: 50px;
    text-indent: -9999px;
}
div.diaporama .bx-wrapper .bx-controls-direction a.disabled{display: none;}


/**
 * ELLIPSIS - lib/ellipsis/jquery.ellipsis.min.css
 */

.ellip{display:block;height:100%}.ellip-line{display:inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%}.ellip,.ellip-line{position:relative;overflow:hidden}

/**
 * FANCYBOX - lib/fancybox-v3/jquery.fancybox.css
 */

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; 
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }


/**
 * CONTACT - assets/css/frontend/identification.css
 */

/****** BLOC LOGIN & BLOC PASSWORD ******/

#bloclog,
#blocpas{
    text-align:center;
}

#bloclog label,
#blocpas label,
#bloclog input[type='text'],
#blocpas input[type='password']{
    margin:0 0 10px 0;
}

#bloclog label,
#blocpas label{
    font-weight :bold;
    display     :inline-block;
    width       :120px;
    margin      :0 10px 0 0;
    text-align  :right;
}

#bloclog input[type='text'],
#blocpas input[type='password']{
    font-size  :14px;
    padding    :5px;
    border     :1px solid #b9b9b9;
    background :#fff;
}

#bloclog span,
#blocpas span{
    font-size     :12px;
    font-style    :italic;
    display       :block;
    margin-bottom :10px;
}

/****** BLOC SUBMIT ******/

#blocsub{
    margin     :20px 0;
    text-align :center;
}

input[type='submit']{
    padding          :6px 12px;
    transition       :.5s;
    color            :#fff;
    border           :1px solid #c20c5c;
    border-radius    :4px;
    background-color :#c20c5c;
}

input[type='submit']:hover{
    transition :.5s;
    color      :#c20c5c;
    background :#fff;
}

/****** SOCIAL ******/

div#header div.accesSocial{
    top: 155px;
}


