@charset "utf-8";
/* FEUILLE DE STYLE PAGE CONTENU NIVEAU 2 SITE INTERNET NANTES HABITAT */
/* AVRIL 2015 - TSRb ETUDES & DEV WYNIWYG */

/* --------------------------------------------------- */
/* ---------------------- MAIN ----------------------- */
/* --------------------------------------------------- */

.pageContenu.faq section.row {
    /*background: none;*/
    border-left: none;
    padding-top: 2%;
}

/* TITRE PAGE */
.faq .titreMainNiv1 {
    color: #ffffff;
    font-size: 2.66666em; /* 32pt */
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    background: none;
    padding-left: 7.5px;
}
.faq p.intro {
    color: #ffffff;
    font-size: 1.5em; /* 18 pt */
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    padding-left: 10px;
}

/* BLOC PRINCIPAL */

.faq .blocPrincipal {
    /*margin-left:0;*/
    padding-left: 4.16666667%;
    padding-right: 3%;
    margin-right: 2%;
}

.faQuestion {
    margin-top: 10px;
    margin-bottom:10px;
    background-color: #fff;
    color:#000;
}
.faQuestion h2.titreQuestion{
    color: #ffffff;
    line-height: 1.2;
    padding: 10px 0;
    text-align: left;
    background-image: url("../bundles/nhcore/images/picto-triangle-blanc-left.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.faQuestion h2.titreQuestion.colorYellow{
    background-image: url("../bundles/nhcore/images/picto-triangle-noir-left.png");
}
.faQuestion h2.titreQuestion:hover{
    cursor: pointer;
}
.faQuestion h2.questionOuverte{
    background-image: url("../bundles/nhcore/images/picto-triangle-blanc-bas.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.faQuestion h2.questionOuverte.colorYellow{
    background-image: url("../bundles/nhcore/images/picto-triangle-noir-bas.png");
}
.faQuestion h2.titreQuestion span{
    margin-left:50px;
    padding-right:20px;
    display: block;
}
.faQuestion h2.titreQuestion.colorYellow span{
    color: black;
}
.faQuestion div p{ /*margin: 10px 50px;*/ margin: 2% 3%; font-family: "Open Sans",sans-serif; font-size: 1.333em; /* 16 pt */ }

/* BLOC 2 */
.faq .bloc2N2 {
    margin-top:10px;
}
.faq .bloc2N2 ul  {
    margin-top:0;
}
.bloc2N2 li.titreBlocViolet {
    border: 1px solid #9c117c;
    color: #ffffff;
    line-height: 2;
    list-style: outside none none;
    text-align: center;
    text-transform: uppercase;
}
/* ---------------------------------------------------------- */
/* --------------------- MEDIA QUERIES ---------------------- */
/* ---------------------------------------------------------- */


@media (max-width: 767px) {/* préfixe xs */
    .faq .bloc2N2,
    .faq .bloc2N2 ul  {
        padding:0;
    }
}
@media (min-width: 768px) and (max-width: 991px) { /* préfixe sm */

    .faq .bloc2N2,
    .faq .bloc2N2 ul  {
        margin-top:0;
        padding:0;
    }
    .bloc2N2 .aVoirAussi {
        display: inline-block;
        float: left;
    }
    .bloc2N2 .enSavoirPlus {
        clear: none;
        display:inline-block;
        float: left;
    }
}