/*
    Variable Grid System.
    Learn more ~ //www.spry-soft.com/grids/
    Based on 960 Grid System - //960.gs/

    Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
    min-width: 1026px;

    background-image: url("../images/espaceperso/bg_global.png");
}

#home {
    /*background:url(/images/bg_home.png) no-repeat;*/
    background-image: url("../images/espaceperso/bg_global.png");
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_18 {
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 1026px;
}

.clear {
    clear: both;
}

#container {
    padding-bottom: 70px;
    background-image: url("../images/espaceperso/bg_global.png");
}

.headerGauche {
    float: left;
    padding-left: 20px;
}

.headerDroite {
    float: right;
    padding-right: 20px;
    height: 20px;
    position: relative;
    top: 15px;
}

.headerDroite p {
    display: inline;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    top: -5px;

}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 1;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18 {
    position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .grid_1 {
    width: 47px;
}

.container_18 .grid_2 {
    width: 104px;
}

.container_18 .grid_3 {
    width: 161px;
}

.container_18 .grid_4 {
    width: 218px;
}

.container_18 .grid_5 {
    width: 275px;
}

.container_18 .grid_6 {
    width: 332px;
}

.container_18 .grid_7 {
    width: 389px;
}

.container_18 .grid_8 {
    width: 446px;
}

.container_18 .grid_9 {
    width: 503px;
}

.container_18 .grid_10 {
    width: 100%;
    padding-bottom: 100px;
    float: center;
}

.container_18 .grid_11 {
    width: 617px;
}

.container_18 .grid_12 {
    width: 674px;
}

.container_18 .grid_13 {
    width: 731px;
}

.container_18 .grid_14 {
    width: 788px;
}

.container_18 .grid_15 {
    width: 845px;
}

.container_18 .grid_16 {
    width: 902px;
}

.container_18 .grid_17 {
    width: 959px;
}

.container_18 .grid_18 {
    width: 1016px;

}

a.et {
    text-decoration: none;
    /*border-right: solid 1px white;*/
}

/* Prefix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .prefix_1 {
    padding-left: 57px;
}

.container_18 .prefix_2 {
    padding-left: 114px;
}

.container_18 .prefix_3 {
    padding-left: 171px;
}

.container_18 .prefix_4 {
    padding-left: 228px;
}

.container_18 .prefix_5 {
    padding-left: 285px;
}

.container_18 .prefix_6 {
    padding-left: 342px;
}

.container_18 .prefix_7 {
    padding-left: 399px;
}

.container_18 .prefix_8 {
    padding-left: 456px;
}

.container_18 .prefix_9 {
    padding-left: 513px;
}

.container_18 .prefix_10 {
    padding-left: 570px;
}

.container_18 .prefix_11 {
    padding-left: 627px;
}

.container_18 .prefix_12 {
    padding-left: 684px;
}

.container_18 .prefix_13 {
    padding-left: 741px;
}

.container_18 .prefix_14 {
    padding-left: 798px;
}

.container_18 .prefix_15 {
    padding-left: 855px;
}

.container_18 .prefix_16 {
    padding-left: 912px;
}

.container_18 .prefix_17 {
    padding-left: 969px;
}

/* Suffix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .suffix_1 {
    padding-right: 57px;
}

.container_18 .suffix_2 {
    padding-right: 114px;
}

.container_18 .suffix_3 {
    padding-right: 171px;
}

.container_18 .suffix_4 {
    padding-right: 228px;
}

.container_18 .suffix_5 {
    padding-right: 285px;
}

.container_18 .suffix_6 {
    padding-right: 342px;
}

.container_18 .suffix_7 {
    padding-right: 399px;
}

.container_18 .suffix_8 {
    padding-right: 456px;
}

.container_18 .suffix_9 {
    padding-right: 513px;
}

.container_18 .suffix_10 {
    padding-right: 570px;
}

.container_18 .suffix_11 {
    padding-right: 627px;
}

.container_18 .suffix_12 {
    padding-right: 684px;
}

.container_18 .suffix_13 {
    padding-right: 741px;
}

.container_18 .suffix_14 {
    padding-right: 798px;
}

.container_18 .suffix_15 {
    padding-right: 855px;
}

.container_18 .suffix_16 {
    padding-right: 912px;
}

.container_18 .suffix_17 {
    padding-right: 969px;
}

/* Push Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .push_1 {
    left: 57px;
}

.container_18 .push_2 {
    left: 114px;
}

.container_18 .push_3 {
    left: 171px;
}

.container_18 .push_4 {
    left: 228px;
}

.container_18 .push_5 {
    left: 285px;
}

.container_18 .push_6 {
    left: 342px;
}

.container_18 .push_7 {
    left: 399px;
}

.container_18 .push_8 {
    left: 456px;
}

.container_18 .push_9 {
    left: 513px;
}

.container_18 .push_10 {
    left: 570px;
}

.container_18 .push_11 {
    left: 627px;
}

.container_18 .push_12 {
    left: 684px;
}

.container_18 .push_13 {
    left: 741px;
}

.container_18 .push_14 {
    left: 798px;
}

.container_18 .push_15 {
    left: 855px;
}

.container_18 .push_16 {
    left: 912px;
}

.container_18 .push_17 {
    left: 969px;
}

/* Pull Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .pull_1 {
    left: -57px;
}

.container_18 .pull_2 {
    left: -114px;
}

.container_18 .pull_3 {
    left: -171px;
}

.container_18 .pull_4 {
    left: -228px;
}

.container_18 .pull_5 {
    left: -285px;
}

.container_18 .pull_6 {
    left: -342px;
}

.container_18 .pull_7 {
    left: -399px;
}

.container_18 .pull_8 {
    left: -456px;
}

.container_18 .pull_9 {
    left: -513px;
}

.container_18 .pull_10 {
    left: -570px;
}

.container_18 .pull_11 {
    left: -627px;
}

.container_18 .pull_12 {
    left: -684px;
}

.container_18 .pull_13 {
    left: -741px;
}

.container_18 .pull_14 {
    left: -798px;
}

.container_18 .pull_15 {
    left: -855px;
}

.container_18 .pull_16 {
    left: -912px;
}

.container_18 .pull_17 {
    left: -969px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* //sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
    zoom: 1;
}

/*-------------------------------------------------------*/

.header {
    min-width: 1024px;
}

.centre {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

.centre2 {
    margin-left: auto;
    margin-right: auto;
    width: 1004px;
}

.clear {
    clear: both;
}

/*--------------------------------------------------
css banniere
----------------------------------------------------*/
.background-banniere {
    background-image: url("../../images/espaceperso/bg_header.png");
    height: 100px;
    padding-top: 10px;
    z-index: 1;
    min-width: 1024px;

}

.titre {
    width: 50%;
    float: left;
    height: 40px;
}

.titre h1 {
    border-left: white solid 1px;
    color: white;
    position: relative;
    top: -33px;
    left: 245px;
    padding-left: 12px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
}

.titre .logo {
    position: relative;
    top: 35px;
    left: -30px;
    width: 380px;
    z-index: 1;
}

.header .logo img {
    width: 70%;
}

.header .aideHeader {

    color: white;
    width: 30%;
    float: right;
    height: 90px;
    position: relative;
    top: -10px;

}

.header .aideHeader .besoin {
    font-family: 'Cookie-regular';
    position: relative;
    top: 70px;
    left: 5px;
    font-size: 1.3em;
}

.headerPetit {
    font-size: 0.9em;
    font-family: 'Cookie-regular';
    position: relative;
    top: -5px;
}

.header .aideHeader .telTxt {
    font-family: 'Cookie-regular';
    font-size: 1.7em;
}

.header .aideHeader .tel {

    position: relative;
    top: -60px;
    left: 160px;
    width: 150px;
    margin: 0px;
    padding: 0px;
}

.header .aideHeader img {
    font-family: 'Cookie-regular';
    position: relative;
    top: -5px;
    left: 70px;
}

/*--------------------------------------------------
css menu
----------------------------------------------------*/

.header nav {

}

.header nav ul {
    list-style-type: none;
    margin: 0px;
    margin-top: 3px;
    width: 1024px;

}

.header nav li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 1.8em;
    font-size: 0.9em;
    font-weight: 200;
    height: 35px;
    z-index: 5;
    float: right;
}

.header nav li a {
    color: black;
    text-decoration: none;
    position: relative;
    top: 10px;
    z-index: 5;
}

.header nav li img {
    width: 160px;
    padding-left: 6px;
    position: relative;
    top: -11px;
}

.header .background-menu {
    background-image: url("../../images/tranquillite/Header_Fond_Menu.png");
    height: 40px;
    padding-left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.flecheHeaderMenu {
    width: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 18px;
}

.flecheHeaderMenu img {
    width: 10px !important;
}

.boldOrNotQSN {
    font-family: 'HelveticaTresBold' !important;
    font-weight: bold !important;
}

/*-----------------------
    FOOTER
-------------------------*/
footer {
    min-width: 1024px;
}

.footer2 a {
    color: white;
}

.footer2 div {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer2 ul {
    list-style-type: none;
}

.footer2 li {
    display: block;
    list-style-type: none;
}

.footer2 a {
    text-decoration: none;
}

/*-----------------------
    Top Footer
-----------------------*/

.astuceFooterImg {
    position: relative;
    left: 80px;
    top: -20px;
}

.astuceFooterTxt {
    position: relative;
    left: -85px;
    top: 48px;
    font-size: 1.2em;
    color: grey;
}

.top_footer {
    background-image: url("../../images/tranquillite/bg_global.png");
    height: 150px;
}

.top_footer .Cookie {
    position: relative;
    top: 15px;
    left: 320px;
    display: inline;
}

.top_footer img {
    position: relative;
    top: 70px;
    left: 320px;
}

.Cookie {
    font-family: 'Cookie-regular';
}

/*-----------------------
    Lien Footer
-----------------------*/

.footer2 .lien_footer {

    background-image: url("../../images/espaceperso/bg_header.png");
    border-top: 1px #fff solid;
    color: white;
    padding-bottom: 20px;
    padding-top: 40px;
}

.footer2 .lien_footer h2 {
    padding-bottom: 20px;
    font-size: 1.8em;
    font-family: 'HelveticaBold';
}

.footer2 .teste {
    padding-top: 100px;
}

.footer2 .img {
    float: left;
    height: 0px;
    width: 0px;
}

.footer2 .logo {
    position: relative;
    top: -210px;
    left: 0px;
}

.footer2 .prevoyance {
    position: relative;
    top: -330px;
    left: 450px;
    vertical-align: top;
}

.footer2 .nousContacter {
    display: inline-block;

    border-left: 2px white solid;
    padding-left: 70px;
    margin-left: 0px;
    float: left;
    margin-bottom: 20px;
}

.footer2 .nousContacter img {
    display: inline-block;
}

.footer2 .nousContacter p {
    display: block;
    margin-top: -3px;
}

.footer2 .obseques {
    display: inline-block;

    vertical-align: top;
    margin-left: 10px;
    margin-right: 40px;
    width: 200px;
    float: left;
    padding-bottom: 20px;
    font-size: 0.9em;
}

.footer2 .demarchesFooter {
    display: inline;

    width: 375px;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    padding-bottom: 20px;
    font-size: 0.9em;

}

.retourLi {
    float: left;

    display: inline;
    width: 45%;
}

.rightLi {
    float: left;
    width: 45%;
}

.liBottom {
    padding-bottom: 15px;
}

.sizeFooterUP {
    font-size: 1.5em;
    /*font-family:'HelveticaBold';*/
}

.topPaddingNousContacter {
    padding-top: 25px;
}

.nousContacterMinuscule {
    font-size: 0.9em;
    margin-top: 3px !important;
}

/*-----------------------------
    Informations legislatives
-----------------------------*/
.footer2 .teste {
    vertical-align: bottom;
}

.footer2 .informationLegislative {

    background-image: url("../../images/tranquillite/bg_global.png");
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.85em;

}

.footer2 .informationLegislative img {
    display: inline-block;
    vertical-align: middle;
}

.footer2 .test {
    text-align: justify;
    vertical-align: bottom;
    display: inline-block;
    width: 630px;
    margin-left: 0px;
    margin-right: 20px;

}

.footer2 .test2 {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    width: 90px;
    margin-left: 0px;
    margin-right: 10px;

}

.CNILLogoFooter {
    width: 8%;
}

.footer2 .test3 {
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    width: 90px;
    margin-left: 10px;
    margin-right: 10px;

}

/*----------------------------
    Droit
----------------------------*/
.footer2 .droit {
    background-image: url("../../images/espaceperso/bg_header.png");
    color: white;
    height: 50px;

    padding-top: 20px;

}

.footer2 .droit p {
    font-size: 0.8em;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 700px;
}

/*******************************************************************/
/*-------------------Inscription Familles--------------------------*/

.nomDefuntInscription {
    padding-top: 20px;
}

.nomContactInscription {
    padding-top: 20px;
}

.bordureInscription {
    border-radius: 8px 8px 8px 8px;
    border: 1px silver solid;
}

.inscriptionFamilles {
    background-image: url("../images/bg_global.png");
}

.inscriptionFamilles .inscriptionLI {
    border-radius: 8px 8px 0px 0px;
}

.menuInscription {
    background-color: rgb(247, 248, 250);
    width: 33%;
    float: left;
}

.menuInscription li {

    height: 33px;
    padding-top: 8px;
    font-family: 'HelveticaBold';
    font-weight: bold;
}

.bottomBorderInscription {
    border-bottom: 1px rgb(209, 206, 199) solid;

}

.iconeInscriptionMenu {
    margin-right: 20px;
    margin-left: 15px;

}

.menuInscription ul {
    list-style-type: none;

}

.menuInscription a {
    color: rgb(150, 150, 150);
    text-decoration: none;
}

.inscriptionBlocEntier {
    width: 62.3%;
    float: left;
    margin-left: 40px;
    font-size: 0.9em;
}

.inscriptionPrincipal {
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    float: right;
}

.inscriptionPrincipal h2 {
    display: inline-block;
    color: #7095bc;
    position: relative;
    top: 15px;
    left: -10px;
}

.inscriptionPrincipal legend {
    font-size: 1.2em;
    border-bottom: 1px solid silver;
    width: 90%;
    font-family: 'HelveticaBold';
    color: grey;
    padding-top: 20px;
}

.inscriptionPrincipal form {
    padding-top: 60px;
    padding-left: 5px;
}

.inscriptionPrincipal fieldset {
    margin-left: 50px;
}

.inscriptionPrincipal .divInscription {
    width: 80%;
    margin-left: 70px;
}

.divTexteInscription {
    padding-left: 20px;
    width: 45%;
    text-align: right;
    float: left;
}

.divCaseInscription {
    margin-left: 10px;
    width: 40%;
    float: left;
}

.radioInscription label {
    font-size: 0.9em;
}

#monsieurDefunt {
    margin-left: 5px;
}

#personneContacterInscription {
    position: relative;
    top: 15px;
    margin-bottom: 25px;
    width: 97%;
}

.dateAppelObsequeInscription #dateAppelObsequeInscription {
    position: relative;
    top: 15px;
}

.inscriptionPrincipal .divInscription select, .inscriptionPrincipal .divInscription input {
    width: 100%;
}

.radioCiviliteInscription {
    width: auto;
}

.enregistrementFamilleTexte {
    width: 55%;
    float: left;
    font-size: 0.9em;
}

.submitInscriptionFamilles {
    background: url("../images/tranquillite/EnregistrerUneFamille.png") no-repeat center center !important;
    width: 187px !important;
    height: 38px !important;
    border: 0px !important;
    cursor: pointer;
}

.boutonInscriptionFamilles {
    margin-bottom: 50px;
    margin-top: 40px;
    width: 186px;
    margin-left: auto;
    margin-right: auto;
}

.enregistrementInscription {
    height: 120px;
}

.topInscription {
    padding-top: 20px
}

.iconeFlecheDemarche {
    display: inline-block;
    width: 21px;
    float: right;
    padding-left: 10px;
    position: relative;
    top: 5px;
}

.iconeMenuDemarche {
    margin-right: 20px;
    margin-left: 15px;
    position: relative;
    top: 3px;
}

.virgule {
    position: relative;
    display: inline-block;
    left: -31px;
    top: 18px;
    z-index: 1;
}

#inscriptionFamilles h2 {
    font-size: 1.4em;
    position: relative;
    top: 5px;
    color: rgb(21, 59, 118);
}

#utilisateur_obseque_date_day {

    padding-right: 5px;
    width: 28%;
}

#utilisateur_obseque_date_year {

    width: 33%
}

#utilisateur_obseque_date_month {

    padding-right: 5px;
    width: 28%;
}

.errorForm {
    position: relative;
    top: 30px;
    padding-left: 20px;
}