/*
Theme Name: Polyscope
Author: Eliott Tixier
Author URI: eliott.tixier@gmail.com
Description: First draft of the Polyscope website theme
Version: 1.0
*/

/* Ajusté par Chi-Huy Trinh */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
    border:solid 1px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    /*padding: 0;*/
    border: 0;
    line-height: 1.2;
    list-style: none;
}
.normal-list ul, .normal-list ol, .normal-list li{
	margin: 3px 10px 3px 0;
	list-style: disc;
}

ul.unpadded-list, ol.unpadded-list, li.unpadded-list,
.unpadded-list ul, .unpadded-list ol, .unpadded-list li{
	padding: 0;
}

/*ol, ul {
    list-style: disc;
}*/

a{
    text-decoration: none;
    color: inherit;
}

p {
    line-height:1.2em;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav {
    display: block;
}

section {
    display: block;
}

body {
    font-family: sans-serif;
    line-height: 1.2;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
/*
        margin-bottom: 20px;
*/
}

h1 {
    font-size: 1.5em;
    line-height: 2em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

.petit {
    font-size: 0.7em;
    line-height:1em;
}

.right {
    text-align: right;
}

span.right {
    float:right;
}

span.left {
    float:left;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}
/* end HTML5 reset */

@font-face {
    font-family: 'robotoregular';
    src: url('/wp-content/themes/polyscope/fonts/Roboto-Regular-webfont.eot');
    src: url('/wp-content/themes/polyscope/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/wp-content/themes/polyscope/fonts/Roboto-Medium-webfont.eot');
    src: url('/wp-content/themes/polyscope/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/wp-content/themes/polyscope/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wp-pagenavi {
    margin-top: 20px;
}

.grisee { 
	color: #FFF;
	background-color: #8F8D8D;
	/*text-shadow: -1px 2px 0px rgba(0,0,0,.7); *//* 50% white from bottom ; effet gravure*/
}

.rouge-urgent {
    color: #FF0000;
    font-weight: bold;
}

div.accueil {
    /*border:solid 1px;*/
/*
    margin-left: 8px;
    margin-right: 8px;
*/
}

.accueil div{
    /*display:inline-block;*/
/*
    margin:0 5px 0 0;
*/
}

.accueil section{
    /*display:inline-block;*/
}

.accueil h1{
    color: #fff ;
    background-color: #51ADE5;
    font-family: 'robotomedium', sans-serif;
    font-size: 1.2em;
    line-height:2.0em;
    height: 2.0em;
    padding-left: 5px;
    margin:0;
}


.article-thumb a{
    text-decoration: none;
}

.article-thumb p{
    font-weight: normal;
    font-size: 0.8em;
    color: #000;
/*
    text-overflow:ellipsis;
    overflow: hidden;
*/
    margin: 5px;
}

.article-thumb h5{
    font-size: 1.1em;
/*
    font-weight: normal;
    margin:0;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
*/
}

.article-thumb {
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
/*
    font-weight: bold;
*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-left: 5px solid transparent;
/*
    height: 100px;
*/
    text-overflow:ellipsis;
    overflow: hidden;
}

.article-thumb:focus,
.article-thumb:hover {
    background-color: #fff;
    border-left: 5px solid #BF2033;
/*
      -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
*/
}

.article-thumb img{
    max-width:100%;
    max-height:100%;
}

.article-more {
    width: 100%;
    padding-left: 5px;
    vertical-align: top;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-left: 5px solid transparent;
    line-height: 2em;
    text-decoration: underline;
}

.article-more:focus,
.article-more:hover {
    background-color: #fff;
    border-left: 5px solid #BF2033;
}

/* no thumb */
.article-small-thumb a{
    text-decoration: none;
}

.article-small-thumb p{
    font-weight: normal;
    font-size: 0.8em;
    color: #000;
    text-overflow:ellipsis;
    overflow: hidden;
    margin: 0;
}

.article-small-thumb h5{
    font-weight: normal;
    font-size: 1.1em;
    margin:0;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-small-thumb {
    display:inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    vertical-align: top;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-left: 5px solid transparent;
    height: 70px;
    text-overflow:ellipsis;
    overflow: hidden;
}

.article-small-thumb:focus,
.article-small-thumb:hover {
    background-color: #fff;
    border-left: 5px solid #BF2033;
}

.article-small-thumb img{
    max-width:50%;
    max-height:100%;
}

.titre-orange a div.article-small-thumb.bold,
.titre-orange a div.article-thumb.bold {
    border-left: 7px double #F68712;
    opacity: 1;
}

.titre-bleu a div.article-small-thumb.bold,
.titre-bleu a div.article-thumb.bold {
    border-left: 7px double #51ADE5;
    opacity: 1;
}

.titre-rouge a div.article-small-thumb.bold,
.titre-rouge a div.article-thumb.bold {
    border-left: 7px double #BF2033;
    opacity: 1;
}

.titre-jaune a div.article-small-thumb.bold,
.titre-jaune a div.article-thumb.bold {
    border-left: 7px double #FFFCC6;
    opacity: 1;
}

.titre-gris a div.article-small-thumb.bold,
.titre-gris a div.article-thumb.bold,
.titre-noir a div.article-small-thumb.bold,
.titre-noir a div.article-thumb.bold {
    border-left: 7px double #4b4b4b;
    opacity: 1;
}

.titre-vert a div.article-small-thumb.bold,
.titre-vert a div.article-thumb.bold {
    border-left: 7px double #80CC28;
    opacity: 1;
}

.accueil a div.article-small-thumb,
.accueil a div.article-thumb,
.accueil a div.article-small-thumb,
.accueil a div.article-thumb,
.accueil a div.article-small-thumb,
.accueil a div.article-thumb,
.accueil a div.article-small-thumb,
.accueil a div.article-thumb,
.accueil a div.article-small-thumb,
.accueil a div.article-thumb,
.accueil a div.article-small-thumb,
.accueil a div.article-thumb {
    opacity: 0.7;
}

.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:hover,
.accueil a div.article-thumb:hover,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus,
.accueil a div.article-small-thumb:focus,
.accueil a div.article-thumb:focus {
    opacity: 1;
}

.article-small-thumb.bold h5,
.article-thumb.bold h5 {
	font-weight: bold;
	font-size: 1em;
}

.single-thumb {
    text-align: center;
    margin: 15px;
    max-width: 300px;
    float: left;
}

.single-thumb a,
.single-thumb a img,
.single-thumb span {
    max-width: 99%;
/*
    float: left;
*/
}

.image-legende {
	font-size: 0.7em;
}

.top-logo-grand {
	margin-bottom : 10px;
}

.top-logo-grand em {
        margin-left : 15px;
}

.top-logo-grand.vacances::after {
    top:30px;
    left:150px;
    font-size:40px;
}

.top-logo-petit.vacances::after {
    top:20px;
    left:150px;
    font-size:30px;
}
.top-logo-grand.vacances::after,
.top-logo-petit.vacances::after {
    content:"En vacances";
    position:absolute;
    z-index:1;
    font-family:Arial,sans-serif;
    -webkit-transform:  rotate(-30deg); /* Safari */
    -moz-transform:     rotate(-30deg); /* Firefox */
    -ms-transform:      rotate(-30deg); /* IE */
    -o-transform:       rotate(-30deg); /* Opera */
    transform:          rotate(-30deg);
    color:#000;
    background:none;
    border:solid 4px #000;
    zoom:1;
    filter:alpha(opacity=60);
    opacity:0.6;
    padding:5px;
    border-radius:5px;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
    visibility: visible;
    width: auto;
    height: auto;
}
/*source : http://codepen.io/chris22smith/pen/kDtiE
 *source : http://dinowebs.net/index.php/css-rubber-stamp-effect/  */

.top-logo-grand img {
    width: 100%;
}

.top-logo-petit {
    margin-bottom:5px;
    font-size:0.9em;
}

.top-logo-petit em {
    margin-left: 15px;
}

.top-logo-petit img {
    width: 100%;
}

img.photo-equipe {
    max-width: 80%;
    
    /* 3 lignes de code pour centrer l'image */
    display: block;
	margin-left: auto;
    margin-right: auto;
}

.center {
	text-align : center;
    /* 3 lignes de code pour centrer un élément */
    display: block;
	margin-left: auto;
    margin-right: auto;
}

.justify {
	text-align : justify;
}

.sixteen.column.row.top-connexion {
    float:right;
    margin-bottom: 10px;
}

.sixteen.column.row.alerte-noscript {
    width: 100%;
    background-color: #FF9C9C;
    line-height: 1.5em;
    text-align:center;
}

.navigation-volume {
    border:1px solid;
    margin-top:10px;
    padding:10px 10px 10px 10px;
}

.navigation-volume div{
    float:left;
}

.navigation-volume a{
    display:inline-block;
    margin: 5px 5px 5px 5px;
}

.encadre-publication {
    display:inline-block;
    margin-top: 10px;
    border:1px solid #4b4b4b;
    padding: 1px;
}

.encadre-publication p{
    margin:0 0 0 0;
}

.encadre-publication img{
    max-width:220px;
    opacity:1;
}

.encadre-publication img:hover{
    opacity:0.7;
}

.encadre-publication.non-dispo img:hover{
    opacity:1;
}

.non-dispo {
    color: #9A9A9A;
}

.encadre-externe {
    min-height:400px;
}

.encadre-simple {
    border:solid 1px;
    padding:2px;
}

.titre-noir h2,
.titre-noir h1 {
    background:#4b4b4b;
    color:#FFFFFF;
}

div.titre-noir{
    padding-bottom: 5px;
    background-color: #F5F5F5;
}

div.titre-gris h2,
div.titre-gris h1,
.titre-gris h2,
.titre-gris h1 {
    background:#C9C9C9;
    color:#000000;
}

div.titre-gris{
    padding-bottom: 5px;
    background-color: #F5F5F5;
}

.titre-bleu h2,
.titre-bleu h1{
    background:#51ADE5;
    color:#FFFFFF;
}

div.titre-bleu {
    padding-bottom: 5px;
    background-color: #EBF8FF;
}

.titre-rouge h2,
.titre-rouge h1{
    background:#BF2033;
    color:#FFFFFF;
}

h1.facebook-side {
    font-size: 1em;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#3b5998;
    margin-bottom: 0px;
}

h1.twitter-side {
    font-size: 1em;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#00aced;
    margin-bottom: 0px;
}

h1.titre-rouge {
    font-size: 1em;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#BF2033;
    margin-bottom: 0px;
}

div.titre-rouge {
    padding-bottom: 5px;
    background-color: #FFEBEE;
}

.titre-jaune h2,
.titre-jaune h1{
    background:#FFFCC6;
    color:#000000;
}

h1.titre-jaune {
    font-size: 1em;
    font-weight: bold;
    color:#000000;
    background-color:#FFFCC6;
    margin-bottom: 0px;
}

div.titre-jaune {
    padding-bottom: 5px;
    background-color: #FFFCC6;
}

.titre-vert h2,
.titre-vert h1{
    background:#80CC28;
    color:#FFFFFF;
}

h1.titre-vert {
    font-size: 1em;
    font-weight: bold;
    color:#000000;
    background-color:#80CC28;
    margin-bottom: 0px;
}

div.titre-vert {
    padding-bottom: 5px;
    background-color: #FAFFF3;
}

.titre-orange h2,
.titre-orange h1{
    background:#F68712;
    color:#FFFFFF;
}

div.titre-orange {
    padding-bottom: 5px;
    background-color: #FFF3E5;
}

.titre-blanc h2,
.titre-blanc h1{
    background:#FFFFFF;
    color:#000000;
    border:1px solid #000000;
}

div.titre-blanc {
    border:1px solid #000000;
    padding-bottom: 5px;
    background-color: #FFFFB3;
}

.titre-vert h2,
.titre-orange h2,
.titre-bleu h2,
.titre-rouge h2,
.titre-jaune h2,
.titre-noir h2,
.titre-blanc h2,
.titre-gris h2,
.titre-vert h1,
.titre-orange h1,
.titre-bleu h1,
.titre-rouge h1,
.titre-jaune h1,
.titre-noir h1,
.titre-blanc h1,
.titre-gris h1 {
	margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;

}

div.titre-vert,
div.titre-orange,
div.titre-bleu,
div.titre-rouge,
div.titre-jaune,
div.titre-noir,
div.titre-blanc,
div.titre-gris {
    /*min-height:100px;*/
}

.mobile {
    display: none;
}

.desktop {
	display: block;
}


.kapote {
    margin: 15px 15px 15px 15px;
}

.kapote a, a.kapote {
    cursor: help;
}

.liste-volume li {
    margin:0 0 10px 0;
}

.contact {
	border: 1px grey solid;
}

.contact td,
.contact th {
	border: 1px grey solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact td.left,
.contact th.left {
    text-align:right;
}

.table-equipe-right {
    width:50%;
}

.table-equipe-left {
    text-align: right;
    vertical-align: top;
    width: 50%;
}

.table-equipe {
    width:100%;
    border: 0 ;
}

.table-equipe tr td,
.table-equipe tr th {
    padding: 3px 5px 4px 3px;
    border:1px solid #4b4b4b;
}

.table-redacteurs tr td,
.table-redacteurs tr th {
    padding-right: 15px;
}

.myfooter a {
    line-height:1.5em;
}

.myfooterend a {
    line-height:1.2em;
}
.myfooterend {
    font-size: 0.8em;
}

.nav-bar-2{
   padding-bottom: 10px;
   position:relative;
   display:block;
   float:left;
}

.nav-bar {
   background: #4b4b4b;
   height:auto;
}

.main-nav ul, .main-nav li {
    display:inline;
    padding: 0;
}

.main-nav a {
    padding: 0 10px 0 10px;
    text-decoration: none;
    line-height: 30px;
    display: block;
    color: #fff;
    font-family : 'robotomedium',sans-serif;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

/*50e*/
h1#cinquante,
.jaune a {
    background: #FFFCC6;
    color:#000000;
}

#actualite,
#societe,
.bleu a {
    background: #51ADE5;
}

.main-nav a:hover,
.slicknav_menu a:hover {
    background: #C9C9C9;
}

#culture,
#sports,
.vert a {
    background: #80CC28;
}

#edito,
#divers,
.orange a {
    background: #F68712;
}

#chronique,
#recette,
.rouge a {
    background: #BF2033;
}

#vie-etudiante,
#archives,
.gris a {
    background: #DEDEDE;
    color:#000000;
}

.gris a:hover {
    background: #A0A0A0;
    color:#ffffff;
}

.noir a {
    background: #4b4b4b;
}

.noir a:hover {
    background: #C9C9C9;
    color:#000000;
}

.main-nav ul ul a {
    width: 135px;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    font-size: 0.9em;
}

.main-nav ul li {
    position: relative;
    float: left;
}

.main-nav ul ul {
    position: absolute;
    top: -9999999px;
    left: 0px;
    opacity: 0;
    background: #4b4b4b;
    text-align: left;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.main-nav ul li:hover > ul {
    position: absolute;
    opacity: 1;
    top: 100%;
    z-index:3;
}

#show-nav {
    display: none;
    background: #51ADE5;
}

#hide-nav {
    display: none;
    background: #51ADE5;
    text-align: right;
}

.main-nav li.hasChild > a:after {
   color: #444;
   content: ' ▾';
}

.slider {
    text-align:left;
}

.encadre-gris {
    background: #e3e3e3;
    padding-bottom: 5px;
}

.shadow {
   box-shadow: 5px 5px 0 #b5b5b5;
}

.fb {
    background: #e3e3e3;
    display: block;
    height: 250px;
}

.lien-defaut a:link {
    text-decoration: underline;
    color: #0000FF;
}

.lien-defaut a:visited {
    text-decoration: none;
    color: #590091;
}

.lien-defaut a:hover {
    text-decoration: underline;
    color: #FF0000;
}

.lien-defaut a:active {
    text-decoration: underline;
    color: #FF0000;
}

.liens-soulignes a {
    text-decoration: underline;
}

.big-thumb {
    background-size:100% 100%;
    background-repeat:no-repeat;
    width:50%;
    height:200px;
/*
    float: left;
*/
    margin-right: auto;
    margin-left: auto;
}

.small-thumb {
    background-size:50px 50px;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    float: left;
    margin-right: 5px;
}

h1.contenu{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'robotomedium', sans-serif;
    font-size: 1.5em;
    height: auto;
    display:block;
    background: #4b4b4b;
    margin: 10px 0 10px 0;
}

h2.contenu{
    text-align: center;
    color: #fff;
    font-family: 'robotomedium', sans-serif;
    font-size: 1.5em;
    height: auto;
    display:block;
    background: #4b4b4b;
    margin: 10px 0 10px 0;
}

#volumedropdown {
    max-width:100%;
}

#searchsubmit {
    max-width:100%;
}

/* #menu is the original menu */
#menu {
    display:block;
}

.js .slicknav_menu {
    display:none;
}

ul.slicknav_nav {
    max-width: 500px;
}

footer div ul li ul li {
	list-style-type:disc;
}

/****************************************************************/
@media only screen and (max-width: 767px) {

        .main-nav ul ul {
            opacity: 1;
            top: 0;
            position: relative;
        }
        
        .main-nav ul li:hover > ul{
            position: relative;
            top: 0%;
        }

        .main-nav ul ul a {
            padding: 0 20px 0 40px;
            width: auto;
            line-height: 30px;
        }
        
        .main-nav ul li {
            float:none
        }
        
        .main-nav {
/*
            display: none;
*/
        }
        
        #show-nav {
			display: block;
        }
        

        .single-thumb,
        .single-thumb img.thumbnail {
			width: 100%;
		}
}
/****************************************************************/

.article-container {
    background: #fff;
    width: auto ;
    color: #222222;
}

.article-container span {
    padding: 5px 0px;
    display: inline;
}

.article-container p{
    text-align: justify;
/*
    margin: 20px 0;
*/
        font-size: .9em;
        line-height: 1.2em;
}

.article-container h3 {
    margin:0;
    font-size:1.3em;
    font-family:'robotoregular', sans-serif;
    line-height:2em;
}

.article-container .attachment-single{
    max-height: 300px;
}

.article-container a{
    color: #51ADE5;
    text-decoration: none;
}

.article-container p.wp-caption-text{
    font-size: 0.7em;
    line-height: 15px;
    margin: 0 auto;
    color: #333;
    font-style: italic;
    text-align: center;
}

.wp-caption {
    max-width:100%!important;
    height:auto;
}

.main-text img{
    max-width:100%!important;
    height:auto;
}

.main-text {
    padding-left: 10px;
    padding-right: 10px;
}

.post-meta {
    color: #000000;
    font-size: .9em;
    line-height: 1.15em;
    margin-bottom: 20px;
}

.post-meta h1{
    color: #000000;
    font-family: 'robotomedium', sans-serif;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    margin:0;
    margin-top: 10px;
}

p.article-description {
    color: #000000;
    font-family: 'robotoregular', sans-serif;
    font-size: 1em;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.meta-info {
    line-height: 1.5em;
    margin:10px 0 10px 0;
    background: #E6F9E8;
}

.meta-info img{
    display:block;
    float:left;
}

.meta-info-2 {
    padding-left:10px;
    line-height:32px;
    font-family:'robotomedium';
}

.meta-info strong{
    color : #51ADE5;
}

#author-avatar img {
	padding-right: 10px;
}

.post-comments {
    background-color: #FFE5C8;
    padding:10px;
    padding-top: 3px;
}

.pdf-post {
    line-height:32px;
    margin-left: 15px;
    display:block;
}

.pdf-post a {
    padding: 5px;
    background: #F68712;
    color: #fff;
    text-decoration: underline;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin:0 5px 5px 0;
    line-height:1em;
    display:inline-block;
}

.pdf-post a.non-dispo {
    text-decoration: line-through;
    background: #BFBFBF;
}

.tags {
    line-height:32px;
    margin: 15px;
    display:block;
}

.tags a {
    padding: 5px;
    background: #51ADE5;
    color: #fff;
    text-decoration: none;
    font-size: .75em;
    text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
    margin:0 5px 5px 0;
    line-height:1em;
    display:inline-block;
}

.category {
    line-height:32px;
    font-family: sans-serif;
}

.category a {
    padding: 5px;
    background: #5AB280;
    color: #fff;
    text-decoration: none;
    font-size: .75em;
    text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
    margin:0 5px 5px 0;
    line-height:1em;
    display:inline-block;
}

.logged-in-as{
    margin: 15px 0;
}

.author-header {
    border-bottom : 3px solid #51ADE5;

}
.author-header img{
    margin: 3px 0 1px 3px;
}

footer {
    color: #4b4b4b;
    line-height: 1.2em;
    padding-bottom: 25px;
    font-family:'robotomedium',sans-serif;
    margin: 20px 40px 0px 40px;
}

footer h2{
    padding:0;
    font-family:inherit;
    text-align:center;
}

footer li {
/*
    border: 1px solid #eee;
    border-bottom: none;
*/
}

footer ul {
/*
    border-bottom: 1px solid #eee;
*/
}

footer li a{
    color: #4b4b4b;
    text-decoration: none;
    display: block;
/*
    padding: 10px;
*/
}

footer li a:hover{
    color: #121212;
}

footer input[type="submit"]{
    cursor:pointer;
    font-family:inherit;
    background: #4b4b4b;
    color:#fff;
    margin:0;
    margin-top:5px;
    border:0;
    padding: 5px 10px 5px 10px;
    font-size:1em;
    max-width:100%;
        -webkit-transition: all .2s ease;
           -moz-transition: all .2s ease;
             -o-transition: all .2s ease;
                transition: all .2s ease;
}

footer input[type="text"]{
    margin-top:5px;
    border:1px solid #4b4b4b;
    padding: 5px 10px 5px 10px;
    width:100%;
    box-sizing:border-box
}

footer input[type="submit"]:hover{
    background: #51ADE5;
}


form[role="search"]{
    text-align:center;
}

input#s {
    width: 80%;
    margin: 10px 0 10px 0;
}

select#volumedropdown {
    margin: 10px 0 10px 0;
}

select#archivedropdown2 {
    margin: 10px 0 10px 0;
    max-width: 100%;
}

select#archivedropdown {
    margin: 10px 0 10px 0;
    max-width: 100%;
}

#respond label{
    clear: both;
    display: block;
}

#submit{
    background: #51ADE5;
    border: none;
    padding:8px;
    color: #fff;
    cursor: pointer;
    font-family: 'robotomedium';
    font-size: 1.2em;
    /*display: none;*//* pour utiliser Google No Captcha */
    opacity: 0.7;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    min-width: 100px;
}

#submit:hover {
    opacity: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.comment-header{
    height: 50px;
}

.comment-header img{
    float: left;
    margin-right: 8px;
}

.comment-list a, #respond a{
    text-decoration: none;
    font-weight: bold;
    color: #4b4b4b;
}

.comment-list a:hover, #respond a:hover{
    text-decoration: underline;
    color: #000;
}

.comment-list li.comment{
    margin-bottom: 40px;
}

.comment-list p{
    clear: both;
    margin: 10px 0;
}

.comment-list .depth-2, .depth-3{
    margin: 20px 0 0 20px;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

#comments{
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#comment{
    width: 80%;
}

ul.liste-auteurs{
    padding:10px 0px 5px 5px;
    margin:0;
}

.liste-auteurs li {
    padding:5px 0 10px 5px;
    color:#4b4b4b;
    font-weight:bold;
    -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
            transition: all .2s ease;
}

.liste-auteurs li a:hover {
    color:#51ADE5;
}

input {
    max-width: 200px;
}



/* ------------------------------------------------------------------------------------------
FEATURED ARTICLES SLIDER  -- Par Daniel
------------------------------------------------------------------------------------------ */
div.slider-image {
    width: 60%;
    height: 250px;
    overflow: hidden;
    background: black;
    float:left;
}

.slider-image img {
    width: 100%;
    /*height: 100%;*/
    display: none;
}

div.slider-caption {
    float:left;
    width: 40%;
    height: 50px;
    background: #e3e3e3;
    padding: 12px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    display:block;
}

.slider-caption h1{
    font-size: 1em;
    line-height:100%;
    color: black;
    font-weight: bold;
}

/* ------------------------------------------------------------------------------------------*/

.encadre-gris p {
    font-size: 0.7em;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 20px;
    width: 60%;
    display: block;
    float: left;
}

.pdf-nav-container {
    font-size: 0.8em;
    font-weight: bold;
    color: #4b4b4b;
    width:100%;
    display: block;
    text-align:center;
}

.pdf-thumb-parent img.pdf-thumb,
img.pdf-thumb {
    max-width: 80%;
    opacity:1;
}

.pdf-thumb-parent:focus img.pdf-thumb,
.pdf-thumb-parent:hover img.pdf-thumb,
img.pdf-thumb:focus,
img.pdf-thumb:hover {
    opacity:0.7;
}

.ombre-parent img.ombre,
.ombre {
    -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.ombre-parent:hover img.ombre,
.ombre-parent:focus img.ombre,
.ombre:focus,
.ombre:hover {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.prochaine-publ {
    color: black;
    font-weight: normal;
    font-size: 1em;
    margin: 20px 0 20px 0;
}

img.archives-pdf {
    opacity:1;
}

img.archives-pdf:hover {
    opacity:0.7;
}

.block {
    margin: 0;
    padding: 0;
    -moz-column-gap: 1px;
    -webkit-column-gap: 1px;
    column-gap: 1px;
    -moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.accueil {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 5px;
    width: 99%;
<!--
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
-->
<!--
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
-->
}

/* ------------------------------------------------------------------------------------------*/
/* Bouton Facebook */

.fb_iframe_widget span {
    padding-left: 0 !important;
    margin-top:10px;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #1200+px
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #1200+px
================================================== */

.container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; /*margin-left: 10px; margin-right: 10px;*/ }
.container .column,
.container .columns                         { float: left; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-top: 10px;}

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 60px;  }
.container .two.columns                     { width: 135px; }
.container .three.columns                   { width: 210px; }
.container .four.columns                    { width: 285px; }
.container .five.columns                    { width: 360px; }
.container .six.columns                     { width: 435px; }
.container .seven.columns                   { width: 510px; }
.container .eight.columns                   { width: 585px; }
.container .nine.columns                    { width: 660px; }
.container .ten.columns                     { width: 730px; }
.container .eleven.columns                  { width: 810px; }
.container .twelve.columns                  { width: 885px; }
.container .thirteen.columns                { width: 960px; }
.container .fourteen.columns                { width: 1035px; }
.container .fifteen.columns                 { width: 1110px; }
.container .sixteen.columns                 { width: 1185px; }

.container .one-third.column                { width: 350px; }
.container .two-thirds.column               { width: 700px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 75px;  }
.container .offset-by-two                   { padding-left: 145px; }
.container .offset-by-three                 { padding-left: 215px; }
.container .offset-by-four                  { padding-left: 285px; }
.container .offset-by-five                  { padding-left: 355px; }
.container .offset-by-six                   { padding-left: 425px; }
.container .offset-by-seven                 { padding-left: 495px; }
.container .offset-by-eight                 { padding-left: 565px; }
.container .offset-by-nine                  { padding-left: 635px; }
.container .offset-by-ten                   { padding-left: 705px; }
.container .offset-by-eleven                { padding-left: 775px; }
.container .offset-by-twelve                { padding-left: 845px; }
.container .offset-by-thirteen              { padding-left: 915px; }
.container .offset-by-fourteen              { padding-left: 985px; }
.container .offset-by-fifteen               { padding-left: 1055px; }


/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; /*margin-left: 10px; margin-right: 10px;*/ }
	.container .column,
	.container .columns                         { float: left; margin-left: 10px; margin-right: 10px; }
	.row                                        { margin-top: 10px;}

	/* Nested Column Classes */
	.column.alpha, .columns.alpha               { margin-left: 0; }
	.column.omega, .columns.omega               { margin-right: 0; }

	/* Base Grid */
	.container .one.column,
	.container .one.columns                     { width: 40px;  }
	.container .two.columns                     { width: 100px; }
	.container .three.columns                   { width: 160px; }
	.container .four.columns                    { width: 245px; }
	.container .five.columns                    { width: 280px; }
	.container .six.columns                     { width: 335px; }
	.container .seven.columns                   { width: 400px; }
	.container .eight.columns                   { width: 460px; }
	.container .nine.columns                    { width: 520px; }
	.container .ten.columns                     { width: 580px; }
	.container .eleven.columns                  { width: 640px; }
	.container .twelve.columns                  { width: 685px; }
	.container .thirteen.columns                { width: 760px; }
	.container .fourteen.columns                { width: 820px; }
	.container .fifteen.columns                 { width: 880px; }
	.container .sixteen.columns                 { width: 940px; }

	.container .one-third.column                { width: 300px; }
	.container .two-thirds.column               { width: 620px; }

	/* Offsets */
	.container .offset-by-one                   { padding-left: 60px;  }
	.container .offset-by-two                   { padding-left: 120px; }
	.container .offset-by-three                 { padding-left: 180px; }
	.container .offset-by-four                  { padding-left: 240px; }
	.container .offset-by-five                  { padding-left: 300px; }
	.container .offset-by-six                   { padding-left: 360px; }
	.container .offset-by-seven                 { padding-left: 420px; }
	.container .offset-by-eight                 { padding-left: 480px; }
	.container .offset-by-nine                  { padding-left: 540px; }
	.container .offset-by-ten                   { padding-left: 600px; }
	.container .offset-by-eleven                { padding-left: 660px; }
	.container .offset-by-twelve                { padding-left: 720px; }
	.container .offset-by-thirteen              { padding-left: 780px; }
	.container .offset-by-fourteen              { padding-left: 840px; }
	.container .offset-by-fifteen               { padding-left: 900px; }
	
	/* #menu is the original menu */
	.js #menu {
		display:block;
	}
	
	.js .slicknav_menu {
		display:none;
	}

}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {


        .container                                  { width: 768px;}
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 182px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 271px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
        
        /* ------------------------------------------------------------------------------------------
        FEATURED ARTICLES SLIDER  -- Par Daniel
        ------------------------------------------------------------------------------------------ */
        div.slider-image {
            width: 60%;
            height: 200px;
        }

        div.slider-caption {
            height: 40px;
            padding: 9px;
            display:block;
        }

        .slider-caption h1{
            font-size: .8em;
            line-height:100%;
        }
        /* ------------------------------------------------------------------------------------------*/  
        
        input {
            max-width: 150px;
        }
        .mobile {
            display: none;
        }
        
        .desktop {
            display: block;
        }
        
        .top-logo-petit {
            margin-bottom:5px;
            font-size:0.7em;
        }
        
        /* #menu is the original menu */
        .js #menu {
            display:block;
        }
        
        .js .slicknav_menu {
            display:none;
        }
        
        .block {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
		}

}



/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


        .container { width: 420px; }
        .column.alpha, .columns.alpha               { margin-left: 10px; }
        .column.omega, .columns.omega               { margin-right: 10px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
        
        /* ------------------------------------------------------------------------------------------
        FEATURED ARTICLES SLIDER  -- Par Daniel
        ------------------------------------------------------------------------------------------ */
        div.slider-image {
            width: 100%;
            height: 260px;
        }

        div.slider-caption {
            display: none;
        }

        /* ------------------------------------------------------------------------------------------*/
        
        .mobile {
            display: block;
        }
        .desktop {
            display: none;
        }
        
        
        .top-logo-petit {
            font-size:0.7em;
        }
        
        .top-logo-petit img {
            width: 60%;
        }
        
        /* #menu is the original menu */
        .js #menu {
            display:none;
        }

        .js .slicknav_menu {
            display:block;
        }
        
        .block {
			-moz-column-count: 1;
			-webkit-column-count: 1;
			column-count: 1;
		}
}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 480px) {

        .container { width: 300px; }
        .column.alpha, .columns.alpha               { margin-left: 10px; }
        .column.omega, .columns.omega               { margin-right: 10px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
        
        /* ------------------------------------------------------------------------------------------
        FEATURED ARTICLES SLIDER  -- Par Daniel
        ------------------------------------------------------------------------------------------ */
        div.slider-image {
            width: 100%;
            height: 188px;
        }

        div.slider-caption {
            display: none;
        }

        /* ------------------------------------------------------------------------------------------*/
        
        .mobile {
            display: block;
        }
        .desktop {
            display: none;
        }
        
        .top-logo-petit {
            font-size:0.7em;
        }

        .top-logo-petit img {
            width: 80%;
        }
        
        /* #menu is the original menu */
        .js #menu {
            display:none;
        }
        
        .js .slicknav_menu {
            display:block;
        }
        
        .block {
			-moz-column-count: 1;
			-webkit-column-count: 1;
			column-count: 1;
		}
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Styles inspired from CSS generated by InDesign after export to HTML */

p.C1---Paragraphe-avec-alin-a,
p.C3---Intertitre.para-style-override-2,
p.Art4-1er-paragraphe,
p.Art8-Paragraphe-apr-s-intertitre {
    font-weight: none;
	-epub-ruby-position:over;
	text-align:justify;

}
p.Art5-Paragraphe-normal {
	-epub-ruby-position:over;
	text-align:justify;
	text-indent:14px;
}

p.Art7-Intertitre,
p.C3---Intertitre {
	-epub-ruby-position:over;
	font-weight: bold;
	text-align:justify;
}
p.para-style-override-1 {
	-epub-hyphens:none;
}
span.char-style-override-1 {
	font-weight: bold;
	font-style:oblique;
	font-size:1em;
	line-height:1;
	-adobe-float-keep:column;
/*
	text-transform:uppercase;
*/
}
span.char-style-override-2,
span.char-style-override-3 {
	font-style:oblique;
}
.para-style-override-3,
.para-style-override-5,
.B4---Chapeau.para-style-override-2,
span.char-style-override-4 {
	font-weight: bold;
}

/*source infobulle : http://www.css3create.com/Infobulle-avec-effet-de-transparence-en-CSS */
a.infobulle span
{
    position:absolute;
    color:black;
    background:white;
    padding:10px;
    border-radius:3px;
    box-shadow:0 0 10px black;
    margin-top:23px;
    margin-left:-200px;
    margin-right:auto;
    transform:scale(0) rotate(-90deg);
    transition:all .25s;
    opacity:0;
    z-index: 5;
}

a.infobulle:hover span, a.infobulle:focus span
{ 
    transform:scale(1) rotate(0);
    opacity:1;
}

.le-no-local:after {
    content: "C-215.02";
    font-weight: bold;
}

#bxsliderdiv {
    z-index: 1;
    width : 100%;
}

/* Shine : https://codepen.io/nxworld/pen/ZYNOBZ */
.hover14 {
	width : auto;
    overflow:hidden;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
    pointer-events: none;
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:focus::before,
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*MORPH : https://designshack.net/articles/css/joshuajohnson-2/*/
.morph-parent img,
.morph {
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
          transition: all 0.25s linear;
}

.morph-parent:focus img,
.morph:focus,
.morph-parent:hover img,
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  /* shadow : http://www.corelangs.com/css/box/hover.html */
}

.mini-rotate {
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
          transition: all 0.25s linear;
}

.mini-rotate:focus,
.mini-rotate:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  /* shadow : http://www.corelangs.com/css/box/hover.html */
}

.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
} 

#searchform input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#searchform input[type=text]:focus {
    width: 100%;
}
