    @font-face {
            font-family: "buzzonweb";
            src:url('https://www.buzzonweb.com/uploads/buzzonweb/font/buzzonweb.eot');
            src:url('https://www.buzzonweb.com/uploads/buzzonweb/font/buzzonweb?#iefix') format('embedded-opentype'),
                url('https://www.buzzonweb.com/uploads/buzzonweb/font/buzzonweb.woff') format('woff'),
                url('https://www.buzzonweb.com/uploads/buzzonweb/font/buzzonweb.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

    /****************************************************************************** reset ******************************************************************************/
    a {
        text-decoration: none;
        color: black;
    }
    /****************************************************************************** ad ******************************************************************************/
    .ah {
        width: 100%;
        margin: 0 auto 2.5em auto;
        text-align:center;
    }
    .ah ins {
        margin: 0 auto 0 auto;
    }
    .ab {
        width: 100%;
        margin: 0 auto 2.5em auto;
        text-align:center;
    }

    .ab ins {
        margin: 0 auto 0 auto;
    }

    .a72890 {
max-width: 728px;
        width: 100%;
        height: auto;
        margin: 0 auto 2.5em auto;
        cursor: pointer;
    }
    .a72890 img {
        width: 100%;
    }
    .a300250 {
        width: 300px;
        height: 250px;
        cursor: pointer;
    }
    /* ********************************************************************************************************************************************************** */
html, body {
   margin:0;
   padding:0;
}
    html {
        font-size: 100%;
    }
    body {
background: none repeat scroll 0% 0% white;

        color: black;
        margin: 0;
        font: normal normal 1em Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    }

body#tinymce {
  background:#fff;
  color:black;
}
    /****************************************************************************** ******************************************************************************/
div#deuil {
position: absolute;
display: block;
top: 0px;
right: 0px;
width: 20vw;
height: 20vw;
background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 50%,
    black 50%,
    black 75%,
    transparent 75%,
    transparent 100%
);
    }
       
    /****************************************************************************** header ******************************************************************************/
    header.header {

background: linear-gradient(to bottom,  #000000,#282828); /* W3C */
        height: 100%;
        margin: 0 0 2.5em 0;
    }
header nav.top {
    display: block;
    //height: 150px;
}

header #login {
display: inline-block;
float: left;
margin: .5em 0 0 .5em;
}

    header #login ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    header #login li {
        list-style: outside none none;
        float: left;
        margin: 0 15px 0 0;
        padding-right: 15px;
        text-transform: lowercase;
        font-family: 'buzzonweb';
        font-size: 1em;
        border-right: 1px solid #333;
        color: #ffcf00;
    }
    header #login li::first-letter {
        text-transform: uppercase;
    }
    header #login li a {
        color: #ffcf00;
    }
    header #login li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }






header #search {
display: inline-block;
float:right;
margin: .5em .5em 0 0;
}

#search form {
    background-color: #ffcf00;
    //border: 1px solid white;
    height: 20px;
    //padding: 3px;
    width: 336px;
}
#search label {
    display: none;
    height: 0;
    text-indent: -9999em;
    width: 0;
}
#search input.search-input {
background-color: #ffcf00;
    border-style: none;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    //padding: 2px 0 2px 3px;
    width: 310px;
}
.ie7 #search input.search-input {
    border: 0 solid white;
}
#search input.search-button {
background-color: #ffcf00;
font-family: buzzonweb;
    font-size: 1.1em;
    border-style: none;
    cursor: pointer;
    height: 20px;
    line-height: 0;
    padding: 0;
    //text-indent: -9999em;
    width: 20px;
}






header nav.top::after {
                content: "";
        display: block;
        clear: both;
    }




    header.header h1 {
        width: 100%;
        margin: 0 0 0.2em 0;
        color: #ffcf00;
        font-family: 'buzzonweb';
        font-size: 6em;
        text-align: center
    }

@media (max-width: 920px){
    header.header h1 { font-size: 10.4vw;}
}
    header.header h1 a {
        display: inline-block;
        color: #ffcf00;
    }
    header.header nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    header.header nav ul#menu {
        margin: 0 0 0.6em 0;
        display: inline-block;
        font-family: 'buzzonweb';
        font-size: 1.3em;
        padding: 0;
width: 100%;
    }

header.header nav ul#menu li.frenchy-but-chic img{ 
    height: 2.6em;
    width: auto;
}

@media (min-width: 300px) and (max-width: 920px){
    header.header nav ul#menu {font-size: 2.26vw;}
    header.header nav ul#menu li.frenchy-but-chic img{ height: 4.52vw;}
}

@media (max-width: 300px) {
    header.header nav ul#menu {font-size: 1.3em;}
    header.header nav ul#menu li.frenchy-but-chic img{ height: 2.6em;}
}

    header.header nav ul#menu li {
        margin: 0 0 0 4%;
        line-height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        text-align: center
    }
    header.header nav ul#menu li:first-of-type {
        margin: 0;
    }
    /****************************************************************************** main ******************************************************************************/
    main {
        display: block;
        /*width: 98%;
        padding: 0 1% 0 1%;*/
        max-width: 1000px;
        margin: 0 auto;
/*text-align: center;*/
    }
    main a {
        color: #dc4b00;
    }
    /****************************************************************************** headlines ******************************************************************************/

nav#headlines {
  width: 100%;
  margin: 0 auto;
  position: relative;
margin-bottom: 2.5em;
}

@media (min-width: 1024px) {
nav#headlines {

  height: 438.4px;
}
}

@media (min-width: 680px) and (max-width: 1023px){
nav#headlines {

  height: 1050px;
  max-width: 650px;
  width: 100%;
}
}

@media (min-width: 300px) and (max-width: 679px){
nav#headlines {

  height: 1050px;
  width: auto;
  margin: 0 15px;
}
}

nav#headlines::after {
        content: "";
        display: block;
        clear: both;}


nav#headlines figure {
  margin: 0;
}

nav#headlines article img {
  width: 100%;
  height: auto;
  display: block;
}

nav#headlines article {
/*  margin: 0 auto;*/
  position: absolute;
}

@media (min-width: 1024px) {
nav#headlines article {
  width: 200px;
  height: 217.6px;
}
}
@media (min-width: 300px) and (max-width: 1023px){
nav#headlines article {
max-width: 300px;
width: 40%;
height: 269px;
}
}


nav#headlines article:nth-child(1) {
max-width: 500px;
  width: 500px;
  height: 458px;
/*  position: relative;*/
}

@media (min-width: 1024px) {
nav#headlines article:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
}

@media (min-width: 530px) and (max-width: 1023px){
nav#headlines article:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
}

@media (min-width: 300px) and (max-width: 529px){
nav#headlines article:nth-child(1) {
  width: 300px;
  height: 269px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
}

nav#headlines article:nth-child(2) {
  top: 0;
  left: 0;
}

nav#headlines article:nth-child(3) {
  bottom: 0;
  left: 0;
}

nav#headlines article:nth-child(4) {
  top: 0;
  right: 0;
}

nav#headlines article:nth-child(5) {
  bottom: 0;
  right: 0;
}

nav#headlines article h3 {
	display: block;
	font-family: 'buzzonweb';
	font-size: 1em;
	height: 3.6em;
	position:relative;
	margin: 0;
	width: 100%;
	text-transform: lowercase;

    text-align: left;
   /* white-space: nowrap;*/
    overflow: hidden;
  /*  text-overflow: ellipsis; */
}


nav#headlines article h3 a {
        display: block;

	position:absolute;
	bottom:0;

}


nav#headlines article h3 a::first-letter {
        text-transform: uppercase;
}

nav#headlines article:nth-child(1) h3 {
	height: 2.4em;
}



/***************************************/

    .musique figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #dc4b00 50px,
    #dc4b00 100px);
    }

    .litterature figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #00a0ff 50px,
    #00a0ff 100px);
    }

    .cinema figure, .image figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #eb09cc 50px,
    #eb09cc 100px);
    }

    .evenement figure, .frenchy-but-chic figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #e80a55 50px,
    #e80a55 100px);
    }

    .playlist figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #40E0D0 50px,
    #40E0D0 100px);
    }
    .lifestyle figure, .trajectoires figure {
background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 50px,
    #ffffff 50px,
    #ffffff 100px);
}

    /****************************************************************************** article ******************************************************************************/

    article.article {
        text-align: justify;
        margin-bottom: 2.5em;
        position: relative;
    }
@media (max-width: 1024px) {
    article.article {
        margin-left: 12px;
        margin-right: 12px;
    }
}

    article.article div#figspace {
        margin: 0 4% 2.5em 0;
        width: 48%;
  padding-bottom: 40%;
        float:left;
        position: relative;
    }
    article.article figure {
/*max-height: 100%;*/
position: relative;
}
@media (min-width: 700px) {
    article.article figure {
        margin: 0 4% 2.5em 0;
        width: 48%;
/*        float:left;*/
        position: absolute;
  top: 0;
    }
}
@media (max-width: 699px) {
    article.article div#figspace {
display:none;
}
    article.article figure {
        margin: 0 auto 2.5em auto;
max-width: 480px;
    }
}

    article.article figure a img {
        width: 100%;
    }
    article.article figure img {
        display: block;
    }

    article.article figure figcaption{
position:absolute;
bottom:5px;
right:5px;
color:white;
text-shadow: 1px 1px black, -1px 1px black, -1px -1px black, 1px -1px black; 
}
    article.article header {
        /*width: 48%;*/
        /*float:left;*/
    margin-bottom: 2.5em;
}

    article.article header nav.share {
        margin: 1em 0; }
    article.article header nav.share ul{
        margin: 0;
        display: inline-block;
        font-family: 'buzzonweb';
        font-size: 1.3em;
        padding: 0;
    }
    article.article header nav.share a{

        color: black;
text-shadow:none;

}
    article.article header nav.share li {
        margin: 0 1em 0 0;
        //line-height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        text-align: center
        }

 
    article.article::after {
        content: "";
        display: block;
        clear: both;
}

article.article .content {
clear: both;

}
    article.article img {
max-width: 100%;
height: auto;
}
/****** iframe ******/
/*    article.article*/
 iframe {
        display: block;
        margin: 0 auto;
max-width: 100%;
    }


article.article .iframe-wrapper {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}
article.article .iframe-wrapper iframe {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}



nav#result::after {
                content: "";
        display: block;
        clear: both;
    }



/****************************************************************************** footer ******************************************************************************/
    footer.footer {

background: linear-gradient(to bottom, #282828, #000000); /* W3C */
/*//        background: url("https://www.buzzonweb.com/uploads/buzzonweb/noisy.jpg") repeat #282828;*/
        margin: 0;
        height: 100%;
    }

    footer.footer nav#social {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    footer.footer nav#social ul {
        margin: 1em 0 0 0;
        padding: 0;
        display: inline-block;
    }
    footer.footer nav#social li {
        list-style: outside none none;
display: inline-block;
        margin: 0 15px;
        /*text-transform: lowercase;*/
        font-family: 'buzzonweb';
        font-size: 2em;
        color: #555;
    }
    footer.footer nav#social li a {
        color: #555;
/*font-family: "buzzonweb";*/
/*font-size: 1.3em;*/
    }

    footer.footer nav#social li:last-child {
        margin-right: 0;
}



    footer.footer nav#bottom {
        width: 100%;
        margin: 1em 0 0 0;
        padding: 0 0 1em 0;
        text-align: center;
    }
    footer.footer nav#bottom ul {
        margin: 0;
        padding: 0;
        /*display: inline-block;*/
    }
    footer.footer nav#bottom li {
        list-style: outside none none;
display: inline-block;
/*        float: left;*/
        margin: 0 15px 0 0;
        padding-right: 15px;
        text-transform: lowercase;
        font-family: 'buzzonweb';
        font-size: 1.3em;
        border-right: 1px solid #333;
        color: #555;
    }
    footer.footer nav#bottom li::first-letter {
        text-transform: uppercase;
    }
    footer.footer nav#bottom li a {
        color: #555;
    }
    footer.footer nav#bottom li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    /************************************************************************************************************************************************************/
    h2 {
        /*margin: 0;*/
        /*color: #ffcf00;*/
        font-family: 'buzzonweb';
        font-size: 1.3em;
        text-transform: lowercase;
text-align: left;
    }
    h2::first-letter {
        text-transform: uppercase;
    }
    /************************************************************************************************************************************************************/
        .clear {
            clear: both;
        }
    /************************************************************************************************************************************************************/
    .navbtn {
        position: fixed;
        width: 20px;
        height: 20px;
        border-top: 4px solid #555;
        border-right: 4px solid #555;
    }
    .navbtn:hover {
        border-color: #999;
    }
    .navbtn#next {
        top: 50%;
        right: 40px;
        transform: rotate(45deg);
        margin-left: 0px;
    }
    .navbtn#previous {
        top: 50%;
        left: 53px;
        transform: rotate(225deg);
        margin-left: -15px;
    }
    .navbtn#toppage {
        bottom: 3em;
        right: 40px;
        transform: rotate(315deg);
visibility: hidden;

  opacity:0;
transition:visibility 0s linear 1s,opacity 1s linear 0s;
    }
    /************************************************************************************************************************************************************/
    section#derniers {
        float: left;
    }
    article.last {
        display: block;
        margin: 1.5em 0 0 0;
    }
    article.last figure {
        float: left;
        width: 49%;
        margin: 0;
    }
    article.last figure img {
        float: left;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    article.last div.text {
        width: 49%;
        float: left;
        margin: 0 0 0 2%;
        overflow: hidden;
        text-overflow: "toto";
       /* white-space: nowrap;*/
    }
    article.last::after {
                content: "";
        display: block;
        clear: both;
    }
    /************************************************************************************************************************************************************/
    nav#previous {
        margin: 0 auto 2.5em auto;
/*        display: inline-block;
text-align: left;*/
    }
    nav#previous h2 {
        /*margin-top: 0;*/
    }
    nav#previous article {
        display: block;
        width: 300px;
        margin-left: 50px;
        margin-top: 50px;
        float: left;
        position: relative;
    }
@media (min-width: 1024px) {
    nav#previous {
        width: 1000px
    }
    nav#previous article:nth-of-type(-n+3) {
        margin-top: 0;
    }
    nav#previous article:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left;
    }
}
@media (min-width: 680px) and (max-width: 1023px){
    nav#previous {
        width: 650px
    }
    nav#previous article:nth-of-type(-n+2) {
        margin-top: 0;
    }
    nav#previous article:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }
}
@media (max-width: 679px) {
    nav#previous {
        width: 300px
    }
    nav#previous article:first-of-type {
        margin-top: 0;
    }
    nav#previous article {
        margin-left: auto;
        margin-right: auto;
        clear: left;
    }
}
    nav#previous article figure {
        margin: 0;
        height: 100%;
    }
    nav#previous article h3 {
        display: block;
        font-family: 'buzzonweb';
        font-size: 1em;
        /*position: absolute;
        top: .4em;*/
        margin: 0;
        /*padding: 0 0 0 2%;
        width: 98%;*/
        width: 100%;
        text-transform: lowercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 1;
    }
    nav#previous article h3::first-letter {
        text-transform: uppercase;
    }

    figure::after {
        content: "";
        display: block;
        clear: both;
    }
    nav#previous::after {
        content: "";
        display: block;
        clear: both;
    }
    nav#previous article a img {
/*        float: left;
        width: 300px;
        height: 250px;
*/
display: block;
    }
    .musique a,
    .musique h2,
    .musique h3,
    h2.musique {
        color: #dc4b00;
    }
    .litterature a,
    .litterature h2,
    .litterature h3, 
     h2.litterature {
        color: #00a0ff;
    }
    .cinema a,
    .cinema h2,
    .cinema h3, 
    h2.cinema,
    .image a,
    .image h2,
    .image h3, 
    h2.image {
        color: #eb09cc;
    }
    .evenement a,
    .evenement h2,
    .evenement h3, 
    h2.evenement,
    .frenchy-but-chic a,
    .frenchy-but-chic h2,
    .frenchy-but-chic h3, 
    h2.frenchy-but-chic {
        color: #e80a55;
    }

    .playlist a,
    .playlist h2,
    .playlist h3, 
    h2.playlist {
        color: #40E0D0;
    }

    .lifestyle a,
    .lifestyle h2,
    .lifestyle h3,
     h2.lifestyle,
    .trajectoires a,
    .trajectoires h2,
    .trajectoires h3, 
     h2.trajectoires {
        color: #ffffff;
text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
    }
    .rollover {
        transition: all 0.25s ease-out 0s;
    }
    .rollover:hover img {
        transition: all 0.25s linear 0s;
    }
/*    .rollover:hover figure {
        background: #FFFFFF;
    }*/
    .rollover:hover img {
        opacity: .9;
    }


    nav.page {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    nav.page ul {
        margin: 0 0 0.6em 0;
        display: inline-block;
        font-family: 'buzzonweb';
        font-size: 1.3em;
        padding: 0;
    }
    nav.page ul li {
        margin: 0 0 0 2em;
        line-height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        text-align: center
    }
    nav.page ul li:first-of-type {
        margin: 0;
    }
    /* ********************************************************************************************************************************************************** */
main form {
    display: block;
width: 22em;
    margin: 0 auto;
    padding: 0;
    border: none;
} 
main form label{
display: block;
width: 3em;
padding: 1em;
margin: 0 0 1em;
background: #f2f2f2;
box-sizing: border-box;
float: left;
height: 3em;
font-family: buzzonweb;
}
main form input{
display: block;
width: 19em;
margin: 0 0 1em;
padding: 0 1em;
box-sizing: border-box;
background: #f2f2f2;
border: none;
font-size: 1em;
float: right;
height: 3em;
}

main form input[type=checkbox]:after {
    content: " ";
    background-color: #9FFF9D;
    display: inline-block;
    visibility: visible;
}

main form input[type="checkbox"]{
width: 3em;
float:left;
}

main form input[type=checkbox] + label {
font-family: inherit;
width: 19em;
}
/* Cachons la case à cocher */
main form [type="checkbox"]:not(:checked),
main form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
main form [type="checkbox"]:not(:checked) + label,
main form [type="checkbox"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 3em; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
}


/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
main form [type="checkbox"]:not(:checked) + label:before,
main form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1em;
  width: 1em; height: 1em; /* dim. de la case */
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px; /* angles arrondis */
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
}
 
/* Aspect général de la coche */
main form [type="checkbox"]:not(:checked) + label:after,
main form [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  left: 1.2em;
  font-size: 1em;
  color: #09ad7e;
  transition: all .2s; /* on prévoit une animation */
line-height: 1.2;
}
/* Aspect si "pas cochée" */
main form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
main form [type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}


/* aspect désactivée */
main form [type="checkbox"]:disabled:not(:checked) + label:before,
main form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* styles de la coche (si cochée/désactivée) */
main form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* on style aussi le label quand désactivé */
main form [type="checkbox"]:disabled + label {
  color: #aaa;
}
 
/* aspect au focus de l'élément */
main form [type="checkbox"]:checked:focus + label:before,
main form [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}


/*fieldset input:before { content:"\1f4e7"; }*/
/*fieldset input:before { content:"\1f4e7";
	height: 25px;
	width: 25px; }*/
/*fieldset a:before { content:"\00a5"; }*/


main form button{
  width: 100%;
padding: 15px;
margin: 0 0 15px;
background:#ffcf00;
cursor: pointer;
    border: none;
font-size: 1em;
}

main form a{
    display: block;
  width: 100%;
margin: 0 0 5px;
padding: 0;
  box-sizing: border-box;
}
main form button:hover,fieldset button:active,fieldset button:focus {
  background: #dc4b00;
}
/* Stylesheet: BuzzOnWeb Modified On 2021-01-31 20:52:29 */
