/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* recurent*/
.center {
    text-align: center !important;
}
.c-gris-m {
    color: #a9a9a9;
}
.c-noir {
    color: #000;
}
.c-jaune {
    color: #ffde00;
}
.c-orange,
.c-papier {
    color: #ff9000;
}
.c-rouge {
    color: red;
}
.c-vert,
.c-bundle {
    color: #3fdc00;
}
.c-bleu,
.c-numerique {
    color: #46c8ff;
}
.c-violet,
.c-listes {
    color: #9f8875;
    cursor:pointer;
}
.lighter {
    font-weight: lighter !important;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.small, small {
    font-size:80% !important;
}
.maj {
    text-transform: uppercase;
}
.notice-num {
    border: 2px solid #46c8ff;
    padding: 10px !important;
    font-weight: bold;
    color: #46c8ff !important;
    margin-top: 1px;
}

/* Mes listes */
#eyv2 .mes-listes {
    font-family: 'arial', sans-serif !important;
}
#eyv2 .mes-listes h1 {
    font-weight: bold;
    text-align: center;
    font-size: 1rem !important;
}
#eyv2 .mes-listes p {
    font-size: 1em !important;
}
#eyv2 .mes-listes label {
    font-size: 1em !important;
}
#eyv2 .mes-listes .starList {
    font-size: 100%;
    color: #ffde00;
    letter-spacing: -.2em;
    vertical-align: middle;
    min-width: 150px;
}
#eyv2 .mes-listes .rating-col1,
#eyv2 .mes-listes .rating-col2 {
    display: inline-block;
    vertical-align: middle;
}
#eyv2 .mes-listes .rating-col1 {
    width: 100%;
    text-align: center;
}
#eyv2 .mes-listes .rating-col2 {
    width: 100%;
    text-align: center;
}
#eyv2 .mes-listes .rating-col3 {
    display: none;
}
#eyv2 .mes-listes .bouton-ajout {
    border: none;
    text-align: center;
    color: #fff;
    background: #9f8875;
    text-decoration: none;
    padding :.75em .1em;
    margin: 0;
    border-radius: 3px;
    letter-spacing: 0.08em;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#eyv2 .mes-listes .bouton-ajout:hover {
    background: #ffca00;
}
#eyv2 .mes-listes .lien {
    color: 896ce0;
}
#eyv2 .mes-listes lien:hover {
    color: #cc66ff;
}
#eyv2 .mes-listes .existin {
    background: #F4F3F1;
}
#eyv2 .mes-listes textarea {
    width: 100%;
}

/* Resultat de recherche */ 

#eyv2 .resul-recherche {
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1em;
        margin-bottom: 1em;
        font-family: 'arial', sans-serif !important;
}

#eyv2 .resul-recherche a {
    color: inherit;
}
#eyv2 .resul-recherche a div h1,
#eyv2 .resul-recherche a div h2 {
    color: #222222 !important;
}
#eyv2 .resul-recherche .gauche,
#eyv2 .resul-recherche .droite,
#eyv2 .resul-recherche .couverture,
#eyv2 .resul-recherche .description {
    display: inline-block;
    vertical-align: middle;
}

#eyv2 .resul-recherche .gauche {
    width: 62.5%;
}
#eyv2 .resul-recherche .droite {
    width: 37.5%;
    text-align: right;
}

#eyv2 .resul-recherche .couverture {
    width: 25%;
    margin:0;
    text-align: center;
}
#eyv2 .resul-recherche .couverture  img {
    max-width: 100%;
}
#eyv2 .resul-recherche .description {
    width: 70%;
    padding: 0 2.5%;
}
#eyv2 .resul-recherche .description h1,
#eyv2 .resul-recherche .description h2 {
    font-weight: bold !important;
    font-family: 'arial', sans-serif !important;
}
#eyv2 .resul-recherche .description h1,
#eyv2 .resul-recherche .description h2,
#eyv2 .resul-recherche .description p {
    margin:0 !important;
    background: none !important;
}
#eyv2 .resul-recherche .description p.dispo {
    margin-top:.5em !important;
}
#eyv2 .resul-recherche .description p {line-height: 1em;}
#eyv2 .resul-recherche .description h1 {
    font-size: 1.3em !important;
}
#eyv2 .resul-recherche .description h2 {
    font-size: 1.1em;
}
#eyv2 .resul-recherche .description ul.rating {
    margin:0;
    padding: 0;
}
#eyv2 .resul-recherche .droite ul {
    margin: 0;
    padding-right: .2em;
}
#eyv2 .resul-recherche .droite ul li {
    list-style-type: none;
    width: 100%;
    padding: .2em 0;
}
#eyv2 .resul-recherche .droite ul li:last-child {
    border-bottom: 0;
}
#eyv2 .resul-recherche .droite .type,
#eyv2 .resul-recherche .droite .prix,
#eyv2 .resul-recherche .droite a {
    display: inline-block;
    vertical-align: middle;
}
#eyv2 .resul-recherche .droite .type {
    width: 40%;
    padding: 1em 0;
}

#eyv2 .resul-recherche .droite .prix {
    width: 48%;
    margin: 0 2%;
    text-align: right;
    font-size: 1.2em;
    font-weight: bolder;
    line-height: 1em;
}
#eyv2 .resul-recherche .droite .type p {
    margin: 0;
    padding: 0 0 0 1em;
    font-size: .8em;
    font-weight: bolder;
}
#eyv2 .resul-recherche .droite .bouton-panier {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: .9em;
    padding :.8em .2em;
    margin: 0;
    border-radius: 3px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

#eyv2 .resul-recherche .droite .c-papier .bouton-panier {
    background: rgba(255,144,0,1)
}
#eyv2 .resul-recherche .droite .c-numerique .bouton-panier {
    background: rgba(70,200,255,1);
}
#eyv2 .resul-recherche .droite .c-bundle .bouton-panier {
    background: rgba(63,220,0,1);
}

#eyv2 .resul-recherche .droite .c-papier .bouton-panier:hover {
    background: #fd7700;
}
#eyv2 .resul-recherche .droite .c-numerique .bouton-panier:hover {
    background: #35a2ff;
}
#eyv2 .resul-recherche .droite .c-bundle .bouton-panier:hover {
    background: #32c000;
}

#eyv2 .resul-recherche .highlights em {
    font-weight: bold;
    color: #FF6606;
    font-style: normal;
}

/* Tableau caracteristique */
#eyv2 .caracteristique a {
    color: rgb(169, 169, 169);
}
#eyv2 .caracteristique a:hover {
    color: #fd6902;
}
#eyv2 .caracteristique {
    font-size: .9em;
}
#eyv2 .caracteristique tr > td {
    border-left:1px solid rgba(0,0,0,.03);
    /*background:  url('../img/ombre-tableau.png') top left repeat-y;*/
    width: 40%;
    text-align: center;
}

#eyv2 .caracteristique tr:first-child > td {
    border: none;
}
#eyv2 .caracteristique tr > td:first-child {
    text-align: right;
    color: #a9a9a9;
    background: none;
    width: 20%;
}
#eyv2 .caracteristique tr > td:nth-child(2n) {
    color: #ff9000;
}
#eyv2 .caracteristique tr > td:nth-child(3n),
#eyv2 .caracteristique-numerique tr > td:nth-child(2n) {
    color: #46c8ff;
}
#eyv2 .caracteristique tr td {
    padding: .5em;
}
#eyv2 .caracteristique tr:nth-child(2n) {
    background: #f3f1f1;
}

#eyv2 .caracteristique td[colspan] {
    color: #a9a9a9 !important;
}

/*Avis des lecteurs*/
#eyv2 .avis-lecteurs {
    padding: 1em;
    font-size: 1em;
}
#eyv2 .avis-lecteurs header {
    font-size:.9em;

}
#eyv2 .avis-lecteurs header > form,
#eyv2 .avis-lecteurs header > div {
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
}
#eyv2 .avis-lecteurs header > form {
    width: 51.5%;
    text-align: left;
}
#eyv2 .avis-lecteurs header > form > div {
    display: inline-block;
}
#eyv2 .avis-lecteurs header > form input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#eyv2 .avis-lecteurs header > form label {
    cursor: pointer;
}
#eyv2 .avis-lecteurs header > form input[type=radio] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    content: "\f096";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #a9a9a9;
    width: 1em;
}
#eyv2 .avis-lecteurs header > form input[type=radio]:checked ~ label:before {
    content: "\f046";
    font-size: 1.2em;
    letter-spacing: 5px;
    color: #ff9000;
}
#eyv2 .avis-lecteurs header > form input[type=radio].with-font:focus ~ label:before,
#eyv2 .avis-lecteurs header > form input[type=radio].with-font:focus ~ label {                
    color: #a9a9a9;
}

#eyv2 .avis-lecteurs header > div {
    width: 48.5%;
}
#eyv2 .avis-lecteurs header > div p {
    margin: 0;
    text-align: left;
}
#eyv2 .avis-lecteurs header > form label {
    margin-right: .5em;
}
#eyv2 .avis-lecteurs header > form label input {
    vertical-align: middle;
}
#eyv2 .avis-lecteurs .un-avis {
    border-top:1px solid #e5dfe1;
    margin: .75em 0;
    text-align: left;
}
#eyv2 .avis-lecteurs .un-avis .rating {
    list-style-type: none;
    margin:0;
    padding: 0;
    display: inline-block;
}
#eyv2 .avis-lecteurs .un-avis .rating li {
    display: inline-block;
    font-size: 1.6em;

}
#eyv2 .avis-lecteurs .un-avis .titre-avis {
    display: inline-block;
    padding-left: 1em;
    font-weight: bolder;
    font-size: 1.3em;
    margin: .5em 0 0 0;
}
#eyv2 .avis-lecteurs .un-avis .small {
    margin-top: 0;
}
#eyv2 .avis-lecteurs .un-avis .rate-com {

}
#eyv2 .avis-lecteurs .un-avis .rate-com .com-certif,
#eyv2 .avis-lecteurs .un-avis .rate-com .com-utile {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    min-width: 80px;
    font-size:.8em;
}
#eyv2 .avis-lecteurs .un-avis .rate-com .com-utile {
    text-align: right;
    width: 65%;
    min-width: 320px;
    font-size:.95em;
}
#eyv2 .avis-lecteurs .un-avis .rate-com .com-utile .fa {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 150%;
    margin-left: .2em;
}
#eyv2 .avis-lecteurs .un-avis .rate-com .com-utile .fa small {
    font-size: 60% !important;
    display: block;
    font-family: arial;
    margin-top:.2em;
}
#eyv2 .avis-lecteurs .un-avis .rate-com .com-utile .fa:hover {
    color: #ff9000;
}
#eyv2 a.bouton {
    padding: .5em;
    font-size: .8em;
    border:1px solid #a9a9a9;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    background-color: transparent !important;
}
#eyv2 a.bouton:hover {
    color: #ff9000;
    border:1px solid #ff9000;
    background-color: transparent !important;
}

#eyv2 a.bouton-relief ,
#eyv2 .bouton-relief {
    background: #ff4200;
    font-weight: bolder;
    color: #fff;
    text-decoration: none;
    padding: .6em 1em;
    border-bottom: 4px solid #b83000 !important;
    border-radius: 5px;
    box-shadow: none;
    width: auto;
    margin: 0 auto !important;
    padding: .5em 1em !important;
}
#eyv2 a.bouton-relief:hover,
#eyv2 .bouton-relief{
    background: #d50000;
    border-bottom: 4px solid #9a0000;
}

#eyv2 .bouton-relief {
    background: #ff4200;
    font-weight: bolder;
    color: #fff;
    text-decoration: none;
    padding: .6em 1em;
    border-bottom: 4px solid #b83000;
    border-radius: 5px;
}
#eyv2 .bouton-relief:hover {
    background: #d50000;
    border-bottom: 4px solid #9a0000;
}

/*Ajout Avis*/
.ajout-avis {
    background: #f9f9f9;
  
}
.ajout-avis-background {
    background: #f3f3f3 !important;

}
.ajout-avis form {
    background: #f3f3f3;
    padding: .5em 1.5em;
    text-align: center;
    margin-top: 1em;
    width: auto !important;
}
.ajout-avis form ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.ajout-avis form ul li {
    margin-top: 1.5em;
}
.ajout-avis form ul li:last-child {
    padding: 1em 0;
}
.ajout-avis form input,
.ajout-avis form textarea {
    width: 94%;
    padding: 3% !important;
    border:0 !important;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
    -o-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,.2);
}
.ajout-avis form textarea {
    min-height: 100px;
}
.ajout-avis form ul li:first-child {
    margin:0;
}
.ajout-avis form ul li.reclam {
    line-height: .75em;
}
.ajout-avis .moderation {
    padding: .5em 1.5em;
    line-height: .9em;
}
.ajout-avis .star {
    font-size: 200%;
    color: #ffde00;
    letter-spacing: -.2em;
    vertical-align: middle;
    min-width: 184px;
}
.ajout-avis .rating-col1,
.ajout-avis .rating-col2,
.ajout-avis .rating-col3 {
    display: inline-block;
    vertical-align: middle;
}
.ajout-avis .rating-col1 {
    width: 32.5%;
    text-align: right;
}
.ajout-avis .rating-col2 {
    width: 35%;
    text-align: center;
}
.ajout-avis .rating-col3 {
    width: 32.5%;
}
.ajout-avis .rating-col3 .hint {
    padding: .5em;
    font-weight: bolder;
    font-style: italic;
    color: #ff9000
}
.ajout-avis .rating-col3 .hint:first-letter {
    text-transform:capitalize;
}

/* Panier */
    
        #eyv2 .lien-fact {
            text-decoration: underline !important;
        }
        #eyv2 .lien-fact-exeption {
            font-size: 14px;
        }
        #eyv2 .cadre-gris {
            background: #f4f3f1;
            padding: .5em 1em 1em 1em;
            margin-bottom: .3em;

        }
        #eyv2 .cadre-gris p {
            margin: 0;
        }
        #eyv2 .bouton-panier {
            width: 100%;
            background: transparent;
            border: 0;
            padding: .75em .1em;
            border-radius: 3px;
            color: #fff;
            letter-spacing: .08em;
            margin-top: 1em;
            cursor: pointer;
            font-size: 16px;
            padding: 12px 6px;
        }

        #eyv2 {
            font-family: 'arial', sans-serif !important;
             box-sizing: border-box;
        }
        #eyv2 .panier-papier .bouton-panier {
            background: #ff8a00;
        }
        #eyv2 .panier-numerique .bouton-panier {
            background: #59ceff;
        }
        #eyv2 .panier-bundle .bouton-panier {
            background: #72dc00;
        }
        #eyv2 .panier-papier .bouton-panier:hover {
            background: #fd7700;
        }
        #eyv2 .panier-numerique .bouton-panier:hover {
            background: #35a2ff;
        }
        #eyv2 .panier-bundle .bouton-panier:hover {
            background: #32c000;
        }
        #eyv2 .panier-papier .color-context {
            color: #ff8a00;
        }
        #eyv2 .panier-numerique .color-context {
            color: #46c8ff;
        }
        #eyv2 .panier-bundle .color-context {
            color: #72dc00;
        }

        #eyv2 .prix {
            font-size: 2rem;
            font-weight: bolder;
        } 
        #eyv2 .prix span {
            font-size: 1.3rem;
        }
        #eyv2 .vert {
            color: #8bbe00;
        }
        #eyv2 .gris {
            color: #606060;
        }
        #eyv2 .avantages .gris {
            color: #aaaaaa;
        }
        #eyv2 .stock, #eyv2 .delais, #eyv2 .format {
            font-size: .85em;
            margin-top: .3em !important;
        }
        #eyv2 .quantite {
            margin-top: .75em !important;
            font-size: .85em;
        }
        .orange {
            color: #ff7200;
        }

        #eyv2 .librairie .gauche,
        #eyv2 .librairie .droite,
        #eyv2 .avantages .gauche,
        #eyv2 .avantages .droite {
            display: inline-block;
            vertical-align: middle;
        }
        #eyv2 .librairie .gauche,
        #eyv2 .avantages .gauche {
            width: 30%;
        }
        #eyv2 .librairie .droite,
        #eyv2 .avantages .droite  {
            width: 70%;
            text-align: left;
            font-size: .85em;
        }
        #eyv2 .avantages .droite  {
            font-size: .9em;
        }
        #eyv2 .avantages > div {
            margin-bottom: .5em;
        }

        #eyv2 .librairie .droit .dispo {
            font-size: 2em !important;
        }
        #eyv2 .avantages > p {
            margin-bottom: .5em;
            padding-bottom: .5em;
            border-bottom: 2px solid #aaa;
        }


/*Mes contenus numériques*/
.main-mes-contenu-numerique {
    line-height: 1.4 !important;
}
#eyv2 .date {
    text-align: center;
}
#eyv2 .down {
    text-align: center;
}
#eyv2 .center {
    text-align: center;
}
#eyv2 .mes-contenu-numerique {
    max-height: 50px !important;
}
#eyv2 .mes-contenu-numerique .couverture,
#eyv2 .mes-contenu-numerique .descriptifs,
#eyv2 .une-commande .couverture,
#eyv2 .une-commande .descriptifs {
    display: inline-block;
    vertical-align: middle;
}

#eyv2 .mes-contenu-numerique .couverture {
    width: 15%;
    padding: 1em 0;
    margin: 0;
}
#eyv2 .mes-contenu-numerique .descriptifs {
    width: 75%;
    text-align: left;
    margin-left: 10%;
}

#eyv2 .mes-contenu-numerique .couverture img,
#eyv2 .une-commande .couverture img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#eyv2 .mes-contenu-numerique .descriptifs h2,
#eyv2 .une-commande .descriptifs h2 {
    font-size: 1.65em;
    margin: .3em 0 0 0;
}
#eyv2 .mes-contenu-numerique .descriptifs h3,
#eyv2 .une-commande .descriptifs h3 {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
#eyv2 .une-commande h3 {
    margin: .3em 0;
    font-size: 1.1em;
}
#eyv2 .une-commande h4 {
    margin: .3em 0;
    font-size:0.9em;
}
#eyv2 .mes-contenu-numerique .descriptifs p,
#eyv2 .une-commande .descriptifs p {
    font-size: 0.9em;
    font-weight: lighter;
    padding: 0;
    margin: 0;
}
#eyv2 .mes-contenu-numerique .descriptifs p,
#eyv2 .mes-contenu-numerique .descriptifs h3,
#eyv2 .mes-contenu-numerique .descriptifs h2 {
    color: #333;
}

#eyv2 .mes-contenu-numerique .descriptifs a,
#eyv2 .une-commande .descriptifs a {
    text-decoration: none;
}
#eyv2 .mes-contenu-numerique .descriptifs > a {
    color: #A9A9A9;
}
#eyv2 .mes-contenu-numerique .down a {
    margin-right: .5em;
}
#eyv2 .mes-contenu-numerique .down a:last-child {
    margin: 0;
}
#eyv2 .mes-contenu-numerique thead {
    border-bottom: 1px solid #000;
    font-size: 1.2em;
}

.tab-contenu-numerique td {
    vertical-align: center;
}
/* hovered row colors */
#eyv2 .tablesorter-default tbody > tr.hover > td,
#eyv2 .tablesorter-default tbody > tr:hover > td,
#eyv2 .tablesorter-default tbody > tr.even:hover > td,
#eyv2 .tablesorter-default tbody > tr.odd:hover > td {
	background-color: #fff;
	color: #000;
}

/*mes commandes*/
.main-mes-commandes {
    font: 100% sans-serif !important;
    font-family: sans-serif !important;
    line-height: 1.4 !important;
}
#eyv2 .mes-commandes {
    padding: 1em;
}
#eyv2 .mes-commandes .lien-detail {
    font-size: 1em; 
    color: #a9a9a9;
    text-decoration: none;
}
#eyv2 .mes-commandes .lien-detail:hover {
    color : #ff9000;
}
#eyv2 .une-commande {
    text-align: left;
    border:1px solid #ccc;
    padding: 0 1em; 
    margin-bottom: 1em;
}
#eyv2 .une-commande > h2 {
    font-size: 1.2em;
    cursor:pointer;
    margin: .2em 0;
}
#eyv2 .une-commande ul {
    margin: 0 0 0 2em;
    padding: 0;
}
#eyv2 .une-commande li {
    list-style-type: none;
    text-decoration: initial;
}

#eyv2 .une-commande li div {
    margin-left: 2em;
}

#eyv2 .une-commande .couverture {
    width: 8%;
    padding: 1em 0;
    margin: 0;
}
#eyv2 .une-commande .descriptifs {
    width: 89%;
    text-align: left;
    margin-left: 3%;
}

#eyv2 .une-commande .descriptifs > a {
    font-size: 0.8em;
    color: #a9a9a9;
}
#eyv2 .une-commande .descriptifs > a:hover {
    color : #ff9000;
}
#eyv2 .une-commande .descriptifs > h2 {
    font-size: 1em;
}
#eyv2 .une-commande .descriptifs > p {
    font-size: 0.8em;
    color: #222;
}
#eyv2 .une-commande .descriptifs .qte {
    font-size: 1em;
    color: #222;
}
#eyv2 .une-commande .descriptifs > h3 {
    font-size: 0.8em;
    color: #333;
}
#eyv2 .une-commande .separateur {
    border-top: 1px solid #d0d0d0;
    width: 100%;
    display: block;
}

#eyv2 .nomargin {
    margin: 0 !important;
}


/* Accordeon*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
