@media (min-width: 340px) {
    .container_footer, 
    .container {
        min-width: 340px;
    }
    .headline .image_titre,
    #aside_colonne {
        display: none;
    }
}
@media (min-width:640px) {
    .container_footer, 
    .container {
        min-width: 640px;
    }
    .headline .image_titre,
    #aside_colonne {
        display: none;
    }
}
@media (min-width:1000px) {
    .container_footer, 
    .container {
        min-width: 1000px;
    }
    .headline .image_titre,
    #aside_colonne {
        display: block;
    }
}

@media (min-width:1200px) {
    .container_footer, 
    .container {
        min-width: 1200px;
    }
}
/* ********************************************* */
#aside_colonne, 
#main_colonne, 
#bottom_colonne {
    position: relative;
}
/* ********************************************* */
* {
    margin: 0;
    /* padding: 0; */
}
html,
body {
    /* height: 100%; */
    font-family: "Verdana", sans-serif;
    font-family: "Arial", sans-serif ;
    font-family: 'Coda', sans-serif;
    background-color:#333;
}
#body_back {
    background:rgb(250,250,250);
}
.sAjax:hover,
a:hover,
a:focus,
a:active {
    text-decoration:none;
    color:red;
}
a {
    color:#660000;
    transition: 1s;
}
label {
    font-weight: normal;
}
article, 
section {
    margin-bottom: 4px;
}
article .texte {
    text-align: justify;
    padding: 1em 1em;
}
article h2 {
    font-family: 'Oswald', sans-serif;
}
.container {
	margin-top: 50px;
}

.container_content {
    display: flex;
}
.mTop,
#main_colonne {
    margin-top: 14px;
}
#main_colonne, 
#bottom_colonne {
    flex-grow: 1;
    overflow: hidden;
}
#aside_colonne {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-width: 200px;
    min-width: 200px;
    max-height: 500px;
    padding: 50px 8px 8px 8px;
    overflow-y: overlay;
}
.r_space {
    min-width: 6px;
    text-align: center;
    padding-right: 6px;
}
/******************************************/
#lFenetre {
    position: fixed;
    padding:6px;
    z-index: 9999;
    background: rgba(256,255,255);
    background: rgba(250, 250, 250, 1.0);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height:100%;
    transition:.2s;
    opacity: 0;
}
.sAffiche {
    opacity: 1 !important;
}
#lFenetreConteneur {
    display:none;
    background: rgba(0,0,0);
    background: rgba(0,0,0,0.8);
}
#lFenetreConteneur {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 9998;
    text-align:center;
    opacity: 0;
    transition: .4s;
}
.clear {
    clear: both;
}
.sAjax {
    cursor: pointer;
}
/******************************************/
#contentSearch {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 2px;
    z-index: 1001;
    overflow: auto;
    max-height: 100%;
}
.borderSearch {
    border: 2px solid #660000;
}
#closeContentArioch {
    position: absolute;
    right: 0;
    margin: 4px;
    background-color: white;
    color: black;
    font-size: 1.5em;
    line-height: 1.5em;
    cursor: pointer;
    z-index: 1002;
}
#closeContentArioch,
#contentSearch {
    top: 70px;
}
#contentArioch {
    position: relative;
    display: flex;
    flex-flow: column;
}
#contentArioch div:first-child {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    color: white;
    line-height: 1em;
}
#contentArioch small {
    font-size: 14px;
    font-family: 'Coda', sans-serif;
    line-height: 1em;
}
#contentArioch .v_titre #imgAlt,
#contentArioch .v_titre #imgAlt a {
    font-family: 'Coda', sans-serif;
    font-size: .7em;
    color: white;
}
#contentArioch .v_titre #imgAlt a {
    font-size: .8;
}
#contentArioch .v_content {
    display: flex;
    flex: 1;
    align-content: stretch;
    justify-content: center;
}
#contentArioch .v_titre {
    display: block;
    color: white;
    background-color: black;
    width: 100%;
}
.selected {
    box-shadow: 4px 4px 4px 80px red inset;
    border: 1px solid red;
}
#contentArioch .v_content > iframe {
    width: 100%; 
    height: 100%; 
    border: 0;
}
#contentArioch .v_content div {
    position: relative;
    width: 100%; 
    height: 100%; 
    flex: 1;
}
#contentArioch .v_content img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%; 
    max-height: 100%;
    border: 1px solid lightgrey;
    padding: 2px;
}
#contentArioch .v_content #suivant:hover, 
#contentArioch .v_content #precedent:hover {
    background-color: #BB0000;
    color: white;
}
#contentArioch .v_content #suivant, 
#contentArioch .v_content #precedent {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #555;
    cursor: pointer;
    top: 50%;
    transform: translateY(-30px);
    z-index: 5;
    font-size: 1em;
    line-height: 60px;
    color: black;
    transition: .6s;
}
#contentArioch .v_content #suivant {
    right: 30px;
}
#contentArioch .v_content #precedent {
    left: 30px;
}
#contentArioch .v_bottom {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    background-color: black;
    justify-content: center;
}
.contentDisplay {
    cursor: pointer;
}
#contentArioch .v_content img, 
.displayContent {
    border: 1px solid white;
    padding: 2px;
}
.displayContent {
    height: 80px;
    margin: 2px;
    cursor: pointer;
}
.bImage {
    cursor: pointer;
    transition: .8s;
}
#contentArioch, 
#bImage2 {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    max-width:100vw;
    height:100vh;
    max-height: 100%;
    background-color:#000;
    background-color:rgba(0,0,0,.8);
    text-align:center;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
}
#bImage2 img {
    max-height: 100%;  
    max-width: 100%; 
    padding: 10px;
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.imgBouquin {
    max-width: 350px;
}
/******************************************/
#CHERCHE {
    margin-top: 4px;
}
#CHERCHE span {
    transition: .2s;
}
input:focus,
#CHERCHE input:focus,
#CHERCHE input:focus ~ span {
    background-color: black;
    color: white;
    -webkit-box-shadow: 
       1px 2px 2px  rgba(250,0,0,0.9), -1px -1px 2px rgba(250,0,0,0.9) !important; 
    -moz-box-shadow: 
       1px 2px 2px  rgba(250,0,0,0.9), -1px -1px 2px rgba(250,0,0,0.9) !important; 
    box-shadow: 
       1px 2px 2px  rgba(250,0,0,0.9), -1px -1px 2px rgba(250,0,0,0.9) !important;
    border: 1px 1px 1px 1px solid red !important; 
}
section > .titre, 
#CHERCHE .titre {
    background-color: #660000;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1em;
}
section > .titre > div, 
#CHERCHE .titre > div {
    display: inline-block;
    background-color: white;
    margin-left: .5em;
    padding: .2em .5em;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
}
/******************************************/
.headline_s, 
.headline {
    position: relative;
}
.headline_s:before {
    clear: both;
}
.headline_s,
.headline h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.headline h1 {
    color:#660000;
    line-height: 36px;
    margin-top: 0;
}
.headline h1 small {
    font-family: 'Coda', sans-serif;

    font-size: 16px;
}
.headline .vf_titre {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-left: 1em;
}
.headline h1 .titreAlt {
    display: block;
    padding-left: .5em;
    line-height: 1.2em;
}
.headline_s .titre a {
    color: white;
    transition: .6s;
}
.headline_s .titre {
    background-color:#660000;
    text-shadow: 2px 2px 2px black;
    padding: 4px 8px;
}
.headline_s .titre {
    font-size: 1.2em;
}
.headline_min, 
.headline_s .alt_titre, 
.headline .alt_titre {
    font-family: 'Coda', sans-serif;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2em;
    background-color: black;
    padding-left: 1em;
}
.headline .alt_titre {
    font-size: 1.2em;
}
.headline_s .alt_titre {
    font-size: 1em;
}
.headline .image_titre {
    position: absolute;
    right: 20px;
    bottom: -10px;
    max-height: 60px;
}
.headline .image_titre img {
    height: 60px;
    border: 2px solid white;
}
.headline .image {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid white;
}
.headline .image img {
    max-height: 120px;
}
.headline_min span {
    background-color: white;
    color: black;
    padding: 4px;
}
.headline .head_type {
    font-family: 'Coda', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
    line-height: 12px;
}
.infos_f {
    padding: .5em 0;
    display: flex;
}
.infos_f div {
    padding: 0 1em;
}
.signature {
    margin: 1.5em;
    overflow: hidden;
}
.signature .image {
    margin-left: 8px;
    float: right;
}
.head {
    background-color: #660000;
    line-height: .5em;
    margin: 16px 8px 8px 8px;
    transition: .8s;
}
.head span {
    background-color: white;
    margin-left: 4px;
    padding: 2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.content_ah {
    padding: 0 8px;
}

.persosB, 
.persosB2 {
    display: flex;
    flex-flow: row wrap;
}
.persoB {
    margin: 6px 18px;
    flex-basis: auto;
}

.bG a {
    margin: 2px;
}
/******************************************/
img.right{
	float:right;
    margin-left:10px;
}
img.left {
	float:left;
	margin-right:10px;
}
.image_b, 
img.right, img.left {
	border: 1px solid lightgrey;
    padding:2px;
}
/******************************************/
footer, .container_footer {
    background-color:#333;
	color: #fff;
}
.container_footer {
    margin: auto;
}
footer {
    padding: 10px 0 60px 0;
    margin-top: 10px;
    bottom: 0;
    width: 100%;
    font-size: 0.7em;
}
footer a {
    color: #fff;
}
/************************/
.vignette_container {
    position: relative;
    margin: 2px;
}
.vignette_v_container {
    position: relative;
    border:1px solid lightgrey;
    margin: 8px;
    color: white;
    background-color: black;
    text-align: center;
    max-width: 250px;
}
.vignette,
.vignette_v {
    position: relative;
    overflow: hidden;
}
.vignette {
    color: white;
    border:1px solid lightgrey;
    padding: 2px;
    /* background-color: black; */
    /* box-shadow: 10px 30px 80px 1px rgba(255, 0, 0, .3) inset; */
}
.vignette_f {
    background-color: black;
    color: white;
    font-size: .8em;
}
.vignette_v {
    width: 250px;
    padding: 2px;
    padding-top: 56.25%; 
}
.article_regular .body_h:hover > .image img, 
.box:hover > .vignette img, 
.vignette_container:hover > .vignette img, 
.box:hover > .image img {
	transform: scale(1.5) rotate(15deg);
}
.body, 
.image {
    overflow: hidden;
}
.article_regular .body_h .image {
    max-height: 150px;
}
h6 {
    font-family: 'Coda', cursive !important;
}
.article_regular .body .image img,
.vignette img {
	-webkit-transition: all 500ms ;
	transition: all 500ms ;
}
.vignette_container h6, 
.vignette_v_container .titre,
.vignette_v_container .type {
    width : 100%;
    background-color: black;
    color: white;
    font-size: 1em;
    margin: 0;
    padding: 4px;
}
.vignette_v_container .titre,
.vignette_v_container .type {
    text-align: center;
}
.vignette_v_container .type {
    position: absolute;
    bottom: 0;
    font-size: .8em;
}
.vignette_v_container .image {
    width: 160px;
}
.vignette_v_container img {
    max-width: 100%;
}
.vignette_v_container .titre {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
}
.vignette_container h6 {
    position: absolute;
    bottom:0;
    background-color: rgba(0, 0, 0, .7);
}
.vignette img {
	width: 100%;
}
.vignette_80 {
	width: 80px;
}
.vignette_120 {
	width: 110px;
}
.vignette_v iframe, 
.vignette_v embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0;
}
/************************/
.altImage110 {
    image-rendering: auto;
    width: 110px;
}
.contain_box, 
.box {
    display: flex;
}
.contain_box {
    margin: 0 auto;
    flex-wrap: wrap;
}
.f_wrap {
    flex-wrap: wrap;
}
.box_direction_reverse {
    flex-direction: row-reverse;
}
.contain_start_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    grid-auto-flow: dense;
    width: 100%;
    justify-items: stretch;
    align-items: stretch;
}
.contain_span2 {
    grid-column-end: 2 span;
}
.box_flex_end {
    align-items: flex-end;
}
.box_flex_justify {
    justify-content: center;
}
.box_grow {
    flex-grow: 1;
}
.content_spaceevenly {
    justify-content: space-evenly;
}
.content_spacebetween {
    justify-content: space-between;
}
.content_center {
    justify-content: center;
}
.colonne {
    width: 50%;
    min-width: 330px;
}
.box_sp, 
.box_ge, 
.box_txt, 
.box {
    position: relative;
    margin: 4px;
    overflow: hidden;
}
.box {
    border: 1px solid lightgrey;
    width: 330px;
}
.box_txt, 
.box_sp, 
.box_ge {
    padding: 4px;
    flex-basis: 0;
    flex-grow: 1;
}
.box_cr {
    min-height: 156px;
    max-height: 180px;
}
.box_txt {
    min-width: 120px;
}
.box_do {
    height: 116px;
}
.box_sp > div:first-child {
    border-bottom: 1px solid lightgrey;
    font-size: .8em;
}
.box .image {
    width: 114px;
    height: 100%;
    margin: 2px 2px;
    text-align: center;
    overflow: hidden;
}
.box .image img {
    align-items: baseline;
	-webkit-transition: all 500ms ;
	transition: all 500ms ;
}
.box .infos {
    width: 210px;
    margin-top: .5em;
    padding: 2px;
}
.box .infos div:nth-child(2), 
.box .infos div:nth-child(3), 
.box .format div:nth-child(2) {
    font-size: .9em;
    padding-left: 1em;
}
.box .infos div:nth-child(2) {
    color: grey;
}
.box .infos div:nth-child(3) {
    margin-top: 1em;
}
.box .type {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .8em;
    color: white;
    padding: 4px 6px;
}
.box_ge_200 {
    width: 200px;
}
.box_ge_200 img {
    padding: 2px;
    border: 1px solid lightgrey;
    margin: 8px 4px 0 4px;
    width: 100%;
}
/* ************************* */
.content_bloc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(322px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(156px, 1fr));
    grid-gap: 2px;
    grid-auto-flow: row dense;
    justify-items: center;
    align-items: center;
    transition: .6s;
}
.article_regular {
    width: 280px;
    height: 156px;
    border: 1px solid lightgrey;
}
.article_wide {
    width: 608px;
    height: 294px;
    grid-row-end: 2 span;
    grid-column-end: 2 span;
    background-color: black;
    border: 1px solid lightgrey;
    overflow: hidden;
}
.article_wide .image {
    width: 606px;
}
.article_wide .image img {
    width: 100%;
}

article {
    position: relative;
    transition: .6s;
}
.article_wide .titre, 
.article_regular .titre {
    font-family: 'Oswald', sans-serif;
}
.type_r, 
.type, 
.article_wide .titre {
    background-color: #BB0000;
    background-color: rgba(190, 0, 0);
}
.article_wide .titre {
    background-color: rgba(190, 0, 0, .8);
}

.article_wide .titre {
    position: absolute;
    bottom: 10px;
    font-size: 1.3em;
    color: white;
    padding: 6px 10px;
    width: 100%;
    text-shadow: 2px 2px 2px black;
}
.article_regular .titre {
    font-size: 1.2em;
    margin: 0 8px;
    color: black;
    bottom: 0;
    flex: 1;
    overflow: hidden;
}
.article_regular .tinyTitre {
    font-size: 1em;
}
.article_regular .titre .smaller {
    font-size: .8em;
    color: grey;
}
.article_regular .date {
    padding-top: .8em;
    font-size: .8em;
}
.article_regular .body {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.img_sup,
.img_thu {
    margin-top: 1.5em;
}
.img_sup, 
.article_regular .image {
    max-width: 110px;
    height: 156px;
    margin-right: 4px;
    padding: 4px;
}
.article_regular .image img {
    max-height: 148px;
    max-width: 110px;
    width: 100%;
    background-color: black;
}
.article_regular .type_r,
.article_regular .type,
.article_wide .type {
    position: absolute;
    font-size: .8em;
    color: white;
    padding: 4px 6px;
    text-shadow: 2px 2px 2px black;
}
.article_regular .type_s {
    position: absolute;
    padding: 0;
    z-index: 4;
    bottom: -4px;
    right: -4px;
}
.article_regular .type_s img {
    width: 40px;
}
.article_regular .type,
.article_wide .type {
    right: 0;
}
.article_wide .type {
    top: 0;
}
.article_regular .type_r, 
.article_regular .type {
    bottom: 0;
}
.content_bloc article:hover {
    box-shadow: 2px 2px 20px 1px black;
    z-index: 999;
}

@media (max-width: 500px) {
    .content_bloc {
        display: flex;
        flex-direction: column;
    }
    .article_wide {
        width: 324px;
        height: 156px;
    }
    .article_wide .image {
        width: 324px;
        height: 156px;
    }
}
/* ************************* */
.btn-grouped button {
    font-size: .8em;
    background-color: black;
    border: 1px solid grey;
    border: 1px solid rgba(250, 250, 250, .4);
    color: white;
    padding: 2px 8px;
    cursor: pointer;
    float: left;
    transition: .5s;
}
.btn-grouped button:not(:last-child) {
    border-right: none;
}
.btn-grouped:after {
    content: "";
    clear: both;
    display: table;
}
.btn-grouped button:hover {
    background-color: #660000;
}
@keyframes blinkAnim {
    from {background-color: #440000;}
    to {background-color: #660000;}
}
.blink {
    animation-name: blinkAnim;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes blinkAnimImage {
    from {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
.blinkImg {
    animation-name: blinkAnimImage;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
/* ************************* */
.im_a {
    padding: 4px 1em;
}
.f_a {
    padding: 8px 1em;
}
.f_a > .f_annee{
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding-top: 10px;
}
.f_a .f_b {
    margin: 1em 0 0 1em;
}
.im_a div:first-child small {
    font-size: .6em;
    font-weight: lighter;
}
.dp_selected {
    border: 1px solid red;
    padding: 2px 4px;
}
.im_a div:first-child,
.f_a .f_b div:first-child {
    font-size: 1.3em;
    font-weight: bold;
}
.im_a div:last-child {
    padding-left: 1em;
}
.f_a .f_b div:first-child {
    margin-top: .5em;
}
.f_a .f_b .alt_titre {
    padding-left: 1em;
}
.f_a .f_b .boulot {
    padding-left: 2em;
}
.ancreDate {
    position:relative;
    float:left;
    overflow: visible;
    margin-top: 2px;
}
.maDate,.maDate2 {
    font-family: 'Coda', cursive;
    position: absolute;
    top: -6px;
    color: white;
    z-index:998;
}
.maDate {
    width: 70px;
    height: 34px;
    background: black;
    text-align:right;
    left: -4px;
}
.maDate2 {
    font-size: 18px;
    width: 56px;
    height: 26px;
    background: #B9121B;
    text-align:center;
    right: 0px;
}
.maDate,.maDate2 {
    box-shadow:0px 0px 6px 0px white;
    text-shadow:2px 2px 4px #000000;
    border-radius:4%;
}
.jour {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding-right:5px;
    padding-left:1px;
    float: left;
    background: #B9121B;
    width:34px;
}
.mois {
    font-size: 11px;
    margin: 4px 0px 0px 2px;
    text-transform: capitalize;
    min-width: 1vw;
}
.annee {
    font-size: 12px;
    margin: -5px 0px 0px 2px;
}
.mois,.annee {
    float: left;
    padding-left:2px;
}
.devil_brouillard_blanc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
}
.devil_brouillard_blanc {
	position: absolute;
	width: 100%;
	height: 60px;
    bottom: 0px;
}
.devil_brouillard_blanc:after {
    clear: both;
}
/* ************************* */
.blocNews {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-auto-flow: dense;
}
.overflow {
    position: relative;
    overflow: hidden;

}
.blocNews .bottomNews {
    align-self: stretch;
    width: 275px;
    margin: 4px auto;
}
.blocNews .bottomNews .texte {
    border-bottom: 1px solid lightgrey;
    margin-left: 8px;
}
.blocNews .bottomNews .texte div:last-child {
    margin-left: 10px;
}
.blocNews .bottomNews .texte div:first-child {
    font-size: 1.4em;
}
.bottomNews .titre {
    line-height: 1.2em;
    color: #ddd;
    text-transform: uppercase;
    background-color: lightgrey;
    padding-left: 6px;
    margin: 14px 0;
}
.bottomNews .titre span {
    font-size: 1.3em;
    background-color: #333;
    padding: 0 4px;
}
/* ************************* */
.menu_a {
    position: fixed;
    background-color: black;
    top: 0;
    height: 50px;
    width: 100%;
    z-index: 9999;
}
.menu_a label {
    padding: 3px 6px;
}
#menu_a-toggle-input {
    position: absolute;
    top: -999px;
}
#menu_a-toggle-input:checked ~ .menu_a_v {
    top: 50px;
    left: 0;
}
.menu_a label, 
#menu_a-toggle-input {
    z-index: 9999;
}
.menu_a label {
    cursor: pointer;
}
.menu_a label img {
    height: 44px;
}
.menu_a .menu_a_v {
    position: absolute;
    top: -100%;
    left: -120%;
    background-color: black;
    width: 100%;
    color: white;
    z-index: -1;
    transition: .5s;
    box-shadow: 2px 2px 20px 2px black;
}
.menu_a a {
    color: white;
    text-transform: uppercase;
    line-height: 50px;
    transition: .6s;
}
.menu_a a:hover {
    color: red;
}
.menu_a .menu_a_v div {
    margin: 0 0 0 20px;
    float: left;
}
.menu_a .menu_a_v div:last-child:after {
    clear: both;
}
.menu_a_v:before {
    content: " ";
    background: black;
    position: absolute;
    top:0;
    left:-30px;
    right:-30px;
    bottom:0;
    z-index: -1;
    transform: skewX(-45deg); 
}
.animated_arrow {
    position: relative;
    top: 50%;
    font-size: 1.5;
    color: #BB0000;
    margin-left: 10px;
    -webkit-animation: .4s linear 0s infinite cycle_arrow;
    animation: .8s linear 0s infinite cycle_arrow;
} 
@-webkit-keyframes cycle_arrow { from { margin-left: 48px; opacity: 1; } to { margin-left: 0; opacity: 0; } }
@keyframes cycle_arrow { from { margin-left: 48px;opacity: 1; } to { margin-left: 0; opacity: 0; } }
#menu_a-toggle-input:checked ~ label .animated_arrow {
    display: none;
}
/* ************************* */
.pagination > li > a
{
    background-color: white;
    color:black;
}
.pagination > li > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: white;
    background-color: #B9121B;
    border-color: #660000;
}
.pagination > .active > a
{
    color: white;
    background-color: #660000 !Important;
    border: solid 1px #660000 !Important;
}
/* ************************* */
.info {
    position: relative;
}
.info span {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid lightgrey;
    text-align: left;
    padding: 8px;
    width: 300px;
    box-shadow: 2px 2px 10px black;
    z-index: 999;
}
.info:hover span {
    display: block;
}
/* ************************* */
.content_vote {
    padding: 0 2em;
}
.btn-vote {
    background-color: #880000; 
    color: white;
    text-shadow: 2px 2px 4px black;
    font-weight: bold;
    transition: .6s;
    text-align: center;
    /* box-shadow: 2px 2px 8px black; */
}
.btn-vote:hover {
    background-color: #FF0000;
    color: white;
}
.btn-vote:first-child, 
.btn-vote:last-child {
    border-radius: 25px;
}
.btn-selected {
    background-color: #FF0000;
}
/* ************************* */
.bNote {
    color: white;
    text-align: center;
    cursor: pointer;
    user-select: none;
    text-shadow: 2px 2px 4px black;
}
.bNote .nNote {
    font-size: 1.4em;
    background-color: #B9121B;
    padding: .6em;
}
.bNote .vNote, 
.bNote .mNote {
    background-color: black;
    font-size: .8em;
}
.bNote .vNote {
    background-color: black;
}
.bNote .mNote {
    background-color: #B9121B;
}
.bNote .mNote b {
    font-size: 1.2em;
    margin-left: 4px;
}
/* ************************* */
.altTitle {
    font-size: .7em;
    padding-left: 1em;
    color: gray;
}
/* ************************* */
.display_none {
    display: none;
}
.dBtn {
    background-color: black;
    color: white;
    padding: 8px;
    margin: 50px;
}
.strLogo {
    border-radius: 15px;
}
.grayed {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .7s;
}
.grayed:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); 
}
.diffusion {
    border-left: 2px solid black;
    font-size: .8em;
    margin: 12px 4px;
    padding-left: 6px;
}
.modalAjax {
    font-family: 'Coda', sans-serif;
    font-size: 1.5em;
    min-width:250px;
    max-height:95vh;
}
.sous_title,
.modalAjax h2 {
    margin:0 0 10px 0;
    padding: 2px;
    font-size: 1em;
    border-bottom: 1px solid #777;
}
.modalAjax .ferme_modal {
    position: absolute;
    color: black;
    font-size: 1.1em;
    background: white;
    border-radius: 25px;
    border: 2px solid black;
    padding: 3px 1px 0 2px;
    right: -12px;
    top: -12px;
}