/*General*/

.corps {
    background: #fff;
    padding-top: 55px;
        padding-bottom: 55px;
    width: 95%;
    margin: 0 auto;
    clip-path: polygon(0 2%, 100% 0%, 100% 99%, 0% 99%);}

div#head-praticien {
    width: 93%;
    margin: 0 auto;
}

div#head-praticien h2 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 35px;
        line-height: 1.2em;
}

div#head-praticien p {
    background: #005a8f;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.corps img {
    border: none!important;
    max-height: 100%!important;
}

/*Fiches Orange = Praticien : concerne le praticien et son exercice au cabinet/environnement professionnel */

.fiches-orange .corps h3 {
    background: none;
    text-align: left!important;
    margin: 0;

    font-size: 20px;
   padding: 0 32px;
}

.fiches-orange {
    background: url(/themes/cnsd2/css/img5/fond-orange.jpg) no-repeat;
    padding-top: 215px;
    margin-top: -50px;
    background-color: #e96a22;
        padding-bottom: 50px;
    margin-bottom: 10px;
}

.fiches-orange .frame{
    background: #e48a00!important;
        margin: 0 20px;
    font-size: 15px!important;
    padding: 20px 20px!important;
}

/*Fiches Bleues = Ressources humaines concernant le praticien employeur*/

.fiches-violet .corps h3, .fiches-clair .corps h3 {
    background: none;
    text-align: left!important;
    margin: 0;
color:#7c7cba!important;
    font-size: 20px;
   padding: 0 32px;
}

.fiches-violet, .fiches-clair {
    background: url(/themes/cnsd2/css/img5/fond-clair.jpg) no-repeat;
    padding-top: 215px;
    margin-top: -50px;
    background-color: #7c7cba;
        padding-bottom: 50px;
    margin-bottom: 10px;
}

.fiches-violet .frame, .fiches-clair .frame{
    background: #ffc000!important;
        margin: 0 20px;
    font-size: 15px!important;
    padding: 20px 20px!important;
}

.fiches-violet div#head-praticien p, .fiches-clair div#head-praticien p {
    background: #ffc000;
}

/*Fiches Vertes = Réglementaire : environnement réglementaire et normatif au cabinet */

.fiches-verte .corps h3 {
    background: none;
    text-align: left!important;
    margin: 0;
color:#18896f!important;
    font-size: 20px;
   padding: 0 32px;
}

.fiches-verte .corps img {
    border: none!important;
    max-height: 500px!important;
}

.fiches-verte {
    background: url(/themes/cnsd2/css/img5/fond-vert.jpg) no-repeat;
    padding-top: 215px;
    margin-top: -50px;
    background-color: #18896f;
        padding-bottom: 50px;
    margin-bottom: 10px;
}

.fiches-verte .frame{
    background: #c2037d!important;
        margin: 0 20px;
    font-size: 15px!important;
    padding: 20px 20px!important;
}

.fiches-verte div#head-praticien p {
    background: #c2037d;
}


/*Tableau*/

.corps.tableau {
    padding: 100px 50px;
}

.corps.tableau h3 {
    padding: 10px 0!important;
}

/* Rtable */
.fiches-clair .Rtable,
.fiches-orange .Rtable,
.fiches-verte .Rtable,
.fiches-violet .Rtable {
    margin-left: 2.5%;
    margin-right: 2.5%;
}