@charset 'utf-8';

div.clear,
span.clear {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}


/* -- html5 pour IE -- */

header,
section,
article,
nav,
footer,
aside,
address {
    display: block;
}

address {
    font-style: normal;
}


/* :::::::::::::::::: */


/* ::::: common ::::: */


/* :::::::::::::::::: */

body {
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------- */


/* ------------------- image de fond ------------------------ */


/* ---------------------------------------------------------- */

#bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 1002px;
}

#bg img {
    width: 100%;
    height: auto;
}


/* blocage largeur */

#footer-liens,
#footer-infos {
    width: 993px;
    margin: 0 auto;
}

body.page #footer-liens,
body.page #footer-infos {
    width: 1024px;
}

#global {
    position: relative;
    z-index: 0;
    width: 1064px;
    /* ? r?duire quand ?cran trop petit */
    margin: 0 auto;
}

#alerte {
    position: relative;
    z-index: 0;
    width: 1024px;
    /* ? r?duire quand ?cran trop petit */
  background-color: #B50B26;
    margin: 0 auto;
  margin-bottom: 20px;
}


/* ombre gauche et droite du contenu */

div.shadow {
    position: absolute;
    top: 0;
    width: 20px;
    height: 763px;
    background-repeat: no-repeat;
}

div.shadow.left {
    left: 0;
    background-image: url(../img/bord-content-left.png);
}

div.shadow.right {
    right: 0;
    background-image: url(../img/bord-content-right.png);
}

#global-inner {
    margin: 0 20px;
    padding: 10px 15px 0 15px;
    background: #ffffff;
    /*min-height: 743px;*/
}

body.page #global-inner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

#global-container {
    position: relative;
    /*style ajoute pour empeche resize mobile, a enlever*/
    min-width: 1064px;
    min-height: 1500px;
    background: url(../img/bg-fade.png) repeat-x 0 348px;
}

body.page #global-container {
    min-height: 1000px;
}


/* ---------------------------------------------------------- */


/* ----------------------- header --------------------------- */


/* ---------------------------------------------------------- */

#header {
    /*height: 66px;*/
    height: 71px;
    /*margin-bottom: 240px;*/
    margin-bottom: 226px;
    color: #ffffff;
  background: #9b0184;
}

#header-inner {
    width: 1002px;
    margin: 0 auto;
}

#logo-container {
    float: left;
    width: 32%;
}

#logo {
    overflow: hidden;
    /*width: 228px;
   height: 49px;*/
    width: 266px;
    height: 58px;
    margin: 0;
    padding: 8px 0 0 8px;
}

#header #logo span.titre {
    display: block;
}

#header-liens {
    float: left;
    width: 68%;
    margin-top: 10px;
}

#header-liens h2 {
    font-family: OpenSansBold, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#header-liens h2 span.couleur1 {
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    display: inline-block;
    color: #c9d200;
}

#header-liens ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-liens li {
    display: inline;
    margin-left: 12px;
}

#header-liens li:first-child {
    margin-left: 0;
}

#header-liens li a {
    /*font-family: OpenSansCondensedLightRegular, Arial, Helvetica, sans-serif;*/
    font-size: 1em;
    text-decoration: none;
    color: #ffffff;
}

#header-liens li a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------- */


/* ------------------- menu --------------------- */


/* ---------------------------------------------- */

#menu-moteur {
    position: relative;
    z-index: 1;
    width: 1024px;
    /* ? r?duire */
    margin: 0 auto 52px auto;
    /*margin: 0 auto 5px auto;*/
    background: #9b0184;
}

#menu {
    float: left;
    width: 78%;
}

#menu ul.lvl1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
}

#menu li a.lvl1 {
    font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 42px;
    display: block;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #9b0184;
}

#menu li a:hover,
#menu li a.selected,
#menu li a.selected:hover,
#menu li a.on {
    background: #373738 !important;
}


/* AJOUT NICOLAS 03/12/2013 */

#menu li.noel a.lvl1 .label {
    display: block;
    width: 42px;
    height: 42px;
    padding-left: 26px;
    overflow: hidden;
    background: url(../img/houx-fond-sombre.png) no-repeat 0 11px;
}

#menu li.accueil a.lvl1 .label {
    display: block;
    overflow: hidden;
    width: 0;
    height: 42px;
    padding-left: 18px;
    background: url(../img/home-link.png) no-repeat 0 11px;
}

#menu a.lvl1.selected.accueil {
    background: #9b0184 !important;
}

#menu a.lvl1.selected:hover.accueil {
    background: #373738 !important;
}


/* FIN AJOUR NICOLAS 03/12/2013 */


/* MOBILE */


/* sous menu d?roulant */

body.ismobile #menu li:hover ul,
body.ismobile #menu li:focus ul,
body.ismobile #menu li:active ul {
    display: block;
}

body.ismobile #menu ul ul {
    display: none;
}


/* 2?me niveau */

#menu ul.lvl2 {
    position: absolute;
    z-index: 10;
    top: 42px;
    right: 0;
    left: 0;
    visibility: hidden;
    width: 100% !important;
    height: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #373738;
}

#menu li li {
    margin: 0;
}

#menu li li a.lvl2 {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 42px;
    display: block;
    padding: 0 13px;
    text-decoration: none;
    color: #ffffff;
    background: #373738;
}

#menu li li a.lvl2:hover,
#menu li li a.selected,
#menu li li a.selected:hover,
#menu li li a.on {
    color: #373738;
    background: #ebe8ea !important;
}


/* 3?me niveau */

#menu ul.lvl3 {
    z-index: 10;
    display: none;
    /*width: 200px;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul.lvl3 li {
    display: block;
    float: none;
}

#menu ul.lvl3 li a {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #373738;
}

#menu ul.lvl3 li a:hover,
#menu ul.lvl3 a.selected,
#menu ul.lvl3 a.selected:hover,
#menu ul.lvl3 a.on {
    color: #373738;
    background: #ebe8ea !important;
}


/* 4e niveau, ne pas afficher */

#menu ul.lvl4 {
    display: none;
    visibility: hidden;
}


/* ---------------------------------------------------------------------- */


/* ---------------------- moteur de recherche --------------------------- */


/* ---------------------------------------------------------------------- */

#moteur-de-recherche {
    float: left;
    width: 22%;
    margin-top: 10px;
}

#moteur-de-recherche form {
    margin: 0;
    padding: 0;
}

#moteur-de-recherche form label {
    display: none;
}

#moteur-de-recherche input {
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 70%;
    height: 22px;
    padding: 0 10px;
    color: #ffffff;
    border: 0;
    background: #c366b5;
}

#moteur-de-recherche input::-webkit-input-placeholder {
    opacity: .5 !important;
    /* for chrome */
    color: #ffffff;
}

#moteur-de-recherche button {
    float: left;
    width: 25px;
    height: 22px;
    cursor: pointer;
    text-indent: -10000px;
    border: 0;
    background: #c366b5 url(../img/icone-loupe.png) no-repeat center center;
}


/* ---------------------------------------------------------- */


/* ---------------------- contenu --------------------------- */


/* ---------------------------------------------------------- */

#content-colonne1 {
    float: left;
    width: 81%;
}

#inner-colonne1 {
    padding-right: 29px;
}

#bloc-a-la-une {
    margin-bottom: 42px;
}

#scol-1 {
    float: left;
    width: 28%;
}

#inner-scol-1 {
    margin-top: -27px;
    padding-right: 20px;
}


/* en un clic */

#bloc-en-un-clic {
    padding: 0 20px 20px 22px;
    background: #ebe8ea;
}

#bloc-en-un-clic h1 {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 2em;
    
    line-height: 1em;
    line-height: 27px;
    margin: 0 0 10px 0;
    padding: 13px 0 0 0;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #9b0184;
    background: url(../img/picto-souris.png) no-repeat 104px 0;
}

body.type-theme-2 #bloc-en-un-clic h1 {
    background-image: url(../img/picto-souris-vert.png);
}

body.type-theme-3 #bloc-en-un-clic h1 {
    background-image: url(../img/picto-souris-rouge.png);
}

body.type-theme-4 #bloc-en-un-clic h1 {
    background-image: url(../img/picto-souris-violet.png);
}

body.type-theme-5 #bloc-en-un-clic h1 {
    background-image: url(../img/picto-souris-bleu.png);
}

body.type-theme-6 #bloc-en-un-clic h1 {
    background-image: url(../img/picto-souris-noel.png);
}

#bloc-en-un-clic ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bloc-en-un-clic li {
    margin-bottom: 6px;
}

#bloc-en-un-clic li a {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    padding-left: 13px;
    text-decoration: none;
    color: #20272c;
    /*background: url(../img/puce-violette-rose.png) no-repeat 0 5px;*/
    background: url(../img/fleche-violette-rose.gif) no-repeat 0 3px;
}

#bloc-reseaux-sociaux ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}

#bloc-reseaux-sociaux li a {
    line-height: 1em;
    display: inline-block;
    /*padding-right: 10px;*/
}

#bloc-reseaux-sociaux li a:hover,
#bloc-en-un-clic li a:hover {
    /*color: #9b0184;*/
}

#bloc-reseaux-sociaux li a.facebook,
#bloc-reseaux-sociaux li a.twitter,
#bloc-reseaux-sociaux li a.instagram {
    padding-top: 10px;
    padding-bottom: 10px;
}

#bloc-reseaux-sociaux li a.newsletter {
    padding-top: 2px;
    padding-bottom: 10px;
}


/*
body.type-theme-2 #bloc-reseaux-sociaux li a.newsletter {
   background-image: url(../img/picto-porte-voix-vert.png);
}

body.type-theme-3 #bloc-reseaux-sociaux li a.newsletter {
   background-image: url(../img/picto-porte-voix-rouge.png);
}

body.type-theme-4 #bloc-reseaux-sociaux li a.newsletter {
   background-image: url(../img/picto-porte-voix-violet.png);
}

body.type-theme-5 #bloc-reseaux-sociaux li a.newsletter {
   background-image: url(../img/picto-porte-voix-bleu.png);
}

body.type-theme-6 #bloc-reseaux-sociaux li a.newsletter {
   background-image: url(../img/picto-porte-voix-noel.png);
}

body.type-theme-2 #bloc-reseaux-sociaux li a.twitter {
   background-image: url(../img/picto-new-twitter-vert.png);
}

body.type-theme-3 #bloc-reseaux-sociaux li a.twitter {
   background-image: url(../img/picto-new-twitter-rouge.png);
}

body.type-theme-4 #bloc-reseaux-sociaux li a.twitter {
   background-image: url(../img/picto-new-twitter-violet.png);
}

body.type-theme-5 #bloc-reseaux-sociaux li a.twitter {
   background-image: url(../img/picto-new-twitter-bleu.png);
}

body.type-theme-6 #bloc-reseaux-sociaux li a.twitter {
   background-image: url(../img/picto-new-twitter-noel.png);
}
*/

#bloc-reseaux-sociaux li a.icineuilly {
    padding-top: 10px;
    padding-bottom: 20px;
}

body.type-theme-2 #bloc-reseaux-sociaux li a.icineuilly {
    background-image: url(../img/picto-icineuilly-vert.png);
}

body.type-theme-3 #bloc-reseaux-sociaux li a.icineuilly {
    background-image: url(../img/picto-icineuilly-rouge.png);
}

body.type-theme-4 #bloc-reseaux-sociaux li a.icineuilly {
    background-image: url(../img/picto-icineuilly-violet.png);
}

body.type-theme-5 #bloc-reseaux-sociaux li a.icineuilly {
    background-image: url(../img/picto-icineuilly-bleu.png);
}

body.type-theme-6 #bloc-reseaux-sociaux li a.icineuilly {
    background-image: url(../img/picto-icineuilly-noel.png);
}

#scol-2 {
    float: left;
    width: 37%;
}

#inner-scol-2 {
    padding-right: 20px;
}

#scol-3 {
    float: left;
    width: 35%;
}

#bloc-kiosk {
    margin-top: 20px;
}

#content-colonne2 {
    float: left;
    width: 19%;
}


/* ------------------------------------------------------ */


/* ------------------- footer liens --------------------- */


/* ------------------------------------------------------ */

#footer {
    background: #373737;
}

#footer-liens {
    height: 40px;
    padding-top: 24px;
    color: #ffffff;
    background: #9b0184;
}

#footer-liens ul {
    margin: 0;
    padding: 0 0 0 24px;
    list-style: none;
}

#footer-liens ul li {
    display: block;
    float: left;
    padding: 0 5px;
    border-left: 1px solid #c874bb;
}

#footer-liens ul li:first-child {
    padding-left: 0;
    border-left: 0 !important;
}

#footer-liens ul li a {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 1.3em;
    text-decoration: none;
    color: #ffffff;
}

#footer-liens a {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 1.3em;
    text-decoration: none;
    color: #ffffff;
}

#footer-liens ul li a:hover {
    color: #eb7faf;
}

#footer-liens a:hover {
    color: #eb7faf;
}


/* footer infos 4 colonnes */

/*#footer-infos div.colonne1 {
    float: left;
    width: 19.9%;
    width: 20%;
}

#footer-infos div.colonne2 {
    float: left;
    width: 17.5%;
    width: 17%;
}

#footer-infos div.colonne3 {
    float: left;
    width: 29.4%;
    width: 29%;
}

#footer-infos div.colonne4 {
    float: left;
    width: 33.2%;
    width: 33%;
}*/

#footer-infos div.colonne1 {
    float: left;
    width: 20%;
}

#footer-infos div.colonne2 {
    float: left;
    width: 20%;
}

#footer-infos div.colonne3 {
    float: left;
    width: 30%;
}

#footer-infos div.colonne4 {
    float: left;
    width: 30%;
}

#footer-infos div.footer-inner {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    padding: 20px;
    color: #ffffff;
}

#footer-infos div.footer-inner strong {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    font-size: 1em;
    
}

#footer-infos div.footer-inner a {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 1em;
    text-decoration: none;
    color: #ffffff;
}

#footer-infos div.footer-inner a:hover {
    text-decoration: underline;
}


/* ------------------------------------------------------ */


/* ----------------- pages interieures ------------------ */


/* ------------------------------------------------------ */

#colonne-gauche {
    float: left;
    width: 25%;
}


/* menu vertical */

#menu-vertical {
    padding: 22px 0;
}

#menu-vertical h1 {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    font-size: 2em;
   
    line-height: 1em;
    margin: 0;
    padding: 8px 0 8px 25px;
    letter-spacing: -1px;
    color: #ffffff;
}

#menu-vertical h1 a {
    line-height: 1em;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-decoration: none;
    letter-spacing: -1px;
    color: #ffffff;
}

#menu-vertical ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-vertical ul li a {
    font-family: OpenSansBold, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    display: block;
    padding: 6px 37px;
    text-decoration: none;
    color: #ffffff;
    background-image: url(../img/puce-blanche.png);
    background-repeat: no-repeat;
    background-position: 25px 13px;
}

#menu-vertical ul li li a {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 1.4em;
    padding-left: 37px;
    /*background-image: url(../img/flechette.gif);
   background-repeat: no-repeat;
   background-position: 40px 6px;
   padding: 2px 40px 2px 56px;
   font-size: 1.2em;*/
    background-image: none;
}

#bloc-annuaire {
    margin-bottom: 10px;
    padding: 20px 25px;
    background: #ebe8ea;
}

#bloc-annuaire ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bloc-annuaire ul li {
    line-height: 1.2em;
    margin-bottom: 12px;
    padding-left: 11px;
    background-image: url(../img/puce-rose.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}

body.page #bloc-en-un-clic {
    /*margin-bottom: 18px;*/
    margin-bottom: 50px;
}

body.page #bloc-reseaux-sociaux {
    margin-right: 25px;
    /*margin-bottom: 50px;*/
    margin-bottom: 18px;
    margin-left: 15px;
}


/* corps */

#corps {
    float: left;
    width: 75%;
}

#corps-header {
    padding: 10px 30px 20px 30px;
    background: #ebe8ea;
}

#navigation {
    /*font-size: 1.2em;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;*/
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #20272c;
}

#navigation span.sep {
    padding: 0 5px;
}

#navigation strong {
   
}

#navigation a {
    text-decoration: none;
}

#corps-header h1 {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    font-size: 2.8em;
    
    line-height: 1em;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: -1px;
}

#corps-header div.soustitre {
    /*   color: #353535;
   font-size: 1.6em;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
   font-size: 1.5em;
   line-height: 1.0em;
   letter-spacing: -1px; */
    font-size: 1.0em;
}


/* 
#corps-header div.soustitre strong
{
     font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
   
}*/

#texte {
    padding: 20px 29px;
}

#content-form {
    background: #eae8ea;
}

#inner-content-form {
    /*margin-left: 28%;*/
}


/* ------------------------------------------------------------------------- */


/* ------------------------- codes couleurs -------------------------------- */


/* ------------------------------------------------------------------------- */


/* ------------- texte fonce ----------- */


/* rose */

body.page span.couleur,
body.page #corps-header h1,
body.page #navigation strong,
body.page #navigation a:hover,
body.page #bloc-annuaire h1,
body.page #bloc-annuaire li strong,
body.page h2.titre-paragraphe,
body.page h2.titre-paragraphe a,
body.page #corps h2.stitre1,
body.page #corps h2.stitre1 a,
body.page a.lien:hover,
body.page a.lien-back:hover,
body.page a.couleur,
body.page a.couleur:hover,
body.page #bloc-annuaire hr,
body.page #liste-cinema div.inner-photo div.legende strong,
body.page span.mise-en-valeur,
body.page #bloc-en-un-clic h1,

/*body.page #bloc-reseaux-sociaux li a.newsletter:hover,
body.page #bloc-reseaux-sociaux li a.twitter:hover,*/

body.page #bloc-en-un-clic li a:hover,
body.page #bloc-reseaux-sociaux li a:hover body.type-theme-1 span.couleur,
body.type-theme-1 #corps-header h1,
body.type-theme-1 #navigation strong,
body.type-theme-1 #navigation a:hover,
body.type-theme-1 #bloc-annuaire h1,
body.type-theme-1 #bloc-annuaire li strong,
body.type-theme-1 h2.titre-paragraphe,
body.type-theme-1 h2.titre-paragraphe a,
body.type-theme-1 #corps h2.stitre1,
body.type-theme-1 #corps h2.stitre1 a,
body.type-theme-1 a.lien:hover,
body.type-theme-1 a.lien-back:hover,
body.type-theme-1 a.couleur,
body.type-theme-1 a.couleur:hover,
body.type-theme-1 #bloc-annuaire hr,
body.type-theme-1 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-1 span.mise-en-valeur,
body.type-theme-1 #corps a,
body.type-theme-1 #bloc-en-un-clic h1,

/*body.type-theme-1 #bloc-reseaux-sociaux li a.newsletter:hover,
body.type-theme-1 #bloc-reseaux-sociaux li a.twitter:hover,*/

body.type-theme-1 #bloc-en-un-clic li a:hover,
body.type-theme-1 #bloc-reseaux-sociaux li a:hover,
body.type-theme-1 div.bloc-demarches:hover {
    color: #9b0184;
}


/* vert */

body.type-theme-2 span.couleur,
body.type-theme-2 #corps-header h1,
body.type-theme-2 #navigation strong,
body.type-theme-2 #navigation a:hover,
body.type-theme-2 #bloc-annuaire h1,
body.type-theme-2 #bloc-annuaire li strong,
body.type-theme-2 h2.titre-paragraphe,
body.type-theme-2 h2.titre-paragraphe a,
body.type-theme-2 #corps h2.stitre1,
body.type-theme-2 #corps h2.stitre1 a,
body.type-theme-2 a.lien:hover,
body.type-theme-2 a.lien-back:hover,
body.type-theme-2 a.couleur,
body.type-theme-2 a.couleur:hover,
body.type-theme-2 #bloc-annuaire hr,
body.type-theme-2 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-2 span.mise-en-valeur,
body.type-theme-2 #corps a,
body.type-theme-2 #bloc-en-un-clic h1,
body.type-theme-2 #bloc-reseaux-sociaux li a.newsletter:hover,
body.type-theme-2 #bloc-reseaux-sociaux li a.twitter:hover,
body.type-theme-2 #bloc-en-un-clic li a:hover,
body.type-theme-2 #bloc-reseaux-sociaux li a:hover,
body.type-theme-2 div.bloc-demarches:hover,
/* Blocs aside oct. 2015 */
body.type-theme-2 .bloc-aside_titre {
    color: #7fa819;
}


/* rouge */

body.type-theme-3 span.couleur,
body.type-theme-3 #corps-header h1,
body.type-theme-3 #navigation strong,
body.type-theme-3 #navigation a:hover,
body.type-theme-3 #bloc-annuaire h1,
body.type-theme-3 #bloc-annuaire li strong,
body.type-theme-3 h2.titre-paragraphe,
body.type-theme-3 h2.titre-paragraphe a,
body.type-theme-3 #corps h2.stitre1,
body.type-theme-3 #corps h2.stitre1 a,
body.type-theme-3 a.lien:hover,
body.type-theme-3 a.lien-back:hover,
body.type-theme-3 a.couleur,
body.type-theme-3 a.couleur:hover,
body.type-theme-3 #bloc-annuaire hr,
body.type-theme-3 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-3 span.mise-en-valeur,
body.type-theme-3 #corps a,
body.type-theme-3 #bloc-en-un-clic h1,
body.type-theme-3 #bloc-reseaux-sociaux li a.newsletter:hover,
body.type-theme-3 #bloc-reseaux-sociaux li a.twitter:hover,
body.type-theme-3 #bloc-en-un-clic li a:hover,
body.type-theme-3 #bloc-reseaux-sociaux li a:hover,
body.type-theme-3 div.bloc-demarches:hover,
/* Blocs aside oct. 2015 */
body.type-theme-3 .bloc-aside_titre {
    color: #b50b27;
}


/* violet */

body.type-theme-4 span.couleur,
body.type-theme-4 #corps-header h1,
body.type-theme-4 #navigation strong,
body.type-theme-4 #navigation a:hover,
body.type-theme-4 #bloc-annuaire h1,
body.type-theme-4 #bloc-annuaire li strong,
body.type-theme-4 h2.titre-paragraphe,
body.type-theme-4 h2.titre-paragraphe a,
body.type-theme-4 #corps h2.stitre1,
body.type-theme-4 #corps h2.stitre1 a,
body.type-theme-4 a.lien:hover,
body.type-theme-4 a.lien-back:hover,
body.type-theme-4 a.couleur,
body.type-theme-4 a.couleur:hover,
body.type-theme-4 #bloc-annuaire hr,
body.type-theme-4 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-4 span.mise-en-valeur,
body.type-theme-4 #corps a,
body.type-theme-4 #bloc-en-un-clic h1,
body.type-theme-4 #bloc-reseaux-sociaux li a.newsletter:hover,
body.type-theme-4 #bloc-reseaux-sociaux li a.twitter:hover,
body.type-theme-4 #bloc-en-un-clic li a:hover,
body.type-theme-4 #bloc-reseaux-sociaux li a:hover,
body.type-theme-4 div.bloc-demarches:hover,
/* Blocs aside oct. 2015 */
body.type-theme-4 .bloc-aside_titre {
    color: #864997;
}


/* bleu */

body.type-theme-5 span.couleur,
body.type-theme-5 #corps-header h1,
body.type-theme-5 #navigation strong,
body.type-theme-5 #navigation a:hover,
body.type-theme-5 #bloc-annuaire h1,
body.type-theme-5 #bloc-annuaire li strong,
body.type-theme-5 h2.titre-paragraphe,
body.type-theme-5 h2.titre-paragraphe a,
body.type-theme-5 #corps h2.stitre1,
body.type-theme-5 #corps h2.stitre1 a,
body.type-theme-5 a.lien:hover,
body.type-theme-5 a.lien-back:hover,
body.type-theme-5 a.couleur,
body.type-theme-5 a.couleur:hover,
body.type-theme-5 #bloc-annuaire hr,
body.type-theme-5 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-5 span.mise-en-valeur,
body.type-theme-5 #corps a,
body.type-theme-5 #bloc-en-un-clic h1,
body.type-theme-5 #bloc-reseaux-sociaux li a.twitter:hover,
body.type-theme-5 #bloc-en-un-clic li a:hover,
body.type-theme-5 #bloc-reseaux-sociaux li a:hover,
body.type-theme-5 div.bloc-demarches:hover,
/* Blocs aside oct. 2015 */
body.type-theme-5 .bloc-aside_titre {
    color: #02a1c1;
}


/* noel */

body.type-theme-6 span.couleur,
body.type-theme-6 #corps-header h1,
body.type-theme-6 #navigation strong,
body.type-theme-6 #navigation a:hover,
body.type-theme-6 #bloc-annuaire h1,
body.type-theme-6 #bloc-annuaire li strong,
body.type-theme-6 h2.titre-paragraphe,
body.type-theme-6 h2.titre-paragraphe a,
body.type-theme-6 #corps h2.stitre1,
body.type-theme-6 #corps h2.stitre1 a,
body.type-theme-6 a.lien:hover,
body.type-theme-6 a.lien-back:hover,
body.type-theme-6 a.couleur,
body.type-theme-6 a.couleur:hover,
body.type-theme-6 #bloc-annuaire hr,
body.type-theme-6 #liste-cinema div.inner-photo div.legende strong,
body.type-theme-6 span.mise-en-valeur,
body.type-theme-6 #corps a,
body.type-theme-6 #bloc-en-un-clic h1,
body.type-theme-6 #bloc-reseaux-sociaux li a.twitter:hover,
body.type-theme-6 #bloc-en-un-clic li a:hover,
body.type-theme-6 #bloc-reseaux-sociaux li a:hover,
body.type-theme-6 div.bloc-demarches:hover,
/* Blocs aside oct. 2015 */
body.type-theme-6 .bloc-aside_titre {
    color: #16581e;
}


/* --------------- texte clair --------------- */


/* rose */

body.page #footer-liens ul li a:hover,
body.page #footer-liens a:hover,
body.page h2.titre-paragraphe a:hover,
body.type-theme-1 #footer-liens ul li a:hover,
body.type-theme-1 h2.titre-paragraphe a:hover {
    color: #c366b5;
}


/* vert */

body.type-theme-2 #footer-liens ul li a:hover,
body.type-theme-2 #footer-liens a:hover,
body.type-theme-2 h2.titre-paragraphe a:hover {
    color: #a8c740;
}


/* rouge */

body.type-theme-3 #footer-liens ul li a:hover,
body.type-theme-3 #footer-liens a:hover,
body.type-theme-3 h2.titre-paragraphe a:hover {
    color: #c7485d;
}


/* violet */

body.type-theme-4 #footer-liens ul li a:hover,
body.type-theme-4 #footer-liens a:hover,
body.type-theme-4 h2.titre-paragraphe a:hover {
    color: #a377b2;
}


/* bleu */

body.type-theme-5 #footer-liens ul li a:hover,
body.type-theme-5 #footer-liens a:hover,
body.type-theme-5 h2.titre-paragraphe a:hover {
    color: #41b8d0;
}


/* noel */

body.type-theme-6 #footer-liens ul li a:hover,
body.type-theme-6 #footer-liens a:hover,
body.type-theme-6 h2.titre-paragraphe a:hover {
    color: #5b8760;
}


/* ------------- bg fonce ----------- */


/* rose */

body.page #menu-vertical,
body.page #menu-moteur,
body.page #menu li a.lvl1,
body.page #header,
body.page #footer-liens,
body.page #inner-content-form h1,
body.page div.button button,
body.page #liste-agenda div.inner-photo div.legende span.theme,
body.page #page-detail div.inner-photo div.legende span.theme,
body.page form.form button,
body.page #main-container ul.pager li a:hover,
body.page #main-container ul.pager li.selected a,
body.page #main-container ul.pager li.selected a:hover,
body.type-theme-1 #menu-vertical,
body.type-theme-1 #menu-moteur,
body.type-theme-1 #menu li a.lvl1,
body.type-theme-1 #header,
body.type-theme-1 #footer-liens,
body.type-theme-1 #inner-content-form h1,
body.type-theme-1 div.button button,
body.type-theme-1 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-1 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-1 form.form button,
body.type-theme-1 #main-container ul.pager li a:hover,
body.type-theme-1 #main-container ul.pager li.selected a,
body.type-theme-1 #main-container ul.pager li.selected a:hover {
    background-color: #9b0184;
}


/* vert */

body.type-theme-2 #menu-vertical,
body.type-theme-2 #menu-moteur,
body.type-theme-2 #menu li a.lvl1,
body.type-theme-2 #header,
body.type-theme-2 #footer-liens,
body.type-theme-2 #inner-content-form h1,
body.type-theme-2 div.button button,
body.type-theme-2 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-2 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-2 form.form button,
body.type-theme-2 #main-container ul.pager li a:hover,
body.type-theme-2 #main-container ul.pager li.selected a,
body.type-theme-2 #main-container ul.pager li.selected a:hover,
body.type-theme-2 #bloc-services {
    background-color: #7fa819;
}


/* rouge */

body.type-theme-3 #menu-vertical,
body.type-theme-3 #menu-moteur,
body.type-theme-3 #menu li a.lvl1,
body.type-theme-3 #header,
body.type-theme-3 #footer-liens,
body.type-theme-3 #inner-content-form h1,
body.type-theme-3 div.button button,
body.type-theme-3 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-3 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-3 form.form button,
body.type-theme-3 #main-container ul.pager li a:hover,
body.type-theme-3 #main-container ul.pager li.selected a,
body.type-theme-3 #main-container ul.pager li.selected a:hover,
body.type-theme-3 #bloc-services {
    background-color: #b50b27;
}


/* violet */

body.type-theme-4 #menu-vertical,
body.type-theme-4 #menu-moteur,
body.type-theme-4 #menu li a.lvl1,
body.type-theme-4 #header,
body.type-theme-4 #footer-liens,
body.type-theme-4 #inner-content-form h1,
body.type-theme-4 div.button button,
body.type-theme-4 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-4 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-4 form.form button,
body.type-theme-4 #main-container ul.pager li a:hover,
body.type-theme-4 #main-container ul.pager li.selected a,
body.type-theme-4 #main-container ul.pager li.selected a:hover,
body.type-theme-4 #bloc-services {
    background-color: #864997;
}


/* bleu */

body.type-theme-5 #menu-vertical,
body.type-theme-5 #menu-moteur,
body.type-theme-5 #menu li a.lvl1,
body.type-theme-5 #header,
body.type-theme-5 #footer-liens,
body.type-theme-5 #inner-content-form h1,
body.type-theme-5 div.button button,
body.type-theme-5 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-5 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-5 form.form button,
body.type-theme-5 #main-container ul.pager li a:hover,
body.type-theme-5 #main-container ul.pager li.selected a,
body.type-theme-5 #main-container ul.pager li.selected a:hover,
body.type-theme-5 #bloc-services {
    background-color: #02a1c1;
}


/* noel */

body.type-theme-6 #menu-vertical,
body.type-theme-6 #menu-moteur,
body.type-theme-6 #menu li a.lvl1,
body.type-theme-6 #header,
body.type-theme-6 #footer-liens,
body.type-theme-6 #inner-content-form h1,
body.type-theme-6 div.button button,
body.type-theme-6 #liste-agenda div.inner-photo div.legende span.theme,
body.type-theme-6 #page-detail div.inner-photo div.legende span.theme,
body.type-theme-6 form.form button,
body.type-theme-6 #main-container ul.pager li a:hover,
body.type-theme-6 #main-container ul.pager li.selected a,
body.type-theme-6 #main-container ul.pager li.selected a:hover,
body.type-theme-6 #bloc-services {
    background-color: #16581e;
}


/* ------------- bg clair ----------- */


/* rose */

body.page #menu-vertical li a:hover,
body.page #menu-vertical li a.selected,
body.page #menu-vertical li a.selected:hover,
body.page #menu-vertical h1 a:hover,
body.page #moteur-de-recherche input,
body.page #moteur-de-recherche button,
body.page form.form button:hover,
body.type-theme-1 #menu-vertical li a:hover,
body.type-theme-1 #menu-vertical li a.selected,
body.type-theme-1 #menu-vertical li a.selected:hover,
body.type-theme-1 #menu-vertical h1 a:hover,
body.type-theme-1 #moteur-de-recherche input,
body.type-theme-1 #moteur-de-recherche button,
body.type-theme-1 form.form button:hover,
body.type-theme-1 div.bloc-demarches {
    background-color: #c366b5;
}


/* vert */

body.type-theme-2 #menu-vertical li a:hover,
body.type-theme-2 #menu-vertical li a.selected,
body.type-theme-2 #menu-vertical li a.selected:hover,
body.type-theme-2 #menu-vertical h1 a:hover,
body.type-theme-2 #moteur-de-recherche input,
body.type-theme-2 #moteur-de-recherche button,
body.type-theme-2 form.form button:hover,
body.type-theme-2 div.bloc-demarches {
    background-color: #a8c740;
}


/* rouge */

body.type-theme-3 #menu-vertical li a:hover,
body.type-theme-3 #menu-vertical li a.selected,
body.type-theme-3 #menu-vertical li a.selected:hover,
body.type-theme-3 #menu-vertical h1 a:hover,
body.type-theme-3 #moteur-de-recherche input,
body.type-theme-3 #moteur-de-recherche button,
body.type-theme-3 form.form button:hover,
body.type-theme-3 div.bloc-demarches {
    background-color: #c7485d;
}


/* violet */

body.type-theme-4 #menu-vertical li a:hover,
body.type-theme-4 #menu-vertical li a.selected,
body.type-theme-4 #menu-vertical li a.selected:hover,
body.type-theme-4 #menu-vertical h1 a:hover,
body.type-theme-4 #moteur-de-recherche input,
body.type-theme-4 #moteur-de-recherche button,
body.type-theme-4 form.form button:hover,
body.type-theme-4 div.bloc-demarches {
    background-color: #a377b2;
}


/* bleu */

body.type-theme-5 #menu-vertical li a:hover,
body.type-theme-5 #menu-vertical li a.selected,
body.type-theme-5 #menu-vertical li a.selected:hover,
body.type-theme-5 #menu-vertical h1 a:hover,
body.type-theme-5 #moteur-de-recherche input,
body.type-theme-5 #moteur-de-recherche button,
body.type-theme-5 form.form button:hover,
body.type-theme-5 div.bloc-demarches {
    background-color: #41b8d0;
}


/* noel */

body.type-theme-6 #menu-vertical li a:hover,
body.type-theme-6 #menu-vertical li a.selected,
body.type-theme-6 #menu-vertical li a.selected:hover,
body.type-theme-6 #menu-vertical h1 a:hover,
body.type-theme-6 #moteur-de-recherche input,
body.type-theme-6 #moteur-de-recherche button,
body.type-theme-6 form.form button:hover,
body.type-theme-6 div.bloc-demarches {
    background-color: #5b8760;
}


/* ------- couleurs communes div "démarches en ligne" --------- */

div.bloc-demarches:hover {
    color: #9b0184;
}

div.bloc-demarches:hover,
body.type-theme-1 div.bloc-demarches:hover,
body.type-theme-2 div.bloc-demarches:hover,
body.type-theme-3 div.bloc-demarches:hover,
body.type-theme-4 div.bloc-demarches:hover,
body.type-theme-5 div.bloc-demarches:hover,
body.type-theme-6 div.bloc-demarches:hover {
    cursor: pointer;
    background-color: #ffffff;
}

div.bloc-demarches:active,
body.type-theme-1 div.bloc-demarches:active,
body.type-theme-2 div.bloc-demarches:active,
body.type-theme-3 div.bloc-demarches:active,
body.type-theme-4 div.bloc-demarches:active,
body.type-theme-5 div.bloc-demarches:active,
body.type-theme-6 div.bloc-demarches:active {
    cursor: pointer;
    color: #ffffff;
    background-color: #373738;
}


/* ----------- LIEN BLOC IMAGE -------------- */

body.type-theme-1 a.lien-image:hover {
  background: #9b0184 !important;
}

body.type-theme-2 a.lien-image:hover {
  background: #7fa819 !important;
}

body.type-theme-3 a.lien-image:hover {
  background: #b50b27 !important;
}

body.type-theme-4 a.lien-image:hover {
  background: #864997 !important;
}

body.type-theme-5 a.lien-image:hover {
  background: #02a1c1 !important;
}

body.type-theme-6 a.lien-image:hover {
  background: #16581e !important;
}





/* ----------- PASSAGE BANDEAU NOIR -------------- */
/*
body.type-theme-1 #header,
body.type-theme-2 #header,
body.type-theme-3 #header,
body.type-theme-4 #header,
body.type-theme-5 #header,
body.type-theme-6 #header {
    background-color: #000000;
}


body.type-theme-1 div.bloc-demarches,
body.type-theme-2 div.bloc-demarches,
body.type-theme-3 div.bloc-demarches,
body.type-theme-4 div.bloc-demarches,
body.type-theme-5 div.bloc-demarches,
body.type-theme-6 div.bloc-demarches {
    background-color: #8A8A8A;
}
*/

/* ------- border left texte clair --------- */


/* rose */

body.page #footer-liens ul li,
body.type-theme-1 #footer-liens ul li {
    border-left: 1px solid #c366b5;
}


/* vert */

body.type-theme-2 #footer-liens ul li {
    border-left: 1px solid #a8c740;
}


/* rouge */

body.type-theme-3 #footer-liens ul li {
    border-left: 1px solid #c7485d;
}


/* violet */

body.type-theme-4 #footer-liens ul li {
    border-left: 1px solid #a377b2;
}


/* bleu */

body.type-theme-5 #footer-liens ul li {
    border-left: 1px solid #41b8d0;
}


/* noel */

body.type-theme-6 #footer-liens ul li {
    border-left: 1px solid #5b8760;
}


/* --------- border texte fonce -------- */


/* - border - */


/* rose */

body.page #content-form textarea,
body.page #inner-content-form input,
body.type-theme-1 #content-form textarea,
body.type-theme-1 #inner-content-form input {
    border: 1px solid #9b0184;
}


/* vert */

body.type-theme-2 #content-form textarea,
body.type-theme-2 #inner-content-form input {
    border: 1px solid #7fa819;
}


/* rouge */

body.type-theme-3 #content-form textarea,
body.type-theme-3 #inner-content-form input {
    border: 1px solid #b50b27;
}


/* violet */

body.type-theme-4 #content-form textarea,
body.type-theme-4 #inner-content-form input {
    border: 1px solid #864997;
}


/* bleu */

body.type-theme-5 #content-form textarea,
body.type-theme-5 #inner-content-form input {
    border: 1px solid #02a1c1;
}


/* noel */

body.type-theme-6 #content-form textarea,
body.type-theme-6 #inner-content-form input {
    border: 1px solid #5b8760;
}


/* - border top - */


/* rose */

body.page #bloc-annuaire hr,
body.type-theme-1 #bloc-annuaire hr {
    border-top: 1px solid #9b0184;
}


/* vert */

body.type-theme-2 #bloc-annuaire hr {
    border-top: 1px solid #7fa819;
}


/* rouge */

body.type-theme-3 #bloc-annuaire hr {
    border-top: 1px solid #b50b27;
}


/* violet */

body.type-theme-4 #bloc-annuaire hr {
    border-top: 1px solid #864997;
}


/* bleu */

body.type-theme-5 #bloc-annuaire hr {
    border-top: 1px solid #02a1c1;
}


/* noel */

body.type-theme-6 #bloc-annuaire hr {
    border-top: 1px solid #16581e;
}


/* ------------- icones et pictos ----------- */


/* puce */


/* rose */

body.page #bloc-annuaire ul li,
body.page ul.liste-puces li,
body.page ul.puces-etroites li,
body.page #corps ul.generated li,
body.type-theme-1 #bloc-annuaire ul li,
body.type-theme-1 ul.liste-puces li,
body.type-theme-1 #corps ul.generated li {
    background-image: url(../img/puce-violette-rose.png);
}


/* vert */

body.type-theme-2 #bloc-annuaire ul li,
body.type-theme-2 ul.liste-puces li,
body.type-theme-2 ul.puces-etroites li,
body.type-theme-2 #corps ul.generated li {
    background-image: url(../img/puce-verte.png);
}


/* rouge */

body.type-theme-3 #bloc-annuaire ul li,
body.type-theme-3 ul.liste-puces li,
body.type-theme-3 ul.puces-etroites li,
body.type-theme-3 #corps ul.generated li {
    background-image: url(../img/puce-rouge.png);
}


/* violet */

body.type-theme-4 #bloc-annuaire ul li,
body.type-theme-4 ul.liste-puces li,
body.type-theme-4 ul.puces-etroites li,
body.type-theme-4 #corps ul.generated li {
    background-image: url(../img/puce-violette.png);
}


/* bleu */

body.type-theme-5 #bloc-annuaire ul li,
body.type-theme-5 ul.liste-puces li,
body.type-theme-5 ul.puces-etroites li,
body.type-theme-5 #corps ul.generated li {
    background-image: url(../img/puce-bleue.png);
}


/* noel */

body.type-theme-6 #bloc-annuaire ul li,
body.type-theme-6 ul.liste-puces li,
body.type-theme-6 ul.puces-etroites li,
body.type-theme-6 #corps ul.generated li {
    background-image: url(../img/puce-noel.png);
}


/* fleche strong */


/* rose */

body.page a.lien,
body.type-theme-1 a.lien {
    background-image: url(../img/fleche-violette-rose-strong.png);
}


/* vert */

body.type-theme-2 a.lien {
    background-image: url(../img/fleche-verte0-strong.png);
}


/* rouge */

body.type-theme-3 a.lien {
    background-image: url(../img/fleche-rouge-strong.png);
}


/* violet */

body.type-theme-4 a.lien {
    background-image: url(../img/fleche-violette-strong.png);
}


/* bleu */

body.type-theme-5 a.lien {
    background-image: url(../img/fleche-bleue-strong.png);
}


/* bleu */

body.type-theme-6 a.lien {
    background-image: url(../img/fleche-noel-strong.png);
}


/* fleche strong back */


/* rose */

body.page a.lien-back,
body.type-theme-1 a.lien-back {
    background-image: url(../img/fleche-violette-rose-strong-back.png);
}


/* vert */

body.type-theme-2 a.lien-back {
    background-image: url(../img/fleche-verte0-strong-back.png);
}


/* rouge */

body.type-theme-3 a.lien-back {
    background-image: url(../img/fleche-rouge-strong-back.png);
}


/* violet */

body.type-theme-4 a.lien-back {
    background-image: url(../img/fleche-violette-strong-back.png);
}


/* bleu */

body.type-theme-5 a.lien-back {
    background-image: url(../img/fleche-bleue-strong-back.png);
}


/* bleu */

body.type-theme-6 a.lien-back {
    background-image: url(../img/fleche-noel-strong-back.png);
}


/* fleche */


/* rose */

body.page #bloc-en-un-clic li a,
body.type-theme-1 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-violette-rose.gif);
}


/* vert */

body.type-theme-2 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-verte.png);
}


/* rouge */

body.type-theme-3 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-rouge.png);
}


/* violet */

body.type-theme-4 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-violette.png);
}


/* bleu */

body.type-theme-5 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-bleue.png);
}


/* bleu */

body.type-theme-6 #bloc-en-un-clic li a {
    background-image: url(../img/fleche-noel.png);
}


/*
 * ajouts 5/09/2012 - josian
 */

.colonne-gauche-etroite img,
.colonne-droite-etroite img {
    display: block;
    width: 100%;
    height: auto;
}

ul.liste-vignettes {
    overflow: hidden;
    margin-left: -5px;
    list-style: none;
}

ul.liste-vignettes li {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}

ul.liste-vignettes li a {
    display: block;
}

ul.liste-vignettes li img {
    display: block;
    width: 100px;
    height: 75px;
    padding: 6px;
    border: 1px solid #dddddd;
}

div.colonne-moitie ul.liste-vignettes li img {
    padding: 4px;
}

div.colonne-moitie {
    float: left;
    width: 48%;
    border: none;
}

div.colonne-moitie + div.colonne-moitie {
    float: right;
}

div.colonne-tiers {
    float: left;
    width: 30%;
    border: none;
}

div.colonne-tiers + div.colonne-tiers {
    margin-left: 5%;
}


/* Ajout jeremy.boig@ville-neuillysurseine.fr */

a.lien-back {
    margin-top: 10px;
}


/*Ajout des icones reseaux sociaux*/

.rsx-sociaux {
    position: relative;
    margin-top: 36px;
    margin-left: 4%;
    padding-bottom: 2px;
}

.rsx-sociaux strong {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    font-size: 1.3em;
    display: block;
    width: 100%;
    margin-bottom: 29px;
    padding-bottom: 6px;
    color: #353535;
    border-bottom: 1px solid #ececec;
}

.rsx-sociaux .stLarge {
    width: 36px !important;
    height: 36px !important;
    margin-right: 1px;
}

.rsx-sociaux .stButton {
    margin: 0 !important;
}

.rsx-sociaux .st_email_large .stLarge {
    background: url(../img/ico-rs-mail.jpg) no-repeat !important;
}

.rsx-sociaux .st_facebook_large .stLarge {
    background: url(../img/ico-rs-facebook.jpg) no-repeat !important;
}

.rsx-sociaux .st_twitter_large .stLarge {
    background: url(../img/ico-rs-twitter.jpg) no-repeat !important;
}

.rsx-sociaux .st_googleplus_large .stLarge {
    background: url(../img/ico-rs-gplus.jpg) no-repeat !important;
}

.rsx-sociaux .bulle {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    font-size: 15px;
    position: absolute;
    padding: 5px 7px;
    padding-bottom: 6px;
    color: white;
    background: #333333;
}

.rsx-sociaux .bulle .flechette {
    position: absolute;
    bottom: -6px;
    width: 90%;
    height: 6px;
    background: url(../img/ico-rs-flechette.png) no-repeat center;
}

.rsx-sociaux .bfacebook,
.rsx-sociaux .btwitter,
.rsx-sociaux .bgplus {
    opacity: 0;
}

.rsx-sociaux .bgplus {
    top: 14px;
    left: 59px;
}

.rsx-sociaux .bfacebook {
    top: 14px;
    left: -23px;
}

.rsx-sociaux .btwitter {
    top: 14px;
    left: 24px;
}


/*Ajout des icones reseaux sociaux page actualités */

.sharer_button {
    display: block;
    float: left;
}

.sharer_button a {
    padding-right: 5px;
}

.sharer_button_top_page {
    display: block;
    float: right;
    margin-left: 10px;
}

.sharer_button_top_page a {
    padding-left: 5px;
}


/* :::::::::::::::::: */


/* ::::: updates ::::: */


/* :::::::::::::::::: */


/* Bloc en aside hompage
----------------------------------------------------------------------------------------*/

.bloc-aside_titre {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 1.5em;
    
    line-height: 1em;
    line-height: 27px;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    color: #9b0184;
}

.bloc-aside_titre--white {
    color: #ffffff !important;
}

.bloc-aside_titre strong {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
}

#bloc-reseaux-sociaux.reseau-sociaux-2 li a,
#bloc-services li a {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 16px;
    font-weight: lighter;
    display: block;
    width: 95%;
    padding: 0;
    padding-top: 5px;
}


/* Réseauxsociaux
------------------------------------------*/

body.page #bloc-reseaux-sociaux.reseau-sociaux-2,
#bloc-reseaux-sociaux.reseau-sociaux-2 {
    margin: 0 0 20px 0;
    /*margin-bottom: 20px;*/
    padding: 0 5px 5px 20px;
    background: #ebe8ea;
}

#bloc-reseaux-sociaux.reseau-sociaux-2 ul {
    margin-top: 10px;
}

#bloc-reseaux-sociaux.reseau-sociaux-2 li a {
    margin-left: -10px;
    padding-bottom: 9px;
    padding-left: 25px;
    background-position: 0 3px;
    background-size: 18px;
}

#bloc-reseaux-sociaux.reseau-sociaux-2 a.icineuilly {
    background: url(../img/ico_ici_neuilly.png) no-repeat 0px 5px !important;
}

#bloc-reseaux-sociaux.reseau-sociaux-2 a.newsletter {
    background: url(../img/ico_news.png) no-repeat 0px 4px;
}


/* Services en ligne
------------------------------------------*/

#bloc-services {
    padding: 0 5px 16px 22px;
    background-color: #9b0184;
}

body.page #bloc-services {
    margin-bottom: 50px;
}

#bloc-services ul {
    margin-bottom: 0;
    margin-left: 0;
}

#bloc-services li {
    padding: 0;
    list-style: none;
}

#bloc-services li a {
    padding-bottom: 10px;
    padding-left: 13px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-decoration: none;
    color: #ffffff;
    background: url(../img/fleche-blanche.png) no-repeat 0 9px;
    background-size: 6px;
}

#bloc-services li a:hover {
    padding-left: 20px;
}


/* icon plus sur "Les autres services" */

#bloc-services li a.link-icon-plus {
   background: url(../img/ico-plus.png) no-repeat 0px 8px;
   padding-left: 17px;
   margin-left: -2px;
}

#bloc-services li a.link-icon-plus:hover {
    padding-left: 27px;
}

/*Bloc service thèmes*/


/* Agenda
----------------------------------------------------------------------------------------*/

.agenda_titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 50px;
    background: url(../img/ico_agenda.png) no-repeat 13px 0;
}

.bloc-agenda_item {
    max-height: 90px;
    margin: 4px 0 0 0;
    padding: 4px 0 0 0;
}

.bloc-agenda_item:not(:first-child) {
    border-top: 1px solid #ebe8ea;
}

#bloc-agenda li.bloc-agenda_item {
    border-bottom: none;
}

.bloc-agenda_list-item {
    padding: 0 !important;
}

.bloc-agenda_date,
.bloc-agenda_titre-groupe {
    display: table-cell;
    vertical-align: middle;
}

.bloc-agenda_date span,
.bloc-agenda_titre-groupe span {
    display: block;
}

#bloc-agenda .bloc-agenda_item a {
    padding: 0;
    background: none;
}

.bloc-agenda_date {
    position: relative;
    width: 50px;
    /* max-height: 70px; */
    height: 70px;
    padding: 7px 0;
    background-color: #ebe8ea;
}

.bloc-agenda_date:after {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ebe8ea;
}

.bloc-agenda_date-inner {
    margin: 0;
    padding-top: 2px;
    text-align: center;
}

.bloc-agenda_date-jour,
.bloc-agenda_categorie {
      font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
    color: #9b0184;
}

.bloc-agenda_categorie {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
text-rendering: optimizeLegibility;
-webkit-text-stroke: 1px rgba(155, 1, 132, 0.4);
letter-spacing: 0.3px;
}

.bloc-agenda_date-mois,
.bloc-agenda_categorie {
    text-transform: uppercase;
}

.bloc-agenda_date-jour {
    font-size: 20px;
}

.bloc-agenda_date-mois {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
    font-size: 13px;
}

.bloc-agenda_date-fleche {
    width: 0;
    height: 0;
    margin: auto;
    /* padding: 0 0px; */
    margin: 2px auto;
    border-top: 3px solid #9b0184;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.bloc-agenda_titre-groupe {
    padding-left: 10px;
}

.bloc-agenda_categorie {
    font-size: 13px;
}

.bloc-agenda_titre {
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
   font-size: 19px;
    line-height: 22px;
}


/* Agenda item hover
------------------------------------------*/

.bloc-agenda_item a:hover {
    color: #ffffff !important;
    background-color: #9b0184 !important;
}

.bloc-agenda_item a:hover .bloc-agenda_date {
    background-color: #9b0184;

}

.bloc-agenda_item a:hover .bloc-agenda_categorie {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
}

.bloc-agenda_item a:hover .bloc-agenda_date:after {
    display: none;
}

.bloc-agenda_item a:hover .bloc-agenda_date-fleche {
    border-top: 4px solid #ffffff;
}

.bloc-agenda_item a:hover span {
    color: #ffffff !important;
}

/* Surcharge pour plateforme maximilien sans succes
----------------------------------------------------------------------------------------*/

#html-iframe {
    overflow-x: auto !important;
}


/* EDIT */

#texte {
  font: 16px / 30px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.couleur {
  color: #b50b27
}

.formulaire {
  margin-bottom: 60px;
  color: #353535;
}

.formulaire:last-child {
  margin-bottom: 0;
}

.formulaire::after {
  clear: both;
  display: table;
  content: '';
}

.formulaire fieldset {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}

.formulaire label {
  display: block;
  font-weight: 700;
}

.formulaire label small {
  font-weight: 400;
}

.formulaire input,
.formulaire select,
.formulaire textarea {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #ebe8ea;
}

.formulaire input:focus,
.formulaire select:focus,
.formulaire textarea:focus {
  border-color: #b50b27;
}

.formulaire input:read-only,
.formulaire select:read-only,
.formulaire textarea:read-only {
  padding: 10px 0;
  border-color: transparent;
  border-bottom-color: #353535;
}

.formulaire input::-webkit-input-placeholder,
.formulaire select::-webkit-input-placeholder,
.formulaire textarea::-webkit-input-placeholder,
.formulaire input:-ms-input-placeholder,
.formulaire select:-ms-input-placeholder,
.formulaire textarea:-ms-input-placeholder {
  color: #c4c4c4;
}

.formulaire .erreur input,
.formulaire .erreur select,
.formulaire .erreur textarea {
  color: #b50b27;
  background-color: #e9b8c0;
  border-color: #b50b27;
}

.formulaire a {
  color: #b50b27;
  font-weight: 700;
  text-decoration: none;
}

.formulaire img {
  vertical-align: middle;
}

.info-formulaire {
  float: left;
  margin-right: 10px;
}

.champ {
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-right: 20px;
}

.champ.requis::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 54px;
  color: #b50b27;
  font-weight: 700;
  content: '*';
}

.champ label {
  margin-right: 10px;
  width: 190px;
}

.champ input,
.champ select,
.champ textarea {
  flex: 1;
}

.champ p {
  padding-left: 200px;
  width: 100%;
}

.checkbox {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
}

.checkbox [type=checkbox] {
  position: absolute;
  top: 38px;
  left: 19px;
  overflow: hidden;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.checkbox span::before {
  display: inline-block;
  height: 34px;
  margin-right: 12px;
  width: 34px;
  vertical-align: middle;
  background: #fff center no-repeat;
  border: 2px solid #ebe8ea;
  content: '';
}

.checkbox [type=checkbox]:focus + span::before {
  border-color: #b50b27;
}

.checkbox [type=checkbox]:checked + span::before {
  background-image: url(../img/check.png);
}

.champ + .checkbox {
  padding-left: 200px;
}

.champ + .checkbox [type=checkbox] {
  left: 219px;
}

.texte-formulaire {
  padding-left: 200px;
}

.texte-formulaire::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  content: url(../img/fleche-rouge-droite.png);
}

.bouton {
  display: inline-block;
  margin-left: 40px;
  padding: 11px 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #b50b27;
  border: none;
  cursor: pointer;
}

.bouton::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: url(../img/fleche-blanche-droite.png);
}

.bouton:first-child {
  margin-left: 0;
}

.bloc {
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
  background-color: #f4f3f4;
}

.bloc small {
  font-size: 14px;
  line-height: 22px;
}

.center {
  text-align: center;
}

.email {
  display: inline-block;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  background-color: #f4f3f4;
}

.alerte {
  margin: 35px 0;
  padding: 10px;
  color: #b50b27;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  background-color: #e9b8c0;
}

.alerte::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  content: url(../img/alerte-rouge.png);
}

.bloc-paiement {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px 28px 30px 75px;
  border: 2px solid #ebe8ea;
}

.bloc-paiement [type=checkbox] {
  position: absolute;
  top: 56px;
  left: 41px;
  overflow: hidden;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.bloc-paiement .checkbox {
  margin-bottom: .6em;
}

.bloc-paiement .checkbox span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: OpenSansCondensedBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0;
  line-height: 1em;
  letter-spacing: -1px;
  color: #b50b27;
}

.bloc-paiement .checkbox span::before {
  height: 26px;
  margin: 0 20px 0 -50px;
  width: 26px;
}

.bloc-paiement .checkbox [type=checkbox]:focus + span::before {
  border-color: #b50b27;
}

.bloc-paiement .checkbox [type=checkbox]:checked + span::before {
  background-image: url(../img/check.png);
}

.bloc-paiement:first-child {
  margin-top: 0;
}

.bloc-paiement-data {
  flex-shrink: 0;
  width: 250px;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

.bloc-paiement-data b,
.bloc-paiement-data strong,
.bloc-paiement-data label {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.bloc-paiement-data input {
  margin-left: auto;
  padding: 3px 4px;
  width: 120px;
  text-align: right;
}

.bloc-paiement.disabled {
  background-color: #f4f3f4;
  border-color: transparent;
}

.bloc-paiement.disabled * {
  color: #b3acb1 !important;
}

.message-erreur {
  margin: 0 0 60px;
  padding: 6px 40px;
  color: #b50b27;
  font-size: 16px;
  line-height: 30px;
  background-color: #e9b8c0;
}

h1 small {
  font-weight: 400;
}

ul.liste-fleche {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}

ul.liste-fleche li {
  padding: 5px 0;
}

ul.liste-fleche li::before {
  display: inline-block;
  margin: 0 12px 0 -20px;
  vertical-align: middle;
  content: url(../img/fleche-rouge-droite.png);
}

@media (max-width: 639px) {
  .champ {
    display: block;
  }

  .champ label {
    margin: 0 0 10px;
    width: auto;
  }

  .champ p,
  .champ + .checkbox,
  .texte-formulaire {
    padding-left: 0;
  }

  .champ + .checkbox [type=checkbox] {
    left: 19px
  }
}