@font-face {
    font-family: 'Opificio';
    src: url('opificio-bold-typo.eot');
    src: url('opificio-bold-typo.eot?#iefix') format('embedded-opentype'), url('opificio-bold-typo.woff') format('woff'), url('opificio-bold-typo.ttf') format('truetype'), url('opificio-bold-typo.svg#Opificio') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
}
body {
    font-size: 1em;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4 {
    font-family: "Opificio", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 2.1em;
    color: #53a2cb;
    text-transform: none;
    margin-bottom: 1rem;
}
h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}
h3::after {
    content: "";
    width: 50px;
    border-bottom: 5px solid black;
    display: block;
    margin: 10px 0 30px 0;
}
h4 {
    font-size: 1.2em;
    color: #53a2cb;
}
h4.prix {
    font-size: 2em;
}
hr {
    border-bottom: 1px solid #ececec;
}
p {
    color: #0a0a0a;
}
sup {
    font-weight: bold;
    font-size: 100%;
}
.button {
    background-color: #000;
    font-size: 1em;
    padding: 0 2.6em;
    font-family: 'Opificio';
    color: #FFF;
}
.button:hover {
    background-color: #555;
}
a {
    color: #444;
}
a:hover {
    color: #666;
}
#article a {
    color: #999;
    text-decoration: underline dashed #CCC;
}
#article a:hover {
    color: #888;
}
#article a.button {
    color: #FFF;
    text-decoration: none;
}
#homeblocs a {
    color: white;
}
#homeblocs .home-bloc {
    position: relative;
    background: black;
    color: white;
    text-align: center;
    padding: 0;
    font-family: 'Opificio';
    font-size: 1.4em;
    font-weight: 100;
}
#menu-contenu a, #menu-contenu a:hover {
    color: white;
}
#homeblocs #logohome {
   padding-top: 2.5em;
}
#homeblocs #logohome .home-bloc {
    background-color: #FFF;
    color: black;
}
#homeblocs #logohome .button{
    background-color: transparent;
    margin-top: .5em;
}
#homeblocs #logohome .button img {
    width: 80px;
}
#menu-contenu{
    background-color: #000;
    text-align: left;
    border: 0px;
    font-family: 'Opificio';
    z-index: 100;
}
#menu-contenu .liens-actions {
    border-bottom : solid 1px #333;
    padding-bottom: 1em;
    margin-bottom: .5em;
    list-style-type: none;
}
#bandeau {
    font-size: 1.1em;
}
#bandeau #menu-contenu .is-active{
    list-style-position: inside;
}
#bandeau #menu-contenu .is-active:before {
    content: "→ ";
    color: #FFF;
}
#bandeau #menu-contenu .is-active a{
    font-weight: bold;
    color: #FFF;
}
#homeblocs .home-bloc .home-img {
    position: relative;
    z-index: 2;
}
#homeblocs .home-bloc .cacheimgnoir {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
#homeblocs .home-bloc .home-content {
    position: absolute;
    margin-top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20%;
    text-align: center;
    line-height: 1em;
    z-index: 1;
}
#homeblocs .home-bloc .home-content span{
    display: block;
    font-size: 1.4em;
}
#homeblocs .home-bloc .derriere {
    background-color: white;
    color: black;
    z-index: 1;
}
#homeblocs .home-bloc .derriere .home-content{
    margin-top: 50%;
    transform: translateY(-50%);
    font-size: .8em;
}
#homeblocs .home-bloc:hover .derriere {
    z-index: 3;
    width: 100%;
    height: 100%;
}
#homeblocs .home-bloc .devant {
    z-index: 2;
}
#homeblocs .home-bloc .devant,
#homeblocs .home-bloc .derriere
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#homeblocs img.ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.bientot {
    height: 120px;
    position: absolute;
    right: 80px;
    bottom: -130px;
}
.bientot img{
    height: 120px;
}
#homeblocs .artistes-de-la-vie h4 {
    color: black;
    text-transform:none;
    margin-top: .8em;
}
#homeblocs .artistes-de-la-vie h4::after {
    content: "";
    width: 1.4em;
    border-bottom: 6px solid black;
    display: block;
    margin: 5px auto 15px auto;
}
#homeblocs .artistes-de-la-vie img {
    max-width: 60%;
    margin-bottom: .7em;
}
#homeblocs .artistes-de-la-vie .button {
    display: block;
    margin: 0 4em;
    padding: 0 .6em;
    font-size: .9em;
}
#homeblocs .artistes-de-la-vie .home-bloc {
    background-color: white;
    color: black;
}
#homeblocs .artistes-de-la-vie:hover .home-bloc {
    opacity: 0.8;
}
.darkblue,
.darkblue h1,
.darkblue h4,
.darkblue h4 p,
.darkblue a,
.darkblue sup,
.darkblue .label.secondary,
#menu-contenu a.darkblue {
    color: #396594;
}
.green,
.green h1,
.green h4,
.green h4 p,
.green a,
.green sup,
.green .label.secondary,
#menu-contenu a.green {
    color: #54b7a9;
}
.purple,
.purple h1,
.purple h4,
.purple h4 p,
.purple a,
.purple sup,
.purple .label.secondary,
#menu-contenu a.purple {
    color: #aa6fae;
}
.pink,
.pink h1,
.pink h4,
.pink h4 p,
.pink a,
.pink sup,
.pink .label.secondary,
#menu-contenu a.pink {
    color: #e8616f;
}
.orange,
.orange h1,
.orange h4,
.orange h4 p,
.orange a,
.orange sup,
.orange .label.secondary,
#menu-contenu a.orange {
    color: #f19a42;
    line-height: 1em;
}
.blue,
.blue h1,
.blue h4,
.blue h4 p,
.blue a,
.blue sup,
.blue .label.secondary,
#menu-contenu a.blue {
    color: #53a2cb;
}
.red,
.red h1,
.red h4,
.red h4 p,
.red a,
.red sup,
.red .label.secondary,
#menu-contenu a.red {
    color: #eb5d3e;
}
.darkblue #liste-initiative .label.primary,
.darkblue .callout {
    background-color: #396594;
    border: none;
    color: #FFF;
}
.green #liste-initiative .label.primary,
.green .callout {
    background-color: #54b7a9;
    border: none;
    color: #FFF;
}
.purple #liste-initiative .label.primary,
.purple .callout {
    background-color: #aa6fae;
    border: none;
    color: #FFF;
}
.pink #liste-initiative .label.primary,
.pink .callout {
    background-color: #e8616f;
    border: none;
    color: #FFF;
}
.orange #liste-initiative .label.primary,
.orange .callout {
    background-color: #f19a42;
    border: none;
    color: #FFF;
}
.blue #liste-initiative .label.primary,
.blue .callout {
    background-color: #53a2cb;
    border: none;
    color: #FFF;
}
.red #liste-initiative .label.primary,
.red .callout {
    background-color: #eb5d3e;
    border: none;
    color: #FFF;
}
#sidebar .callout h4,
#sidebar .callout label {
    color: #FFF;
    text-indent: 0;
    margin-right: 0.5rem;
}
#sidebar .callout h4::after {
    border-bottom: 4px solid #000;
    opacity: 0.3;
}
#bandeau #menutopicon {
    background-color: transparent;
}
#bandeau .iconburger {
    width: 80px;
}
#combien {
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
    font-size: .65em;
}
#combien .nb{
    color: #000;
    font-size: 1.2em;
}
#sidebar {
    border-right: 3px solid black;
}
#sidebar .accordion {
    border: none;
}
#sidebar .accordion-title {
    margin-top: 1em;
    border-bottom: solid 1px #FFD1B6;
    font-size: .9em;
    color: #53a2cb;
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#sidebar h4 {
    text-align: center;
    color: #000;
}
#sidebar h4::after {
    content: "";
    width: 40px;
    border-bottom: 4px solid black;
    display: block;
    margin: .5em auto 1em auto;
}
#sidebar h4:first-child {
    margin-top: 0;
}
#sidebar ul {
    margin-left: 0;
}
#sidebar li {
    list-style-type: none;
    display: block;
}
#sidebar label {
    font-size: .9em;
    text-indent: -20px;
}
#sidebar li [type='checkbox'] {
    margin-bottom: 0;
}
#membresmenu ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#membresmenu ul li {
    padding: 10px 20px;
    border-top: solid 1px #DDD;
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    color: #1d1d1b;
    color: #000;
}
#membresmenu ul li a{
    color: #000;
}
#membresmenu a.button{
    color: #FFF;
}
#membresmenu ul li.actif a {
    color: #f19a42;
}
#membresmenu .iconerg {
    padding-right: .6em;
}
.title-bar {
    background: #53a2cb;
}
.top-bar,
.top-bar ul {
    background-color: transparent;
}
#bandeau {
    padding: 2rem 0;
}
.menuhaut .liens {
    margin: 1em 0;
    line-height:.8em;
}
.menuhaut .liens a {
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    color: #1d1d1b;
    font-size: .8em;
}
.menuhaut .liens a:hover {
    color: #555;
}
.menuhaut .liens a img {
    float: left;
    width: 40px;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.menuhaut .liens a:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.menuhaut .liens .sep {
    display: inline-block;
    border-right: 3px solid black;
}
.titrepage {
    position: relative;
    display: flex;
}
.fiche .titrepage {
    display: block;
    position: relative;
    background-color: #000;
    height: 290px;
    overflow: hidden;
}
.fiche .titrepage .lecteur-couv {
    padding: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fiche .titrepage .lecteur-couv img {
}
.fiche .titrepage .button {
    background-color: #555;
}
.titrepage .image_header {
    z-index: 1;
}
#btonsplay {
    margin-top: 1em;
}
.menuhaut .titrepage h1, 
.liste .titrepage h1 {
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    z-index: 2;
    font-size: 2.4em;
}
.fiche .titrepage h1 {
    margin: auto;
    height: 100%;
    text-transform:none;
    font-size: 1.4em;
}
.menuhaut .titrepage h2, 
.liste .titrepage h2 {
    position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
    text-transform: none;
    color: #FFF;
    z-index: 2;
    font-size: 1.4em;
    padding: 0 20%;
}
.fiche .titrepage #description {
    position: absolute;
/*    top: 50%; */
    top: 15%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 0;
    max-width: 350px;
}
.fiche .titrepage #description h1 {
    color: white;
    border: none;
    line-height: 25px;
    text-align: center;
    margin-left: -24px;
    margin-right: 24px;
    margin-bottom: 0;
}
.fiche .titrepage .anneaux {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 100px;
    height: 100px;
    background-image:url("/img/5-anneaux-01.svg");
    background-repeat:no-repeat;
    background-position: right top;
}
.unevideo {
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 8em;
    background-color: black;    
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: .5em 0;
    text-align: center;
}
#liste-initiative .aff-liste .unevideo,
#membrescontent .unevideo {
    background-color: transparent;
}
#letpop .unevideo {
    max-height: 122px;
}
.unevideo.coverdutheme img {
    width: 40%;
    margin-bottom: 3em;
}
#dernieresinit .unevideo {
    height: 220px;
    /* temporaire*/
}
#suggestions h3 {
    font-size: 1.1em;
    text-transform: none;
    text-align: center;
}
#suggestions h3::after {
    content: "";
    width: 50px;
    border-bottom: 5px solid black;
    display: block;
    margin: 5px auto 15px auto;
}
#suggestions .unevideo {
    margin-bottom: 1em;
    background-color: #FFF;
}
#suggestions h4,
#suggestions h4 a {
    font-size: 1em;
    color: #FFF;
    line-height: 1.1;
}
.ico-pointer,
.ico-vues {
    width: 22px;
    height: 22px;
    margin-right: .5em;
}
#liste-initiative .unevideo {
    height: 220px;
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
}
#liste-initiative .unevideo h4 p {
    margin-bottom: 0;
}
.unevideo .cover {
    position: relative;
    overflow: hidden;
}
#suggestions .unevideo .cover {
    max-height: 200px;
}
.unevideo .description {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, #0a0a0a, rgba(0, 0, 0, 0));
    color: #FFF;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
    text-align: left;
    padding: 2em 0.5em .5em .5em;
    font-size: .95em;
}
#filtrestop {
    font-family: "Opificio";
}
#filtrestop select {
    width: 60%;
}
#filtrestop .nbelts {
    line-height: 1.2;
    margin-top: .5em;
    margin-bottom: 1em;
}
#filtrestop .nb {
    font-weight: bold;
    padding-right: 0.6rem;
}
#filtrestop label {
    font-size: 1rem;
}
#menu-haut .menu > li > a, .menu_elt a {
    font-family: "Opificio";
    font-size: .8em;
    color: #1d1d1b;
    padding: 0.7rem 0.2rem;
    text-align: center;
    line-height: 1.3;
}
#menu-haut .menu > li > a:hover, .menu_elt a:hover {
    color: #555;
}
.top-bar ul.is-dropdown-submenu {
    background-color: #FFF;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    margin-top: -5px;
}
#menu-haut .menu > li.menu-cest-quoi {
    width: 2em; 
}
.is-submenu-item {
    font-size: .85em;
}
footer {
    padding: .5em 0;
    font-weight: 300;
    color: #A4A4A4;
}
footer #reseauxsociaux a {
    font-size: 2em;
    padding: 0 15px;
    color: #A4A4A4;
}
footer #cc a:hover,
footer #reseauxsociaux a:hover {
    color: #000;
}
footer #cc {
    padding: 0 15px;
    color: #A4A4A4;
}
footer #cc a,
footer a {
    color: #A4A4A4;
}
footer .lienactif a,
#bandeau #menu-haut .menu .lienactif a,  .menu_elt.lienactif a{
    color: #000;
}
textarea::placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AAA;
    opacity: 1; /* Firefox */
}
.callout.primary {
    background-color: #e6e6e6;
}
.callout.primary h3 {
    color: #000;
}
.callout.secondary {
    background-color: transparent;
}
.callout.alert {
    background-color: #f3eae6;
}
.callout.secondary {
    background-color: #DDD;
    border: 0;
    color: #333;
}
.callout.secondary h2 {
    text-align: center;
}
.callout.secondary h6 {
    color: #333;
    font-size: .9em;
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#recherche {
    margin-right: .5em;
}
#recherche input{
    background: #e1e1e1 url("/img/416-recherche-01.svg") no-repeat 5px;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.description {
    color: #999;
}
#letpop .column {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
#dernieresinit,
#letpop {
    padding: 0 0 1em 0;
}
.iconerg {
    font-size: 1.3em;
    color: #AAA;
    padding: 0 .2em;
}
.iconegd {
    font-size: 1.5em;
    padding: 0 .2em;
}
.iconegd:hover {
    color: #000;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
    background: #53a2cb;
    color: #FFF;
    font-weight: bold;
}
.lecteur-couv::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0a0a0a), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0a0a0a 50%, transparent);
    left: -140px;
    width: 320px;
}
.lecteur-couv::after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#0a0a0a));
    background-image: linear-gradient(to right, transparent, #0a0a0a);
    right: 0;
    width: 320px;
}
.lecteur-couv::after,
.lecteur-couv::before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}
.player-video {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-animation-name: animplayer;
    animation-name: animplayer;
    display: block;
/*    position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.playerbouton--anim {
    text-indent: 0;
    background-image: none;
}
.playerbouton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 2;
}
.playerbouton img {
    width: 100px;
    height: 100px;
}
#playerfiche .playerbouton {
    top: 50%;
}
.player-video:focus,
.player-video:hover {
    outline: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#filtres sup {
    font-size: 80%;
    font-weight: bold;
}
#boutons {
    margin: 2em 0;
}
.label {
    font-family: "Opificio", Helvetica, Arial, sans-serif;
    background-color: #8a8a8a;
    padding: 0.15rem 0.5rem;
}
.label:hover,
.label.secondary:hover,
.label.primary:hover {
    background-color: #000;
    color: #FFF;
}
.label.secondary {
    background-color: #e0e0e0;
    color: black;
}
#mots_cles a {
    cursor: pointer;
}
#article {
    padding-left: 2em;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1em;
}
#liste-initiative #descrliste {
    clear: left;
}
#liste-initiative .aff-liste .column {
    float: none;
    width: 100%
}
#liste-initiative .aff-liste .unevideo,
#membrescontent .unevideo {
    width: 100%;
    margin-bottom: 1em;
    min-height: 0px;
    height: auto;
    margin: .6em 0;
}
#liste-initiative .aff-liste .unevideo .cover,
#membrescontent .unevideo .cover {
    float: left;
    width: 20%;
}
#liste-initiative .aff-liste .unevideo .cover img,
#membrescontent .unevideo .cover img {
/*    height:100%; */    
    width: auto;
}
#liste-initiative .aff-liste .unevideo.coverdutheme img,
#membrescontent .unevideo.coverdutheme img  {
    margin-bottom: 0;
    width: 50%;
}
#liste-initiative .aff-liste .unevideo.coverdutheme .cover,
#membrescontent .unevideo.coverdefaut .cover,
#liste-initiative .aff-liste .unevideo.coverdefaut .cover {
    background-color: #EFEFEF;
    padding: .5em;
}
#liste-initiative .aff-liste .unevideo.coverdefaut img {
    margin-bottom: 0;
    width: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.4;
}
#liste-initiative .aff-liste .unevideo .sstitre,
#membrescontent .unevideo .sstitre {
    font-size: 1.1em;
    margin-bottom: 0.1rem;
    line-height: 1em;
}
#liste-initiative .aff-liste .unevideo .titre,
#membrescontent .unevideo .titre {
    font-size: .9em;
    margin-bottom: .5rem;
}
#liste-initiative .aff-liste .unevideo .description,
#membrescontent .unevideo .description {
    float: left;
    position: relative;
    width: 75%;
    padding: 0 0.5em .5em 1.2em;
    background-image: none;
    color: #333;
    font-weight: normal;
}
#membrescontent .unevideo {
    border: solid 1px #DDD;
    padding: .6em 0;
}
#membrescontent .unevideo .label {
    line-height: 1em;
    color: #FFF;
}
#membrescontent .unevideo .description {
    width: 60%;
}
#membrescontent .unevideo .boutons {
    float: left;
    position: relative;
    width: 20%;
    padding: 0 0.5em .5em 1.2em;
    background-image: none;
    color: #333;
    font-weight: normal;
    text-align: right;
}
#membrescontent .unevideo .boutons a{
    font-size: .9em;
}
#membrescontent .unevideo .boutons a:hover{
    color: #000;
}
#illustrationform {
    text-align: center;
}
#illustrationform .thumbnail {
    width: 50%;
}
#liste-initiative .label {
    margin-left: .3em;
    font-size: .85em;
}
#liste-initiative .label.primary {
    margin-left: 0;
}
#liste-initiative a.label:hover {
    cursor: pointer;
}
.cache, 
.loader {
    display: none;
}
#loaderh1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
    bottom: 10px;
    text-align: center;
}
.loader img {
    width: 2em;
}
#loaderinfinite {
    float: left;
}
#coordonnees {
    font-size: .9em;
}
.lien-url {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    
    word-break: break-all;
    /* Non standard for webkit */
    
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#boxindicateur {
    line-height: 1em;
}
#boxindicateur .sstitre {
    font-weight: bold;
    color: #53a2cb;
}
#boxindicateur h3 {
    margin-bottom: 0;
}
#newsletterCT button {
    padding-bottom: 11px;
}
.don-ponctuel label,
.don-recurrent label,
.formdon label {
    padding-top: 7px;
}
.don-ponctuel .label,
.don-recurrent .label,
.formdon .label {
    font-size: 1rem;
    margin: 0.5em;
    cursor: pointer;
    font-weight: bold;
}
.formdon .label {
    padding: 8px 16px;
}
.don-ponctuel .label.alert,
.button:hover, .button:focus,
.don-recurrent .label.alert,
.formdon .label.alert {
    background-color: #555;
}
.boutique .formdon .label.alert {
    background: #FFF;
    color: #000;
}
#formdonopa input,
#formdonopa select,
#formdvdopa input,
#formdvdopa select {
    margin: 0;
}
.aveccheckbox {
    line-height: 1em;
}
.aveccheckbox [type='checkbox'] {
    margin-bottom: .5em;
}

.illustrproduit {
    margin: 1em 0;
    text-align: center;
}
.mttpayer {
    font-size: 1.2rem;
    font-weight: bold;
    color: #53a2cb;
}
.pricing-table {
  border: solid 1px #DDDDDD; }
  .pricing-table li {
    border-bottom: dotted 1px #DDDDDD;
    font-size: 0.75rem;
    padding: 0.875rem 1.125rem; }
    .pricing-table li:last-child {
      border-bottom: 0; }
  .pricing-table .title {
    background-color: #ececec;
    color: #888;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-size: 1.75rem;
    border-bottom: 0; }
  .pricing-table .description {
    color: #777777;
    font-size: 0.625rem; }
  .pricing-table .button {
    margin: 0; }
  .pricing-table li ul {
    text-align: left; }
  .pricing-table li li {
    border-bottom: none;
    padding: 0; }

#article #reseauxsociaux {
    margin-top: 4em;
}
#article #reseauxsociaux h4{
    font-size: 1.5em;
    color: #000;
}

footer #reseauxsociaux {
    position: relative;
    padding-top: 1em;
}
#prefooter span{
    width: 50px;
    border-bottom: 6px solid black;
    float: right;
}
.nbvues {
    font-size: 0.8125rem;
    color: #8a8a8a;
}

.toggler:hover {
    cursor: pointer;    
}
.butoncontact {
    margin-top: 4em;
    padding: .5em 3em;
}

/* Small and medium */
@media screen and (max-width: 63.9375em) {
    .bientot {
    height: 70px;
    position: absolute;
    right: 25px;
    bottom: -70px;
    }
    .bientot img{
        height: 70px;
    }
    #homeblocs #logohome .button {
        margin: 0;
    }
    #homeblocs #logohome .button img {
        width: 50px;
    }
    #recherche input {
        background-size: 20px;
    }
    .menuhaut .liens a {
        font-size: .7em;
    }
    .darkblue #sidebar label {
        font-size: .8em;
        margin: 0 0.2rem;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #contenu {
        margin: 1em 0;
    }
    #homeblocs .home-bloc {
        font-size: 1.1em;
    }
    #homeblocs #logohome {
       padding-top: 1em;
    }
    #homeblocs .home-bloc .home-content span{
        font-size: .95em;
    }
    #homeblocs .artistes-de-la-vie img {
        max-width: 30%;
    }
    #homeblocs .artistes-de-la-vie h4::after {
        border-bottom: 3px solid black;
    }
    #homeblocs .artistes-de-la-vie .button {
        display: inline-block;
        margin-left: 2em;
    }
    #homeblocs #logohome #logo {
        width: 80%;
    }
    .menuhaut .liens .sep {
        border-right: 0;
        margin-bottom: .5em;
    }
    .titrepage h1 {
        top: 15px;
        font-size: 1.5em;
    }
    .titrepage h2 {
        top: 50px;
        font-size: .9em;
        padding: 0 10%;
    }
    #article {
        font-size: 1em;
    }
    #suggestions {
        margin: 1.5em 0;
    }
    #bandeau {
        padding: 1rem 0 0rem 0;
    }
    #recherche {
        margin-bottom: 0;
    }
    #sidebar label {
        text-indent: 0;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #homeblocs .home-bloc {
        font-size: 1.2em;
    }
    #homeblocs .home-bloc .home-content span{
        font-size: 1.1em;
    }
    #homeblocs .artistes-de-la-vie .button {
        margin: 0 2em;
    }
    #homeblocs .artistes-de-la-vie img {
        max-width: 40%;
    }
    .titrepage h1 {
        top: 45px;
        font-size: 2.1em;
    }
    .titrepage h2 {
        top: 90px;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 64.063em) {
    /* min-width 1025px, large screens */
    
    .playerbouton {
        top: 50%;
        left: 50%;
    }
}
