body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/*HEADER*/
#header {
    width: 960px;
    margin: 0px auto;
}

#header-L {
    width: 475px;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
}

#header-R {
    width: 485px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.nom {
    font-size: 14px;
    line-height: 18px;
    color: #003053;
    margin-top: 15px;
    text-align: right;
}

.funerailles {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    color: #5f5c5c;
    margin-top: 5px;
    text-align: right;
}

    .funerailles span {
        text-transform: uppercase;
        font-style: normal;
    }

.details {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    color: #d3af7e;
    margin-top: 8px;
    text-align: right;
}

    .details a {
        color: #d3af7e;
        text-decoration: underline;
    }

#defunt {
    width: 320px;
    background-color: #f5f6f4;
}

    #defunt p {
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        color: #5f5c5c;
    }

.img-cercle {
    width: 129px;
    height: 129px;
    object-fit: cover;
    object-position: top;
}


/*MENU*/
#menu {
    margin: 15px 0px 50px;
}

#menu-contenu {
    width: 960px;
    margin: 0px auto;
}

#m-bleu {
    height: 33px;
    width:980px;
}

    #m-bleu li {
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        color: #fff;
        margin-right: 22px;
        margin-top: 10px;
    }

        #m-bleu li a {
            color: #fff;
            text-decoration: none;
        }

        #m-bleu li:hover a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: none;
        }

        #m-bleu li .actif {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: none;
        }


#m-vertical {
    text-align: right;
}

    #m-vertical li {
        display: inline-block;
    }

        #m-vertical li a:hover {
            height: 100px;
        }


/*EN GÉNÉRAL*/
#contenu {
    width: 960px;
    margin: 0px auto;
}

h1 {
    font-size: 36px;
    line-height: 32px;
    font-style: normal;
    font-weight: bold;
}

    h1 span {
        font-size: 22px;
        line-height: 32px;
        font-style: italic;
        font-weight: normal;
    }

h2 {
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: bold;
    color: black;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    color: #c59c64;
    margin: 30px 0px 3px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    color: #c59c64;
    margin-bottom: 15px;
}

    h5 span {
        font-size: 24px;
        line-height: 27px;
        font-style: normal;
        font-weight: bold;
        color: #c59c64;
    }

p {
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: black;
}

    p a {
        color: black;
        text-decoration: underline;
    }

.supplier {
    font-style: italic;
}
/*p span { font-style:italic;}*/

.citation {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #c59c64;
}

.reference {
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    color: black;
    margin-top: 30px;
    text-align: right;
}

.list ul {
    list-style-type: disc;
    padding-left: 12px;
}

.list li {
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: black;
    margin-top: 5px;
}

    .list li a {
        color: black;
        text-decoration: underline;
    }

.list ul li ul {
    list-style-type: none;
    padding-left: 0px;
}

input[type=submit] {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background-color: #d3af7e;
    display: inline-block;
    border: none;
    cursor: pointer;
}

input[type=button] {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background-color: #d3af7e;
    display: inline-block;
    border: none;
    cursor: pointer;
}
/*.bt a:not(.list) { font-size:14px; line-height:14px; font-style:normal; font-weight:bold; color:#fff; padding:6px 12px; background-color:#d3af7e; display:inline-block;cursor:pointer;}*/
.bt a, .bt button {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background-color: #d3af7e;
    display: inline-block;
    cursor: pointer;
    border: none;
}

/*.bt label { font-size:14px; line-height:14px; font-style:normal; font-weight:bold; color:#fff; padding:6px 12px; background-color:#d3af7e; display:inline-block;cursor:pointer;}*/

.bt span {
    text-transform: uppercase;
}
/*.bt a:not(.list):hover { background-color:black;}*/
.bt a:hover {
    background-color: black;
}
/*.bt label:hover { background-color:black;}*/

input[type=submit]:hover {
    background-color: black;
}

input[type=button]:hover {
    background-color: black;
}


.bt-down a {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background-color: black;
    display: inline-block;
}
/*.bt-active a:not(.list) { font-size:14px; line-height:14px; font-style:normal; text-transform:uppercase; font-weight:bold; color:#fff; padding:6px 12px; background-color:#003053; display:inline-block;}
.bt-active a:not(.list):hover { background-color:#003053;}*/
.bt-active a {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    background-color: #003053;
    display: inline-block;
}

    .bt-active a:hover {
        background-color: #003053;
    }
/*.bt-active label { font-size:14px; line-height:14px; font-style:normal; text-transform:uppercase; font-weight:bold; color:#fff; padding:6px 12px; background-color:#003053; display:inline-block;}
.bt-active label:hover { background-color:#003053;}*/

.bt-down span {
    text-transform: uppercase;
}

.bt-down a:hover {
    background-color: #d3af7e;
}

.champ {
    height: 22px;
    border: 1px solid black;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    color: black;
    padding: 0px;
}

#jumpMenu {
    height: 24px;
    border: 1px solid black;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: black;
}

.balloonstyle {
    position: absolute;
    top: -500px;
    left: 0;
    padding: 20px;
    visibility: hidden;
    border: 0px;
    z-index: 100;
}

#arrowhead {
    z-index: 99;
    position: absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

.red-alert {
    color: red;
}

.imgPreview {
    max-height: 1000px;
    max-width: 1000px;
    height: auto;
    width: auto;
    display: block;
}

.imgPreviewSmall {
    max-height: 200px;
    max-width: 200px;
    height: auto;
    width: auto;
    display: block;
}

.signet {
    cursor: pointer;
}

.activeBackgroundColor {
    background-color: #C4C2C7 !important;
}

.uppercase {
    text-transform: uppercase;
}

/*FOOTER*/
#footer {
    background-color: #e3e4e0;
}

.droits {
    font-size: 11px;
    line-height: 12px;
    font-style: normal;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 40px 0px 8px 0px;
}

    .droits a {
        color: black;
        text-decoration: none;
    }

#bande {
    background-color: #f1f0e9;
    padding: 15px 0px;
}

#bande-contenu {
    width: 960px;
    margin: 0px auto;
}

#bande-L {
    width: 750px;
    display: inline-block;
    vertical-align: top;
}

.besoin {
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: black;
    font-style: normal;
    text-align: right;
    padding-right: 10px;
}

    .besoin span {
        font-size: 24px;
        font-style: normal;
    }

#bande-R {
    width: 210px;
    display: inline-block;
    vertical-align: top;
}

.coordonnees {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: black;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-top: 7px;
}

    .coordonnees a {
        color: black;
        text-decoration: underline;
    }

/*Stuff de tableaux dans les commandes à modifier */
#myCardTable_info {
    display: none;
}

.paging-Btn {
    position: absolute;
    top: -17px;
    right: 0px;
    z-index: 10;
}

.dataTables_length {
    position: absolute;
    top: -5px;
    right: 200px;
    z-index: 10;
}

.tdAlign {
    position: absolute;
    bottom: -35px;
    right: -242px;
    z-index: 0;
}

.tdAlign2 {
    position: absolute;
    bottom: -34px;
    right: -150px;
    z-index: 0;
}

#myCardTable tr {
    width: 960px !important;
}

.no-event {
    pointer-events: none;
}


/* bxslider fix */

#priorites-L .bx-wrapper .bx-prev, #priorites-L .bx-wrapper .bx-prev:hover, #bloc-L .bx-wrapper .bx-prev, #bloc-L .bx-wrapper .bx-prev:hover {
    background: url(../Image/Fournier/images-AS/bt-previous.png) no-repeat;
}

#priorites-L .bx-wrapper .bx-next, #priorites-L .bx-wrapper .bx-next:hover, #bloc-L .bx-wrapper .bx-next, #bloc-L .bx-wrapper .bx-next {
    background: url(../Image/Fournier/images-AS/bt-next.png) no-repeat;
}

#priorites-L .bx-wrapper .bx-controls-direction a, #bloc-L .bx-wrapper .bx-controls-direction a {
    top: -10px !important;
    margin-top: -15px !important;
}

.bg-gris .bx-wrapper .bx-prev, .bg-gris .bx-wrapper .bx-prev:hover {
    background: url(../Image/Fournier/images-AS/bt-top.png) no-repeat;
    top: -10px;
}

.bg-gris .bx-wrapper .bx-next, .bg-gris .bx-wrapper .bx-next:hover {
    background: url(../Image/Fournier/images-AS/bt-bottom.png) no-repeat;
    bottom: 0;
    top: 104%;
}

.bg-gris .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 40px;
    left: 50px;
}

.bg-gris .bx-wrapper {
    margin: 10px auto !important;
}

.other {
    margin-top: 10px;
    float: right;
}

.field-validation-error, .error {
    color: red;
}

.crop-style {
    margin: 8px 0;
    margin-left: 133px;
    font-style: italic;
    text-decoration: underline;
}

.crop, .crop:visited {
    color: #555;
}

.commande-type {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

    .commande-type:last-child {
        margin-right: 0;
    }

.bx-wrapper .bx-controls-direction a {
    z-index: 99;
}

.yellow-overlay {
    background-color: rgba(211,175,126,1);
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.price-detail {
    display: block;
    font-size: 10px;
    font-style: italic;
}

.infos {
    background-color: #f5f6f4;
    padding: 20px;
    margin: 10px 0;
    font-size: 14px;
}

    .infos h3 {
        clear: both;
        /*margin: 10px 0;*/
    }

.section {
    /*border: 1px solid black;*/
    /*margin: 10px 0;
    padding: 10px;*/
}

.infos label {
    color: black;
}

    .infos label.gen {
        width: 180px;
    }

    .infos label.spacing {
        margin-right: 10px;
    }

.section:first-child {
    margin-top: 0;
}

.section:last-child {
    margin-bottom: 0;
}

.fields {
    margin: 13px 0;
    overflow: hidden;
}

    .fields span {
        font-weight: bold;
    }

span.warning {
    color: black;
    font-weight: bold;
}

span.warning2 {
    color: black;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
}

.m-bot-10 {
    margin-bottom: 10px;
}

.section div:not(.col-2) {
    clear: both;
}

table.expositions {
    width: 100%;
}

    table.expositions, table.expositions td, table.expositions th {
        border: 1px solid #333;
        border-collapse: collapse;
    }

        table.expositions td, table.expositions th {
            padding: 10px 0;
        }

        table.expositions td {
            text-align: center;
        }

.col-2 {
    width: 50%;
    float: left;
}


.no-margin {
    margin: 0;
}

.pad {
    padding:0 40px 7px 53px;
}

hr.spacer {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e8e8e8;
    margin: 1em 0;
    padding: 0; 
}

a.news_link {
    color: #D3AF7E;
}