<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document

font-family: 'Lora', serif;
font-family: 'Open Sans', sans-serif;

Bleu :          #274456;
Ocre :          #c2992a;
Gris foncÃ© :    #282828;

*/

a.form-btn,
button.form-btn,
main form .form-actions input {
    font-size: 20px;
    text-decoration: none;
    border: solid 1px;
    padding: 4px 20px 5px 20px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    font-family: 'Lora', serif;
}

a.form-btn.brown-bg {
    color: #fff;
    background: #c2992a;
    border-color: #c2992a;
    display: inline-block;
}

a.form-btn.brown-bg:hover {
    background: #86691b;
    border-color: #86691b;
}

a.form-btn.blue-bg,
main form .form-actions input {
    color: #fff;
    background: #274456;
    border-color: #274456;
    display: inline-block;
}

main form .form-actions input {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 30px 4px 30px;
}

a.form-btn.blue-bg:hover,
main form .form-actions input:hover {
    background: #427594;
    border-color: #427594;
}

a.form-btn.border-btn {
    color: #274456;
    display: inline-block;
    border-color: #c2992a;
    padding: 0 60px 4px 60px;
    margin-top: 20px;
}

a.form-btn.border-btn:hover {
    background: #c2992a;
    color: #fff;
}

button.form-btn.border-btn-white {
    color: #fff;
    background: transparent;
    display: inline-block;
    border-color: #fff;
    padding: 0 60px 4px 60px;
    margin-top: 20px;
}

button.form-btn.border-btn-white:hover {
    color: #274456;
    background: #fff;
}

div.surround {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

h2.sub-brown-title {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 14px;
    color: #282828;
    padding-right: 49px;
    padding-left: 5px;
    border-bottom: solid 10px #c2992a;
}

h2.sub-brown-title .fa {
    position: absolute;
    right: 25px;
    bottom: -7px;
    font-size: 22px;
}

ul.sf-menu .sf-sub-indicator {
    right: -9px;
    font-size: 12px;
}

/*///////////////////////////////////////*/
/* //////////// Page Title //////////// */
/*/////////////////////////////////////*/

main .region-page-title {
    position: relative;
    background: url('../images/interface/bg-page-title.jpg') no-repeat center center;
    background-size: cover;
    min-height: 150px;
}

#entete-service {
    min-height: 220px;
    position: relative;
    margin-bottom: 50px;
}

#picto-service {
    position: absolute;
    top: -20px;
    left: -180px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background: #fff;
    border-radius: 100%;
    height: 150px;
}

#block-mrrenove-theme-page-title,
#surround-title-service {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

#surround-title-service {
    padding-left: 250px;
}

#block-mrrenove-theme-page-title h1,
.node--type-service h1 {
    width: 100%;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    font-size: 32px;
    color: #274456;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 35px;
}

.node--type-service h1 {
    max-width: 1200px;
}

#block-mrrenove-theme-page-title h1 {
    max-width: 1000px;
}

#block-mrrenove-theme-page-title h1:before,
.node--type-service h1:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 12px;
    z-index: -1;
    left: -4px;
    top: 53px;
    background: #c2992a;
}

.node--type-service h2,
.node--type-contenu h2 {
    font-size: 22px;
    color: #274456;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}

.node--type-service ol,
.node--type-contenu ol {
    list-style-type: decimal;
    padding-bottom: 20px;
    font-size: 17px;
    color: #274456;
}

.node--type-contenu a {
    color: #274456;
}

/*///////////////////////////////////////*/
/* //////////////// Header //////////// */
/*/////////////////////////////////////*/

#frontpage header {
    background: transparent;
}

#superfish-main {
    text-align: right;
}

#block-mrrenove-theme-logoheader {
    width: 150px;
    float: left;
    padding-top: 10px;
}

#block-mrrenove-theme-logoheader img {
    max-height: 60px;
}

#not-frontpage #block-mrrenove-theme-navigationprincipale {
    width: 782px;
    float: right;
}

header {
    height: 80px;
}

#frontpage #block-headercontact {
    display: none;
}

#block-headercontact {
    width: 372px;
    float: right;
    text-align: right;
    margin-top: 10px;
}

#block-headercontact a.form-btn {
    font-size: 18px;
    padding: 0 15px 2px 15px;
    margin-left: 20px;
}

/*///////////////////////////////////////*/
/* //////////// HomePage ////////////// */
/*/////////////////////////////////////*/

/* Mise en avant */
#block-miseenavanthome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 850px;
    margin-top: -80px;
    background: url('../images/interface/bg-mea-home.jpg') no-repeat bottom center;
    background-size: cover;
    padding-bottom: 50px;
}

#block-miseenavanthome h2 {
    font-size: 22px;
    font-weight: 400;
    color: #274456;
    margin-top: 80px;
    margin-bottom: 30px;
}

#block-miseenavanthome p {
    color: #274456;
    text-align: center;
    width: 98%;
    max-width: 720px;
    margin-bottom: 60px;
}

#block-miseenavanthome a {
    margin: 20px;
}

/* Categories */
#block-blockcategorieshome {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 100px;
    background: url('../images/interface/bg-categories-home.png') no-repeat bottom left;
}

#block-blockcategorieshome .categorie-home {
    width: 98%;
    margin: 80px 50px;
    max-width: 340px;
}

#block-blockcategorieshome .categorie-home .img-categorie-home {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

#block-blockcategorieshome .categorie-home h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #274456;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 30px;
}

#block-blockcategorieshome .categorie-home h4 {
    font-size: 18px;
    color: #c2992a;
}

#block-blockcategorieshome .categorie-home p {
    color: #274456;
    line-height: 26px;
    margin-top: 10px;
}

/* Block prÃ©sentation */

#block-blockpresentationhome {
    min-height: 650px;
    background: url('../images/interface/bg-pres-home.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
}

#presentation {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 900px;
    margin: 60px auto;
    padding: 30px;
}

#presentation &gt; div {
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    border: solid 1px #c2992a;
}

#presentation h3 {
    font-size: 28px;
    line-height: 35px;
    color: #274456;
    max-width: 600px;
    margin: 20px auto;
}

#presentation p {
    max-width: 600px;
    color: #282828;
    margin: 0 auto;
}

#presentation a {
    margin-top: 40px;
    margin-bottom: 30px;
}

/* Block portrait */
#block-blockportrait {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#not-frontpage #block-blockportrait {
    margin-top: 50px;
}

#block-blockportrait #portrait-text {
    width: 70%;
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
}

#block-blockportrait #portrait-text h3 {
    font-size: 24px;
    color: #274456;
    line-height: 30px;
}

#block-blockportrait #portrait-text p {
    margin-top: 15px;
    color: #274456;
}

#block-blockportrait #portrait-text p span {
    color: #c2992a;
}

#block-blockportrait #portrait-photo {
    width: 30%;
    height: 266px;
}

#block-blockportrait #portrait-photo img {
    margin-top: -30px;
}

/* BLock Clients */
#block-blockclientshome {
    background: #e9ecee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 70px 5px;
}

#logo-artisant {
    padding-top: 15px;
}

#text-artisant {
    max-width: 1000px;
    padding-left: 50px;
    color: #282828;
}

#text-artisant h3 {
    font-size: 28px;
}

#text-artisant p {
    margin-top: 10px;
}

/* Block realisations home */

#block-views-block-realisations-home,
#block-views-block-realisations-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

#block-views-block-realisations-home .view-content,
#block-views-block-realisations-page .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#block-views-block-realisations-home .view-content a,
#block-views-block-realisations-page .view-content a {
    width: 90%;
    max-width: 390px;
    min-height: 290px;
    background: no-repeat center center;
    background-size: cover;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

#block-views-block-realisations-home .view-content a:hover .infos-rea,
#block-views-block-realisations-page .view-content a:hover .infos-rea {
    min-height: 290px;
}

#block-views-block-realisations-home .view-content .infos-rea,
#block-views-block-realisations-page .view-content .infos-rea {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    min-height: 68px;
    background-color: rgba(39, 68, 86, 0.85);
    transition: all .2s ease-in-out;
}

#block-views-block-realisations-home .view-content .infos-rea .surround,
#block-views-block-realisations-page .view-content .infos-rea .surround {
    margin-bottom: -100px;
    opacity: 0;
    transition: all .2s ease-in-out;

}

#block-views-block-realisations-home .view-content a:hover .surround,
#block-views-block-realisations-page .view-content a:hover .surround {
    margin-bottom: 0;
    padding-top: 60px;
    opacity: 1;
}

#block-views-block-realisations-home .view-content .infos-rea p,
#block-views-block-realisations-page .view-content .infos-rea p {
    font-size: 14px;
}

#block-views-block-realisations-home .wrapper &gt; p,
#block-views-block-realisations-page .wrapper &gt; p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #282828;
}

/* Bloak slider avis */
#block-views-block-avis-home {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #e9ecee;
    min-height: 250px;
}

#block-views-block-avis-home .view-id-avis {
    width: 100%;
    max-width: 1200px;
}

#block-views-block-avis-home .view-id-avis .avis-contenu {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 800px;
    margin: 0 auto;
}

#block-views-block-avis-home .view-id-avis .avis-contenu:before {
    content: "Â«";
    font-family: 'Lora', serif;
    font-size: 58px;
    color: #c2992a;
    position: absolute;
    top: 0;
    left: -50px;
}

#block-views-block-avis-home .view-id-avis .avis-contenu:after {
    content: "Â»";
    font-family: 'Lora', serif;
    font-size: 58px;
    color: #c2992a;
    position: absolute;
    bottom: 15px;
    right: -50px;
}

#block-views-block-avis-home .view-id-avis .avis-contenu p {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    color: #282828;
}

#block-views-block-avis-page .view-id-avis .avis-contenu p {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
}

#block-views-block-avis-home .view-id-avis .avis-contenu span,
#block-views-block-avis-page .view-id-avis .avis-contenu span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    color: #999999;
    text-align: right;
}

#block-views-block-avis-home .swiper-button-prev {
    background-image: url(../images/interface/arrow-slider-left.png);
}

#block-views-block-avis-home .swiper-button-next {
    background-image: url(../images/interface/arrow-slider-right.png);
}

/*///////////////////////////////////////*/
/* ///// Pages de contenu - Services // */
/*/////////////////////////////////////*/

.node--type-service,
.node--type-contenu {
    color: #282828;
}

.node--type-service p,
.node--type-contenu p {
    margin-bottom: 20px;
}

.field--type-text-with-summary p {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 30px;
}

.node--type-service h3,
.node--type-contenu h3 {
    font-size: 20px;
    color: #c2992a;
    padding-top: 12px;
    margin-bottom: 10px;
}

/*///////////////////////////////////////*/
/* ///// Pages des avis /////////////// */
/*/////////////////////////////////////*/

#block-views-block-avis-page {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#block-views-block-avis-page .view-id-avis .avis-contenu {
    padding-top: 50px;
    padding-bottom: 50px;
}

#block-views-block-avis-page .view-id-avis .views-row hr {
    width: 90%;
    max-width: 300px;
    border: none;
    border-bottom: solid 1px #c2992a;
}

/*///////////////////////////////////////*/
/* ///////// DÃ©tail rÃ©alisation /////// */
/*/////////////////////////////////////*/

.node--type-realisation {
    padding-top: 50px;
    padding-bottom: 50px;
}

.node--type-realisation .image-rea {
    float: left;
    width: 45%;
}

.node--type-realisation .city {
    color: #c2992a;
    font-weight: bold;
    font-size: 22px;
}

.node--type-realisation .sous-titre {
    margin-bottom: 25px;
    margin-top: 15px;
    font-family: 'Lora', serif;
    color: #274456;
}

.node--type-realisation .desc {
    color: #333;
    font-size: 16px;
}

/*///////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////// */
/*/////////////////////////////////////////////////////////////////////////*/

/*---masquage admin menu---*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*---fin masquage admin menu---*/

/*///////////////////////////////////////*/
/* ///// Mise en page paragraphes ///// */
/*/////////////////////////////////////*/
.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}

.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}

/*photo Ã&nbsp; droite*/
.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}

/*photo Ã&nbsp; gauche*/
.pos-photo-4 .para-photos {
    float: left;
    max-width: 40%;
    margin: 20px 2% 20px 0;
}

/*photo en haut et en bas*/
.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after {
    content: '';
    clear: both;
}

.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}

.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo {
    float: left;
    width: 22%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align="right"] {
    float: right;
}

img[data-align="left"] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}

.paragraphes table {
    margin-bottom: 30px;
}

.paragraphes ul li {
    padding-left: 15px;
}

.paragraphes ul li:before {
    content: 'â€¢ ';
    color: #333;
}

/* Fin paragraphes */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

h1, h2, h3, h4 {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
}

/*--- HEADER ---*/
header .block-superfish {
    width: 100%;
}

header .block-superfish ul.sf-menu li {
    display: inline-block;
    float: none;
}

header .block-superfish ul li a {
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

/*--- CONTENT ---*/

main {
    clear: both;
}

/* --- MAP FOOTER ---*/

#blockMap {
    min-height: 500px;
    border-top: solid 2px #274456;
    border-bottom: solid 2px #274456;
}

/*--- FOOTER ---*/

footer {
    clear: both;
    color: #fff;
    background-color: #242727;
}

.wrapper-small {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}

#block-blockfooter {
    padding: 50px 10px;
    text-align: center;
}

#block-blockfooter a.form-btn.brown-bg {
    padding: 0 15px 2px 15px;
    margin-left: 20px;
    display: inline-block;
}

#block-blockfooter span {
    font-family: 'Lora', serif;
}

#block-blockfooter #liens-footer {
    margin-top: 30px;
}

#block-blockfooter #liens-footer a {
    color: #fff;
    transition: all .2s ease-in-out;
    line-height: 28px;
    font-weight: 300;
}

#block-blockfooter #liens-footer a:hover {
    color: #c2992a;
}

footer .gl-copy {
    padding: 15px 0 25px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    border-top: 1px solid #565656;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
    transition: all .2s ease-in-out;
}

footer .gl-copy a:hover {
    color: #c2992a;
}

/* Fancy Box */
.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    height: 80px !important;
    background: #1f1f1f !important;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0 !important;
    bottom: 90px !important;
    text-align: center;
}

.fancybox-caption {
    padding: 15px 0 !important;
}

/*///////////////////////////////////////*/
/* //////// DEBUT FORMULAIRE ////////// */
/*/////////////////////////////////////*/

/*--- PAGE CONTACT ---*/
#block-contactblock {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.field--name-field-nom, .field--name-field-email, .field--name-field-prenom, .field--name-field-telephone, .field--name-field-ville-du-projet, .field--name-field-type-de-projet {
    width: 98%;
}

#block-infospagecontact {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

#block-infospagecontact h3 {
    font-size: 22px;
    color: #c2992a;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 20px;
}

#block-infospagecontact p {
    color: #274456;
}

/*---- FORMULAIRES ----*/
.form-composite &gt; legend,
.label,
label,
fieldset:not(.fieldgroup) &gt; legend,
summary, .fieldgroup:not(.form-composite) &gt; legend {
    font-size: 16px;
    text-transform: uppercase;
    color: #848484;
}

.form-item, .form-actions {
    margin-top: 15px;
    margin-bottom: 0;
}

main form .field--type-file,
main form .field--string-long {
    position: relative;
    width: 100%;
    clear: both;
}

main form .form-item input {
    font-size: 16px;
}

main form fieldset,
main form .field--type-string-long,
main form .field--type-file {
    float: left;
    width: 98%;
    margin: 40px 1.5% 10px 1.5%;
    clear: both;
}

main form .field--type-string,
main form .field--type-email,
main form .field--type-entity-reference,
main form .field--type-telephone,
main form .field--type-list-integer.field--widget-options-select {
    position: relative;
    float: left;
    width: 47%;
    margin: 10px 1.5% 10px 1.5%;
    clear: none;
}

main form .form-item.form-type-checkbox,
main form .form-item.form-type-radio {
    float: left;
    width: 97%;
    margin: 10px 1.5% 10px 1.5%;
}

main form fieldset .form-item.form-type-checkbox,
main form fieldset .form-item.form-type-radio {
    width: 22%;
}

main form .form-item.form-type-checkbox:nth-child(4n+1),
main form .form-item.form-type-radio:nth-child(4n+1) {
    clear: both;
}

main form .field--type-string label,
main form .field--type-email label,
main form .field--type-telephone label,
main form .field--type-list-integer.field--widget-options-select label,
main form .field--type-entity-reference label {
    position: absolute;
    top: 40px;
    color: #848484;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

main form .field--type-string .hasText label,
main form .field--type-email .hasText label,
main form .field--type-entity-reference .hasText label,
main form .field--type-telephone .hasText label,
main form .field--type-list-integer.field--widget-options-select label {
    top: 20px;
    font-size: 12px;
}

main form .field--type-string .form-item,
main form .field--type-email .form-item,
main form .field--type-entity-reference .form-item,
main form .field--type-telephone .form-item,
main form .field--type-list-integer.field--widget-options-select .form-item {
    padding-top: 16px;
}

main form .form-actions {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
}

/*-couleurs-*/
input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
input.form-file,
input.form-date,
input.form-time,
select,
textarea.form-textarea {
    padding: 8px 0;
    border: none;
    outline: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: inset 0 -1px 0 0 #838383;
    box-shadow: inset 0 -1px 0 0 #838383;
}

input.form-file {
    -webkit-box-shadow: inset 0 0 0 0 #838383;
    box-shadow: inset 0 0 0 0 #838383;
}

.form-managed-file input.form-submit {
    color: #fff;
    background-color: #c2992a;
    border: none;
}

.ajax-progress-throbber .throbber {
    background: transparent url(../images/interface/ring-alt.gif) no-repeat 0 center;
    padding: 10px;
}

input.form-autocomplete:focus,
input.form-text:focus,
input.form-tel:focus,
input.form-email:focus,
input.form-url:focus,
input.form-search:focus,
input.form-number:focus,
input.form-color:focus,
input.form-date:focus,
input.form-time:focus,
select:focus,
textarea.form-textarea:focus,
.hasText input.form-autocomplete,
.hasText input.form-text,
.hasText input.form-tel,
.hasText input.form-email,
.hasText input.form-url,
.hasText input.form-search,
.hasText input.form-number,
.hasText input.form-color,
.hasText input.form-date,
.hasText input.form-time,
.hasText select,
.hasText textarea.form-textarea {
    -webkit-box-shadow: inset 0 -3px 0 0 #c2992a;
    box-shadow: inset 0 -3px 0 0 #c2992a;
}

textarea.form-textarea {
    height: 50px;
    font-size: 16px;
    background: transparent;
}

.hasText textarea.form-textarea {
    height: 150px;
}

input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
select {
    width: 100%;
    background: transparent;
    min-height: 38px;
}

input.form-number,
input.form-date {
    min-height: 38px;
}

input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #000;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 1px solid #000;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'FontAwesome';
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    padding-top: 1px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

input[type=radio]:before {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    content: "\f00c";
    color: #003374;
    border: 2px solid #003374;
}

input[type=radio]:checked:before {
    content: "\f111";
}

/*///////////////////////////////////////*/
/* //////// FIN FORMULAIRE //////////// */
/*/////////////////////////////////////*/</pre></body></html>