/******************************************************************************/
/*                         ECOMARQUAGE Style Sheet                            */
/******************************************************************************/

/* HEADER MENU */
.tx_ecomarquage_menu {
    margin-bottom: 20px;
}
.tx_ecomarquage_menu #navbarMenu {
    margin-top: 20px;
}
.tx_ecomarquage_menu a {
    text-decoration: none;
}
@media (min-width: 62rem) {
    .tx_e_co_marquage {
        display: table;
        width: 100%;
    }
    .tx_ecomarquage_menu {
        float: left;
        width: 350px;
    }
    .tx_ecomarquage_menu+.tx_ecomarquage_service_complementaire {
        padding-left: 350px;
    }
    .tx_ecomarquage_menu #navbarMenu {
        margin: 0;
        padding: 20px;
    }
}

/* Breadcrumb */
.tx_ecomarquage_fil_d_ariane a {
    text-decoration: none;
}

/* Liste */
ul.tx_ecomarquage_liste,
ul.tx_ecomarquage_sequentiel {
    list-style: initial;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
ul.tx_ecomarquage_liste ul,
ul.tx_ecomarquage_sequentiel ul{
    margin-bottom: 0px;
}
.tx_ecomarquage_liste li p {
    margin: 0;
} 

/* Bloc Sur-titre */
.tx_ecomarquage_sur_titre {
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

/* Bloc titre */
.tx_ecomarquage_titre {
    font-size: 1.125rem;
    padding: 0 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.tx_ecomarquage_titre p {
    margin: 0;
    font-size: 1.125rem;
}

/* PUBLICATION */
.tx_ecomarquage_publication {
    margin-bottom: 30px;
}
.tx_ecomarquage_publication>* {
    padding: 0 15px;
    width: 100%;
}

/* Onglet */
.tx_ecomarquage_onglet_item.nav-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
}
.tx_ecomarquage_onglet_item.nav-item label .tx_ecomarquage_titre {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    border: none;
}
.tx_ecomarquage_onglet_item.nav-item label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.tx_ecomarquage_onglet_item.nav-item [type="radio"]:checked+label::before {
    border-color: #dee2e6 #dee2e6 #fff;
}
.tx_ecomarquage_onglet_item.nav-item [type="radio"] {
    margin-right: 10px;
}
.tx_ecomarquage_onglet_contents,
.tx_ecomarquage_radio_contents {
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.tx_ecomarquage_onglet_contents .tx_ecomarquage_introduction {
    padding: 0;
}
.tx_ecomarquage_onglet .col-12 {
    padding: 0;
    margin-bottom: 20px;
}

/* Bloc section Card */
.tx_ecomarquage_section.card {
    margin-bottom: 30px;
}
.tx_ecomarquage_section.card .card-body {
    padding: 0 1.25rem;
}
.tx_ecomarquage_section.card .list-group-item {
    padding: 0.75rem 0;
}
.tx_ecomarquage_section.card a {
    text-decoration: none;
}
.tx_ecomarquage_section.card .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.tx_ecomarquage_section.card .list-group-item .tx_ecomarquage_sequentiel {
    margin: 0;
}

/* Accordion */
.tx_e_co_marquage .accordions {
    margin-bottom: 30px;
}
.tx_e_co_marquage .accordions .card-header {
    padding: 0;
}
.tx_e_co_marquage .accordions .btn{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    padding: 15px 50px 15px 15px;
}
.tx_e_co_marquage .accordions .btn:after {
    font-family: "fontello";
    content: '\e843';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%) rotate(45deg);
    font-size: 15px;
    transition: all 0.25s;
}
.tx_e_co_marquage .accordions .btn[aria-expanded="true"]:after {
    transform: translate(0,-50%) rotate(0deg);
}

/*Bloc Chapitre*/
.tx_ecomarquage_chapitre .card-header .tx_ecomarquage_titre {
    padding: 0;
    margin: 0;
    border: none;
}
.tx_ecomarquage_chapitre .card-header p {
    margin: 0;
    font-size: 1.3rem;
}
.tx_ecomarquage_chapitre .tx_ecomarquage_service_en_ligne {
    margin-bottom: 20px;
}

/* Bloc fiche - dossier */
.tx_ecomarquage_publication>.tx_ecomarquage_fiche,
.tx_ecomarquage_publication>.tx_ecomarquage_dossier {
    padding: 0 15px;
}
.tx_ecomarquage_publication>.tx_ecomarquage_dossier ul {
    margin: 0;
}
.tx_ecomarquage_publication>.tx_ecomarquage_fiche a,
.tx_ecomarquage_publication>.tx_ecomarquage_dossier a {
    display: block;
    max-width: 400px;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    text-decoration: none;
}

/*Bloc Cas*/
.tx_ecomarquage_bloc_cas {
    margin-bottom: 20px;
}

/* Bloc attention */
.tx_ecomarquage_attention {
    margin-bottom: 20px;
}
.tx_ecomarquage_attention h3 .tx_ecomarquage_titre {
    font-size: inherit;
    margin: inherit;
    padding: 0;
    border: none;
}
.tx_ecomarquage_attention p {
    margin: 0;
}

/* Bloc voir aussi */
.tx_ecomarquage_voir_aussi {
    margin-bottom: 30px;
}
.tx_ecomarquage_voir_aussi .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}


/* Service en ligne */
.tx_ecomarquage_service_complementaire>* {
    display: block;
    padding: 0 15px;
    width: 100%;
}
.tx_ecomarquage_service_complementaire>.tx_ecomarquage_texte {
    margin-bottom: 20px;
}

.tx_ecomarquage_service_complementaire>.tx_ecomarquage_dossier{
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
.tx_ecomarquage_service_complementaire>.tx_ecomarquage_dossier a{
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem; 
    text-decoration: none;
}
.tx_ecomarquage_service_complementaire>.tx_ecomarquage_dossier a:after {
    font-family: "fontello";
    content: '\e849';
    font-size: 15px;
    margin-left: 10px;
}
.tx_ecomarquage_service_complementaire>.tx_ecomarquage_dossier ul{
    margin-bottom: 0px;
}

/* Lien externe */
.tx_ecomarquage_lien_web,
.tx_ecomarquage_lien_externe_commente {
    display: block;
    padding: 0 15px;
    margin-bottom: 20px;
}