@charset "UTF-8";

/****************** Début maladiesPro *********************/

/* ----- Commun à toutes les pages Tableaux des maladies professionnelles ----- */
.tableau th.bold, .tableau td.bold {
    font-weight: bold !important;
}
/* Classe utilisé pour rendre les elements "bloc_compedit" responsive en mobile (sinon par défaut ces élements sont masqués) */
.maladiesPro .bloc_compedit_responsive {
	display: block;
}
.maladiesPro .bloc_compedit .bce_lienint {
    margin: 0 0 1em 0;
}
.maladiesPro .bloc_compedit .bce_contact a {
	padding-left:0;
	text-decoration: none !important;
}
.maladiesPro .bloc_compedit .bce_contact a:hover > span {
	text-decoration: underline;
}
.maladiesPro .bloc_compedit .bce_contact a:before {
	content:"@";
	display: inline;
	font-size:1.3em;
	margin:0 0.15em 0 0;
}
.maladiesPro .bloc_compedit .bce_contact span {
    line-height: 1.4em;
}
.maladiesPro .header .bandeauMilieu {
	background-image: url(../image/bordure-header.png);
}
/* ---- Page d'accueil maladiesPro */

/* -- Onglets de recherche Accueil Tableaux Maladies professionnelles-- */
.maladiesPro.accueilMaladiesPro #ZoneRecherche .search-box #search-nav a {
	width:33.33333333333%;
	vertical-align: middle;
}
.maladiesPro.accueilMaladiesPro .search-box #search-nav a#recherche-mots-cles-tableau.actif::after {
	left: 15%;
}
.maladiesPro.accueilMaladiesPro .search-box #search-nav a#recherche-pathologie-classement.actif::after {
	left: 48%;
}
.maladiesPro.accueilMaladiesPro .search-box #search-nav a#recherche-liste-tableau.actif::after {
	left: 81%;
}
.maladiesPro.resultatsRecherche .precisions {
	padding-top: 10px;
}
.maladiesPro .precisions a {
	color: inherit;
    text-decoration: underline;
	font-size: 90%;
}
.maladiesPro.accueilMaladiesPro #pathologie-libelle {
    text-align: center;
    margin: 0px 10px 10px;
    line-height: 18px;
    font-size: 17px;
}
.maladiesPro.accueilMaladiesPro #confirmation-lien-arborescence .button-wrapper {
	text-align: center;
}
.maladiesPro.accueilMaladiesPro #confirmation-lien-arborescence .boutonWrap{
	display: inline-block;
	margin-right: 2em;
}
.maladiesPro.accueilMaladiesPro #confirmation-lien-arborescence .button-wrapper .boutonWrap > input {
	height: 2.6875em;
	font-weight: bold;
	font-style: normal;
	font-size: 1.230769230769231em;
	color: #FFF;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 1em;
	width: 70px;
}
/* -- Zone présentation -- */
.maladiesPro.accueilMaladiesPro #ZonePresentation > .illustration {
	float:right;
	margin: 0 1.5em 1em 0;
}
.maladiesPro.accueilMaladiesPro #ZonePresentation .actions {
	margin:2em 0 0 0;
}
 .maladiesPro.accueilMaladiesPro #ZonePresentation .actions a {
	display: block;
	font-size:1.2em;
	min-height: 20px;
	font-weight: bold;
}
.maladiesPro.accueilMaladiesPro #ZonePresentation .actions a span:before {
	content:"\00a0"; /* espace insécable */
	font-size: 1;
	display: inline-block;
	position: relative;
	top:-2px;
	vertical-align: middle;
	width:19px;
	height:20px;
	background: url(../img/maladiesPro/pictos.png) -25px 0 no-repeat;
	padding:0 7px 0 0;
}
.maladiesPro.accueilMaladiesPro .bloc_compedit .dernieres_modifications li  {
	font-weight: bold;
	color: #3c3c3c;
}
.maladiesPro.accueilMaladiesPro .bloc_compedit .dernieres_modifications li a {
	display: inline;
	text-decoration: underline;
}

/* -- ZoneRecherche -- */
.maladiesPro.accueilMaladiesPro #ZoneRecherche .soustitrePage {
    margin-bottom: 10px;
	margin-top: 30px;
}
.maladiesPro.accueilMaladiesPro #ZoneRecherche h2.sousTitre {
    margin-top: 0;
}
.maladiesPro h2.sousTitre {
    clear: both;
    font-family: pt_sans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.846153846153846em;
    color: #ea7420;
    margin: 26px 0 9px 0;
}

/* -- Choix Régimes -- */
.maladiesPro span.regimeGeneral,
.maladiesPro.rechercheAvancee .search-box .liste_regimes .regimeGeneral,
.maladiesPro.resultatsRecherche .liste_regimes .regimeGeneral,
.maladiesPro.resultatsRecherche .tableau  td.regimeGeneral,
.maladiesPro.resultatsRecherche .tableau tr.regimeGeneral > td:first-child {
    background-color: #afd5ec;
}
.maladiesPro.fiche span.regimeAgricole,
.maladiesPro.rechercheAvancee .search-box .liste_regimes .regimeAgricole,
.maladiesPro.resultatsRecherche .liste_regimes .regimeAgricole,
.maladiesPro.resultatsRecherche .tableau  td.regimeAgricole,
.maladiesPro.resultatsRecherche .tableau tr.regimeAgricole > td:first-child {
    background-color: #b4dbb5;
}
.maladiesPro.rechercheAvancee .search-box .liste_regimes label {
	display: table-cell;
	vertical-align: baseline;
	font-weight: normal;
	padding: 6px 8px;
}
.maladiesPro.rechercheAvancee .search-box .liste_regimes {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;	

	-webkit-column-gap : 2em;
	-moz-column-gap : 2em;
	column-gap : 2em;

	vertical-align: middle;
}
.maladiesPro.rechercheAvancee .search-box .liste_regimes input,
.maladiesPro.resultatsRecherche .liste_regimes input {
	vertical-align: -20%;
	display: inline-block;
}

/* -- Plan de classement -- */
.maladiesPro.rechercheAvancee .arborescence .titre {
    display: block;
	padding-left: 10px;
	cursor: pointer;
}
.maladiesPro.rechercheAvancee .arborescence .titre.replie {
    background: url(../image/fleche-arborescence-replie.png) 0 6px no-repeat;
}
.maladiesPro.rechercheAvancee .arborescence .titre.deplie {
    background: url(../image/fleche-arborescence-deplie.png) 0 6px no-repeat;
}
.maladiesPro.rechercheAvancee .arborescence a  {
	color: #b0273e;
}
.maladiesPro.rechercheAvancee .arborescence li {
    line-height: 20px;
}
.maladiesPro.rechercheAvancee .arborescence .sousNiveau li {
	padding: 2px;
    line-height: 20px;
}
.maladiesPro.rechercheAvancee .arborescence > ul > li > span {
	font-weight: bold;
	margin-left: -10px;
}
.maladiesPro.rechercheAvancee .arborescence ul.sousNiveau {
	padding-left: 10px;
}
.maladiesPro.rechercheAvancee .arborescence ul.sousNiveau span {
    display: block;
    margin-left: -10px
}
.maladiesPro.rechercheAvancee .arborescence .replie + .sousNiveau {
	display: none;
}
/* -- Page Accueil / Recherche -- */
.maladiesPro.rechercheAvancee .search-box .liste_regimes li{
	margin-bottom: 5px;
}
/* -- Résultats de recherche -- */
.maladiesPro.resultatsRecherche .lienRetourRecherche {
	display: none;
}
.maladiesPro.resultatsRecherche .lienRetourRecherche .retourRecherche {	
    padding: 6px 0 0 10px;
    font-weight: bold;
    background: url(../image/fleche-arborescence-replie.png) 0px 9px no-repeat;
    display: inline-block;
}
.maladiesPro.resultatsRecherche .affinage {
	background-color: #787f86;
}
.maladiesPro.resultatsRecherche .liste_regimes {
	width: 435px;
}
.maladiesPro.resultatsRecherche .liste_regimes > div {
	margin-bottom: 5px;	
}
.maladiesPro.resultatsRecherche .liste_regimes .lesDeux {
	color: #FFF;
}
.maladiesPro.resultatsRecherche .liste_regimes label {
	display: inline-block;
	vertical-align: baseline;
	font-weight: normal;
	padding: 6px 8px;
	margin: 0px 8px 0 0px;
}
 .maladiesPro.resultatsRecherche .wrapper > .tableau {
	 margin-bottom: 60px;
 }
/* -- Bouton "Affiner la recherche" dans les resultats de recherche -- */
.maladiesPro.maladiesPro.accueilMaladiesPro .search-box label {
	margin-bottom: 10px;
}
.maladiesPro.resultatsRecherche #affinerRechercheInput_button{
	width: 36px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;	
	border: 0;
	-webkit-border-radius:0;
	border-radius:0;
	padding: 0;	
	cursor: pointer;
}
.maladiesPro.resultatsRecherche #affinerRechercheInput_button:hover{
	text-decoration: underline;
}
.maladiesPro.resultatsRecherche #affinerRechercheInput_button {
	background: #ff8d3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8d3c 0%, #ea7420 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8d3c), color-stop(100%,#ea7420)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8d3c 0%,#ea7420 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8d3c 0%,#ea7420 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8d3c 0%,#ea7420 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8d3c 0%,#ea7420 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d3c', endColorstr='#ea7420',GradientType=0 ); /* IE6-9 */	
	-moz-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	-o-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=236, Strength=2);*/
}
/* -- Page Resultats de recherche -- */
.maladiesPro.resultatsRecherche .tableau tr {
	border-bottom: 1px solid #fff;	
	cursor: pointer;
}
.maladiesPro.resultatsRecherche .tableau th {
	padding: 0.3em 1.5em;
}
.maladiesPro.resultatsRecherche .tableau td{
	padding: 1em 0.9em;
	vertical-align: middle;
}
.maladiesPro.resultatsRecherche .affiner {
	padding-right: 0;
	border-right: none;
}
.maladiesPro.resultatsRecherche .affiner .wrapperFields {
	width: 100%;
}
.maladiesPro.resultatsRecherche .affiner .titre {
	width: 150px;
}
.maladiesPro.resultatsRecherche.listeTableaux .affiner .wrapperFields {
	width: 70%;
}
.maladiesPro.resultatsRecherche.listeTableaux .affiner .titre {
	width: 150px;	
}
.maladiesPro.resultatsRecherche .no-results {
	margin-top: 20px;
}
.maladiesPro.resultatsRecherche .no-results ul {
    margin-left: 20px;
}
.maladiesPro.resultatsRecherche .no-results li:before {
    content: url(../img/liorangecarre.gif);
    padding-right: 10px;
    vertical-align: 25%;
}
.maladiesPro.resultatsRecherche .no-results p {
    font-weight: bold;
}
.maladiesPro.resultatsRecherche .no-results p:last-child:before {
    content: url(../img/pucevideor.gif);
}

/* -- Affinage recherche -- */
.maladiesPro.resultatsRecherche .affinageRecherche {
    margin: 20px 0;
    width: 29%;	
    float: right;
    background-color: white;
	position: relative;
}

.maladiesPro.resultatsRecherche #affinerRechercheInput_field {
	display: inline-block;
	background-color: transparent;
	border: 0;
	width: 82%; 
	height: 30px;
	padding:0 4px 0 10px;
}
 .maladiesPro.resultatsRecherche #affinerRechercheInput_field.bluredAndEmpty {
 	background: url('../image/footer/placeholder_adresse_mail.png') center left no-repeat;
}

/* -- Tableaux -- */
.maladiesPro .tableau .numero {
	font-weight: bold;
}
	
.maladiesPro .tableau tr.not-hover:hover,
.maladiesPro .tableau tr.not-hover{
	background-color: transparent !important;
}
.maladiesPro .tableau tr.not-hover {
	border-bottom: 1px solid #e5e5e5 !important;	
}
.maladiesPro .tableau th.gris-clair, .maladiesPro.fiche .tableau th:nth-child(odd){
	background-color: #e5e5e5 !important;	
	color: #3c3c3c !important;	
}
.maladiesPro .tableau tbody tr:hover td {
	background-color: #ddd !important;
}
.maladiesPro .tableau tbody a:hover {
	text-decoration: none;
}
/* --- Page Generalites --- */
.maladiesPro.generalites .sectionFiche .tableau tr,
.maladiesPro.generalites .sectionFiche .tableau tr td,
.maladiesPro.generalites .sectionFiche .tableau tr:hover,
.maladiesPro.generalites .sectionFiche .tableau tr:hover td{
	background-color: transparent !important;
	cursor: default;
}
.maladiesPro.generalites .tableau tr {
	border-bottom: 1px solid #e5e5e5 !important;	
}
.maladiesPro.generalites .tableau .statistiques {
	width: 70%;
}
.maladiesPro.generalites .navigationPages {
	border: none;
	width: 100%;
}
.maladiesPro.generalites h3, .maladiesPro.generalites h4, .maladiesPro.generalites h5, .maladiesPro.generalites h6 {
    font-weight: bold;
    margin: 1.5em 0 0.5em 0;
    color: #787f86;
}
.maladiesPro.generalites h4.titreSection {
	font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.4em;
    color: #ea7420;
    margin: 0;
}
.maladiesPro.generalites h3 {
	font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.692307692307692em;
    color: #3c3c3c;
    margin-top: 26px;
}
.maladiesPro.generalites h4 {
	font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.538461538461538em;
    color: #787f86;
    margin-top: 26px;
}
.maladiesPro.generalites h5{
    font-family: pt_sans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    color: #787f86;
    margin-top: 1em;
}

.maladiesPro.generalites #comment .MsoNormal{
	font-weight: bold;
	line-height: 1.4rem;
	margin: 1rem 0;
}
.maladiesPro.generalites #comment .resume{
	font-weight: normal;
	text-transform: none;
	margin: 1rem 0rem 1rem 4rem;   
}
.maladiesPro.generalites #comment a{
	color: #b0273e;
	font-weight: bold;
	word-wrap: break-word;
}
.maladiesPro.generalites #comment h3{
    font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.846153846153846em;
    color: #ea7420;
    margin-top: 26px;
    margin-bottom: 10px;
}
.maladiesPro.generalites #comment h4{
    font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.692307692307692em;
    color: #3c3c3c;
    margin-top: 20px;
    margin-bottom: 8px;
}
.maladiesPro.generalites #comment h5{
    font-family: pt_sans, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.238461538461538em;
    color: #000;
    margin-top: 20px;
    margin-bottom: 8px;
}
.maladiesPro.generalites #comment p {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    color: #000;
	line-height: 1.230769230769231em;
}
.maladiesPro.generalites .titreSection {
    font-family: pt_sans, sans-serif;
    margin: 0.5em 0;
    font-weight: bold;
    font-style: normal;
    font-size: 1.846153846153846em;
    color: #ea7420;
}
/* -- Entête d'une fiche tableau --*/ 
.maladiesPro.generalites #entete {
	margin: 1em 0 2em;
}
.maladiesPro.generalites #entete > .titre > .wrapper {
	padding: 5px 20px;
}
.maladiesPro.generalites #entete > .titre > .wrapper > span:first-child {
	text-transform: uppercase;
    color: #fff;	
	vertical-align: top;
    display: inline-block;
	width: 265px;
    margin: 5px 0;
	font-weight: bold;
	font-size: 1.15384615384615em;
}
.maladiesPro.generalites #entete > .titre a.boutonImportant {
	font-size: 1em;
	text-transform: initial;
	margin: 5px 0;
	margin-right: 20px;
}
.maladiesPro.generalites #entete > .titre .boutons {
	display: inline-block;
    vertical-align: top;
	margin-right: 20px;
}

.maladiesPro.generalites #entete > .titre .boutons:is(.tableauEquivalent, .tableauEquivalent .boutons) {
	margin-right: 0;
}
.maladiesPro.generalites #entete > .titre .boutons.tableauEquivalent .boutons a.boutonImportant {
	margin-right: 0;
}
.maladiesPro.generalites #entete > .sommaire > .wrapper > .titre,
.maladiesPro.generalites #entete > .sommaire > .wrapper > .liensContenu .tableauEquivalent {
	display: none;
}
.maladiesPro.generalites #entete > .sommaire a.boutonImportant {
	margin: 8px 0px;
}
.maladiesPro.generalites .tableauPage {
	margin: 20px 0 10px;	
}
.maladiesPro.generalites .tableauPage span {
	font-family: pt_sans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 100%;
    padding: 5px 15px;
}
.maladiesPro.generalites #Fiche span {
	font-family: pt_sans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    line-height: 100%;
    padding: 5px 15px;
}
.maladiesPro.generalites .versionFiche {
    margin: 1em 4px 1em 0;
    color: #757575;
    text-align: left;
    font-style: italic;
}
.maladiesPro.generalites .versionFicheMobile {
	display: none;
}
/* -- Page Adresses utiles -- */
.maladiesPro.adresses p.introPage {
    margin: 20px 0;
    font-size: 1.1rem;
}
.maladiesPro.adresses .bce_titre {
    font-size: 1.4rem;
	color: #787f86;
	font-family: 'pt_sans' !important
}
.maladiesPro.adresses #search-adresse {
	display: none;
}
.maladiesPro.adresses h3.soustitrePage {
	font-size: 1.5em;
    font-weight: bold;
}
.maladiesPro.adresses .contenu {
    margin: 5px 25px;
    line-height: 17px;
}
.maladiesPro.adresses .contenu a {
    color: #b0273e;
    font-weight: bold;
}
.maladiesPro.adresses .contenu .date {
    float: right;
}
/* --- RESPONSIVE --- */


@media screen and (max-width: 979px) {
    .maladiesPro .tableau.responsive.responsiveReady .normalRes {
        display: table;
    }
    
    .maladiesPro .tableau.responsive.responsiveReady .lowRes  {
        display: none;
    }
}
/* Largeur inférieure à 960px */
@media screen and (max-width:960px) {
	.maladiesPro.generalites #entete .titre .wrapper > span{
		width: 100%;
	}
}
/* Largeur inférieure à 850px */
@media screen and (max-width:850px) {
	.maladiesPro.resultatsRecherche .liste_regimes {
	    width: 300px;
	}
}
/* Largeur inferieure a 600px */
/* Point de rupture pour l'iPad */
@media screen and (max-width:768px) {
	.maladiesPro.resultatsRecherche .liste_regimes {
	    width: 435px;
	}
	.maladiesPro.resultatsRecherche .affinageRecherche {
		display:none;
	}
	.maladiesPro .container_colonneDroite .modifierRecherche {
		display: none;
	}
	.maladiesPro .lienRetourRecherche {
		display: block !important;
	}
	.maladiesPro.generalites #entete {
	    margin: 1em 0 0;
	}
	.maladiesPro.resultatsRecherche .affiner .titre {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.maladiesPro.resultatsRecherche .affiner .wrapperFields{
		display: block;
		width: 100%;
	}
}
/* Largeur inferieure a 600px */
@media screen and (max-width:600px) {
	.maladiesPro.generalites #sommaire > .liens > .wrapper > .boutons {
		width:50%;
	}
	.maladiesPro.resultatsRecherche .liste_regimes {		
		width: 300px;
	}
	.maladiesPro.generalites .tableau .statistiques {
		width: 100% !important;
	}
}
/* Largeur comprise entre 481px et 600px */
@media screen and (min-width:481px) and (max-width:600px) {
	.maladiesPro.resultatsRecherche .liste_regimes {		
		width: 170px;
	}
}
/* Largeur inférieure à 480px */
@media screen and (max-width:480px) {
	.maladiesPro.rechercheAvancee .search-box .liste_regimes {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.maladiesPro.resultatsRecherche .liste_regimes {		
		width: 170px;
	}
	.maladiesPro.resultatsRecherche .affinageRecherche {
		width: 100%;
	}
	.maladiesPro.generalites #entete > .sommaire > .wrapper > .titre,
	.maladiesPro.generalites #entete > .sommaire > .wrapper > .liensContenu > .tableauEquivalent {
		display: block !important;
	}
	.maladiesPro.generalites #entete > .titre {
		display: none;
	}
	.maladiesPro.generalites .tableau th {
		padding: 0.5em;
	}
	.maladiesPro.generalites .tableau td {
		padding: 0.5em;
	}

	.maladiesPro.adresses #carte {
		display: none;
	}
	.maladiesPro.adresses #search-adresse {
		display: block !important;
	    padding: 20px 5% 20px 5%;
	}
	.maladiesPro.generalites .pagination .select-style {
		width: 100%;
	}
	.maladiesPro.generalites .pagination .navigationPages .nav_suiv {
		width: 4%;
	}
}

/* Largeur inférieure à 350px */
/* Ajout du point de rupture de 350px pour l'iphone */
@media screen and (max-width:350px) {
	.maladiesPro.rechercheAvancee .search-box .liste_regimes {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;	
	}
}
	
@media print {
	.maladiesPro .retourFiche,
	.maladiesPro .retourAuxResultats,
	.maladiesPro .modifierRecherche,
	.maladiesPro .retourRecherche {
		display: none !important;
	}
}

/****************** Fin maladiesPro **********************/