﻿/*------- FONT FACE -------*/

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Italic.woff') format('woff'), url('fonts/OpenSans-Italic.ttf') format('truetype'), url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-SemiBold.woff') format('woff'), url('fonts/OpenSans-SemiBold.ttf') format('truetype'), url('fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmaticSC-Regular';
    src: url('fonts/AmaticSC-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AmaticSC-Regular.woff') format('woff'), url('fonts/AmaticSC-Regular.ttf') format('truetype'), url('fonts/AmaticSC-Regular.svg#AmaticSC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmaticSC-Bold';
    src: url('fonts/AmaticSC-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AmaticSC-Bold.woff') format('woff'), url('fonts/AmaticSC-Bold.ttf') format('truetype'), url('fonts/AmaticSC-Bold.svg#AmaticSC-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}


/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
    margin: 0px;
    font-family: 'OpenSans-Regular', arial;
    font-size: 15px;
    color: #1c1c1c;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
    max-width: 100%;
    margin: 0 auto;
    min-height: 875px;
    height: auto;
}

/*-------------- HEADER ---------------*/
/*-------------------------------------*/

/*----------- Bandeau haut / Fond header ----------*/
header {
    width: 100%;
    /*background: #000000;*/
    position: absolute;
    z-index: 2;
}

/*----------- Zone logo ----------*/
#divLogo {
    width: 241px;
    height: 165px;
    position: relative;
    left: 45px;
    top: 30px;
    z-index: 999;
}

    #divLogo img {
        width: 100%;
    }


/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
    font-size: 12px;
    background: #fff;
    clear: both;
}


/*----------- outilsHeader ----------*/
#outilsHeader {
    float: right;
    text-align: right;
    color: #fff;
    z-index: 1;
    top: 15%;
    position: absolute;
    right: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.lienOutil {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    margin: 0 25px;
}

    .lienOutil:after {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 1px;
        height: 1px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        opacity: 0;
        content: '';
    }

    .lienOutil:hover {
        color: #fff;
    }

        .lienOutil:hover:after {
            width: 100%;
            opacity: 1;
        }

.outilChambery,
.outilLyon {
    display: inline-block;
    vertical-align: middle;
    font-family: 'OpenSans-Light';
    font-size: 20px;
    text-align: left;
    margin: 0 25px;
}

    .outilChambery span,
    .outilLyon span {
        font-size: 16px;
        -webkit-appearance: none;
    }

    .outilChambery a,
    .outilLyon a {
        color: #fff !important;
    }

.sepOutil {
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.btnFacebook:before {
    content: "\a004";
    font-family: 'icomoonTec';
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btnInstagram:before {
    content: "\a003";
    font-family: 'icomoonTec';
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btnFacebook:hover:before,
.btnInstagram:hover:before {
    transform: scale(0.9);
    opacity: 0.9;
}


/*----------- Barre de langue ----------*/
#divLangues {
    text-align: right;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.langueActive {
    background: #000;
    color: #fff;
}

.langueNonActive {
}

.langueCt a {
    text-decoration: none;
    padding: 5px;
    border: 1px solid #eee;
}

    .langueCt a:hover {
        text-decoration: none;
        border: 1px solid #ccc;
        background: #222;
        color: #fff;
    }
/*----------- Login ----------*/
.panDeconnexion {
    margin-bottom: 10px;
}

/*----------- Zone Recherche Haut ----------*/
.divRecherche {
    width: 250px;
    height: 29px;
    text-align: right;
    margin: 10px 0 20px 0;
}

    .divRecherche input[type="text"] {
        width: 150px;
        margin-right: 0px;
        font-size: 11px;
        min-width: 50px;
        -moz-border-radius: 7px !important;
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important;
        -webkit-border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        .divRecherche input[type="text"].watermarkRecherche {
            color: #aaa;
        }

.btnRecherche {
    margin: 0 !important;
    padding: 5px 10px !important;
    background: #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    text-decoration: none;
}

    .btnRecherche:hover {
        background: #666;
        color: #fff;
        text-decoration: none;
    }
/*----------- Panier ----------*/
#panPanierMini {
    margin-bottom: 5px;
}

    #panPanierMini span:before {
        font-size: 13px;
    }

#lblQte {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}



/*-------------- FOOTER ---------------*/
/*-------------------------------------*/

/*---------- Footer --------*/
footer {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #000;
    position: relative;
}

.footerBarrePicto {
    position: absolute;
    left: 14%;
    top: 0;
    color: #fff;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .footerBarrePicto:before {
        background: #fff;
        width: 1px;
        height: 80%;
        content: '';
        margin-bottom: 10px;
    }

    .footerBarrePicto:after {
        content: "\a010";
        color: #fff;
        font-size: 60px;
        font-family: 'icomoonTec';
    }

footer h2 {
    font-family: 'OpenSans-Light';
    color: #fff;
    font-weight: normal;
    font-size: 31px;
    text-align: center;
    margin-bottom: 20px;
}

footer p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

footer .blocNewsletter {
    max-width: 535px;
    margin: 0 auto;
    display: flex;
    /*align-items: top;*/
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

    footer .blocNewsletter input[type="text"] {
        background: none;
        border: 3px solid #fff;
        color: #fff;
        border-radius: 0;
        letter-spacing: 3px;
        font-size: 16px;
        font-family: 'OpenSans-Bold';
        padding: 15px 20px;
        width: auto;
        margin: 0;
    }

.btnNewsletter {
    background: #fff;
    color: #000;
    font-size: 28px;
    font-family: 'AmaticSC-Bold';
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin: 0;
    height: 58px;
    line-height: 58px;
    padding: 0 25px;
}

    .btnNewsletter:after {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: #000;
        content: '';
    }

    .btnNewsletter:hover {
        color: #fff;
        text-decoration: none;
    }

        .btnNewsletter:hover:after {
            opacity: 1;
            width: 100%;
        }




/*---------- Liens Footer ------------*/
footer a {
    color: #777;
    text-decoration: none;
    margin: 0 10px;
}

    footer a:hover {
        color: #010101;
        text-decoration: underline;
    }

/*---------- Crosslink --------*/
#crosslink {
    width: 100%;
    text-align: left;
    font-size: 15px;
    /*padding: 20px 0;*/
    color: #000;
    background: #fff;
    position: relative;
    display: flex;
    /*align-items: center;*/
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

.contenuCrosslink {
    align-self: stretch;
    padding: 40px 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.contenuLeftCrosslink {
}

.contenuRightCrosslink {
    /*flex: 1 1 auto;*/
    margin-left: 30px;
}


/*---------- Liens Crosslink ------------*/
.contenuCrosslink a {
    color: #1c1c1c;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

    .contenuCrosslink a:first-child {
        margin: 0 5px 0 0;
    }

    .contenuCrosslink a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #1c1c1c;
        width: 1px;
        height: 1px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        opacity: 0;
        content: '';
    }

    .contenuCrosslink a:hover {
        color: #1c1c1c;
    }

        .contenuCrosslink a:hover:after {
            width: 100%;
            opacity: 1;
        }

.contenuCrosslink span {
    font-style: italic;
    font-size: 13px;
}



address {
    font-style: normal;
}

.sepFooter {
    padding-bottom: 40px;
}


/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/

/*---------- Homepage Actus --------*/
#panHomeActus {
    margin: 20px 0;
    width: 300px;
    height: 300px !important;
}

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 300px !important;
        height: 300px !important;
    }

.classActu {
    position: relative;
    margin: 0px 0 10px 0;
}

.classActuTitre {
    margin-bottom: 10px;
}

.classActuImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classActuDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classActuTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classActuSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}



/*---------- Homepage Bloc Articles Blog --------*/

#panHomeBlogArticles {
    /*margin: 0 auto;
    width: 60%;
    height: 640px !important;
    padding: 125px;*/
}

    #panHomeBlogArticles .fotorama__stage,
    #panHomeBlogArticles .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 100% !important;
        height: 640px !important;
    }

.classBlogArticle {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0px 0 10px 0;
    font-size: 0;
}

    .classBlogArticle:nth-child(2n+1) {
        margin-right: 40px;
    }

.classBlogArticleLeft {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 5%;
    position: relative;
    z-index: 1;
    height: 640px;
}

.classBlogArticleLeftFond {
    width: 95%;
    background: #e2e2e2;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.classBlogArticleRight {
    display: inline-block;
    width: 50%;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
}

.classBlogArticleRightContent {
    position: relative;
    overflow: hidden;
    max-height: 420px;
}


.classBlogArticleTitre {
    margin-bottom: 10px;
    /*height: 65px;*/
    overflow: hidden;
}

    .classBlogArticleTitre a {
        color: #fff;
        text-decoration: none;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        padding-bottom: 5px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-size: 50px;
        margin: 0 0 25px 0;
        font-family: 'AmaticSC-Bold';
    }

        .classBlogArticleTitre a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            background: #fff;
            width: 1px;
            height: 1px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            opacity: 0;
            content: '';
        }

        .classBlogArticleTitre a:hover {
            color: #fff;
        }

            .classBlogArticleTitre a:hover:after {
                width: 100%;
                opacity: 1;
            }

.classBlogArticleDesc {
    color: #fff;
    height: 235px;
    overflow: hidden;
}

.classBlogArticleImage {
    width: 90%;
    height: 525px;
    overflow: hidden;
    float: right;
    position: relative;
}

    .classBlogArticleImage img {
        height: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.classBlogArticleSavoir {
    text-align: left;
    font-size: 30px;
    margin: 5px 0;
}

    .classBlogArticleSavoir a {
        font-size: 30px;
        display: inline-block;
        margin: 30px 0 0 0;
        padding: 10px 20px;
        border: 2px solid #fff;
        font-family: 'AmaticSC-Bold';
        position: relative;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        z-index: 1;
        color: #fff;
        text-decoration: none;
    }

        .classBlogArticleSavoir a:after {
            position: absolute;
            z-index: -1;
            width: 1px;
            height: 100%;
            background: #fff;
            opacity: 0;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            top: 0;
            left: 0;
            content: '';
        }

        .classBlogArticleSavoir a:hover {
            color: #000;
        }

            .classBlogArticleSavoir a:hover:after {
                opacity: 1;
                width: 100%;
            }


.classBlogArticleCategorie {
    margin: 20px 0;
}

    .classBlogArticleCategorie span {
        background: #fff;
        color: #000;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: inline-block;
        padding: 5px 20px;
        margin: 0 5px;
        font-size: 12px;
        font-family: 'OpenSans-SemiBold';
    }

        .classBlogArticleCategorie span:first-child {
            margin-left: 0;
        }

.classBlogArticleDateDesc {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.classBlogArticleDate {
    text-transform: uppercase;
    font-size: 55px;
    font-family: 'OpenSans-Bold';
    line-height: 30px;
    text-align: center;
    margin-right: 30px;
}

    .classBlogArticleDate span {
        font-family: 'OpenSans-SemiBold';
        letter-spacing: 2px;
        font-size: 20px;
    }



/*-------------- CONTENU --------------*/
/*-------------------------------------*/
/*---------- Fil d'ariane --------*/
#divCheminNav {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    clear: both;
    color: #555;
    margin: 15px auto;
}


/*------ ELEMENTS MISE EN PAGE --------*/
/*-------------------------------------*/

/*---------- Elements Généraux --------*/

p {
    text-align: justify;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
    list-style-position: inside;
}



ul li ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul li ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}




/*---------- Titres --------*/
h1 {
    font-size: 70px;
    color: #1d1d1d;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    min-height: 25px;
    line-height: 70px;
    font-family: 'AmaticSC-Regular';
    font-weight: normal;
    margin-bottom: 40px;
}

    h1:after {
        content: '';
        width: 66px;
        height: 2px;
        background: #1d1d1d;
        display: block;
        margin-top: 25px;
    }

h2 {
    color: #000;
    font-size: 24px;
    /*font-weight: bold;*/
    font-weight: normal;
    padding: 0px 0 0 0px;
    margin: 0 0 15px 0;
}

.divContenuInterne h2 {
    margin-bottom: 40px;
}

h3 {
    color: #01050c;
    font-size: 16px;
    padding: 0 0 0 0px;
    margin: 60px 0 20px 0px;
    /*text-decoration: underline;*/
    font-weight: normal;
    font-family: 'OpenSans-SemiBold';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contenuMixteTexteConteneur h3 {
    margin: 40px 0 20px 0px;
}

/*---------- Liens standards ------------*/
a {
    color: #222;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

/*---------- Textes --------*/
.important {
    color: #1ec5fc;
    font-weight: bold;
}

.mark {
    color: #1ec5fc;
    background-color: #f4f8fb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px;
}

.citation {
    font-size: 11px;
    font-style: italic;
    color: #999;
    font-weight: lighter;
}


.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco2;
        margin-right: 10px;
    }


.alertSuccess {
    background-color: rgba(95, 190, 170, 0.2);
    color: #5fbeaa;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 190, 170, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertSuccess:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00c";
        font-size: 16px;
    }

.alertError {
    background-color: rgba(240, 80, 80, 0.1);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(240, 80, 80, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertError:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00d";
        font-size: 16px;
    }

.info {
    background-color: rgba(52, 211, 235, 0.15);
    color: #34d3eb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(52, 211, 235, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .info:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\e9a0";
        font-size: 16px;
    }

.encadre {
    background-color: rgba(150,150, 150, 0.2);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border-left: 5px solid #eee;
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.lettrine {
    display: block;
}

    .lettrine:first-letter {
        font-size: 60px;
        padding: 5px 0 0 0;
        margin-right: 8px;
        float: left;
    }

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

.colonne2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

.colonne4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

    .colonne2 li, .colonne4 li {
        text-align: left;
    }

.colonneAll {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.retourBtn {
    text-align: center;
    margin: 40px 0;
    vertical-align: middle;
}

    .retourBtn a {
        font-size: 20px;
        color: #010102;
        font-family: 'OpenSans-Bold';
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        display: inline-block;
    }

        .retourBtn a:before {
            content: '';
            width: 32px;
            height: 2px;
            background: #010102;
            display: inline-block;
            margin-right: 10px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            vertical-align: middle;
        }

        .retourBtn a:after {
            content: '';
            width: 32px;
            height: 2px;
            background: #010102;
            display: inline-block;
            margin-left: 10px;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            vertical-align: middle;
        }

        .retourBtn a:hover:after {
            margin-left: 15px;
        }

        .retourBtn a:hover:before {
            margin-right: 15px;
        }

.blocRetour {
    margin: -40px auto 120px;
}


.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.ctImgCentrerMilieu {
    overflow: hidden;
    position: relative;
}

    .ctImgCentrerMilieu img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.titreSection {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: block;
    margin-bottom: 20px;
}

.titreSectionFlex {
    justify-content: space-between;
    display: flex;
}


.titreSectionHalf {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 42.5%;
    vertical-align: top;
}

.titreSectionQuart {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 17%;
    vertical-align: top;
}

    .titreSection > b, .titreSectionHalf > b, .titreSectionQuart > b {
        color: #000;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

        .titreSection > b span, .titreSectionHalf > b span, .titreSectionQuart > b span {
            font-size: 14px;
            margin-left: 10px;
            font-family: Georgia;
            font-weight: normal;
            font-style: italic;
            float: right;
        }


/*---------- Retraits --------*/
.encart1 {
    margin-left: 20px;
}

.encart2 {
    margin-left: 40px;
}

.encart3 {
    margin-left: 60px;
}

/*---------- Boutons --------*/
.btn {
    text-decoration: none;
    text-align: center;
    background: #565656;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    border: 1px solid #565656;
    margin: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}

    .btn:before {
        font-family: 'boonIco2';
    }

    .btn:hover {
        background: none;
        color: #565656;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #565656;
        cursor: pointer;
    }

.btn-round {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 7px 18px;
}

.btn-outline {
    background: none;
    color: #565656;
}

    .btn-outline:hover {
        background: #565656;
        color: #fff;
    }


.btn-action {
    position: relative;
    display: inline-block;
    padding: 7px 30px 7px 50px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family: 'AmaticSC-Bold';
    font-size: 25px;
    text-decoration: none;
}

    .btn-action:hover {
        background: none;
        color: #000;
        opacity: 1;
    }

    .btn-action::after {
        content: ">";
        position: absolute;
        top: 50%;
        left: 25px;
        font-family: 'AmaticSC-Bold';
        font-size: 30px;
        line-height: 0;
        transition: transform 0.5s ease-in-out;
    }

a.btn-action::after {
    bottom: auto;
    width: auto;
    height: auto;
    background: none;
}

.btn-action:hover::after {
    transform: translate3d(50%, 0, 0);
}

a.btn-action:hover::after {
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
}

.btn-action input[type] {
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    color: inherit;
}


.btn-ico:before {
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-xs {
    font-size: 10px;
    padding: 4px 6px;
}

.btn-xl {
    font-size: 16px;
    padding: 10px 18px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




/*---------- Liens Fil Ariane + Noeud sans lien hors noeud en cours ------------*/
#divCheminNav a, #divCheminNav span {
    color: #aaa;
    text-decoration: none;
}

    #divCheminNav a:hover {
        color: #333;
        text-decoration: underline;
    }


/*-------------- ACTUS ----------------*/
/*-------------------------------------*/

/*---------- Page Actus - Listing --------*/
#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdActus tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneActu {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}

.listeActusConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeActusConteneurImage img {
        width: 100%;
    }

.listeActusConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeActusTitre {
    font-size: 12px;
    margin: 0;
}

.listeActusDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeActusDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeActusLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Actu Détail ---------*/
#divGalerieActu {
    clear: both;
    margin: 30px 0;
}

#divFichiersActu {
    clear: both;
    margin: 30px 0;
}

    #divFichiersActu li {
        margin: 0 0 7px 0;
    }

.actuDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ EVENTS --------------*/
/*---------------------------------*/

/*---------- Homepage Conteneur --------*/
#panHomeEvents {
    margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classEvent:nth-child(2n+1) {
        margin-right: 40px;
    }

.classEventTitre {
    margin-bottom: 10px;
}

.classEventImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classEventDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classEventTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classEventSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}

/*---------- Page Events - Listing --------*/
#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdEvents tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneEvent {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}



.listeEventsConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeEventsConteneurImage img {
        width: 100%;
    }

.listeEventsConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeEventsTitre {
    font-size: 12px;
    margin: 0;
}

.listeEventsDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeEventsDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeEventsLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Event Détail ---------*/
#divGalerieEvent {
    clear: both;
    margin: 30px 0;
}

#divFichiersEvent {
    clear: both;
    margin: 30px 0;
}

    #divFichiersEvent li {
        margin: 0 0 7px 0;
    }

.eventDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/
.paginationListing {
    margin: 30px auto;
    text-align: center;
}

    .paginationListing span /*td table tr td span*/ {
        padding: 10px 16px;
        font-size: 16px;
        background: #555;
        color: #fff;
        margin: 0 1px;
        margin: 0 !important;
        border: 1px solid #ddd;
    }

    .paginationListing a {
        padding: 10px 16px;
        font-size: 16px;
        color: #555;
        background-color: #fff;
        text-decoration: none;
        margin: 0 1px !important;
        border: 1px solid #ddd;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #1ec5fc;
            text-decoration: none;
        }

    .paginationListing *:first-child {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .paginationListing *:last-child {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

/*----------------- REVUE DE PRESSE --------------------*/
/*------------------------------------------------------*/

.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }

.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}

.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}




/*----------- GALERIE PHOTOS -------------*/
/*----------------------------------------*/


/*---------- LISTING ALBUM PHOTO --------*/

.listingAlbums {
    font-size: 0;
    margin-bottom: 50px;
}

.divBlocAlbum {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    height: 350px;
}

.divPhotoAlbum {
    width: 300px;
    height: 300px;
    display: inline-block;
}

.divTitreAlbum {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
        color: #000;
    }

    .divTitreAlbum a:hover {
        text-decoration: none;
        color: #000;
    }


/*---------- DETAIL ALBUM PHOTO --------*/

#galeriePhoto {
    /*margin: 30px 50px 50px 50px;*/
}

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}


.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}


.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    /*padding: 10px;*/
}


    .conteneurPhotoIsotop img {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }


.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }






/*------------- GALERIE VIDEOS ------------*/
/*-----------------------------------------*/

/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.vignetteVideo {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .vignetteVideo img {
        width: 100%;
    }

    .vignetteVideo .vignetteVideoImg {
        display: block;
        height: 170px;
    }

.divTitreVideo {
    display: block;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
}


    .divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
        color: #000;
    }

    .divTitreVideo a:hover {
        text-decoration: none;
        color: #000;
    }

/*---------- DETAIL VIDEO --------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}

/*-------------- LIVRE D'OR --------------*/
/*----------------------------------------*/

.temoignageTitre {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
    color: #000;
    background: url(../images/puce1.png) no-repeat 0 6px;
    padding-left: 10px;
}

.temoignageBlocUser {
    margin-top: 3px;
    font-size: 11px;
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
    font-style: italic;
    font-size: 10px;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
}

.temoignageSep {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    border-bottom: 1px solid #ccc;
}

.lienTemoignages {
    color: #999;
    text-decoration: underline;
}

    .lienTemoignages:hover {
        color: #000;
        text-decoration: underline;
    }



/*------------- BLOC INSCRIPTION NEWSLETTER ------------*/
/*------------------------------------------------------*/

/*Zone de texte/titre du bloc*/
#divDescNewsletter {
}
    /*Bouton valider*/
    #divDescNewsletter input[type="image"] {
        margin: 0 0 0 3px;
    }
    /*Zone de texte*/
    #divDescNewsletter input[type="text"] {
        width: 100px;
    }


/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.ligneRecherche {
}

.listeResultatTitre {
    margin-top: 20px;
}

.listeResultatConteneurDescription {
    height: auto;
    overflow: hidden;
    text-align: justify;
}

.listeResultatConteneurDescriptionNoOverflow {
}

.listeResultatConteneurLien {
    text-align: right;
    padding: 5px 0 0 0;
}

.importantRecherche {
    color: #000;
    background: #ffea00;
    padding: 0 2px;
    font-weight: bold;
}


/*------------ CONTACT -------------*/
/*----------------------------------*/

.tabFormulaire {
    line-height: 25px;
}

.formContact {
    line-height: 25px;
    margin: 70px auto;
}

    .formContact tr td {
        padding-bottom: 5px;
    }

        .formContact tr td:first-child {
            padding-right: 20px;
        }

    .formContact input[type="text"] {
        width: 300px;
        height: 25px;
        border: 0;
        border-bottom: 0;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        margin: 0;
    }

    .formContact .input {
        border: 0;
        outline: 0;
        border-bottom: 1px solid #000;
        width: 100%;
        padding: 0 0 4px 0;
        margin-bottom: 10px;
        position: relative;
    }

/*.checkboxRGPD table{
    display: flex;
    flex-direction: row;
    align-content: center;
}*/

.checkboxRGPD tr {
    display: inline-block;
}

.trRecevoirNewsLetter {
    width: 96% !important;
    text-align: center;
    margin: 2% auto !important;
    display: table !important;
}

    .trRecevoirNewsLetter td {
        text-align: left !important;
        display: inline-block !important;
    }

.RGPD {
    margin-top: 20px;
}

.consentementNewsletter {
    text-align: center;
    color: #fff;
    font-size: 12px;
    /* font-style: italic; */
    margin: 30px auto 0;
    max-width: 600px;
    opacity: 0.8;
}

    .consentementNewsletter a {
        color: #fff;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .consentementNewsletter a:hover {
            color: #fff;
            text-decoration: underline;
        }


/*.formContact input[type="text"]:focus {
        border-bottom: 2px solid #000;
    }*/
.formContact textarea {
    width: 300px;
    height: 80px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
}

.formContact input[type="submit"] {
}

    .formContact input[type="submit"]:hover {
    }

.formContact .input span:after {
    position: absolute;
    bottom: 0;
    background-color: #000;
    width: 100%;
    transition: transform .25s;
    transform: scaleX(0);
    content: '';
    left: 0;
}

.formContact input:focus + span:after,
.formContact textarea:focus + span:after {
    height: 2px;
    transform: scaleX(1);
}


.formContact input[type="password"] {
    width: 300px;
    height: 25px;
    border: 0;
}


.commentTab {
    font-size: 10px;
    font-style: italic;
}


/*----------- FORM GENERIQUES -----------*/
/*--------------------------------------*/

.form {
    line-height: 25px;
    margin-bottom: 30px;
}

    .form tr td {
        padding-bottom: 5px;
    }

        .form tr td:first-child {
            padding-right: 0px;
        }

    .form input[type="text"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form input[type="password"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form textarea {
        width: 200px;
        height: 80px;
        border: 0;
    }


.btnFormCt {
    text-align: right;
}

/*----------- INSCRIPTION -----------*/
/*-----------------------------------*/
.formInscription {
}

    .formInscription input[type="text"] {
        width: 220px;
    }

    .formInscription input[type="password"] {
        width: 220px;
    }

    .formInscription tr td {
    }

        .formInscription tr td:first-child {
            width: 95px;
            padding-top: 5px;
        }

.inscriptionPage .ctInscription {
    border: none;
    margin-bottom: 50px;
    padding: 0px;
}


.ctInscription .connexionColDroite {
    display: inline-block;
    width: auto;
}

.ctInscription h3 {
    margin-bottom: 20px;
}

.ctInscription .form {
    margin-bottom: 0px;
}

/*----------- BOOTCHA -----------*/
/*-------------------------------*/

#containerBootcha {
    margin-top: 20px;
}

#bootchaCode {
    float: left;
}

    #bootchaCode img {
        width: initial;
        width: 30px; /*Taille des caractères BOOTCHA*/
    }

#bootchaSaisie {
    float: left;
    clear: both;
}

    #bootchaSaisie input[type="text"] {
        width: 100px;
        margin-left: 10px;
    }

.txtBootcha {
    min-width: 0;
}

/*--------- BOUTIQUE -----------*/
/*------------------------------*/
#lkPanier {
    position: relative;
    color: #333;
    text-decoration: none;
}

    #lkPanier:hover {
        text-decoration: none;
        color: #000;
    }


/*-- FAMILLES ---*/
.btqBlocFamille {
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
}

.btqBlocPhotoFamille {
    width: 220px;
    height: 220px;
}

.btqBlocTitreFamille {
    margin: 8px 0 4px 0;
}

.btqBlocDescFamille {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}
/*-- PRODUITS ---*/
.btqListingProd {
    font-size: 0px;
}

.btqBlocProduit {
    font-size: 12px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
}

.btqBlocPhotoProduit {
    width: 220px;
    height: 220px;
}

.btqBlocTitreProduit {
    margin: 8px 0 4px 0;
}

.btqBlocDescProduit {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 20px;
}

.btqBlocPrixProduit {
    text-align: right;
}

.btq-prix {
    background: #565656;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
}

.btq-barre {
    background: #fafafa;
    color: #aaa;
    padding: 5px 8px;
    text-decoration: line-through;
}


/*-- PRODUIT DETAIL ---*/
.btq-detailDescription {
    text-align: justify;
}

.btq-detailCtPhotos {
    float: left;
    margin-right: 40px;
    width: 400px;
}

.btq-detailPhotoPrincipale {
    width: 400px;
    height: 400px;
}

.btq-detailCtMiniatures {
    margin-top: 25px;
}

.btq-detailGalerieMini {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btq-detailCtPrix {
    display: block;
    margin: 30px 0;
    text-align: right;
}

#txtQte {
    min-width: 0px;
    width: 50px;
}

.btq-detailCtAcheter {
    display: block;
    margin: 30px 0;
}

    .btq-detailCtAcheter span {
        margin: 0 10px 0 0;
    }

.btnAcheterCt {
    text-align: right;
}

.btnAcheter {
    display: inline-block !important;
}

.btq-detailRef {
    font-style: italic;
    display: block;
    margin: -5px 0 10px 0;
    text-align: right;
}

.cpt-tabCompteCommandes .btn {
    padding-top: 2px;
    padding-bottom: 3px;
}

.cpt-tabCompteCommandes tr th {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 5px;
}

.cpt-tabCompteCommandes tr td {
    vertical-align: middle;
    padding: 5px;
}

.cpt-ctRecapCommande {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commandeUserPanel {
    margin: 0 5px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .commandeUserPanel:first-child {
        margin-left: 0;
    }

    .commandeUserPanel:last-child {
        margin-right: 0;
    }

    .commandeUserPanel .btn {
        margin-top: 20px;
        margin-left: 0;
    }

.detailCommandeTotal {
    display: inline-block;
    float: right;
    text-align: right;
}

    .detailCommandeTotal div {
        clear: both;
        font-weight: bold;
        margin: 5px 0;
        padding: 5px 10px;
    }

        .detailCommandeTotal div:nth-child(1) {
            background: #ccc;
            margin: 0;
        }

        .detailCommandeTotal div:nth-child(2) {
            background: #565656;
            color: #fff;
            margin: 0;
        }

        .detailCommandeTotal div span:last-child {
            display: inline-block;
            text-align: right;
            width: 70px;
        }

.cpt-ctCommande .cpt-tabCompteCommandes {
    border-bottom: 1px solid #ccc;
}

    .cpt-ctCommande .cpt-tabCompteCommandes tr td:last-child {
        padding-bottom: 15px;
    }

.td-libelle {
    font-weight: bold;
}
/*---------- Panier --------*/
.btq-tabPanier .icon-minus2:before, .btq-tabPanier .icon-plus2:before, .btq-tabPanier .icon-cancel2:before {
    display: inline-block;
    font-size: 24px;
    padding-top: 5px;
    margin: 5px 3px;
}

.btq-tabPanier .icon-minus2:hover:before {
    content: "\e909";
}

.btq-tabPanier .icon-plus2:hover:before {
    content: "\e907";
}

.btq-tabPanier .icon-cancel2:hover:before {
    content: "\e905";
}

.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2, .btq-tabPanier .icon-cancel2 {
    text-decoration: none;
}

.btq-tabPanier * {
    vertical-align: top;
}

.panierTxtQte {
    min-width: 0 !important;
    width: 30px;
    margin-top: -5px;
}

.btq-tabPanierSsTotal .btq-prix {
    background: none;
    color: #000;
}

.btq-tabPanier {
    width: 100%;
    margin: 0 auto 30px auto;
}

    .btq-tabPanier tr {
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

        .btq-tabPanier tr:last-child {
            border-bottom: none;
        }

        .btq-tabPanier tr td {
            vertical-align: middle;
            height: 70px;
            padding: 20px 0;
        }

    .btq-tabPanier .btq-tabPanierPhoto {
        padding-left: 20px;
        width: 80px;
    }

    .btq-tabPanier .btq-tabPanierDesignation {
    }

    .btq-tabPanier .btq-tabPanierQte {
        width: 120px;
    }

    .btq-tabPanier .btq-tabPanierSsTotal {
        width: 150px;
        text-align: right;
        padding: 0 30px 0 0;
        vertical-align: middle;
    }

    .btq-tabPanier .btq-tabPanierSupprimer {
        width: 55px;
        padding-right: 20px;
    }

    .btq-tabPanier td input[type="text"] {
        text-align: center;
        background: none;
        font-size: 20px;
    }

.btq-tabPanierSupprimer {
    text-align: right;
}


.btq-tabPanier .btq-barre {
    display: inline-block;
    background: none;
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    vertical-align: middle;
}

.btq-tabPanier .btq-prix {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
}

#panPanier .btn {
    margin-left: 0;
}

.btq-CtPanierVide {
    margin: 30px auto 100px auto;
    padding: 25px;
    font-size: 18px;
    text-align: center;
    width: 400px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
}



.panierCtTotal {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: right;
    font-size: 18px;
    color: #000;
}

.btq-panierCtValiderPanier {
    width: 100%;
    margin: 30px auto;
    text-align: right;
}

    .btq-panierCtValiderPanier .btn {
        margin: 0;
    }




/*---------- Recap --------*/
.btq-recap .btq-tabPanier {
    margin-top: 0;
}

.btq-RecapCtPanier .btq-tabPanier tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btq-recap h2 {
    display: inline-block;
    font-weight: normal;
}

.btq-RecapCtModifierAdr {
    display: inline-block;
    margin-left: 10px;
}

.btq-RecapCtLivraison {
    margin-bottom: 40px;
    display: flex;
}

.btq-RecapCtAdrLivraison {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    margin-right: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.btq-RecapCtAdrFacturation {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.titreRecap {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

    .titreRecap span:before {
        font-size: 14px;
        color: #bbb;
        margin-right: 8px;
    }

#litAdresseLivraison, #litAdresseFacturation {
    display: block;
    margin-left: 22px;
}

#litAdresseFacturation {
    margin-top: 10px;
}

.recapAdressChk {
    margin-left: 22px;
}

.btq-recap input[type="checkbox"]:not(:checked) + label,
.btq-recap input[type="checkbox"]:checked + label {
    padding-left: 22px;
}

.recap-nom,
.recap-adresse,
.recap-ville,
.recap-ville,
.recap-cp,
.recap-pays {
    display: block;
}


.btq-RecapCtPaiement {
    margin-bottom: 50px;
}

.btq-RecapCtPaiementPrix {
    background: #fff;
    padding: 20px;
    margin: 10px 0;
}

.btq-RecapTotalLignePanier,
.btq-RecapTotalLignePort,
.btq-RecapTotal {
    display: flex;
}

    .btq-RecapTotalLignePanier span:first-child,
    .btq-RecapTotalLignePort span:first-child,
    .btq-RecapTotal span:first-child {
        display: inline-block;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.btq-RecapTotalLignePanier {
    font-size: 16px;
    margin-bottom: 10px;
}

.btq-RecapTotalLignePort {
    font-size: 16px;
    margin-bottom: 20px;
}

.btq-RecapTotal {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.btq-RecapCtPaiementCgv {
    background: #fff;
    padding: 20px;
    margin: 20px 0 10px 0;
}

.btq-RecapCtPaiementCt {
    margin-bottom: 50px;
    display: flex;
    margin: 10px 0;
}

.btq-RecapCtPaiementCB,
.btq-RecapCtPaiementCheque {
    background: #fff;
    padding: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 10px;
}

.btq-RecapCtPaiementCB {
    margin-left: 0px;
    margin-right: 0px;
}

.btq-RecapCtPaiementCheque {
    margin-right: 0px;
    margin-left: 20px;
}


.recap-listeCb {
    margin: 20px 0 20px 22px;
}

    .recap-listeCb input {
        margin: 0 5px;
        padding: 3px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd !important;
    }

        .recap-listeCb input:hover {
            border: 1px solid #777 !important;
        }

        .recap-listeCb input:first-child {
            margin-left: -3px;
        }

.recap-txtCB {
    margin-left: 22px;
    margin-bottom: 10px;
}

.recap-txtCheque {
    margin-left: 22px;
}

    .recap-txtCheque input {
        margin-top: 22px;
        margin-bottom: 20px;
    }


        .recap-txtCheque input:first-child {
            margin-left: 0;
        }

/*------------- REFERENCES ------------*/
/*-------------------------------------*/
/*---------- LISTING REFERENCES (mode liste) --------*/
.listeLigneReferences {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-bottom: 10px;
}

.listeReferencesConteneurImage {
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.listeReferencesConteneurTextes {
    float: left;
    width: 815px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(../images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/
.blocsReferences {
    width: 225px;
    height: 250px;
    float: left;
    margin: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

    .blocsReferences a {
        text-decoration: none;
    }

.blocsReferencesConteneurDescription {
    text-align: center;
    margin: 20px auto 0;
}


.blocsReferencesConteneurImage {
    height: 125px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        height: 100%;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }


.blocsReferences:hover .blocsReferencesConteneurImage img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}


.blocsReferencesConteneurTextes {
    width: 100%;
}




.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-family: 'AmaticSC-Bold';
    font-size: 25px;
    line-height: 35px;
    text-decoration: none;
    position: relative;
}

    .blocsReferencesTitre a {
        text-decoration: none;
    }

    .blocsReferencesTitre:before {
        position: absolute;
        width: 1px;
        height: 2px;
        background: #000;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        content: '';
        display: inline-block;
    }


.blocsReferences:hover .blocsReferencesTitre:before {
    width: 100%;
    opacity: 1;
}



.blocsReferencesConteneurDescription {
    /*line-height: 15px;
        height: auto;
        text-align: justify;*/
}


/*---------- TABLEAUX --------*/
/*----------------------------*/
.tab {
    margin-bottom: 30px;
}

    .tab caption {
        font-weight: bold;
        padding: 10px 0;
        font-size: 14px;
    }

        .tab caption:before {
            font-family: 'boonIco2';
            content: " \f05a";
            font-style: normal;
            font-weight: normal;
            margin-right: 7px;
        }

    .tab tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

.tab1 {
    border: 1px solid #bbb;
}

    .tab1 tr th {
        font-weight: bold;
        padding: 10px;
        border: 1px solid #bbb;
        color: #777;
        background: #f9f9f9;
    }

    .tab1 tr td {
        padding: 10px;
        border: 1px solid #bbb;
    }


.tab2 {
}

    .tab2 tr th {
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr td {
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr:nth-child(2n+2) {
        background: #f5f5f5;
    }

/*----------------------------*/
/*------- UC CONNEXION -------*/
/*----------------------------*/

.containerConnexion {
    margin: 0 auto 30px auto;
}

    .containerConnexion h2 {
        margin-bottom: 30px;
    }


.formConnexion .inputIco {
    display: flex;
}

.connexionColGauche {
    display: inline-block;
    padding-right: 70px;
    border-right: solid 1px #c9d4da;
    margin-right: 70px;
    vertical-align: top;
}

.connexionColDroite {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.connexionOutilsInscription {
    margin-top: 10px;
    text-align: right;
}


/*--------- UC INSCRIPTION ----------*/
/*----------------------------------*/
.ctInscription {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 30px;
    margin-bottom: 50px;
}


.containerOutilsInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

.containerMessageInscription {
    text-align: center;
}

.ctInscription .connexionColGauche {
    border: 0;
    padding-right: 0;
    margin-right: 100px;
}

.panMenuCt {
    display: flex;
}

#panMenu {
    display: inline-block;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: 0;
        background: #999;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.panMenuSuite {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

/*------------- Conteneur connexion ---------------*/
.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
        text-decoration: none;
    }

.lienDeconnexion {
    text-decoration: none;
}

    .lienDeconnexion:hover {
        color: #000;
        text-decoration: underline;
    }


/*--------- ECHANGE DE FICHIERS -------*/
/*------------------------------------*/
.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(../images/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(../images/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(../images/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(../images/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(../images/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(../images/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(../images/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}


/*------  BANDEAU COOKIES CNIL --------*/
/*-------------------------------------*/
.cookiesBar {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    background: #000;
    color: #fff;
    z-index: 9999999999;
    padding: 10px 0;
    bottom: 0;
}

    .cookiesBar a {
        text-decoration: underline;
        color: #fff !important;
    }

        .cookiesBar a:hover {
            text-decoration: none;
        }

    .cookiesBar input[type="submit"] {
        background: #fff;
        color: #000;
        border: 0;
        padding: 3px 15px;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 5px;
    }



/*------  MODEL BOONET ------*/
/*--------------------------*/


.contentFlexXcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.flexXcol {
    padding: 20px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
    margin-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modelPage2 .flexXcol:last-child {
    margin-right: 0;
    max-width: 300px;
}

.modelPage .flexXcol:first-child {
    margin-left: 0;
}

.modelPage .flexXcol:last-child {
    margin-right: 0;
}


.modelPage .flexXcol:nth-child(1) {
    min-width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: 180px;
}

.modelPageTab {
    display: inline-block;
}

.txtPageSupplement {
    margin: 50px auto;
}

/************** FAQ ****************/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
        padding-left: 15px;
        text-decoration: none;
    }

        .faqListe a:hover {
            text-decoration: underline;
        }

.questionFAQ {
    /*background: rgba(0, 0, 0, 0) url("../images/puce1.png") no-repeat scroll 0 8px;*/
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 15px;
}

    .questionFAQ:before {
        content: '\e9c0';
        font-family: 'boonIco2';
        color: #000;
        font-size: 12px;
        padding-right: 8px;
    }

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }


/*------------ CATALOGUE ------------*/
/*----------------------------------*/

.catalogueListeTitre {
    font-size: 18px;
    padding: 10px;
}

.catalogue-page1 {
    width: 250px;
    height: 375px;
    padding-bottom: 10px;
}

.catalogue-titre-uc {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*------------ POSTULER + DEMANDE CONTACT ------------*/
/*----------------------------------*/
.postuler, .demandeContact {
    margin-top: 50px;
    text-align: center;
}

.postuler-content, .demandeContact-content {
    display: inline-block;
    width: 100%;
    max-width: 33%;
    border: 1px solid #000;
    -moz-transition: max-width 0.25s, border 0.25s;
    -o-transition: max-width 0.25s, border 0.25s;
    -webkit-transition: max-width 0.25s, border 0.25s;
    transition: max-width 0.25s, border 0.25s;
}

.postuler-btn, .demandeContact-btn {
    width: 100%;
    border: none;
    transition: all 0.25s ease-in-out, font-size 0.2s linear;
}

.postuler.open .postuler-content,
.demandeContact.open .demandeContact-content {
    max-width: 100%;
    border-color: #b0b0b0;
}

.postuler.open .postuler-btn,
.demandeContact.open .demandeContact-btn {
    padding: 40px 40px 7px;
    background: transparent;
    color: #000;
    font-family: 'AmaticSC-Bold';
    font-size: 30px;
    cursor: default;
}

    .postuler.open .postuler-btn::after,
    .demandeContact.open .demandeContact-btn::after {
        content: "\00d7";
        left: auto;
        right: 25px;
        cursor: pointer;
    }

        .postuler.open .postuler-btn::after:hover::after,
        .demandeContact.open .demandeContact-btn::after:hover::after {
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

.postuler-form, .demandeContact-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    font-size: 15px;
    line-height: 3.5;
    overflow: hidden;
    -moz-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -o-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -webkit-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
}

.postuler.open .postuler-form,
.demandeContact.open .demandeContact-form {
    padding: 10px 40px 40px;
    opacity: 1;
}

.postuler-intro, .demandeContact-intro {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.postuler-line {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.demandeContact-line {
}

.postuler-fields, .demandeContact-fields {
    padding: 30px 0;
}

.postuler-field input, .demandeContact-field input,
.postuler-field select, .demandeContact-field select {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    font-size: 16px;
}

.postuler-field select, .demandeContact-field select {
    background: #fff;
}

.postuler-field textarea, .demandeContact-field textarea {
    width: 100%;
}

.postuler-field, .demandeContact-field {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.postuler-field-message, .demandeContact-field-message {
    display: block;
    width: 100%;
}

    .postuler-field-message label, .demandeContact-field-message label {
        display: inline-block;
        margin-bottom: 15px;
    }

.postuler-line .postuler-field:nth-child(2),
.demandeContact-line .demandeContact-field:nth-child(2) {
    margin-left: 5px;
}

.postuler-field label, .demandeContact-field label {
    padding-right: 5px;
}

.demandeContact-field label {
    width: 55%;
}

.postuler-field-v-separator, .demandeContact-field-v-separator {
    width: 1px;
    background-color: #b0b0b0;
}

.postuler-field::after, .demandeContact-field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.postuler-field-nom,
.postuler-field-prenom {
    width: 50%;
}

.postuler-field-adresse {
    width: 100%;
}

.postuler-field-cp {
    width: 40%;
}

.postuler-field-ville {
    width: 60%;
}

.postuler-field-tel {
    width: 50%;
}

.postuler-field-email {
    width: 50%;
}

.postuler-fields-files {
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #b0b0b0;*/
}

.postuler-field-file {
    display: inline-block;
    width: 45%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .postuler-field-file label::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        background: no-repeat center center;
        background-size: contain
    }

    .postuler-field-file input {
        width: 96%;
        margin-top: 15px;
        font-size: 12px;
        background: none;
        border: 1px solid #000;
        border-radius: 0;
    }

.postuler-field-cv label::before {
    content: '\e92b';
    font-family: 'boonIco2';
    font-size: 40px;
    color: #000;
    text-align: center;
}

.postuler-field-lettre label::before {
    content: '\ea35';
    font-family: 'boonIco2';
    font-size: 40px;
    color: #000;
    text-align: center;
}


.postuler-fields-actions, .demandeContact-fields-actions {
    padding-bottom: 0;
}

.postuler-field-captcha::after, .demandeContact-field-captcha::after {
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-family: 'nexa_bold', sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
}

.postuler-field-submit, .demandeContact-field-submit {
    font-size: 16px;
    float: right;
}


/*--------- HOME ---------*/

.sliderHome {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
    height: 100vh;
    z-index: 7;
    display: flex;
    flex-direction: row;
}


.sliderInterne {
    height: 75vh;
    /*height: 840px;*/
}



.bandeauNoirRightTop {
    width: 15%;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.flecheDown:before {
    color: #fff;
    content: "\a006";
    font-size: 40px;
    bottom: 5%;
    right: 60%;
    font-family: 'icomoonTec';
    position: absolute;
}




#bandeauSliderHome {
    width: 93%;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.bandeauSliderInterne {
    background: #565656;
    /*max-height: 69vh !important;*/
    max-height: 85% !important;
}

.cacheNoirBandeauSlider {
    background: url(../images/cacheNoirBandeauSlider.png) no-repeat center top;
    height: 382px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}



#bandeauSliderHome #bandeauSlider {
    height: 100%;
    position: relative;
}

.bandeauSliderInterne #bandeauSlider {
    /*height: 69vh !important;*/
    height: 100% !important;
}

/*.bandeauSliderInterne .fotorama__img {
    width: 100% !important;
}*/


#bandeauSliderHome .fotorama__arr, #panHomeBlogArticles .fotorama__arr {
    bottom: 7%;
    top: auto;
    width: 41px;
    height: 41px;
    z-index: 99;
    margin: 0;
}

#bandeauSliderHome .fotorama__arr--next,
#panHomeBlogArticles .fotorama__arr--next {
    right: 2%;
    background: none;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    #bandeauSliderHome .fotorama__arr--next:before,
    #panHomeBlogArticles .fotorama__arr--next:before {
        content: "\a002";
        font-size: 40px;
        color: #fff;
        font-family: 'icomoonTec';
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

#bandeauSliderHome .fotorama__arr--prev,
#panHomeBlogArticles .fotorama__arr--prev {
    left: 2%;
    background: none;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    #bandeauSliderHome .fotorama__arr--prev:before,
    #panHomeBlogArticles .fotorama__arr--prev:before {
        content: "\a001";
        font-size: 40px;
        color: #fff;
        font-family: 'icomoonTec';
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    #panHomeBlogArticles .fotorama__arr--prev:before {
        color: #01050c;
    }



    #bandeauSliderHome .fotorama__arr--prev:hover,
    #panHomeBlogArticles .fotorama__arr--prev:hover {
        left: 1.5%;
    }

        #bandeauSliderHome .fotorama__arr--prev:hover:before,
        #panHomeBlogArticles .fotorama__arr--prev:hover:before {
            opacity: 0.6;
        }

#bandeauSliderHome .fotorama__arr--next:hover,
#panHomeBlogArticles .fotorama__arr--next:hover {
    right: 1.5%;
}

    #bandeauSliderHome .fotorama__arr--next:hover:before,
    #panHomeBlogArticles .fotorama__arr--next:hover:before {
        opacity: 0.6;
    }


#bandeauSliderHome .fotorama__nav-wrap,
#panHomeBlogArticles .fotorama__nav-wrap {
    position: absolute;
    bottom: 7%;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-left: 20%;
}

#bandeauSliderHome .fotorama__dot,
#panHomeBlogArticles .fotorama__dot {
    border: 4px solid #fff;
}

#bandeauSliderHome .fotorama__active .fotorama__dot,
#panHomeBlogArticles .fotorama__active .fotorama__dot {
    width: 4px;
    height: 4px;
    background: #fff;
}


.titreSlider {
    font-size: 95px;
    color: #fff;
    font-family: 'AmaticSC-Regular';
    text-align: left;
    line-height: 95px;
}

    .titreSlider span {
        /*font-size: 130px;*/
        font-size: 115px;
    }

.titreSliderLong span {
    font-size: 70px;
}

.descSlider {
    font-size: 15px;
    width: 70%;
    text-align: left;
    margin: 20px 0;
    color: #fff;
    font-family: 'OpenSans-Regular';
}

#bandeauSliderHome .fotorama__caption__wrap {
    background: none;
    max-width: 600px;
    height: 400px;
}

#bandeauSliderHome .fotorama__active .fotorama__caption {
    top: 25%;
    pointer-events: none;
    /*-webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;*/
    animation: slidein 0.5s ease-in-out;
    bottom: auto;
    left: 50%;
}

#bandeauSliderHome .fotorama__caption {
    top: -50%;
    /*animation-delay: 5s;*/
    left: 50%;
}

@keyframes slidein {
    from {
        top: -50%;
    }

    to {
        top: 25%;
    }
}



.btnSlider {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    position: absolute;
    font-size: 30px;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 10px 50px;
    border: 2px solid #fff;
    font-family: 'AmaticSC-Bold';
    /*position: relative;*/
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 2;
    text-decoration: none;
    left: 51%;
    top: 60%;
}

    .btnSlider:after {
        position: absolute;
        z-index: -1;
        width: 1px;
        height: 100%;
        background: #fff;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        top: 0;
        left: 0;
        content: '';
    }


    .btnSlider:hover {
        color: #000;
    }

        .btnSlider:hover:after {
            width: 100%;
            opacity: 1;
        }

.accrocheHome {
    width: 90%;
    text-align: left;
    margin-top: -120px;
    margin-bottom: 150px;
}

    .accrocheHome h1 {
        color: #1d1d1d;
        font-family: 'OpenSans-Bold';
        font-size: 27px;
        font-weight: normal;
        margin-left: 20%;
        line-height: normal;
    }

        .accrocheHome h1 span {
            margin-left: 60px;
        }

        .accrocheHome h1:after {
            content: none;
            display: none;
        }


.btnTop {
    width: 7%;
    background: #e2e2e2;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    text-decoration: none !important;
    z-index: 1;
    align-self: stretch;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .btnTop:before {
        content: "\a005";
        font-family: 'icomoonTec';
        font-size: 40px;
        text-align: center;
        color: #1d1d1d;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        text-decoration: none;
    }

    .btnTop:after {
        background: #000;
        position: absolute;
        content: '';
        width: 100%;
        top: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        z-index: -1;
        left: 0;
        height: 1px;
        text-decoration: none;
    }



    .btnTop:hover {
        text-decoration: none;
    }


        .btnTop:hover:before {
            color: #fff !important;
        }

        .btnTop:hover:after {
            height: 100%;
            opacity: 1;
        }


.blocTecHotelHome {
    width: 100%;
    position: relative;
    /*z-index: 1;*/
    display: flex;
    justify-content: flex-end;
    padding-bottom: 200px;
}

.blocLeftTecHotelHome {
    /*flex: 1 1 auto;*/
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blocRightTecHotelHome {
}

.fondTecHotelHome {
    position: absolute;
    background: #e2e2e2;
    width: 40%;
    bottom: 0;
    left: 0;
    height: 60%;
    z-index: -1;
}

.blocTecHotelBarrePicto {
    position: absolute;
    left: 12%;
    top: 20%;
    color: #1d1d1d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .blocTecHotelBarrePicto span {
        font-size: 30px;
        transform: rotate(-90deg);
        font-family: 'OpenSans-Bold';
    }


.blocTecHotelBarrePictoBarre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 430px;
}

    .blocTecHotelBarrePictoBarre:before {
        background: #1d1d1d;
        width: 1px;
        height: 170px;
        content: '';
        margin-bottom: 10px;
    }

    .blocTecHotelBarrePictoBarre:after {
        content: "\a011";
        color: #1d1d1d;
        font-size: 120px;
        font-family: 'icomoonTec';
    }

.blocLeftTecHotelHomeContenu {
    width: 55%;
    display: inline-block;
    text-align: left;
    margin-right: 10%;
}

.blocBlogHome {
    padding-bottom: 200px;
    position: relative;
}


.blocBlogHomeContenu {
    background: #01050c;
    width: 95%;
    float: right;
    color: #fff;
    position: relative;
}


.blocBlogHomeBarrePicto {
    position: absolute;
    left: 9%;
    bottom: -1%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    z-index: 2;
}

    .blocBlogHomeBarrePicto span {
        font-size: 30px;
        transform: rotate(-90deg);
        font-family: 'OpenSans-Bold';
    }


.blocBlogHomeBarrePictoBarre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 480px;
}

    .blocBlogHomeBarrePictoBarre:before {
        background: #fff;
        width: 1px;
        height: 110px;
        content: '';
        margin-bottom: 60px;
    }

    .blocBlogHomeBarrePictoBarre:after {
        content: "\a012";
        color: #1d1d1d;
        font-size: 70px;
        font-family: 'icomoonTec';
    }

.divTemoignage .blocBlogHomeBarrePictoBarre:after {
    content: "\a014";
}


.conteneurHome {
}

    .conteneurHome .contenuFullPage .contenuMixteImageG,
    .divContenuInterne .contenuFullPage .contenuMixteImageG,
    .divContenuInterne .contenuFullPage .contenuMixteImageD {
        width: 40%;
    }

    .conteneurHome .contenuFullPage .contenuMixteTexteD,
    .divContenuInterne .contenuFullPage .contenuMixteTexteD,
    .divContenuInterne .contenuFullPage .contenuMixteTexteG {
        width: 60%;
        display: flex;
        align-items: center;
    }

.divContenuInterne .contenuFullPage .contenuMixteTexteG,
.divContenuInterne .contenuFullPage .contenuMixteImageG {
    order: 1;
}

.divContenuInterne .contenuFullPage .contenuMixteImageD,
.divContenuInterne .contenuFullPage .contenuMixteTexteD {
    order: 2;
}

.sliderColonneGauche {
    position: relative;
    margin-bottom: 250px;
}

.divContenuInterne .sliderColonneGauche {
    margin-bottom: 0;
}

.divContenuInterne .conteneur100 {
    margin-bottom: 150px;
    display: flex;
    flex-direction: row;
}


.fondSliderColonneGauche {
    position: absolute;
    left: 0;
    /* bottom: 0; */
    background: #e2e2e2;
    width: 90%;
    height: 75px;
    z-index: 2;
    bottom: -75px;
}

.contenuMixteImageD .fondSliderColonneGauche {
    right: 0;
    left: auto;
}


.contenuMixteTexteD .contenuMixteTexteConteneur {
    width: 50%;
    margin-left: 10%;
}

.contenuMixteTexteG .contenuMixteTexteConteneur {
    width: 50%;
    margin-left: 40%;
}



.btnNoir {
    border: 2px solid #000;
    color: #04070d;
    display: inline-block;
    margin-top: 40px;
    padding: 10px 20px;
    font-size: 30px;
    font-family: 'AmaticSC-Bold';
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
}

    .btnNoir:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        opacity: 0;
        content: '';
        background: #000;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .btnNoir:hover {
        color: #fff;
    }

        .btnNoir:hover:after {
            width: 100%;
            opacity: 1;
        }

    .btnNoir span {
        font-size: 18px;
    }


.divMotsCles {
    color: #1d1d1d;
    margin: 40px 0 20px;
}

.motCle {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    text-align: center;
    margin: 0 22px;
    font-family: 'OpenSans-Bold';
    line-height: 35px;
}

.divMotsCles .motCle:first-child {
    margin-left: 0;
}

.motCle span {
    font-size: 30px;
    font-family: 'AmaticSC-Bold';
}

.sepMotCle {
    width: 2px;
    height: 40px;
    background: rgba(0, 0, 0, 0.20);
    display: inline-block;
    vertical-align: middle;
}


.blocShowroomHome {
    position: relative;
}

.blocShowroomBarrePicto {
    position: absolute;
    right: 9%;
    top: 0%;
    color: #1d1d1d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.blocShowroomBarrePictoInterne {
    /*top: 85vh;*/
    top: 900px;
}

.blocShowroomBarrePicto span {
    font-size: 20px;
    transform: rotate(-90deg);
    font-family: 'OpenSans-Bold';
}


.blocShowroomBarrePictoBarre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 240px;
}

    .blocShowroomBarrePictoBarre:before {
        background: #1d1d1d;
        width: 1px;
        height: 140px;
        content: '';
        margin-bottom: 10px;
    }


.sliderColonneGauche .fotorama__arr {
    bottom: 28%;
    top: auto;
    width: 26px;
    height: 26px;
    z-index: 99;
}

.sliderColonneGauche .fotorama__arr--next {
    right: 4%;
    background: none;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .sliderColonneGauche .fotorama__arr--next:before {
        content: "\a002";
        font-size: 25px;
        color: #000;
        font-family: 'icomoonTec';
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.sliderColonneGauche .fotorama__arr--prev {
    left: auto;
    right: 9%;
    background: none;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .sliderColonneGauche .fotorama__arr--prev:before {
        content: "\a001";
        font-size: 25px;
        color: #000;
        font-family: 'icomoonTec';
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }


    .sliderColonneGauche .fotorama__arr--prev:hover {
    }

        .sliderColonneGauche .fotorama__arr--prev:hover:before {
            opacity: 0.6;
        }

.sliderColonneGauche .fotorama__arr--next:hover {
}

    .sliderColonneGauche .fotorama__arr--next:hover:before {
        opacity: 0.6;
    }


.blocProduitsHome {
    position: relative;
}

.blocProduitsHomeConteneur {
    font-size: 0;
    /*height: 950px;*/
    position: relative;
    padding-bottom: 140px;
}

.blocProduitsHomeConteneurLeft {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.blocProduitsHomeConteneurRight {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.blocProduitHome {
    background: #000;
    display: inline-block;
    margin: 1%;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-size: cover !important;
}

.blocProduitHome1 {
    width: 98%;
    height: 33%;
    background: url(../images/produitArtDeLaTable.jpg) no-repeat center center;
}

.blocProduitHome2 {
    width: 48%;
    height: 25%;
    background: url(../images/produitResidences.jpg) no-repeat center center;
}

.blocProduitHome3 {
    width: 48%;
    height: 25%;
    background: url(../images/produitTextile.jpg) no-repeat center center;
}

.blocProduitHome4 {
    width: 98%;
    height: 36%;
    background: url(../images/produitEnCuisine.jpg) no-repeat center center;
}

.blocProduitHome5 {
    width: 98%;
    height: 59%;
    background: url(../images/produitMobilier.jpg) no-repeat center center;
}

.blocProduitHome6 {
    width: 48%;
    height: 36%;
    background: url(../images/produitPersonnalisation.jpg) no-repeat center center;
}

.blocProduitHome7 {
    width: 48%;
    height: 36%;
    background: url(../images/produitUsageUnique.jpg) no-repeat center center;
}

.masqueBlocProduit {
    background: url(../images/masqueBlocProduit.png) no-repeat center left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.blocProduitHomeConteneur {
    width: 90%;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    padding-left: 10%;
}

.textBlocProduit {
    font-size: 58px;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-family: 'AmaticSC-Regular';
    line-height: 50px;
    /*left: 10%;*/
    top: 25%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /*order: 1;*/
}

    .textBlocProduit span {
        font-size: 15px;
        font-family: 'OpenSans-Bold';
    }


.textHoverBlocProduit {
    margin-top: 40px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    color: #fff;
    position: absolute;
    z-index: 2;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
    /*left: 10%;*/
    opacity: 0;
    top: 120%;
    width: 70%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition-delay: 0.1s;
}

.hoverBlocProduit {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: rgba(28, 28, 28, 0.70);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blocProduitHome:hover .hoverBlocProduit {
    transform: scale(1);
    opacity: 1;
}

.hoverBlocProduit:after {
    color: #fff;
    position: absolute;
    right: 8%;
    bottom: 8%;
    z-index: 2;
    opacity: 1;
    font-size: 30px;
    content: "\a002";
    font-family: 'icomoonTec';
}

.blocProduitHome:hover .textHoverBlocProduit {
    opacity: 1;
    top: 60%;
    transition-delay: 0s;
}

.blocProduitHome:hover .textBlocProduit {
    top: 30%;
}


.blocProduitHome2 .textBlocProduit,
.blocProduitHome3 .textBlocProduit {
    top: 20%;
    font-size: 38px;
    line-height: 40px;
}

.blocProduitHome2:hover .textBlocProduit {
    top: 5%;
}

.blocProduitHome3:hover .textBlocProduit {
    top: 10%;
}

.blocProduitHome6 .textBlocProduit,
.blocProduitHome7 .textBlocProduit {
    /*top: 20%;*/
    font-size: 38px;
    line-height: 40px;
}


.blocProduitHome2 .textHoverBlocProduit {
    margin-top: 30px;
    padding-top: 15px;
}

.blocProduitHome2:hover .textHoverBlocProduit {
    top: 57%;
}

.blocProduitHome5:hover .textHoverBlocProduit {
    top: 55%;
}

.blocProduitHome3:hover .textHoverBlocProduit {
    top: 40%;
}

.blocProduitHome6:hover .textHoverBlocProduit,
.blocProduitHome7:hover .textHoverBlocProduit {
    top: 48%;
}


.fondGrisBlocProduitHomeBas {
    background: #e2e2e2;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 30%;
}

.fondGrisBlocProduitHomeTop {
    background: #e2e2e2;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 16%;
    width: 45%;
    height: 20%;
}

.blocGalerieHome {
    position: relative;
}

    .blocGalerieHome .fondGrisBlocProduitHomeTop {
        background: #e2e2e2;
        position: absolute;
        z-index: -1;
        left: 0;
        top: -12%;
        width: 30%;
        height: 18%;
    }



.textIntroBlocProduitsHome {
    margin-bottom: 200px;
    width: 80%;
}



.blocProduitsBarrePicto {
    position: absolute;
    left: 6%;
    top: 8%;
    color: #1d1d1d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .blocProduitsBarrePicto span {
        font-size: 30px;
        transform: rotate(-90deg);
        font-family: 'OpenSans-Bold';
    }

    .blocProduitsBarrePicto strong {
        margin-left: 120px;
        font-weight: normal;
    }


.blocProduitsBarrePictoBarre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 440px;
}

    .blocProduitsBarrePictoBarre:before {
        background: #1d1d1d;
        width: 1px;
        height: 220px;
        content: '';
        margin-bottom: 10px;
    }

    .blocProduitsBarrePictoBarre:after {
        /*content: "\a009";
        color: #1d1d1d;
        font-size: 60px;*/
        /*font-family: 'icomoonTec';*/
        background: url(../images/projet.svg) no-repeat center;
        background-size: 55px 55px;
        content: '';
        width: 55px;
        height: 55px;
        display: block;
    }




.blocGalerieHome .blocProduitsBarrePictoBarre:after {
    content: "\a013";
    color: #1d1d1d;
    font-size: 60px;
    font-family: 'icomoonTec';
}


.divContenuInterne {
    position: relative;
    /*margin-top: -220px;*/
    margin-top: -175px;
    z-index: 7;
}

.titrePage {
    background: #e2e2e2;
    width: 55%;
    position: relative;
    color: #1d1d1d;
    /*top: -20vh;*/
    /*top: -190px;*/
    top: -165px;
    z-index: 7;
    display: flex;
    justify-content: flex-end;
}

.contenuTitrePage {
    width: 50%;
    margin: 30px 0;
    padding-right: 5%;
}

.sousTitrePage {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'OpenSans-Light';
}

.divServicesRea {
    text-align: center;
    margin: 120px auto;
}

.divServicesProduits {
    margin: 80px auto 120px;
}

.divServicesRea h2 {
    font-family: 'OpenSans-Light';
    color: #1d1d1d;
    font-weight: normal;
    font-size: 31px;
    text-align: center;
    margin-bottom: 40px;
}

.divServicesRea p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.divServicesRea .btnNoir {
    padding-left: 40px;
    padding-right: 40px;
}

.containerRea {
    width: 100%;
    position: relative;
    z-index: 1;
}

.fondHautConteneurRea {
    background: #e2e2e2;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 30%;
    height: 50%;
    z-index: -1;
}


.fondBasConteneurRea {
    background: #e2e2e2;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 30%;
    height: 50%;
    z-index: -1;
}

.conteneurPhotoRealisation {
    margin: 5px;
    width: 380px;
    height: 380px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
}

#listingRealisations {
    position: relative;
}

    #listingRealisations #galeriePhotos {
        position: relative;
    }

.divBlanc {
    padding: 75px 0;
}

.cacheNoirConteneurPhotoRealisation {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.conteneurPhotoRealisation2:hover .cacheNoirConteneurPhotoRealisation {
    transform: scale(0.90);
}

.cacheNoirConteneurPhotoRealisation:after {
    color: #fff;
    font-size: 50px;
    content: "\a002";
    font-family: 'icomoonTec';
    position: absolute;
    bottom: -20%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.conteneurPhotoRealisation2:hover .cacheNoirConteneurPhotoRealisation:after {
    bottom: 40%;
    opacity: 1;
}

.divTemoignage {
    position: relative;
    padding-bottom: 160px;
}

    .divTemoignage .blocBlogHomeBarrePicto {
        bottom: -90px;
    }


.containerTemoignage {
    background: #01050c;
    width: 60%;
    position: relative;
    right: 0;
    color: #fff;
    margin-left: 10%;
    padding: 100px 15%;
}

    .containerTemoignage .titreTemoignagne {
        font-size: 55px;
        text-transform: uppercase;
        font-family: 'AmaticSC-Bold';
        line-height: 60px;
        display: block;
    }

.contenuTemoignage {
    width: 70%;
    font-style: italic;
    margin-top: 40px;
}

.fondGrisBasTemoignage {
    position: absolute;
    z-index: -1;
    background: #e2e2e2;
    width: 40%;
    height: 60%;
    bottom: 0;
    left: 0;
}

.accroche {
    font-size: 45px;
    text-align: center;
    color: #04070d;
    font-family: 'AmaticSC-Bold';
    text-align: center;
    /*margin-top: -20px;*/
    position: relative;
    z-index: 7;
    margin-bottom: 100px;
    margin-top: 40px;
}

    .accroche:after {
        content: '';
        margin: 0 auto 40px;
        background: #1c1c1c;
        width: 125px;
        height: 2px;
        display: block;
        margin-top: 50px;
    }

    .accroche:before {
        /*content: "\a008";
        font-family: 'icomoonTec';
        color: #1d1d1d;
        font-size: 60px;
        text-align: left;
        display: block;
        margin-bottom: 30px;*/
    }

.divLogoRealisation {
    position: absolute;
    right: 50px;
    top: -195px;
}


.lienInterne {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    font-family: 'OpenSans-SemiBold';
}

    .lienInterne:after {
        background: #000;
        opacity: 0;
        width: 1px;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .lienInterne:hover:after {
        width: 100%;
        opacity: 1;
    }

.chiffresCleRealisation {
    margin-top: 40px;
}

.chiffreCleRealisation {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #1d1d1d;
    font-family: 'OpenSans-Bold';
}

    .chiffreCleRealisation span {
        display: block;
        text-transform: uppercase;
        font-family: 'AmaticSC-Bold';
        font-size: 45px;
    }


.sepChiffreRealisation {
    background: rgba(28, 28, 28, 0.20);
    width: 2px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.blocGalerieHome {
    text-align: center;
    margin-bottom: 250px;
}

    .blocGalerieHome .btnNoir {
    }

    .blocGalerieHome .fondGrisBlocProduitHomeBas {
        width: 35%;
    }


#galeriePhoto a img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


#galeriePhoto a:hover img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hoverPhotoIsotop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: scale(2);
}

.conteneurPhotoIsotop:hover .hoverPhotoIsotop {
    transform: scale(0.8, 0.9);
    opacity: 1;
}

.hoverPhotoIsotop:before {
    content: '\e968';
    font-family: 'boonIco2';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 40px;
}

.demandeContact-form,
.postuler-form {
    margin: 0;
}

    .demandeContact-form input[type="text"],
    .demandeContact-form input[type="password"],
    .demandeContact-form input[type="number"],
    .demandeContact-form input[type="email"],
    .demandeContact-form input[type="tel"],
    .demandeContact-form input[type="url"],
    .demandeContact-form textarea,
    .postuler-form input[type="text"],
    .postuler-form input[type="password"],
    .postuler-form input[type="number"],
    .postuler-form input[type="email"],
    .postuler-form input[type="tel"],
    .postuler-form input[type="url"],
    .postuler-form textarea {
        width: 100%;
        border: none;
    }


/*-------- REFERENCES --------*/

.divContenuCatalogue {
    margin: 70px auto;
}

    .divContenuCatalogue tr {
        display: inline-block;
        vertical-align: top;
        margin: 2%;
        width: 29.33%;
        position: relative;
        overflow: hidden;
    }

    .divContenuCatalogue td {
        width: 100%;
        display: block;
        text-align: center;
    }

.catalogueListeImage {
    height: 250px;
    display: inline-block;
    width: 90%;
}

    .catalogueListeImage img {
        height: 100%;
        width: auto;
    }

.catalogueListe {
    /*border: 1px solid #000;*/
    padding: 4% 5%;
    font-family: 'AmaticSC-Bold';
}

.catalogueListeTitre {
    font-size: 25px;
}

/*--------------- CATALOGUE ------------------*/

.catalogueListe {
    position: relative;
    /*overflow: hidden;*/
    min-height: 360px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .catalogueListe a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.catalogueListeTitre {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hoverCatalogue {
    border: 1px solid rgba(0, 0, 0, 0.80);
    box-sizing: border-box;
    /*transform: scale(2);*/
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /*z-index: -1;*/
}

.catalogueListe a:hover .hoverCatalogue {
    height: 100%;
    opacity: 1;
}

.catalogueListe a:hover .catalogueListeTitre {
    color: #fff;
    position: relative;
    z-index: 2;
}

.hoverCatalogue:before {
    color: #fff;
    content: '\ea00';
    font-family: 'boonIco2';
    font-size: 50px;
    top: 35%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.divContenuCatalogue .formContact,
.divCataloguePageProduit .formContact {
    margin: 10px 0;
}

.divContenuCatalogue h2 {
    margin-bottom: 10px;
}

.divContenuCatalogue .formContact tr td,
.divCataloguePageProduit .formContact tr td {
    text-align: left;
    width: 100%;
    display: block;
}

.divContenuCatalogue .formContact tr,
.divCataloguePageProduit .formContact tr {
    width: 45.33%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    position: relative;
    overflow: hidden;
}

.divContenuCatalogue .trMessage,
.divCataloguePageProduit .formContact.trMessage {
    width: 98% !important;
}

.divContenuCatalogue .formContact .btnNoir,
.divCataloguePageProduit .formContact .btnNoir {
    margin-top: 10px;
}



/*----- EMPLOI -------*/

.descEmploi {
    margin: 60px auto;
}

.drop {
    border-bottom: 1px solid #000;
    position: relative;
}

    .drop:after {
        color: #04080e;
        position: absolute;
        font-size: 18px;
        top: 5px;
        right: 20px;
        content: "\a007";
        font-family: 'icomoonTec';
        z-index: -1;
    }

    .drop select {
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.blocCandidatureCentrer,
.blocCandidatureCentrer h2,
.blocCandidatureCentrer p {
    text-align: center;
}

.blocCandidatureCentrer {
    margin: 50px auto 70px;
}

.postuler-field label {
    width: 100px;
    min-width: 100px;
}

.postuler-field-adresse label {
    min-width: 100px;
    width: 100px;
}

.postuler-content textarea {
    height: 50px;
}

.textCenter {
    text-align: center;
}

.posteListe {
    background: #E2E2E2;
    padding: 2.5%;
    width: 19%;
    margin: 0.5%;
    display: inline-block;
}

.blocCandidaturePostesOuverts {
    text-align: center;
    margin-bottom: 120px;
}

.posteListeTitre {
    font-family: 'AmaticSC-Bold';
    font-size: 35px;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
}

posteListeIntro {
    height: 205px;
    overflow: hidden;
}

.blogDetailContainerFichiersLies a {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 1% 2%;
    z-index: 1;
    position: relative;
}

    .blogDetailContainerFichiersLies a:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #000;
        color: #fff;
        left: 0;
        top: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        opacity: 0;
        z-index: -1;
    }

    .blogDetailContainerFichiersLies a:hover:after {
        width: 100%;
        opacity: 1;
    }

    .blogDetailContainerFichiersLies a:hover {
        color: #fff;
    }

    .blogDetailContainerFichiersLies a:before {
        content: '\ea04';
        font-family: 'boonIco2';
        color: #000;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 20px;
    }

    .blogDetailContainerFichiersLies a:hover:before {
        color: #fff;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }


.divConteneurDetailEmploi {
    margin-bottom: 120px;
}


/*------------ LISTING PRODUITS ---------*/

.containerListingProd {
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.galerieListingProd {
}


.containerListingProd h2 {
    font-family: 'AmaticSC-Regular';
    text-align: center;
    margin: 30px auto 80px;
    font-size: 50px;
}

.galerieListingProd {
    text-align: center;
}


    .galerieListingProd .conteneurPhotoRealisation {
        position: relative;
    }

    .galerieListingProd a {
        font-size: 0;
        text-decoration: none;
        text-align: left;
    }

.conteneurPhotoProduit1 .conteneurPhotoRealisation2,
.conteneurPhotoProduit1 .fondConteneurPhotoRealisation2 {
    background: url(../images/cuisson.jpg) center center / cover;
}

.conteneurPhotoProduit2 .conteneurPhotoRealisation2,
.conteneurPhotoProduit2 .fondConteneurPhotoRealisation2 {
    background: url(../images/coutelerie.jpg) center center / cover;
}

.conteneurPhotoProduit3 .conteneurPhotoRealisation2,
.conteneurPhotoProduit3 .fondConteneurPhotoRealisation2 {
    background: url(../images/preparation.jpg) center center / cover;
}

.conteneurPhotoProduit4 .conteneurPhotoRealisation2,
.conteneurPhotoProduit4 .fondConteneurPhotoRealisation2 {
    background: url(../images/boulangerie.jpg) center center / cover;
}

.conteneurPhotoProduit5 .conteneurPhotoRealisation2,
.conteneurPhotoProduit5 .fondConteneurPhotoRealisation2 {
    background: url(../images/stockage.jpg) center center / cover;
}

.conteneurPhotoProduit6 .conteneurPhotoRealisation2,
.conteneurPhotoProduit6 .fondConteneurPhotoRealisation2 {
    background: url(../images/hygiene.jpg) center center / cover;
}

.conteneurPhotoProduit7 .conteneurPhotoRealisation2,
.conteneurPhotoProduit7 .fondConteneurPhotoRealisation2 {
    background: url(../images/vaisselle.jpg) center center / cover;
}

.conteneurPhotoProduit8 .conteneurPhotoRealisation2,
.conteneurPhotoProduit8 .fondConteneurPhotoRealisation2 {
    background: url(../images/couverts.jpg) center center / cover;
}

.conteneurPhotoProduit9 .conteneurPhotoRealisation2,
.conteneurPhotoProduit9 .fondConteneurPhotoRealisation2 {
    background: url(../images/verrerie.jpg) center center / cover;
}

.conteneurPhotoProduit10 .conteneurPhotoRealisation2,
.conteneurPhotoProduit10 .fondConteneurPhotoRealisation2 {
    background: url(../images/accessoiresTable.jpg) center center / cover;
}

.conteneurPhotoProduit11 .conteneurPhotoRealisation2,
.conteneurPhotoProduit11 .fondConteneurPhotoRealisation2 {
    background: url(../images/accueilAffichage.jpg) center center / cover;
}

.conteneurPhotoProduit12 .conteneurPhotoRealisation2,
.conteneurPhotoProduit12 .fondConteneurPhotoRealisation2 {
    background: url(../images/barBuffet.jpg) center center / cover;
}

.conteneurPhotoProduit13 .conteneurPhotoRealisation2,
.conteneurPhotoProduit13 .fondConteneurPhotoRealisation2 {
    background: url(../images/mobInterieur.jpg) center center / cover;
}

.conteneurPhotoProduit14 .conteneurPhotoRealisation2,
.conteneurPhotoProduit14 .fondConteneurPhotoRealisation2 {
    background: url(../images/mobExterieur.jpg) center center / cover;
}

.conteneurPhotoProduit15 .conteneurPhotoRealisation2,
.conteneurPhotoProduit15 .fondConteneurPhotoRealisation2 {
    background: url(../images/vaisselleUnique.jpg) center center / cover;
}

.conteneurPhotoProduit16 .conteneurPhotoRealisation2,
.conteneurPhotoProduit16 .fondConteneurPhotoRealisation2 {
    background: url(../images/emballagesUnique.jpg) center center / cover;
}

.conteneurPhotoProduit17 .conteneurPhotoRealisation2,
.conteneurPhotoProduit17 .fondConteneurPhotoRealisation2 {
    background: url(../images/articlesDecoUnique.jpg) center center / cover;
}

.conteneurPhotoProduit18 .conteneurPhotoRealisation2,
.conteneurPhotoProduit18 .fondConteneurPhotoRealisation2 {
    background: url(../images/nappesUnique.jpg) center center / cover;
}

.conteneurPhotoProduit19 .conteneurPhotoRealisation2,
.conteneurPhotoProduit19 .fondConteneurPhotoRealisation2 {
    background: url(../images/hygieneUnique.jpg) center center / cover;
}


.divContenuInterne .sliderColonneGauche .fotorama__arr {
    bottom: 5%;
}

.divContenuInterne .sliderColonneGauche .fotorama__arr--prev:before,
.divContenuInterne .sliderColonneGauche .fotorama__arr--next:before {
    color: #fff;
}
/*-------- CONTACT ----------*/
#map,
#map2 {
    width: 100%;
    height: 500px;
}


.ccb431, .ccb433, .ccb435 {
    margin-bottom: 40px !important;
}

.divGris {
    background: #E2E2E2;
    padding: 60px 0;
}

    .divGris .formContact input,
    .divGris .formContact textarea {
        background: transparent;
    }

@media (max-height: 800px) {

    .btnSlider {
        top: 70%;
    }
}



/*--------- CONTACT ------*/

.vignetteEquipeConteneur {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.vignetteEquipe {
    margin: 0 auto;
}

    .vignetteEquipe p {
        text-align: center;
    }

    .vignetteEquipe img {
        border: 0px;
        width: 300px;
        height: 300px;
        background: #eee;
        display: block;
    }


/*------ CATALOGUE SUR PAGE PRODUITS -----*/

.divCataloguePageProduit {
    margin: 0 auto;
}

    .divCataloguePageProduit .tableCatalaloguePage {
        width: 100%;
        border-collapse: collapse;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .divCataloguePageProduit .tableCatalaloguePage tr {
            margin: 2%;
            min-width: 195px;
            width: 195px;
            position: relative;
            overflow: hidden;
        }

    .divCataloguePageProduit .catalogueListe {
        min-height: auto;
    }

    .divCataloguePageProduit .catalogueListeImage {
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .divCataloguePageProduit .catalogueListeTitre {
        padding: 4%;
        display: block;
        width: 92%;
        text-align: center;
    }

    .divCataloguePageProduit h2 {
        font-family: 'OpenSans-Light';
        color: #1d1d1d;
        font-weight: normal;
        font-size: 31px;
        text-align: center;
        margin-bottom: 40px;
    }


/*---- LIEN CATALOGUE HOME ------*/

.btnFixe {
    position: fixed;
    right: 0;
    top: 50%;
    text-align: right;
    z-index: 9;
}

.btnFixe1 {
    display: block;
    /* background: #e26209 !important; */
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'AmaticSC-Bold';
    text-decoration: none;
    padding: 10px 20px;
    margin: 2px 0;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -30px;
    opacity: 0;
}

    .btnFixe1 span:before {
        content: "\b001";
        font-family: 'icomoonTec';
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0px 0 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-size: 50px;
        padding-top: 15px;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .btnFixe1 strong {
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        font-family: 'AmaticSC-Bold';
        font-weight: normal;
        line-height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

.nav-reveal a {
    overflow: hidden;
    width: 75px;
    height: 80px;
    background-color: #1c1c1c;
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    position: absolute;
    /* top: 35%; */
    right: 0;
    line-height: 100px;
}

    .nav-reveal a div {
        position: absolute;
        top: 0;
        padding: 0;
        width: 230px;
        height: 100%;
        right: 25px;
        line-height: 100px;
    }


    .nav-reveal a:hover {
        width: 250px;
        background-color: #e2e2e2;
        color: #1d1d1d;
    }

.btnFixe1:hover span:before,
.btnFixe1:hover strong {
    color: #1d1d1d;
}

#trigger1 {
    min-height: 1px;
    opacity: 0;
}


/*-------- MODIFS JUIN 2019 - NOUVELLE HOME ----*/

.blocDynamiqueHome {
    margin-top: 150px;
}

.entreesProjetProduitHome {
    width: 100%;
}


.blocProduitsHomeConteneur {
}

.entreesProjetProduitLigne1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.entreesProjetProduitLigne2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 100px;
}

.entreesProjetProduitBloc {
    width: 40%;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
}

.entreesProjetProduitBlocImage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px;
    background: #000;
}

.entreesProjetProduitBlocDegrade{
    z-index: 2;
}

.entreesProjetProduitBloc1 {
}

    .entreesProjetProduitBloc1 .entreesProjetProduitBlocImage {
        background: url(../images/entree1.jpg) no-repeat center center;
        background-size: cover;
    }

    .entreesProjetProduitBloc1 .entreesProjetProduitBlocDegrade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(33,30,29,1);
        background: -moz-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33,30,29,1)), color-stop(32%, rgba(243,243,243,0)));
        background: -webkit-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
        background: -o-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
        background: -ms-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
        background: linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e1d', endColorstr='#f3f3f3', GradientType=1 );
    }


    .entreesProjetProduitBloc2 {
    }

        .entreesProjetProduitBloc2 .entreesProjetProduitBlocImage {
            background: url(../images/entree2.jpg) no-repeat left center;
            background-size: cover;
        }

        .entreesProjetProduitBloc2 .entreesProjetProduitBlocDegrade {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(168,126,85,1);
            background: -moz-linear-gradient(45deg, rgba(168,126,85,1) 0%, rgba(243,243,243,0) 32%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(168,126,85,1)), color-stop(32%, rgba(243,243,243,0)));
            background: -webkit-linear-gradient(45deg, rgba(168,126,85,1) 0%, rgba(243,243,243,0) 32%);
            background: -o-linear-gradient(45deg, rgba(168,126,85,1) 0%, rgba(243,243,243,0) 32%);
            background: -ms-linear-gradient(45deg, rgba(168,126,85,1) 0%, rgba(243,243,243,0) 32%);
            background: linear-gradient(45deg, rgba(168,126,85,1) 0%, rgba(243,243,243,0) 32%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a87e55', endColorstr='#f3f3f3', GradientType=1 );
            opacity: 0.8;
        }

.entreesProjetProduitBlocPlat {
    background: url(../images/entree2Plat.png) no-repeat center center;
    height: 770px;
    position: absolute;
    top: -70px;
    right: 0;
    width: 502px;
}


.entreesProjetProduitBloc3 {
}

    .entreesProjetProduitBloc3 .entreesProjetProduitBlocImage {
        background: url(../images/entree3.jpg) no-repeat center center;
        background-size: cover;
    }

.entreesProjetProduitBloc3 .entreesProjetProduitBlocDegrade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,30,29,1);
    background: -moz-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33,30,29,1)), color-stop(32%, rgba(243,243,243,0)));
    background: -webkit-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
    background: -o-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
    background: -ms-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
    background: linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e1d', endColorstr='#f3f3f3', GradientType=1 );
}


.entreesProjetProduitBloc4 {
    width: 100%;
}

    .entreesProjetProduitBloc4 .entreesProjetProduitBlocImage {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .entreesProjetProduitBloc4 .entreesProjetProduitBlocDegrade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(33,30,29,1);
        background: -moz-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 50%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33,30,29,1)), color-stop(50%, rgba(243,243,243,0)));
        background: -webkit-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 50%);
        background: -o-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 50%);
        background: -ms-linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 50%);
        background: linear-gradient(45deg, rgba(33,30,29,1) 0%, rgba(243,243,243,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e1d', endColorstr='#f3f3f3', GradientType=1 );
    }

.titreEntreesProjetProduitBloc {
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 6%;
    left: 10%;
    font-family: 'AmaticSC-Regular';
    font-size: 76px;
    text-align: left;
    width: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.entreesProjetProduitBloc4 .titreEntreesProjetProduitBloc {
    font-size: 58px;
    line-height: 55px;
    /*max-height: 220px;*/
    overflow: hidden;
}

.titreEntreesProjetProduitBloc span {
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    display: block;
}

.texteProjetProduitBloc {
    display: inline-block;
    width: 35%;
    margin-top: -27px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    text-align: center;
    max-height: 168px;
    overflow: hidden;
}

    .texteProjetProduitBloc:before {
        height: 55px;
        width: 2px;
        background: #211e1d;
        margin: 0 auto 30px;
        display: table;
        content: '';
    }

.entreesProjetProduitBlocDate {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #211e1d;
    color: #fff;
    text-align: center;
    font-family: 'OpenSans-Bold';
    font-size: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    padding-top: -5px;
    left: 10%;
    top: -30px;
    position: absolute;

}

    .entreesProjetProduitBlocDate span {
        display: block;
        font-family: 'OpenSans-SemiBold';
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 2px;
    }


.hoverEntreesProjetProduitBloc {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.entreesProjetProduitBloc:hover .hoverEntreesProjetProduitBloc {
    transform: scale(0.90);
    background: rgba(0, 0, 0, 0.50);
}

.hoverEntreesProjetProduitBloc:after {
    color: #fff;
    font-size: 50px;
    content: "\a002";
    font-family: 'icomoonTec';
    position: absolute;
    bottom: -20%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.entreesProjetProduitBloc:hover .hoverEntreesProjetProduitBloc:after {
    bottom: 40%;
    opacity: 1;
}

.entreesProjetProduitBloc:hover .titreEntreesProjetProduitBloc{
    bottom: -200px;
    opacity: 0;
}

.divCataloguePageProduit .tableCatalaloguePage tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
}

.conteneurPhotoNosProduit1 .conteneurPhotoRealisation2,
.conteneurPhotoNosProduit1 .fondConteneurPhotoRealisation2 {
    background: url(../images/produit1.jpg) center center / cover;
}

.conteneurPhotoNosProduit2 .conteneurPhotoRealisation2,
.conteneurPhotoNosProduit2 .fondConteneurPhotoRealisation2 {
    background: url(../images/produit2.jpg) center center / cover;
}

.conteneurPhotoNosProduit3 .conteneurPhotoRealisation2,
.conteneurPhotoNosProduit3 .fondConteneurPhotoRealisation2 {
    background: url(../images/produit3.jpg) center center / cover;
}

.conteneurPhotoNosProduit4 .conteneurPhotoRealisation2,
.conteneurPhotoNosProduit4 .fondConteneurPhotoRealisation2 {
    background: url(../images/produit4.jpg) center center / cover;
}

.conteneurPhotoNosProduit5 .conteneurPhotoRealisation2,
.conteneurPhotoNosProduit5 .fondConteneurPhotoRealisation2 {
    background: url(../images/produit5.jpg) center center / cover;
}

.navBloc1 #nav3 {
    max-width: 250px;
}

.conteneurPhotoServices1 .conteneurPhotoRealisation2,
.conteneurPhotoServices1 .fondConteneurPhotoRealisation2 {
    background: url(../images/imgFinancement.jpg) center center / cover;
}

.conteneurPhotoServices2 .conteneurPhotoRealisation2,
.conteneurPhotoServices2 .fondConteneurPhotoRealisation2 {
    background: url(../images/imgPersonnalisation.jpg) center center / cover;
}

.conteneurPhotoServices3 .conteneurPhotoRealisation2,
.conteneurPhotoServices3 .fondConteneurPhotoRealisation2 {
    background: url(../images/imgReferences.jpg) center center / cover;
}