body {
    background-image: url(image3.jpg);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0
}

#site_contenu {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: left;
    margin: 0;
    padding: 0
}

#site_entete {
    position: fixed;
    height: 100%;
    width: 20%;
    background-image: url(image1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    margin: 0 auto;
    padding: 0
}

#site_page {
    position: relative;
    width: 80%;
    min-height: 95%;
    padding: 0 0;
    margin-left: 20%
}

#fil_ariane {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px
}

#fil_ariane a {
    color: #888;
    padding: 0 5px
}

#site_bas_page {
    clear: both;
    position: relative;
    min-height: 5%;
    left: 0;
    text-align: center;
    line-height: 30px;
    margin: 0;
    padding: 20px 0;
    margin-left: 20%
}

#site_nom {
    position: absolute;
    width: 100%;
    height: 100%
}

#site_logo {
    position: absolute;
    left: 10%;
    top: 2%;
    height: 26%;
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 90;
    padding: 0;
    text-align: center
}

#site_logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(image2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -5000px;
    z-index: 110
}

#site_bandeau {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99
}

#liste_images {
    width: 100%;
    margin: 0 auto
}

#lien_entete {
    position: absolute;
    left: 10%;
    bottom: 19%;
    height: 50px;
    width: auto;
    line-height: 50px;
    font-weight: 500;
    background-color: transparent
}

@media screen and (max-height: 760px) {
    #site_traduction {
        display: none
    }
}

@media screen and (max-height: 710px) {
    #lien_entete {
        display: none
    }
}

@media screen and (max-height: 655px) {
    .vcard #site_adresse .adresse {
        display: none
    }
}

@media screen and (max-height: 653px) {
    .vcard #site_adresse .ville {
        display: none
    }
}

@media screen and (max-height: 638px) {
    .vcard #site_adresse #numerotelephone {
        display: none
    }
}

#lien_entete .lienemail {
    display: inline-block
}

#lien_entete .lienemail::before {
    mask-image: url(../../decoupage/icone-mail.svg);
    -webkit-mask-image: url(../../decoupage/icone-mail.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 15px;
    height: 16px;
    display: inline-block;
    content: '';
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle
}

#lien_entete a {
    line-height: 50px;
    z-index: 101;
    color: #fff
}

#lien_entete > span {
    display: inline-block
}

#lien_entete img {
    border: none;
    float: left;
    margin: 0 0 0 5px;
    z-index: 201;
    width: 26px;
    height: 26px
}

#site_traduction {
    position: absolute;
    top: 70%;
    left: 40px;
    height: 50px;
    width: 150px;
    line-height: 50px
}

#site_traduction form p input[type=image] {
    float: left;
    padding: 12px 5px 0 0;
    z-index: 101;
    width: 26px;
    height: 26px
}

#site_adresse {
    position: absolute;
    bottom: 9%;
    left: 10%;
    width: 80%;
    z-index: 10;
    line-height: 20px;
    background-color: transparent
}

#site_adresse .adresse {
    display: block;
    text-align: left
}

#site_adresse .adresse::before {
    mask-image: url(../../decoupage/icone-adresse.svg);
    -webkit-mask-image: url(../../decoupage/icone-adresse.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 15px;
    height: 16px;
    display: inline-block;
    content: '';
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle
}

#site_adresse .extended-address, #site_adresse .ville {
    display: block;
    text-align: left;
    padding-left: 20px
}

#site_adresse #numerotelephone {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    font-weight: 600;
    font-size: 1em
}

@media (min-width: 1360px) {
    #site_adresse #numerotelephone {
        flex-direction: row
    }
}

#site_adresse #numerotelephone .tel::before {
    mask-image: url(../../decoupage/icone-telephone.svg);
    -webkit-mask-image: url(../../decoupage/icone-telephone.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: '';
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle
}

@media (max-width: 1360px) {
    #site_adresse #numerotelephone .mob::before {
        width: 16px;
        display: inline-block;
        content: '';
        margin-right: 5px;
        margin-top: -2px
    }
}

#site_entete .mob, #site_entete .tel {
    padding-right: 10px
}

.fax, .mob span.picto, .tel span.picto {
    display: none
}

#liendevis, #rappel-immediat {
    position: absolute;
    bottom: 2%;
    left: 10%;
    z-index: 99;
    width: 80%;
    height: 6%
}

#liendevis button, #rappel-immediat button {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0
}

#site_page fieldset {
    margin: 10px;
    padding: 10px
}

#site_page fieldset legend {
    font-size: 1.1em;
    font-weight: 700
}

td.libelleformulaire {
    text-align: right
}

.validerformulaire {
    clear: both;
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px 20px;
    margin-left: 220px !important;
    height: 40px !important;
    font-size: 1.2em !important
}

.pageproavis .validerformulaire {
    margin: 20px auto !important
}

#Form {
    clear: both
}

#Form input[type=email], #Form input[type=tel], #Form input[type=text] {
    height: 30px !important
}

#Form select {
    height: 30px !important
}

#Form textarea {
    min-height: 60px
}

#Form .libelleformulaire {
    min-width: 200px !important;
    padding-right: 10px !important
}

#site_page_texte {
    padding: 5% 7%
}

#site_page_texte h1 {
    font-size: 36px;
    line-height: 54px
}

#site_page_texte h2 {
    font-size: 30px;
    line-height: 45px
}

#site_page_texte h3 {
    font-size: 24px;
    line-height: 36px
}

#site_page_texte h4 {
    font-size: 18px;
    line-height: 27px
}

#site_page_texte h5 {
    font-size: 14px;
    line-height: 21px
}

#site_page_texte p {
    line-height: 1.6em
}

#site_page_texte ul {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 10px
}

#site_page_texte li {
    line-height: 20px
}

#site_page_texte > div.hreview {
    width: 400px;
    float: left !important;
    margin: 20px 40px !important
}

#site_page_texte > div.hreview:nth-child(2n+1) {
    margin-right: 0 !important
}

#site_page_texte > div.hreview:nth-child(2n) {
    clear: left !important
}

#site_page_texte {
    min-height: 95vh
}

#site_page_texte div.inverse > img {
    width: 100%;
    max-width: 100%;
    height: auto
}

#site_page_texte div.inverse > p:last-of-type {
    margin-bottom: 0
}

#site_menu_page:after {
    display: none;
    content: 'vertical'
}

#site_menu_page {
    position: fixed;
    top: 30%;
    left: 2%;
    z-index: 100;
    height: auto;
    line-height: 40px;
    width: 18%;
    margin: 0
}

#site_menu_page > ul > li > span {
    display: block
}

#site_menu_page > ul > li .textemenu {
    display: inline-block
}

#site_menu_page ul {
    list-style-type: none;
    padding: 0
}

#site_menu_page ul:first-child {
    width: auto
}

#site_menu_page > ul > li {
    display: block;
    position: relative;
    float: none !important;
    z-index: 20
}

#site_menu_page li a, #site_menu_page li button {
    display: block;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    margin: 0;
    background: transparent url(image4.png) 0 0 no-repeat
}

#site_menu_page li a.actif, #site_menu_page li a:hover, #site_menu_page li button.actif, #site_menu_page li button:hover {
    text-decoration: none;
    font-weight: 700;
    background: transparent url(image4.png) 0 -40px no-repeat
}

#site_menu_page ul.menuDeroulantHorizontal li ul {
    display: none;
    margin-left: 100%;
    margin-top: -40px;
    z-index: 999
}

#site_menu_page ul.menuDeroulantHorizontal li ul li {
    clear: left;
    background-image: none;
    z-index: 22
}

#site_menu_page ul.menuDeroulantHorizontal li ul li ul {
    margin-left: 20px;
    margin-top: 0
}

#site_menu_page ul.menuDeroulantHorizontal li ul li ul li ul {
    margin-left: 20px;
    margin-top: 0
}

#site_menu_page ul.menuDeroulantHorizontal li ul li a, #site_menu_page ul.menuDeroulantHorizontal li ul li button {
    height: auto;
    width: 200px;
    line-height: 40px;
    text-align: left;
    clear: left;
    font-size: inherit;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 0 0 0 20px;
    background-image: url(../Standard/fleche-droite.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #fff
}

#site_menu_page ul.menuDeroulantHorizontal li ul li a:first-letter, #site_menu_page ul.menuDeroulantHorizontal li ul li button:first-letter {
    text-transform: uppercase
}

#site_menu_page ul.menuDeroulantHorizontal li ul li a:last-child, #site_menu_page ul.menuDeroulantHorizontal li ul li button:last-child {
    text-decoration: none;
    background-image: none
}

@media (min-width: 992px) {
    #site_menu_page .menuDeroulantHorizontal > li > span > a.mderoulant > span.textemenu::after {
        content: '\25B8' !important;
        margin-left: 5px !important
    }

    #site_menu_page .menuDeroulantHorizontal > li > span > a.mderoulant > span.textemenu::after {
        content: '\25B8' !important;
        margin-left: 5px !important
    }
}

#site_bas_page a {
    text-decoration: none;
    padding: 0 5px
}

#site_bas_page form, img, src {
    border: none;
    text-align: center
}

#realisation {
    position: absolute;
    top: 80px;
    left: 20px
}

div #realisation img {
    border-style: none;
    padding: 0;
    width: 680px;
    height: auto;
    max-height: 500px
}

div#titre {
    display: block;
    position: absolute;
    top: 80px;
    left: 20px;
    width: 640px;
    height: 40px;
    background-color: transparent;
    background-image: url(../Standard/standard50.png);
    padding: 2px 20px
}

div.titreimage {
    position: absolute;
    width: 680px;
    text-align: center
}

.message {
    display: block;
    border-style: solid;
    border-width: 1px;
    padding: 10px
}

#cartouche {
    float: right;
    clear: both;
    width: 277px;
    margin-left: 0;
    padding: 0
}

#cartouche ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#cartouche ul li {
    margin: 0
}

#cartouche a, #cartouche h4, #cartouche ul li a, #cartouche ul li ul li a, div #cartouche_articles_enfants a, div #cartouche_articles_freres a, div .cartouche_article_parent a {
    display: block;
    min-height: 40px;
    line-height: 40px;
    width: 250px;
    padding: 0 0 0 20px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 900;
    border-bottom: 1px dotted #e1e1e1
}

div#cartouche_articles_enfants a {
    padding-left: 40px !important;
    width: 230px !important;
    background-image: url(../Standard/fleche-droite.png);
    background-position: 25px center;
    background-repeat: no-repeat
}

#fincartouche {
    clear: left
}

#avis li, #news li, #prestation li, * {
    margin: 0
}

.center-block {
    display: flex;
    align-items: center;
    justify-content: center
}

.center-block img {
    width: 90% !important
}

#entete_boutique {
    position: absolute;
    top: 0;
    right: 0;
    width: 145px;
    padding: 5px 0 5px 50px;
    height: 50px;
    line-height: 25px;
    z-index: 99;
    text-align: left;
    background-image: url(/images/professionnel/Standard/noun_cart_1570213.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

#entete_boutique a {
    padding-right: 10px;
    font-weight: 700;
    font-size: .85em;
    text-decoration: none
}

#entete_boutique a span.picto {
    display: none
}

#cartouche_boutique {
    display: none
}

div #lien_retour_boutique, div #lienrecherche {
    position: absolute;
    top: 5px;
    font-size: 10px;
    text-align: left
}

#produits_boutique > form {
    display: block;
    width: 100%
}

div.triproduits {
    margin: 10px auto 20px auto;
    height: 20px;
    text-align: right;
    font-size: .8em
}

.triproduits select {
    font: inherit;
    padding: 5px 10px
}

div #produits_boutique {
    margin: 0
}

#produits_boutique {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
    justify-content: space-between
}

.un_produit_boutique {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24;
    max-width: 25%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.un_produit_boutique .actionproduit a {
    text-decoration: none
}

.un_produit_boutique .fichecom_produit_boutique {
    display: none
}

.un_produit_boutique .image_produit_boutique {
    order: 1;
    margin: 0 0 20px 0
}

.un_produit_boutique .actionproduit {
    order: 4;
    padding: 10px 0;
    font-weight: 700;
    width: 100%
}

.un_produit_boutique .nom_produit_boutique {
    order: 2;
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px 0
}

.un_produit_boutique .prix_produit_boutique {
    order: 3;
    font-size: 20px;
    font-weight: 900
}

.un_produit_boutique .fichecom_produit_boutique {
    overflow: hidden
}

.ancienprix_produit_boutique {
    text-decoration: line-through
}

.image_produit_boutique a {
    display: flex;
    height: 200px;
    overflow: hidden;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.image_produit_boutique a img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0
}

.ajoutpanier {
    display: none
}

div #ficheproduit_boutique {
    margin: 10px 0
}

div #ficheproduit_boutique img.image_produit_boutique {
    float: left;
    clear: left;
    display: block;
    margin: 0 20px 0 0;
    border: 1px solid #f0f0f0;
    padding: 4px;
    max-width: 50%;
    transition: all .8s ease-in-out 0s
}

div #ficheproduit_boutique h1.nom_produit_boutique {
    margin: 10px 0 10px 55%;
    border-bottom: 1px solid #f0f0f0
}

div #ficheproduit_boutique .reference_produit_boutique {
    display: block;
    font-size: 12px;
    margin: 10px 0 10px 55%
}

div #ficheproduit_boutique .conditionnement_produit_boutique {
    display: block;
    font-size: 12px;
    margin: 10px 0 10px 55%;
    height: 25px
}

div #ficheproduit_boutique .fichecom_produit_boutique {
    margin: 10px 0 10px 55%;
    font-weight: 700;
    font-style: italic
}

div #ficheproduit_boutique .fichetechnique_produit_boutique {
    margin: 10px 0 10px 55%;
    text-align: left
}

div #ficheproduit_boutique .ancienprix_produit_boutique, div #ficheproduit_boutique .prix_produit_boutique, div #ficheproduit_boutique .prixpromo_produit_boutique {
    margin: 10px 0 10px 55%;
    font-size: 30px
}

a.une_image_ficheproduit {
    float: left;
    margin: 5px
}

a.une_image_ficheproduit > img {
    max-width: 40px !important;
    max-height: 40px !important;
    border: 1px solid #f0f0f0
}

div #ficheproduit_boutique form {
    margin: 10px 0 10px 55%;
    font-size: 30px;
    font-weight: 700
}

div #ficheproduit_boutique form input[type=submit] {
    margin: 10px 0 !important;
    cursor: pointer;
    border: none
}

div #ficheproduit_boutique form input[type=text] {
    font-size: 26px;
    cursor: pointer;
    margin: 10px 0
}

div #ficheproduit_boutique form .unite-commande {
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px
}

div #navigation_ficheproduit_boutique {
    clear: both;
    text-align: center;
    padding-top: 20px;
    font-size: 14px
}

.un_produit_boutique + .triproduits {
    text-align: center
}

.pagination a, div #navigation_ficheproduit_boutique a {
    text-decoration: none;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    padding: 2px 7px;
    border-radius: 3px;
    margin: 2px
}

.pagination .courante {
    padding: 2px 7px;
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #aaa
}

#panier_boutique select {
    font: inherit;
    padding: 5px 10px
}

#panier_boutique table {
    border-collapse: collapse
}

#panier_boutique table tr td, #panier_boutique table tr th {
    padding: 2px 5px
}

#panier_boutique table tr th {
    border-width: 0 0 1px 0;
    border-style: solid
}

#panier_boutique table tr td {
    border-width: 0 0 1px 0;
    border-style: dotted
}

#validation-achat .validerformulaire {
    margin: 0 !important
}

div #site_page_texte form p {
    margin: 5px 0
}

div #site_page_texte form p label {
    display: inline;
    float: left;
    width: 400px;
    text-align: right;
    padding-right: 10px;
    font-weight: 700
}

div #cartouche_boutique form p {
    margin: 2px 0
}

div #cartouche_boutique form p label {
    display: inline;
    float: left;
    width: 150px;
    text-align: left;
    font-weight: 700;
    font-size: 10px
}

table.beautableau caption {
    text-align: left;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #333;
    padding: 5px 0 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

table.beautableau td, table.beautableau th {
    border-top: 1px dotted #ccc !important;
    border-bottom: 1px dotted #ccc !important;
    border-right: none !important;
    border-left: none !important
}

table.beautableau {
    border: none !important
}

table.beautableau th {
    background-color: #f5f5f5;
    text-align: left !important
}

#site_bandeau {
    position: absolute !important;
    text-align: left;
    left: 10% !important;
    bottom: 24% !important;
    top: auto !important;
    font-size: 1.1em;
    width: 80%
}

#site_bandeau2 {
    position: absolute !important;
    text-align: left;
    left: 10% !important;
    bottom: 2% !important;
    top: auto !important;
    width: 80%
}

.carre {
    position: relative;
    display: inline-block;
    padding: 20px;
    height: 170px;
    width: 170px;
    border: 1px solid #000;
    background-color: #fff
}

.carre a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden
}

.carre .prix {
    position: absolute;
    bottom: -40px;
    right: 5%;
    width: 80px;
    background-color: #fff;
    z-index: 99;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid #000;
    text-align: center
}

@media (min-width: 600px) {
    .imagesurvol {
        padding: 5vh;
        display: inline-block;
        vertical-align: top
    }

    .imagesurvol:hover {
        background-color: #f5d985
    }

    #site_entete {
        z-index: 1
    }

    .diapogauche {
        width: 50%
    }

    .zonefixe {
        position: fixed;
        right: 5%;
        width: 30%
    }
}

@media (min-width: 992px) {
    #cookieChoiceInfo {
        width: 80% !important;
        left: 20% !important
    }
}