﻿/*---------- FONT FACE ---------*/

/*-- LIGHT 45 --*/
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('./fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('./fonts/HelveticaNeueLTStd-Lt.otf') format('opentype'), url('./fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('./fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('./fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-- ROMAN 55 --*/
@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('./fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('./fonts/HelveticaNeueLTStd-Roman.otf') format('opentype'), url('./fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('./fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('./fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-- MEDIUM 65 --*/
@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('./fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('./fonts/HelveticaNeueLTStd-Md.otf') format('opentype'), url('./fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('./fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('./fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-- BOLD  75 --*/
@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('./fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('./fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'), url('./fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('./fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('./fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777;
    background: #fff;
    overflow-x: hidden;
}
/*---------- 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%;
    position: absolute;
    z-index: 999;
    height: 160px;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
}

.headerInterne {
    position: relative;
    height: 210px;
}

.headerSansSlider {
    position: relative;
    height: 210px;
}

/*----------- Zone logo ----------*/
#divLogo {
    width: 220px;
    height: 89px;
    padding-top: 30px;
}

/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
    font-size: 12px;
    background: #fff;
    clear: both;
}


/*----------- outilsHeader ----------*/
#outilsHeader {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/*----------- Barre de langue ----------*/
#divLangues {
    text-align: right;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.langueActive {
}

.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 {
    color: #fff;
    background: #097BC3;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    float: left;
    padding: 0 30px;
}

.deconnexionMobCt a:before {
    color: #fff;
    font-size: 12px;
    content: "\a011";
    font-family: 'icomoonLaRoche' !important;
    padding-right: 10px;
}

.deconnexionMobCt a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

/*----------- Zone Recherche Haut ----------*/
.divRecherche {
    height: 43px;
    text-align: right;
    float: left;
}

    .divRecherche input[type="text"] {
        width: 150px;
        margin-right: 0px;
        font-size: 11px;
        min-width: 50px;
        border: none;
        height: 29px;
    }

        .divRecherche input[type="text"].watermarkRecherche {
            color: #aaa;
        }

.btnRecherche {
    margin: 0 !important;
    padding: 0 15px !important;
    background: #097BC3;
    color: #fff;
    text-decoration: none;
    height: 43px;
    display: inline-flex;
    line-height: 43px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btnRecherche:before {
        font-family: 'icomoonLaRoche' !important;
        content: "\a008";
        font-size: 12px;
        color: #fff;
        vertical-align: middle;
    }


    .btnRecherche:hover {
        background: #055d94;
        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: 45px 0;
    text-align: center;
    font-size: 11px;
    color: #000;
    background: #f4f4f4;
    z-index: 100;
    position: relative;
}

.footerLeft {
    float: left;
    width: 60%;
    font-size: 14px;
    color: #454545;
    border-right: 1px solid #c7c7c7;
    padding: 0 5% 0 0;
    box-sizing: border-box;
}

    .footerLeft h2 {
        text-align: left;
    }

        .footerLeft h2:before {
            font-family: 'icomoonLaRoche' !important;
            font-size: 20px;
            color: #454545;
            content: "\a013";
            padding-right: 15px;
        }

.footerRight {
    float: right;
    width: 40%;
    padding-left: 8%;
    font-size: 14px;
    color: #454545;
    text-align: left;
    box-sizing: border-box;
}

    .footerRight h2 {
        text-align: left;
        color: #097BC3;
    }

#divDescNewsletter {
    margin-bottom: 30px;
}

.blocNewsletter input {
    border: none !important;
    height: 43px;
    line-height: 43px;
}

#panInscriptionNewsletter .btn {
    background: #097BC3;
    border: 1px solid #097BC3;
    height: 43px;
    line-height: 43px;
    width: 43px;
}

    #panInscriptionNewsletter .btn:hover {
        background: transparent;
        color: #097BC3;
        text-decoration: none;
    }



/*---------- Crosslink --------*/
#crosslink {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 40px 0 115px;
    color: #fff;
    background: #097bc3;
    z-index: 95;
    position: relative;
}

address {
    font-style: normal;
}

.sepFooter {
    padding-bottom: 40px;
}


/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/


#bandeauFixe1clic {
    position: fixed;
    right: -15.5%;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 9999;
    width: 19%;
}

    #bandeauFixe1clic:hover {
        right: 0;
    }

.contenuFixe1clic {
    position: absolute;
}

.titre1clic {
    background: #5fb4e9 none repeat scroll 0 0;
    color: #fff;
    height: 85px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 20%;
    z-index: 9999;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 18px;
    padding-top: 30px;
    line-height: 20px;
    text-align: center;
}

    .titre1clic span {
        font-size: 30px;
    }

.conteneurFixe1clic {
    position: absolute;
    height: 100vh;
    width: 80%;
    background: #5fb4e9;
    color: #fff;
    right: 0;
    z-index: 9999;
}

.lienBandeauFixe1, .lienBandeauFixe2, .lienBandeauFixe3, .lienBandeauFixe4, .lienBandeauFixe5, .lienBandeauFixe6, .lienBandeauFixe7, .lienBandeauFixe8 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Md';
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-weight: normal;
    margin: 20px 0 20px 40px;
}

.lienBandeauFixe8{
    font-weight: bold;
    padding: 20px 10px;
    background: #097BC3;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.lienBandeauFixe8:hover{
    background: #000;
    color: #fff;
}

    .lienBandeauFixe1:before, .lienBandeauFixe2:before, .lienBandeauFixe3:before, .lienBandeauFixe4:before, .lienBandeauFixe5:before, .lienBandeauFixe6:before, .lienBandeauFixe7:before{
        font-family: 'icomoonLaRoche';
        font-size: 35px;
        vertical-align: middle;
        margin-right: 20px;
    }

    .lienBandeauFixe1:before {
        content: "\a005";
    }

    .lienBandeauFixe2:before {
        content: "\a007";
    }

    .lienBandeauFixe3:before {
        content: "\a010";
    }

    .lienBandeauFixe4:before {
        content: "\a006";
    }

    .lienBandeauFixe5:before {
        content: "\a009";
    }

    .lienBandeauFixe6:before {
        content: "\a012";
    }

    .lienBandeauFixe7:before {
        content: "\e949";
        font-family: 'boonIco2';
    }



.infosHeader {
    float: right;
    position: relative;
    margin-top: -40px;
}

.associationHeader {
    float: left;
    vertical-align: middle;
    width: 150px;
    text-align: left;
    background: #ed2e6d;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 50px;
    position: relative;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .associationHeader:before {
        content: '\e90c';
        font-size: 20px;
        color: #fff;
        font-family: 'boonIco2';
        font-weight: normal;
        position: absolute;
        left: 15px;
        top: 10px;
        margin-right: 20px;
    }

    .associationHeader:hover {
        background: #c62359;
        color: #fff;
    }

.meteoHeader {
    float: left;
    color: #454545;
    font-size: 12px;
    text-align: right;
    margin-left: 20px;
}

    .meteoHeader span {
        font-size: 20px;
    }

.facebookHeader {
    background: url(../images/pictoFacebook.jpg) no-repeat center center;
    width: 43px;
    height: 43px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    float: left;
    margin-left: 20px;
}

.sepHeader {
    width: 1px;
    height: 25px;
    margin-left: 20px;
    margin-top: 8px;
    float: left;
    background: #454545;
    opacity: 0.3;
}

.facebookHeader:hover {
    opacity: 0.8;
}

.searchChamps {
    height: 43px;
}

.divContactHome {
    background: #edb02e;
    display: inline-block;
    padding: 0 15px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    float: left;
    height: 43px;
    line-height: 43px;
}

    .divContactHome:before {
        color: #fff;
        font-family: 'icomoonLaRoche' !important;
        content: "\a005";
        font-size: 20px;
    }

    .divContactHome:hover {
        background: #ce9f00;
    }

.contenuHome {
    margin-bottom: 115px;
    margin-top: -235px;
}

.blocEvenementsHome {
    width: 50%;
    float: left;
    margin-top: 20px;
    
}

.evenementsHome {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.blocEvenementsHome h2 {
    color: #097BC3;
}

    .blocEvenementsHome h2 span {
        font-family: 'HelveticaNeueLTStd-Bd';
    }

.voirAgenda {
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    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;
}

    .voirAgenda:before {
        content: '\e9c0';
        font-size: 10px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        font-family: 'boonIco2';
        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;
    }

.voirAgenda:hover:before{
    margin-right: 20px;
}


#bandeauSliderHome {
    height: 790px;
}

#bandeauSliderInterne {
    /*height: 496px;*/
    max-height: 496px;
    width: 100%;
    overflow: hidden;
    min-height: 211px;
}

#bandeauSliderHome #bandeauSlider {
    height: 790px;
}


.blocPratiqueDemarche {
    float: right;
    width: 48%;
}

.blocDemarchesAdministratives {
    background: #86408a url("../images/blocAdministratif.png") no-repeat scroll right 20px bottom;
    color: #fff !important;
    height: 170px;
    padding: 30px 10%;
    width: 80%;
}

.blocInfoPratique {
    height: 90px;
    width: 80%;
    padding: 10px 10%;
    background: #097BC3 url(../images/imgInfoPratique.png) no-repeat top right;
    margin-bottom: 10px;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
}

    .blocInfoPratique:hover {
        background: #095f96 url(../images/imgInfoPratique.png) no-repeat top right;
    }

    .blocInfoPratique h2 {
        color: #fff;
        margin-top: 10px;
    }

        .blocInfoPratique h2 span {
            font-family: "HelveticaNeueLTStd-Bd";
        }


.blocPaiementEnligne {
    height: 90px;
    width: 80%;
    padding: 10px 10%;
    background: #86408a;
    margin-bottom: 10px;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .blocPaiementEnligne:hover {
        background: #653268;
    }

    .blocPaiementEnligne:before {
        position: absolute;
        color: rgba(255, 255, 255, 0.40);
        content: '\e949';
        font-size: 120px;
        right: -20px;
        top: -20px;
        font-family: 'boonIco2';
    }

    .blocPaiementEnligne h2 {
        color: #fff;
        margin-top: 10px;
    }

        .blocPaiementEnligne h2 span {
            font-family: "HelveticaNeueLTStd-Bd";
        }

.blocRDVEnligne {
    height: 90px;
    width: 80%;
    padding: 10px 10%;
    background: #097BC3;
    margin-bottom: 10px;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .blocRDVEnligne:hover {
        background: #086aa8;
    }

    .blocRDVEnligne:before {
        position: absolute;
        color: rgba(255, 255, 255, 0.40);
        content: '\e910';
        font-size: 120px;
        right: -20px;
        top: 20px;
        font-family: 'boonIco2';
    }

    .blocRDVEnligne h2 {
        color: #fff;
        margin-top: 10px;
    }

        .blocRDVEnligne h2 span {
            font-family: "HelveticaNeueLTStd-Bd";
        }


.blocDemarchesAdministratives h2 {
    color: #fff !important;
}

    .blocDemarchesAdministratives h2 span {
        font-family: "HelveticaNeueLTStd-Bd";
    }

.btnBlancSavoirPlus {
    border: 1px solid #fff;
    display: table;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btnBlancSavoirPlus:hover {
        background: #fff;
        color: #86408a;
    }

.visite1 {
    height: 146px;
    background-image: url(http://fr-warwick-watts-la-roche-sur-foron.hdmedia.fr/360/cbphfp0eh/prints/photo87299_crop_800.jpg);
    background-repeat: no-repeat;
    display: block;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    max-width: 800px;
}


.visite2 {
    height: 146px;
    background-image: url(http://fr-warwick-watts-la-roche-sur-foron.hdmedia.fr/360/cbphfp1eh/prints/photo87305_crop_800.jpg);
    background-repeat: no-repeat;
    display: block;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    max-width: 800px;
}


.visite3 {
    height: 146px;
    background-image: url(http://fr-warwick-watts-la-roche-sur-foron.hdmedia.fr/360/cbphfp3eh/prints/photo87313_crop_800.jpg);
    background-repeat: no-repeat;
    display: block;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    max-width: 800px;
}


.visite4 {
    height: 146px;
    background-image: url(http://fr-warwick-watts-la-roche-sur-foron.hdmedia.fr/360/cbphfpzeh/prints/photo87298_crop_800.jpg);
    background-repeat: no-repeat;
    display: block;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    max-width: 800px;
}


    .visite1:hover, .visite2:hover, .visite3:hover, .visite4:hover {
        opacity: 0.7;
    }


/*---------- Homepage Actus --------*/
#panHomeActus {
    width: 100%;
    height: 550px !important;
}

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 300px !important;
        height: 300px !important;
    }


.blocActualiteHome {
    margin-bottom: 100px;
}


.classActu {
    position: relative;
    margin: 0;
    width: 25%;
    height: 550px;
    float: left;
    overflow: hidden;
}

    .classActu:hover .hoverActu {
        opacity: 0.9;
    }

.hoverActu {
    background: rgba(237,46, 109, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 315px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

    .hoverActu:before {
        content: "\a007";
        font-family: "icomoonLaRoche";
        font-size: 40px;
        height: 315px;
        position: absolute;
        text-align: center;
        top: 40%;
        width: 100%;
        color: #fff;
    }


/*.classActu:hover .classActuImage{
    background: rgba(237,46, 109, 0.9);
}*/

.classActuContenu {
    height: 155px;
    /*background: rgba(237,46, 109, 0.9);*/
    padding: 40px 15%;
}


.classActuTitre {
    margin-bottom: 10px;
    font-family: 'HelveticaNeueLTStd-Md';
    color: #fff;
    height: 45px;
    overflow: hidden;
}

    .classActuTitre a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .classActuTitre a:hover {
            opacity: 0.7;
        }


.classActuImage {
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
    background: #F4F4F4;
}

    .classActuImage img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        /*height: 100%;*/
        width: 100%;
    }

.classActuDate {
    font-size: 10px;
    color: #fff;
    margin: 5px 0;
    display: none;
}

.classActuTexte {
    height: 60px;
    line-height: 12px;
    overflow: hidden;
    text-align: justify;
    font-size: 11px;
    color: #fff;
}

.classActuSavoir {
    display: table;
    float: right;
    font-size: 10px;
    margin: 10px 0;
    text-align: right;
}

    .classActuSavoir a {
        display: block;
        float: right;
        background: #fff;
        color: #ed2e6d;
        text-decoration: none;
        padding: 4px 10px;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border: 1px solid #fff;
    }

        .classActuSavoir a:hover {
            color: #fff !important;
            background: transparent;
        }


/*---------- Homepage Bloc Articles Blog --------*/

#panHomeBlogArticles {
    margin: 20px 0;
    width: 300px;
    height: 200px !important;
}

    #panHomeBlogArticles .fotorama__stage { /*pour parametrer la hauteur du slider*/
        width: 300px;
        height: 200px !important;
    }

.classBlogArticle {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classBlogArticle:nth-child(2n+1) {
        margin-right: 40px;
    }

.classBlogArticleTitre {
    margin-bottom: 10px;
}

.classBlogArticleImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classBlogArticleSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}


/*-------------- CONTENU --------------*/
/*-------------------------------------*/


/*---------- Fil d'ariane --------*/
#divCheminNav {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    clear: both;
    color: #555;
    margin: 15px auto;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}


.conteneurInterne {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-weight: normal;
    line-height: 19px;
    position: relative;
    z-index: 80;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto 60px;
}

    .conteneurInterne li {
        line-height: 22px;
    }

    .conteneurInterne h1 {
        margin-bottom: 50px;
        line-height: 40px;
        text-align: left;
    }

    .conteneurInterne li a, .lienInterne {
        color: #097BC3;
        font-family: 'HelveticaNeueLTStd-Bd';
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        text-decoration: underline;
    }

        .conteneurInterne li a:hover, .lienInterne:hover {
            color: #000;
            text-decoration: none;
        }


.listeActusTitre {
    max-height: 72px;
    overflow: hidden;
}

.conteneurInterne h2 {
    text-transform: uppercase;
    color: #097BC3;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-Bd';
    padding-left: 15px;
    list-style: square;
    font-weight: normal;
    margin: 25px 0 25px 20px;
    display: list-item;
    text-align: left;
    line-height: 25px;
}

.important, strong {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #097BC3;
}


#blocAccessibilitePrint {
    float: right;
    margin-bottom: 10px;
}

.accessibiliteMoins {
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    margin-right: 10px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accessibilitePlus {
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    margin-right: 10px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accessibiliteImprimer:before {
    content: "\a015";
    font-family: 'icomoonLaRoche';
    font-size: 20px;
    color: #666666;
    vertical-align: -3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accessibiliteImprimer {
    text-decoration: none;
}

    .accessibilitePlus:hover, .accessibiliteMoins:hover, .accessibiliteImprimer:hover:before {
        color: #000;
    }

.contenuDroite .photoColonne {
    height: 215px;
    position: relative;
    overflow: hidden;
}

    .contenuDroite .photoColonne img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto !important;
    }

.contenuGauche .photoColonne {
    height: 215px;
    position: relative;
    overflow: hidden;
}

    .contenuGauche .photoColonne img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto !important;
    }

.btnInterne {
    color: #fff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #097BC3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: table;
    margin: 30px auto;
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
}

    .btnInterne:hover {
        background: #075d93;
        color: #fff;
        padding: 8px 25px;
    }

#bandeauSliderInterne .fotorama__stage {
    height: 496px !important;
    position: relative;
    overflow: hidden;
}

.contenuFullPhotoSeule .fotorama {
    height: 400px !important;
}

.contenuFullPhotoSeule .fotorama__stage {
    height: 350px !important;
    overflow: hidden;
    position: relative;
}

.pictoCenter {
    display: table;
    margin: 30px auto;
}

.lienPDF {
    background: #f4f4f4;
    width: 90%;
    padding: 8px 0;
    color: #666666;
    text-decoration: none;
    padding: 15px 5%;
    display: block;
    font-size: 13px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 10px auto;
}

    .lienPDF:before {
        font-family: 'boonIco2';
        font-size: 22px;
        content: '\f1c1';
        color: #ea4c3a;
        padding-right: 20px;
        vertical-align: -4px;
    }

    .lienPDF:after {
        font-family: 'icomoonLaRoche';
        font-size: 22px;
        content: "\a016";
        color: #aaaaaa;
        float: right;
        vertical-align: -4px;
    }

    .lienPDF:hover, .lienPDF a:hover {
        background: #097BC3;
        color: #fff !important;
    }

        .lienPDF:hover:before {
            color: #fff;
        }

        .lienPDF:hover:after {
            color: #fff;
        }

.lienWeb {
    background: #f4f4f4;
    width: 90%;
    padding: 8px 0;
    color: #666666;
    text-decoration: none;
    padding: 15px 5%;
    display: block;
    font-size: 13px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 10px auto;
}

    .lienWeb:before {
        font-family: 'boonIco2';
        font-size: 22px;
        content: '\ea22';
        color: #ea4c3a;
        padding-right: 20px;
        vertical-align: -4px;
    }

    .lienWeb a, .lienPDF a{
        display: inline-block;
    }


    .lienWeb:hover, .lienWeb a:hover {
        background: #097BC3;
        color: #fff !important;
    }

        .lienWeb:hover:before {
            color: #fff !important;
        }

.sepInterne {
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 20px auto;
}

.divParcours {
    background: #F4F4F4;
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

.divParcoursImg {
    height: 150px;
    overflow: hidden;
}

.divParcours img {
    width: 100%;
}

.divParcours:nth-child(2n+2) {
    float: right;
}

.divParcours p {
    text-align: center;
    margin-top: 30px !important;
}

.divDeveloppement {
    background: #F4F4F4;
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

.divDeveloppementImg {
    height: 420px;
    overflow: hidden;
}

.divDeveloppement img {
    width: 100%;
}

.divDeveloppement:nth-child(2n+2) {
    float: right;
}

.divAdresse {
    width: 38%;
    background: #F4F4F4;
    padding: 5%;
    text-align: center;
    /*float: left;*/
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
    overflow: hidden;
}

    .divAdresse:nth-child(2n+1) {
        /*float: right;*/
        /*margin-left: 3%;*/
        margin-left: 1%;
    }

    .divAdresse p {
        text-align: center;
    }

    .divAdresse span, .divAdresse strong, .divAdresseTitre {
        font-size: 16px;
        color: #0079BF;
        font-weight: normal !important;
        font-family: Arial;
        display: block;
    }

.divCommerce {
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
    padding: 2% 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.divCommerceNom {
    float: left;
    width: 80%;
}

.divCommerceTel {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.divInforon {
    display: table;
    margin: 30px auto;
    height: 300px;
    overflow: hidden;
}

    .divInforon img {
        height: 100%;
    }

.tab2 {
    width: 50%;
    margin-bottom: 20px;
}

    .tab2 td {
        text-align: center !important;
    }

        .tab2 td:first-child {
            text-align: left !important;
            font-weight: bold;
            color: #097BC3;
            vertical-align: middle;
        }



.lienDemarche {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #097bc3;
    color: #097bc3;
    font-size: 12px;
    margin: 2%;
    padding: 2% 4%;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 89%;
    display: block;
}

    .lienDemarche:hover {
        background: #097BC3;
        color: #fff;
    }


.demarche {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #097bc3;
    color: #097bc3;
    float: left;
    font-size: 14px;
    height: 200px;
    margin: 2%;
    padding: 4%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 21%;
}

    .demarche:hover {
        background: #097BC3;
        color: #fff;
    }

.demarche1:before {
    text-align: center;
    margin: 60px auto;
    content: "\a017";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}


.demarche2:before {
    text-align: center;
    margin: 60px auto;
    content: "\a019";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}


.demarche3:before {
    text-align: center;
    margin: 60px auto;
    content: "\a020";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}


.demarche4:before {
    text-align: center;
    margin: 60px auto;
    content: "\a022";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}


.demarche5:before {
    text-align: center;
    margin: 60px auto;
    content: "\a018";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}

.demarche6:before {
    text-align: center;
    margin: 60px auto;
    content: "\e9a8";
    font-size: 40px;
    font-family: 'boonIco2';
    clear: both;
    display: block;
}


.demarche7:before {
    text-align: center;
    margin: 60px auto;
    content: "\a024";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}


.demarche8:before {
    text-align: center;
    margin: 60px auto;
    content: "\a023";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}

.demarche9:before {
    text-align: center;
    margin: 60px auto;
    content: "\a025";
    font-size: 70px;
    font-family: 'icomoonLaRoche';
    clear: both;
    display: block;
}

.lbMenuMobile {
    display: none;
}


.referent {
    width: 180px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.conseil {
    width: 180px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 235px;
    overflow: hidden;
}


.parution {
    width: 180px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 10px 0;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
}


    .parution:hover {
        border: 1px solid #097BC3;
        background: #F4F4F4;
    }


    .referent:first-child, .conseil:first-child, .parution:first-child {
        margin-left: 0;
    }

.referentImage {
    width: 100px;
    margin: 0 auto 15px;
}

    .referentImage img {
        width: 100px;
        margin: 0 auto;
    }


.parutionImage {
    width: 156px;
    height: 220px;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
}

    .parutionImage img {
        height: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.referentDesc, .parutionDesc {
    text-align: center;
}

    .referentDesc span, .parutionDesc span {
        font-weight: bold;
        text-transform: uppercase;
    }

.actuDynamique .listeLigneActu:nth-child(2n+1) {
    margin-right: 10px;
}

.footerLeft .colonne2 {
    /*height: 120px;*/
    overflow: hidden;
    font-size: 13px;
}

.footerLeft .colonne2 p {
    font-size: 13px;
}
    /*------ ELEMENTS MISE EN PAGE --------*/
    /*-------------------------------------*/
    /*---------- Elements Généraux --------*/
    p {
    text-align: justify;
    line-height: 19px;
    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: square;
}



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: 35px;
    color: #097bc3;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    min-height: 25px;
    font-family: 'HelveticaNeueLTStd-Lt';
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    color: #454545;
    font-size: 25px;
    font-weight: normal;
    padding: 0px 0 0 0px;
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeueLTStd-Lt';
    text-transform: uppercase;
}

h3 {
    color: #777;
    font-size: 18px;
    padding: 0 0 0 0px;
    margin: 0px 0 10px 0px;
    /*text-decoration: underline;*/
    font-weight: normal;
}

/*---------- Liens standards ------------*/
a {
    color: #666666;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

/*---------- Textes --------*/

.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(9, 123, 195, 0.15);
    color: #097bc3;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(9, 123, 195, 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;
        vertical-align: middle;
    }

.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: 14px;
    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;
}


.colonne3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -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, .colonne3 li, .colonne4 li {
        text-align: left;
    }

.colonneAll {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.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-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;
    }

/*---------- Liens Footer ------------*/
footer a {
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
    }

/*---------- Liens Crosslink ------------*/
#crosslink a {
    text-decoration: none;
}


.liensCrosslink {
    text-align: center;
    margin: 0 auto 20px;
}

.lienCrosslink {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .lienCrosslink:hover {
        color: #FEC22B;
        text-decoration: none;
    }

.pictosCrosslink {
    width: 100%;
    border-bottom: 1px solid #3a95cf;
}

.pictoCrosslink1, .pictoCrosslink2, .pictoCrosslink3, .pictoCrosslink4 {
    display: inline-block;
    margin: 30px auto;
    padding: 0 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pictoCrosslink1 {
    width: 42px;
    height: 60px;
}

.pictoCrosslink2 {
    width: 79px;
    height: 37px;
}

.pictoCrosslink3 {
    width: 85px;
    height: 24px;
}

.pictoCrosslink4 {
    width: 64px;
    height: 31px;
}


    .pictoCrosslink1:hover, .pictoCrosslink2:hover, .pictoCrosslink3:hover, .pictoCrosslink4:hover {
        opacity: 0.8;
    }


.liensBasCrosslink {
    margin: 40px 0;
    float: right;
    font-size: 12px;
}

.lienBasCrosslink {
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .lienBasCrosslink:hover {
        color: #FEC22B;
        text-decoration: none;
    }

.lienFacebook {
    background: url(../images/pictoFacebook.jpg) no-repeat center center;
    width: 43px;
    height: 43px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .lienFacebook:hover {
        opacity: 0.8;
    }

.lienLinkedin {
    background: url(../images/pictoLinkedin.svg) no-repeat center center;
    width: 43px;
    height: 43px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .lienLinkedin:hover {
        opacity: 0.8;
    }

.liensBasCrosslink .lienFacebook {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.liensBasCrosslink .lienLinkedin {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

/*-------------- 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: 400px;
    margin-bottom: 2%;
    background: #F4F4F4;
    width: 48%;
    overflow: hidden;
}

    .listeLigneActu:nth-child(2n+1) {
        margin-left: 2%;
    }

#listingEvents .listeLigneActu:nth-child(n+2) {
    margin-left: 2%;
}

.listeActusConteneurImage {
    width: 100%;
    height: 155px;
    overflow: hidden;
    margin: 0 auto 30px;
    background: #fff;
    position: relative;
}

    .listeActusConteneurImage img {
        width: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.listeActusConteneurTextes {
    width: 84%;
    margin: 8% auto;
}

.listeActusTitre {
    font-size: 12px;
    margin: 0;
    color: #097BC3;
    padding-left: 0 !important;
    list-style: none !important;
    margin: 25px 0 !important;
}

    .listeActusTitre a {
        font-family: 'HelveticaNeueLTStd-Lt';
        text-decoration: none;
        color: #097BC3;
    }

.listeActusDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
    display: none;
}

.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 {
    width: 55%;
    display: inline-block;
    padding-right: 5%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #777;
}

.imgPhotoActu {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

    .imgPhotoActu img {
        width: 100%;
    }

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
    display: none;
}


/*------------ EVENTS --------------*/
/*---------------------------------*/

/*---------- Homepage Conteneur --------*/
#panHomeEvents {
    margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
    display: inline-block;
    width: 435px;
    position: relative;
    margin: 30px 0px 0px 0;
    vertical-align: middle;
    height: 75px;
    overflow: hidden;
}

    .classEvent:nth-child(2n+1) {
    }

.classEventTitre {
    float: left;
    height: 70px;
    overflow: hidden;
    padding: 0 5%;
    text-transform: uppercase;
    vertical-align: middle;
    width: 40%;
}

    .classEventTitre a, .classEventTitre p {
        text-align: left;
        text-transform: none;
        font-size: 14px;
    }

    .classEventTitre p {
        vertical-align: middle;
        height: 70px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .classEventTitre a {
        text-decoration: none;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        
    }

        .classEventTitre a:hover {
            color: #ee3e15;
        }

.classEventImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
    display: none;
}

.classEventDate {
    color: #fff;
    background: #ee3e15;
    display: inline-block;
    padding: 2% 4%;
    float: left;
    width: 12%;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 32px;
    text-align: center;
    line-height: 28px;
}

    .classEventDate .clsMois {
        font-family: 'HelveticaNeueLTStd-Lt';
        font-size: 21px;
        clear: both;
        display: block;
    }

.classEventTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
    display: none;
}

.classEventSavoir a {
    font-size: 11px;
    margin: 20px 0 0;
    color: #ee3e15;
    border: 1px solid #ee3e15;
    text-align: center;
    display: inline-block;
    float: right;
    text-decoration: none;
    padding: 8px 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 15%;
}

    .classEventSavoir a:hover {
        background: #ee3e15;
        color: #fff;
    }


/*---------- 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: #097BC3;
            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: 5px;
}


    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        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 -------------*/
/*----------------------------------*/

.formulaireInterne h2 {
    margin: 35px 0 50px 20px;
}

.tabFormulaire {
    line-height: 25px;
}

.formContact {
    line-height: 25px;
    margin-bottom: 30px;
}

    .formContact span {
    }

    .formContact tr td {
        padding-bottom: 5px;
    }

        .formContact tr td:first-child {
            padding-right: 20px;
            font-size: 14px;
        }

    .formContact input[type="text"] {
        width: 300px;
        height: 25px;
        border-bottom: 1px solid #e3e3e3;
        border-top: none;
        border-left: none;
        border-right: none;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background: #F4F4F4;
    }

    .formContact input[type="password"] {
        width: 300px;
        height: 25px;
        border: 0;
    }

    .formContact textarea {
        width: 300px;
        height: 80px;
        /*border-bottom: 2px solid #2187C8;*/
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background: #F4F4F4;
        border-bottom: 1px solid #e3e3e3;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .formContact input[type="submit"] {
    }

        .formContact input[type="submit"]:hover {
        }

.commentTab {
    font-size: 10px;
    font-style: italic;
}

.filtreActus select {
    display: table;
    margin: 0 auto 40px;
    width: 300px;
    border: 1px solid rgba(9, 123, 195, 0.30) !important;
    font-size: 13px !important;
    padding-left: 15px !important;
}


/*----------- 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: 275px;
    height: 250px;
    float: left;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 155px;
    width: 100%;
    display: none;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.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;
    width: 80%;
}

    .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: block;
}

.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: #0079BF;
    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;
        margin-top: 0;
        border: 1px solid transparent;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .cookiesBar input[type="submit"]:hover {
            border: 1px solid #fff;
            background: transparent;
            color: #fff;
        }


/*------  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;
}


/************ Accessibilité ***************/

#accessible {
    position: relative;
    font-size: 100%;
    /*taille de la police en pourcentage*/
}


/*---------- ACCORDEON FAQ ----------*/

.divProduitCategorie {
    padding-bottom: 0px;
}

.divProduitCategorieTitre {
    background: #F4F4F4;
    color: #000;
    padding: 1% 8%;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    width: 83%;
    border: 1px solid #F4F4F4;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .divProduitCategorieTitre:hover, .divProduitCategorieTitre.open {
        border: 1px solid #000;
        background: transparent;
    }

    .divProduitCategorieTitre p {
        display: inline-block;
        font-family: 'HelveticaNeueLTStd-Roman';
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 !important;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 840px;
    }

.divProduitCategorieContenu {
    padding: 0 37px;
    max-height: 0;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
}

    .divProduitCategorieContenu.open {
        max-height: 500px;
    }

.divProduitCategoriePlus {
    display: inline-block;
    cursor: pointer;
    float: right;
}

.aProduitCategoriePlus {
    color: #fff;
    text-decoration: none;
    background: url(../images/puceBas.png) no-repeat left bottom;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 8px;
}


.divProduitCategorieTitre.open .aProduitCategoriePlus {
    background: url(../images/puceBas.png) no-repeat right bottom;
}

    .divProduitCategorieTitre.open .aProduitCategoriePlus:hover {
        background: url(../images/puceBas.png) no-repeat right bottom;
    }



/*------------- TRAITEMENT SOUS MENU SUR PETIT ECRAN ------------*/

.ulNav6ssMenu {
    left: -350px !important;
    width: 350px !important;
}

/*.toggleSubMenu a:after {
    font-family: 'icomoonLaRoche' !important;
    font-size: 20px;
    color: #454545;
    content: "\a013";
    padding-right: 15px;
}*/

.toggleSubMenu a:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 17px;
    color: #fff;
    float: right;
    margin-left: 5px;
    vertical-align: middle;
}

.toggleSubMenu a.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
    vertical-align: middle;
}

.open_at_load a:after, .subMenu a:after {
    content: none !important;
}


/*-------------------- BIBLIOGRAPHIE -------------*/

.livre {
    float: left;
    height: 280px;
    margin: 2%;
    width: 46%;
}

.imgLivre {
    margin: 0 auto 15px;
    text-align: center;
}

.descLivre {
    text-align: center;
}

    .descLivre strong {
        text-transform: uppercase;
    }



.photoColonne .legende {
    font-style: italic;
    position: relative;
    z-index: 99;
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 6px 20px;
}

.imgDevDurable {
    width: 100%;
    max-width: 477px;
    margin: 20px auto;
}

    .imgDevDurable img {
        width: 100%;
    }


#boutonHaut {
    background: rgba(0, 0, 0, 0) url("../images/boutonHaut.png") no-repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 42px;
    position: fixed;
    right: 30px;
    width: 42px;
    z-index: 66666;
    cursor: pointer;
}

.hidden {
    display: none !important;
}


/*----- PAIEMENT EN LIGNE ------*/

.blocsPaiement{
    margin-top: 70px;
    display: block;
}

.blocPaiement {
    background: #4189cb;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blocPaiement1 {
    
}

    .blocPaiement .blocPaiementImage {
        width: 40%;
        display: block;
        height: 220px;
    }

        .blocPaiement a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 11px;
    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;
}

    .blocPaiement a:hover {
        color: #4189cb;
        background: #fff;
    }

.blocPaiement1 .blocPaiementImage {
    background: url(../images/paiement1.jpg) no-repeat center center;
    background-size: cover;
}

    .blocPaiement .blocPaiementDesc {
        padding: 5%;
        width: 50%;
    }

        .blocPaiement .blocPaiementDesc h2 {
            color: #fff;
            margin-left: 0;
            padding-left: 0;
            list-style: none;
            margin-top: 0;
        }

    .blocPaiement .blocPaiementDesc p {
        font-size: 13px;
        width: 70%;
        text-align: left;
    }


.blocPaiement2 {
}

    .blocPaiement2 .blocPaiementImage {
        background: url(../images/paiement2.jpg) no-repeat center center;
        background-size: cover;
    }