/*
Theme Name: Media Syndical
Theme URI: http://snjcgt.fr
Author: Ugict-CGT - Pravdamien
Author URI: https://syndicoop.fr/membres/dramage
Description: Un thème magazine conçu pour le SNJ CGT - Outillé par Reference-Syndicale.fr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3
Text Domain: media
Template: iamyourfather
*/

/**
 * SOMMAIRE:
 *
 * 1.0  - RESET
 *      1.1  - SLIDEBARS
 * 2.0  - COLORS
 * 3.0  - HEADER
 *      3.1  - MENUS
 *      3.2  - FRONT PAGE SPECIFIC
 *      3.3  - SIDE MENU
 *      3.4  - SEARCH FRONT
 * 4.0  - FOOTER
 * 5.0  - MARKUP
 * 6.0  - FRONT PAGE 
 *      6.1  - FRONT SLIDEBARS CONTENTS 
 *      6.2  - FRONT PAGE WIDGETS 
 * 7.0  - POSTS
 *      7.1  - POST META
 *      7.2  - POST HEADER
 *      7.3  - POST CONTENT
 *      7.4  - POST RELATED
 *      7.5  - POST BUTTONS
 *      7.6  - POST COMMENTS
 *      7.7  - POST FORMATS
 * 8.0  - PAGES
 *      8.1  - PAGE STANDARD
 *      8.2  - PAGE CONTACT
 *      8.3  - PAGE TENDANCES
 *      8.4  - PAGE DOSSIERS
 *      8.5  - PAGE SOMMAIRE
 *      8.6  - PAGE LONGUE
 * 9.0  - ARCHIVES
 *      9.1  - CATEGORY ARCHIVES
 *      9.1  - TAG ARCHIVES
 * 10.0 - WIDGETS
 * 11.0 - FORMS
 * 12.0 - BANNER

 * 19.0 - WAITING ANIMATION

 * 20.0 - QUERIES
*     20.1 - Slidebar Media Queries

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


/***************************************************************************************
 * 1.0 RESET
***************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input:focus,button:focus,div:focus,section:focus,aside:focus,textarea, input,
h1, h2, h3, h4, h5, h6 {outline:0;}
textarea, input, select { outline: none; }

html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    /* Stops horizontal scrolling. */
}

html {
    height: 100%;
    /* Site is as tall as device. */
}

html.sb-init {
    margin-top: 0!important;
}

body {
    font-family: Open Sans, Tahoma, Verdana, sans-serif;
    min-height: 100vh;
    height: auto;
    position: relative;
    /* Required for static Slidebars to function properly. */
}
a:hover, a:focus{
    text-decoration: none;
    color: initial;
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

.genericon{
    font-size: inherit;
}

/***************************************************************************************
 * 1.1 SLIDEBARS
***************************************************************************************/

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #fff;
}
.sb-slidebar .sb-content{
    min-height: 100vh;
    overflow: hidden;
}

.sb-slidebar,
.sb-slidebar * {
    -webkit-transform: translateZ(0px)
}

.sb-left {
    left: 0;
    background: #fff;
    z-index: 2001;
}

.sb-right {
    right: 0;
    background: #fff;
    z-index: 2001;
    }

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute
}

.sb-slidebar.sb-active {
    display: block
}

.sb-style-overlay {
    z-index: 9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}

.sb-slidebar {
    width: 100%;
}
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    /*-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);*/
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}

.sb-hide {
    display: none
}
#content{
    min-height: 110vh;
}


/***************************************************************************************
 * 2.0 COLORS
***************************************************************************************/

::selection{background:#ffd687;color:#fff;text-shadow:none}
::-moz-selection{background:#ffd687;color:#fff;text-shadow:none}


.ft-light{font-weight: 300;}
.ft-normal{font-weight: 500;}
.ft-bold{font-weight: 700;}

.ft-06{font-size:0.6em;}
.ft-08{font-size:0.8em;}
.ft-1{font-size:1em;}
.ft-1-5{font-size:1.5em;}
.ft-2{font-size:2em;}
.ft-3{font-size:3em;}
.ft-4{font-size:4em;}
.ft-5{font-size:5em;}

.tleft{text-align: left;}
.tcenter{text-align: center;}
.tright{text-align:right;}

.fl-right{float:right;}
.fl-left{float: left;}
.fl-none{float: none;}

.ft-alt{font-family: "Source Sans Pro", arial, sans-serif}

.ft-walter {color:#fff}
.ft-green {color:#8eceab;}
.ft-darkgreen{color:#1ABC9C;}
.ft-blue {color:#25b0cc}
.ft-darkblue{color:#167;}
.ft-grey {color:#343434}
.ft-lightgrey{color:#777;}
.ft-lightergrey{color:#ccc;}
.ft-red{color:#cc113e;}
.ft-yellow{color: #ffd687;}
.ft-purple{color: #8687c2;}
.ft-pink{color: #f388ab;}
.ft-black{color: #343434;}
a:focus{text-decoration: none;color:initial;}

.gen-walter:before{color:#fff}
.gen-green:before{color:#8eceab}
.gen-darkgreen:before{color:#1ABC9C}
.gen-blue:before{color:#25b0cc}
.gen-darkblue{color:#167;}
.gen-grey:before{color:#343434}
.gen-lightgrey:before{color:#777;}
.gen-lightergrey:before{color:#ccc;}
.gen-red:before{color:#cc113e}
.gen-yellow:before{color: #ffd687}
.gen-purple:before{color: #8687c2;}
.gen-pink:before{color: #f388ab;}

a.hov-walter:hover,
a.gen-hov-walter:hover .genericon:before{color:#fff;}
a.hov-green:hover {color:#8eceab;}
a.hov-darkgreen:hover{color:#1ABC9C;}
a.hov-blue:hover{color:#25b0cc;}
a.hov-darkblue:hover{color:#167;}
a.hov-red:hover{color:#cc113e;}
a.hov-yellow:hover{color: #ffd687;}
a.hov-purple:hover{color: #8687c2;}
a.hov-pink:hover{color: #f388ab;}

.hov-bg-walter:hover{background-color:#fff;}
.hov-bg-green:hover{background-color:#8eceab;}
.hov-bg-blue:hover{background-color: #25b0cc;}
.hov-bg-yellow:hover{background-color: #ffd687;}
.hov-bg-purple:hover{background-color: #8687c2;}
.hov-bg-pink:hover{background-color: #f388ab;}
.hov-bg-black:hover{background-color: #343434;}
.hov-bg-red:hover{background-color:#cc113e;}

.bg-walter{background-color: #fff;}
.bg-green {background-color:#8eceab}
.bg-darkgreen{background-color:#14947b}
.bg-blue {background-color:#25b0cc}
.bg-darkblue{background-color:#167;}
.bg-grey {background-color:#343434}
.bg-lightgrey{background-color:#777;}
.bg-lightergrey{background-color:#ccc;}
.bg-trans{background-color: transparent;}
.bg-red{background-color:#E00018;}
.bg-yellow{background-color: #ffd687;}
.bg-pink{background-color: #f388ab;}
.bg-purple{background-color: #8687c2;}
.bg-black{background-color: #343434;}

.border-1{border:1px solid;}
.border-2{border:2px solid;}
.border-3{border:3px solid;}
.border-4{border:4px solid;}
.border-5{border:51px solid;}

.border-walter{border-color:#fff;}
.border-green {border-color:#8eceab}
.border-darkgreen{border-color:#1ABC9C;}
.border-darkblue{border-color:#25b0cc;}
.border-darkblue{border-color:#167;}
.border-yellow{border-color: #ffd687;}
.border-red{border-color:#cc113e;}
.border-purple{border-color: #8687c2;}
.border-pink{border-color: #f388ab;}
.border-grey{border-color:#343434}
.border-lightgrey{border-color:#777;}
.border-lightergrey{border-color:#ccc;}

.full-btn{
    display: block;
    line-height: 2em;
    margin:5px;
    font-size: 1.5em;
    padding: 0 5px;
    text-decoration: none !important;
}
.full-btn .genericon{
    vertical-align: middle;
}
.full-btn .glyphicon{
    vertical-align: top;
}
.full-btn .genericon-expand{
    float: right;
    font-size: 1.3em;
}

.dblock{display: block;overflow: hidden;}
.dinline{display: inline-block;overflow: hidden}

.nopadder{padding:0 !important;}
.noborder{border:none !important;}

.padder.one{padding:1em;}
.padder.two{padding:2em;}

.screen-reader-text{display: none!important}

.noflow {display: block;overflow: hidden;}
.noflow img {max-width: 100%; height: auto;}
.img-round img{
    border-radius: 50%;
    -webkit-border-radius:50%;
    overflow: hidden;
    display: block;
}
.img-center img{
    margin-left: auto;
    margin-right: auto;
}


/***************************************************************************************
 * 3.0 HEADER
***************************************************************************************/

/* Pictos dans les menus */
nav li:before{
    font-size: 2em;
    vertical-align: middle;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

/*Everything logged in*/
body.logged-in .is-sticky #sticker{
    position: relative !important;
}
body.logged-in #wpadminbar{
    top:49px !important;
    z-index: 1000;
}
body.logged-in #sb-site{
    padding-top: 0px !important
}
body.logged-in .sticky-wrapper,
body.logged-in.home-page #banner-front{
    margin-top: 50px;
}
body.logged-in.home-page .sticky-wrapper{
    margin-top: 0;
}


/***************************************************************************************
 * 3.1 MAIN MENU
***************************************************************************************/


.secondary-header{
    display: block;
    clear: both;
}
.menu-navigation-container{
    position: relative;
}

.navbar-nav, 
.navbar-nav li{
    float:none;
}
.navbar-nav {
    display: block;
}
.navbar-nav li{
    text-align: left;
    display: inline-block;
    position: relative;
}
.navbar-nav li a{
    padding: 55px 10px 5px 10px;
    margin-top:-55px;
    position: relative;
    display: block;
    color: #343434;
    font-weight: 300;
    z-index: 2;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: "Sourc Sans pro", Tahoma, Verdana, sans-serif;
}
.navbar-nav li:before{
    color: #fff;
    background-color: #E00018;
    font-size: 40px;
    position: relative;
    z-index: 1;
    padding: 5px;
    display: block;
    line-height: 45px;
    width: 55px;
    height: 55px;
    margin: 10px auto 5px;
    padding:5px;
    border-radius: 50%;
    -webkit-border-radius:50%;
     background-clip: padding-box
}
.navbar-nav li:hover{
    cursor: pointer;
}
.navbar-nav li a:hover {
    color: #cc113e;
}
.navbar-nav li:hover:before {
    background-color: #fff;
    color: #343434;
}
.sticky-wrapper{
    height: auto !important;
    position: relative;
    z-index: 100;
}

/*Logo dans le menu*/

.secondary-header{
    position: relative;
}
#MiniLogo{
    position: absolute;
    top:-1px;
    left:15px;
    height: 102%;
}
.home-page #MiniLogo{
    visibility: hidden;    
}
#MiniLogo img{
    height:100%;
    width: auto;
    max-width: none;
}
.home-page .is-sticky #MiniLogo{
    visibility: visible;
}

/* Sticky desktop menu*/
#toppadder{
    height:50px;
    width: 100%;
}

.is-sticky #sticker{
    width: 100%;
    background-color: #fff;
    border-top: 5px solid #E00018;
    border-bottom:1px solid #eee;
    z-index: 2000;
    top:0;
    left:0;
}


.is-sticky .navbar-nav li a{
    font-size: 70%;
    color: #333;
}
.is-sticky .navbar-nav li:before{
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-size: 20px;
}

/*MOBILE MENU AND NAV*/

.mobile-header{
    position: fixed;
    top:0;
    left: 0;
    margin:0;
    padding:0;
    z-index: 1900;
    width: 100%;
    background-color: rgba(255,255,255,0.98);
    border-bottom: 3px solid #E00018;
}
.mobile-header #mobile-nav{
    clear: both;
    position: fixed;
    overflow: hidden;
    top: 53px;
    height: 98vh;
    width: 100vw;
    background: rgba(255,255,255,0.97);
    overflow-y: scroll;
    padding: 0 0 10vh 0;
}

/*the button*/
.menutoggle{
    float:right;
    font-size: 1.2em;
    margin-right:15px;
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
    border:none;
    line-height: 50px;
    padding: 0 10px;
}
.menutoggle .genericon:before{
    margin-right:5px;
    line-height: 50px;
    font-size: 30px;
}
.menutoggle[aria-expanded="true"] .genericon:before{
    content: '\f405';
}
.menutoggle:hover{
    cursor: pointer;
}

/*the logo*/
#MobileLogo{
    float: left;
    margin-left: 15px;
    height: 50px;
}
#MobileLogo img{
    width: auto;
    height: 50px;
}
#mobile-nav .navbar-nav{
    margin-top: 20px;
}
#mobile-nav .navbar-nav li{
    width: 32%;
}



/***************************************************************************************
 * 3.2 FRONT PAGE SPECIFIC
***************************************************************************************/

/* BANNER ON THE FRONT */

/*logo and title*/
#banner-front{
    border-top: 5px solid #E00018;
    overflow: hidden;
    padding-bottom: 20px;
}
#LogoFront img{
    width: 90%;
    height: auto;
}
#TitleFront{
    padding:10px 0 0.4em;
}
#TitleFront h1{
    line-height: 1.3em;
}

/* SOCIAL MEDIA AND CONTACT BUTTONS */


#contact-front{
    overflow: hidden;
    margin-top:1.4em;
}
#toolsfront{
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;

}
#contact-front .ToolFront{
    margin: 0 10px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;
}
#contact-front .ToolFront a{
    display: inline-block;
    color: #fff
}
#contact-front .ToolFront a .genericon{
    margin:0 auto;
    width: 50px;
    height: 50px;
}
#contact-front .ToolFront a .genericon:before{
    font-size: 30px;
    display: block;
    margin: 5px auto 5px;
    background-color: #000;
    color: #fff;
    padding:10px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    clear: both;
}
#contact-front .ToolFront .Tool a .genericon-twitter:before{
    background:#00aced;
}
#contact-front .ToolFront .Tool a:hover .genericon-twitter:before{
    color: #00aced;
    background-color: transparent;
}
#contact-front .ToolFront .Tool a .genericon-facebook-alt:before{
    background:#3b5998;
}
#contact-front .ToolFront .Tool a:hover .genericon-facebook-alt:before{
    color: #3b5998;
    background-color: transparent;
}
#contact-front .ToolFront .Tool a .genericon-feed:before{
    background:#FA9B39;
}
#contact-front .ToolFront .Tool a:hover .genericon-feed:before{
    color: #FA9B39;
    background-color: transparent;
}

/*Contact buttons*/


.ButtonFront .genericon{
    margin-right: 10px;
}
.ButtonFront a{
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 0.5em;
    display: block;
    border: 1px solid #eee;   
}
.ButtonFront a:hover{
    border-color: #fff;
}

/*Fb box*/
#contact-front blockquote:before,
#contact-front blockquote:after{
    display: none;
}

/***************************************************************************************
 * 3.3 SIDE MENU
***************************************************************************************/


.side-nav-menu li{
    list-style: none;
    margin:0 ;
}

.side-nav-menu li a{
    font-size: 80%;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 0.5em;
    display: block;
    border: 1px solid #eee;
    color: #343434;
}
.side-nav-menu li a:hover{
    color: #fff;
    background: #8eceab;
}
.side-nav-menu li a:before{
vertical-align: middle;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    content: '\f101';
    margin-right: 10px;
}

.side-nav-menu li a#toggle-bulletin:before{
    content: '\f500';
    vertical-align: text-top;
}
.side-nav-menu li a#toggle-bulletin.collapsed:before{
    content: '\f502';
    vertical-align: text-bottom;
}


/***************************************************************************************
 * 3.4 SEARCH
***************************************************************************************/

#SearchFront{
    position: absolute;
    top: 0;
    right: 0;
}
.search-box-wrapper{
    clear: both;
    padding: 1em 0;
}
.search-box-wrapper .search-box{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.search-box input[type=search]{
    padding: 5px 10px;
    color: #343434;
    font-weight: 300;
    border:2px solid #25B0CC;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.search-box input[type=search]:focus{
    border-color: #1ABC9C;
}
.search-box input[type=submit]{
    box-shadow: none;
    border-radius: 0px;
    border:2px solid #25B0CC;
    padding: 5px 10px;
    color: #fff;
    background: #25B0CC
}
.search-box input[type=submit]:hover, 
.search-box input[type=submit]:focus{
    background: #1ABC9C;
    border-color: #1ABC9C;
}


/***************************************************************************************
 * 4.0 FOOTER
***************************************************************************************/

.site-footer{
    border-top: 1px solid #eee;
    margin-top: 2em;
    position: relative;
}

.site-footer p{
    margin-bottom: 5px;
}
.site-footer p a{
    text-decoration: underline;
    color:inherit;
}
.site-footer p a:hover{
    color:#cc113e;
    text-decoration: none;
}

/***************************************************************************************
 * 5.0 MARKUP
***************************************************************************************/

a.edit-config,
a.post-edit-link {
    display: block;
    position: absolute;
    top:2%;
    left:1%;
    z-index: 1000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #ff0080;
}

/*bouton de modif*/

a.edit-config .genericon:before,
a.post-edit-link .genericon:before{
    display: block;
    margin:0;
    padding: 5px;
    font-size: 20px;
    width:30px;
    height:30px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    background: yellow;
    color: #000;
    box-shadow: 1px 2px 2px #333;
    -webkit-box-shadow:1px 2px 2px #333;
}
a.edit-config:hover .genericon:before,
a.post-edit-link:hover .genericon:before,
.edit-notice:hover{
    background-color: #ff0080;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow:none;
}

/*Notice*/

.edit-notice{
    position: relative;
    font-size: 80%;
    display: block;
    padding: 5px 10px;
    background: yellow;
    color: black;
    margin: 5px;

}

/*read more link*/

.readit{
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 70%;
    padding:0.5em 1em 0.5em 0.6em;
}
.readit:hover{
    text-decoration: none;
    border-color: inherit;
}

hr{
    margin:0;
    border:none;
}

/***************************************************************************************
 * 6.0 FRONT PAGE
***************************************************************************************/

/* GENERAL*/
.FrontTitle{
    padding:0.5em 15px;
    margin:1em 0 0.6em 0;
}

/* EN AVANT */

#titres .FrontTitle{
    margin:1em 0 0.2em -15px;
}


.featured-article .entry-title{
    margin-bottom: 1em;
}
.featured-article .post-thumbnail{
    margin-top: 20px;
}
.featured-article .ft_excerpt{
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.5;
}

/* LES TITRES */

.article-titre{
    position: relative;
    padding-bottom: 0.5em;
    clear: both;
}
.article-titre .readit{
    border:none;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-top: 10px;
    float: right;
}
.titres-articles .ImageUne{
    margin-right: -15px;
}
.titres-articles .ImageUne a{
    display: block;
    overflow: hidden;
    line-height: 0;
}
.titres-articles .ImageUne a img{
    display: block;
    overflow: hidden;
    height: auto;
    width: 90%;
    margin:5px auto;
}
.titres-articles .TexteUne{
    margin-top: 1em;
    line-height: 1.2
}

/* A LA UNE */

.alaune-content article{
    position: relative;
    background-clip: padding-box;
}
.article-alaune{
    overflow: hidden;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.article-alaune .content{
    background: #eee;
    padding: 20px 20px;
    overflow: hidden;
}
.article-alaune .entry-excerpt{
    line-height: 1.4;
    font-size: 80%;
}
.article-alaune .TexteUne .entry-excerpt{
    margin-top: 0.6em;
}
.article-alaune .entry-title{
    line-height: 1.2;
}

 .front-hashtag a{
    display: inline-block;
}
.front-hashtag a{
    text-transform: capitalize;
    color: #fff;
    font-size: 85%;
    word-spacing: -4px;
    background: #8eceab;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
}
.front-hashtag a:hover{
    background: #ffd687;
}

/* FRONT TAGS */

#front-tags ul{
    overflow: hidden;
    list-style-type: none;
    display: block;
    clear: both;
}
#front-tags ul li a{
    word-spacing: -4px;
    line-height: 80px;
    max-height: 80px;
    overflow: hidden;
    text-transform: capitalize;
    display: block;  
    color: #343434;
    font-weight: bold;
}
#front-tags ul li a:before{
    content:"#";
    display: inline-block;
    font-size: 1em;
    color: #333;
}

#front-tags ul li a:after{
    color: #ffd687;
    font-weight: bold;
    opacity: 0.7;
    filter:alpha(opacity=70%);
    margin: -20px 15px 0px 20px;
    display: inline-block;
    font-size: 80px;
    vertical-align: middle;
}
#front-tags ul li:nth-child(1) a:after{content:"1";}
#front-tags ul li:nth-child(2) a:after{content:"2";}
#front-tags ul li:nth-child(3) a:after{content:"3";}
#front-tags ul li:nth-child(4) a:after{content:"4";}
#front-tags ul li:nth-child(5) a:after{content:"5";}

#front-tags ul li a:hover:after{
    color: #8687c2
}

/***************************************************************************************
 *** 6.1 FRONT SLIDEBARS CONTENT
***************************************************************************************/

/* Toggle buttons*/

.sb-slidebar .sb-toggle{
    margin:20px;
    clear: both;
    border:none;
    box-shadow: none !imporant;
}

/* Left sidebar */

.sb-slidebar .sb-toggle.sb-toggle-left{
  -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg); 
          transform: rotate(180deg); 

}

.sb-left .sb-content{
    border: 5px solid #E00018;
    border-left: none;
    padding-right: 5%;
    padding-top: 50px;
    height: 100vh;
    overflow-y: scroll;
}
.sb-right .sb-content{
    border: 5px solid #E00018;
    border-right: none;
    padding-left: 5%;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 50px;
}


/***************************************************************************************
 *** 6.2 FRONT PAGE WIDGETS
***************************************************************************************/

.twitter-widget{
    padding:10px;
}



/***************************************************************************************
 * 7.0 POSTS
***************************************************************************************/

.single article{
    border-top: 5px solid #E00018;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding:5em 0;
}

/***************************************************************************************
 * 7.1 POST META
***************************************************************************************/

/* POST DATE */

.entry-post-meta{
    clear: both;
    text-align: center;
}
.meta-info{
    overflow: hidden;
    padding: 5px 15px;
    color: #fff;
}
.meta-info .meta-date{
    display: inline-block;
    color: #fff;
    background: #ffd687;
    padding:5px;
    font-weight: 300; 
    font-size: 2em;
    line-height: 1;
    margin: 0;
}
a.meta-redac:hover{
    background: #cc113e;
}
.meta-info .meta-date.meta-redac{
    font-size: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
}
.meta-info .genericon:before{
    position: relative;
    vertical-align: middle !important;
    font-size: 22px !important;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    color: #fff;
    background: #8eceab;
    padding: 4px;
    text-indent: 1px;
}
.meta-info .genericon-edit:before{
    margin-right: 0;
}

/* CATEGORIES */

.category-links{
    overflow: hidden;
    clear: both;
}
.entry-text .category-links a,
.category-links a{
    display: inline-block;
    padding: 0em 0.6em;
    text-align: center;
    margin: 0 12px 10px;
    font-weight: 700;
    /* text-transform: uppercase; */
    position: relative;
}
.entry-text .category-links a{
    color: #343434;
    border-bottom: 5px solid #ffd687;
    background-color: transparent;
}
.category-links a:after{
    content: '\f502';
    font: 20px/1 Genericons;
    position: absolute;
    bottom: -23px;
    left: 8px;
    color: #ffd687;
}
.category-links a:hover{
    background-color: : transparent;
    color: #8eceab;
    border-color: #8eceab;
}
.category-links a:hover:after{
    color: #8eceab;
}

/* REDACTIONS */



/* DOSSIERS */

/***************************************************************************************
 * 7.2 POST HEADER
***************************************************************************************/

.entry-top .entry-header .entry-title{
    font-size: 2.2em;
    line-height: 1.1em;
    margin: 1em 0 1em;
    font-weight: bold;
    color: #E00018;
}
.entry-top .entry-header .entry-title::first-line{
    font-weight: 300;
    color: #333
}


/* TAGS */
.tags{
    overflow: hidden;
    text-align: center;
    margin:1.4em 0 0em;
}
.tags a{
    background-color: #343434;
    color: #fff;
    display: inline-block;
    padding: 0.2em 0.7em;
    font-size: 1.5em;
    margin:5px 0;
    word-spacing: -7px;
    font-weight: 300;
    text-transform: capitalize;
}
.single-post .tags a:hover{
    background: #8eceab;
}


/***************************************************************************************
 * 7.3 POST CONTENT
***************************************************************************************/

/*Thumbnail*/
.entry-thumbnail img{

    margin: 0px auto 1em;
    display: block;
}

/*Date de mise à jour*/
.entry-modified{
    margin-bottom: 5px;
    font-style: italic;
}

/*main content*/

.entry-text #display-tools{
    width: 150px;
    float: left;
}
.entry-text #display-tools .genericon:before{
    margin-right: 5px;
}

.entry-text{
    font-size: 110%;
    line-height: 1.6em;
    font-weight: 300;
    max-width: 600px;
    margin: 0 20px 10px 20px;
    clear: both;
    word-wrap: break-word;
 -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.entry-text p{
    margin-bottom: 10px;
    text-indent: 3%;
}
.single .entry-text p{
    text-align: justify;    
}

.single,
.page-template-default .entry-text p:first-of-type{
    text-indent: 0;
}
.entry-text a{
    color: inherit;
}
.entry-text blockquote a,
.entry-text li a,
.entry-text p a{
    box-shadow: #8eceab
    border-bottom:.1875rem solid #8eceab;
    box-shadow: inset 0 -0.5rem 0 #8eceab;
}
.entry-text blockquote a:hover,
.entry-text li a:hover,
.entry-text p a:hover{
    box-shadow: inset 0 -0.5rem 0 #8eceab;
    background-color: #8eceab;
}
.entry-text strong{
    font-weight: bold;
}
.entry-text em{
    font-style: italic;
}
.entry-text ul, 
.entry-text ol{
    margin-left: 5%;
}
.entry-text ul li, 
.entry-text ol li{
    margin-bottom: 1%;
}
.entry-text ul li{
    list-style-type: circle;
}
.entry-text ol li{
    list-style-type: decimal;
}
.entry-text table,
.entry-text table p{
    text-indent:0;
}

.entry-text img{
    max-width: 100%;
    height: auto;
}

.entry-text iframe{
    border:4px solid #eee;
    display: block;
    max-width: 100%;
    margin: 1em auto;
}

.logged-in .entry-text h1:after{
    content:"Ne pas utiliser la balise Titre 1 car c'est le titre de l'article";
    font-size: 14px;
    color: #111;
    background: yellow;
    display: block;
    padding:10px 5px;
}
.entry-text h2, 
.entry-text h3, 
.entry-text h4 {
    line-height: 1.2em;
    margin-left: -5px;
}

.entry-text h2, 
.entry-text h3, 
.entry-text h4,
.entry-text h5, 
.entry-text h6{
    font-weight: bold;
    padding-top: 6%;
    padding-bottom: 10%;
}

.entry-text h2{font-size: 2em;}
.entry-text h3{font-size: 1.8em}
.entry-text h4{font-size: 1.4em;}
.entry-text h5{font-size: 1.2em;font-weight: 300;}
.entry-text h6{font-size: 1em;font-weight: 300;}

.entry-text blockquote{
    font-weight: 300;
    font-size: 120%;
    padding:15% 10% 5%;
    font-style: italic;
    position: relative;
}
blockquote:before,blockquote:after{content:'\f106';font:50px/1 Genericons;position:absolute;color:#ffd687;}
blockquote:before{left:0;top:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
blockquote:after{bottom:0;right:0}

/***************************************************************************************
 * 7.4 POST RELATED
***************************************************************************************/

.relatedposts h3{
    color: #fff;
    background: #8eceab;
    margin:1em 0 0.4em;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.2em 1em;
    text-transform: capitalize;
    word-spacing: -5px;
}
.relatedposts ul li{
    list-style: none;
}
.relatedposts ul li a{
    font-size: 90%;
    display: block;
    overflow: hidden;
    line-height: 1.2em;
    font-weight: 300;
    padding:0 0.4em 0.5em 0.6em;
    margin-bottom:0.5em;
    border-bottom: 1px solid #eee;
}
.relatedposts ul li:last-child a{
    border-bottom: none;
}
.relatedposts ul li a span.related-date{
    font-size: 70%;
    display: block;
}
.relatedposts ul li a span.related-title{
    margin-top: 5px;
    display: flex;
}
.relatedposts ul li a img{
    border-radius: 50%;
    -webkit-border-radius:50%;
    float: right;
    margin-right: 5px;
}


/***************************************************************************************
 * 7.5 POST BUTTONS (social media and print)
***************************************************************************************/

.lightshare{
    display: inline-block;
    font-size: 0;
    padding:5px 0;
}

.printfriendly a,
.lightshare a{
    display: block;
    color: #343434;
    font-weight: 300;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    position: relative;
}
.printfriendly a{
    font-size: 0;
}
.lightshare a span.genericon,
.printfriendly a span:before{
    font-size: 25px;
    width: 35px;
    position: absolute;
    height: 35px;
    padding: 5px;
    color: #fff;
    background: #8eceab;
    border-radius:50%;
    -webkit-border-radius:50%;
    vertical-align: text-bottom;
    left:0;
    top:0;
}
.lightshare a:before{
    font-family: "Genericons";
}
.lightshare a.twitter:before{
    vertical-align: text-bottom;
    content: '\f202';
}
.sharrre#envoyer a:before{
    vertical-align: text-bottom;
    content: '\f410';
}
.lightshare a:hover span.genericon,
.printfriendly a:hover span:before{
    background: #ffd687;
    color: #fff;
}



/***************************************************************************************
 * 7.6 POST COMMENTS 
***************************************************************************************/

/* COMMENT FORM */


.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea{
    max-width: 100%;
}
.comment-form textarea {
    margin:0;
}
.comment-form .notice{
    font-size: 12px;
    margin:5px 0;
    color: #777;
    font-weight: 300;
}
.comment-form p label {
    margin:0;
}
.comment-form .collapse-form-button{
    margin: 10px 0 5px;
    display: inline-block;
    padding: 0 10px 5px;
    font-size: 20px;
    font-weight: normal;
}
.comment-form h3.comment-reply-title{
    display: none;
}
.comment-form .logged-in-as,
.comment-form .logged-in-as a{
    font-size: 12px;
    color: #343434;
    margin-bottom: 10px;
}
.comment-form .logged-in-as a:hover{
    text-decoration: underline;
    color: #cc113e;
}
.comment-form form p input[type="submit"]{
    margin-left: 5px;
    width: 100px;
    text-align: center;
    text-indent: -10px;
    border-radius: 0 !important;
    -webkit-border-radius:0 !important;
}



/* COMMENTS LIST */


.hascomments{
    display: none;
}
.comments-link{
    padding: 5px 10px;
    overflow: hidden;
    display: block;
}

.entry-comments{
    overflow: hidden;
    clear: both;
}
h2.comments-title{
    padding-bottom: 0.2em;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em;
    visibility: hidden;
    font-weight: normal;
}


/*author header*/
.comment-author img{
    display: inline-block;
    border-radius:50%;
    -webkit-border-radius:50%;
    width: 40px;
    float: left;
    margin-right: 10px;
    height: 40px;
}
.comment-author span.says{
    display: none;
}
.comment-author b.fn a{
    font-size: 120%;
    color: #343434;
    line-height: 40px;
    font-weight: bold;
}
.comment-metadata{
    text-align: right;
    margin-top: -30px;
}
.comment-metadata a time{
    font-size: 12px;
    color: #777;
    font-weight: 300;
}

.comment-metadata .edit-link .comment-edit-link{
    font-size: 12px;
    color: #cc113e;
    text-decoration: underline;
}

/*comments*/
.comment-list {
    overflow: hidden;
    display: block;
    padding: 1em;
}
.comment-list article{
    position: relative;
    padding: 1em;
    margin-bottom: 0.5em;
    border: 1px solid #eee
}

.comment-list article .comment-content{
    margin-left: 50px;
    padding: 1em 5px;
    font-weight: 300;
    font-size: 80%;
    line-height: 1.4;
}

.comment-content a{
    color: #343434;
    text-decoration: underline;
}
.comment-content a:hover{
    color: #343434;
    text-decoration: none;
}

.comment-list article .reply{
    margin-left: 55px;
}
.comment-list article a.comment-reply-link{
    font-size: 12px;
    color: #343434;
    font-weight: bold;
    text-decoration: none;
    box-shadow: #8eceab ;
    border-bottom:.1875rem solid #8eceab;
    box-shadow: inset 0 -0.5rem 0 #8eceab;
}
.comment-metadata .edit-link .comment-edit-link:hover,
.comment-list article a.comment-reply-link:hover{
    text-decoration: none;
    color: #333;
}

/* CHEAP CSS HACK */

#comments.comments-area{
    display: none;
}

.entry-content #comments.comments-area{
    display: block;
}


/***************************************************************************************
 * 7.7 POST FORMATS 
***************************************************************************************/

.citation{
    position: relative;
    font-size: 2em;
    display: block;
    clear: both;
    overflow: hidden;
    padding:0;
    margin-bottom: 1em;
}
.citation blockquote{
    padding: 60px 0;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    font-weight: 300;
}
.citation blockquote:before,
.citation blockquote:after{
    color: #E00018;
}

.single .citation{
    font-size: 3em;
    margin-top: 1em;
}
.single .citation blockquote{
    font-weight: bold;
    font-style: italic;    
}
.archive.category .citation{
    margin-top:0.5em;
    margin-bottom: 0;
}
.archive.category .citation blockquote{
    border:none;
}

/***************************************************************************************
 * 8.0 PAGES
***************************************************************************************/

/***************************************************************************************
 * 8.1 PAGE STANDARD
***************************************************************************************/


.page-template-default .entry-header{
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 4px solid #cc113e;
}
.page-template-default .entry-text.page-text {
    max-width: none;
}


/***************************************************************************************
 * 8.2 PAGE CONTACT
***************************************************************************************/

/***************************************************************************************
 * 8.3 PAGE TENDANCES
***************************************************************************************/

/***************************************************************************************
 * 8.4 PAGE DOSSIERS
***************************************************************************************/

/*Header*/
.dossier-header{
    border:1px solid #eee;
    margin-top: 2em;
    padding-bottom: 2em;
}
.dossier-goback a{
    display: block;
    padding: 5px 10px;
}
.page-template-page-dossier .entry-top{
    min-height: 85vh;
    background: #fff;
    z-index: 10;
    position: relative;
}
.page-template-page-dossier .FrontTitle{
    float: right;
    clear: both;
}
.page-template-page-dossier .archive .filling{
    left:auto;
    margin-left: 38px;
}

/*Menu du dossier*/
.menu-dossier ul{
    display: block;
    overflow: hidden;
    margin: 1em 2em -1em 2em;
}

.menu-dossier ul li a {
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 0.5em;
    display: block;
    border: 1px solid #eee;
    color: #343434;
}
.menu-dossier ul li a:hover{
    color: #fff;
    background: #ffd687;
}
.menu-dossier ul li a:before{
    vertical-align: middle;
    content: '\f501';
    display: inline-block;
    font:1em/1 "Genericons";
    margin-right: 5px;
}

/*Actus*/

.actus-dossier{
    clear: both;
}

/***************************************************************************************
 * 8.4 PAGE SOMMAIRE
***************************************************************************************/
.sommaire-pages ul{
    text-align: center;
    overflow: hidden;
    clear: both;
}
.sommaire-pages ul li{
    display: inline-block;
}
.sommaire-pages ul li a{
    clear: none;
    width: 200px;
    min-height: 80px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 10px;
    background-color: #8eceab;
    border: 4px solid #8eceab;
    position: relative;
    display: block;
    text-overflow: ellipsis; 
    text-align: left;
}
.sommaire-pages ul li a:hover{
    text-decoration: none;
    color: #fff;
    background: #ffd687;
    border-color: #ffd687;
}
.sommaire-pages ul li span{
    font-size: 1.2em;
    line-height: 1.3;
    color: #fff;
    bottom: 0;

}

/***************************************************************************************
 * 8.4 PAGE LONGUE (AUTOMENU)
***************************************************************************************/

.page-template-page-longue .entry-top{
    min-height: 98vh;
}

.entry-text.page-longue{
    max-width: 900px;
}

.entry-text.page-longue h2,
.entry-text.page-longue h3,
.entry-text.page-longue h4{
    border-bottom: 4px solid #cc113e;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

/*Automenu*/

.automenu ul{
    margin: 1em 1em 1em 0.5em;
}
.automenu ul li a{
    display: block;
    padding: 0.5em 1em;
    font-weight: 300;
    color: #555;
    line-height: 27px;
}
.automenu ul li:last-child a{
    border-bottom: none;
}
/* H2 */
.automenu ul li a.title_lvl2 span.title_lvl{
    font-weight: bold;
    display: inline-block;
    background: #ffd687;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
     font-size: 42px;
    height: 30px;
    line-height: 27px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    letter-spacing: -9px;
    text-indent: -9px;
    vertical-align: middle;
}
.automenu ul li a:hover{

}
.automenu ul li a:hover span.title_lvl{
    background-color: #8eceab;
}

.automenu ul li a.title_lvl3{
    margin-left: 3em;
    font-size: 0.75em;
    padding: 0em 1em;
}
.automenu ul li a.title_lvl3 span.title_lvl{
    font-weight: bold;
    color: #ffd687;
}
.automenu ul li a.title_lvl3:hover{
    text-decoration: underline;
}
.automenu ul li a.title_lvl3:hover span.title_lvl{
    background-color: transparent;
    color: #8eceab;
}

.automenu ul li a.title_lvl1 ,
.automenu ul li a.title_lvl4 ,
.automenu ul li a.title_lvl5 ,
.automenu ul li a.title_lvl6{
    display: none
}

/***************************************************************************************
 * 9.0 ARCHIVES
***************************************************************************************/



/***************************************************************************************
 * 9.1 CATEGORY ARCHIVES
***************************************************************************************/

.archive .page-header{
    padding:1em 0;
    margin:0 0 2em 0;
    border-bottom:5px solid #ffd687;
    position: relative;
    z-index: 2;
}

.archive article{
    border-bottom: 1px solid #eee;
    margin-bottom: 2em;
    margin-left: -15px;
    margin-right:-15px;
    overflow: hidden;
}


/*before*/
.archive .filling{
    position: fixed;
    width: 5px;
    left: 23px;
    z-index: 0;

}
.archive .filling.fill{
    top:0;
    height: 70vh;
    animation-duration: 1.2s;
    animation-delay:0.5s;
}
.archive .filling.empty{
    background: #eee;
    top:70vh;
    height: 30vh;
    animation-duration: 1.2s;
    animation-delay:0.5s;
}

/* post date*/
.archive-post-date{
    text-align: left;
}
.archive-post-date .meta-info{
    padding: 0 10px;
}
.archive-post-date .meta-info .genericon:before{
    margin-right: 0;
}
.archive-post-date .meta-date{
    background-color: transparent;
    color: #8eceab;
    font-weight: bold;
}
.archive-post-date .meta-info .genericon:before{
    font-size: 22px !important;
    line-height: 25px;
    z-index: 2;
    position: relative;
    text-indent: -1px;
}

/* post title */
.entry-archive{
    margin-left: 5%;
    margin-bottom: 5%;
}
.entry-archive h1 a{
    color: #343434;
    font-weight: 700;
    font-size: 2em;
    text-indent: 0;
    display: block;
}

/*post content*/
.archive-entry-content{
    overflow: hidden;
    position: relative;
    clear: left;
}
.archive-entry-content .entry-text{
    margin:0 0 10px 0;
    padding: 2% 4%;
    font-size: 80%;
    line-height: 1.4;
    font-weight: 300;
}
.archive-entry-content .entry-text p{
    text-indent: 0;
}
.archive-entry-content a.readit{
    right: 10px;
}


/***************************************************************************************
 * 9.2 TAG ARCHIVES
***************************************************************************************/

.archive.tag .page-title{
    text-transform: capitalize;
    word-spacing: -0.3em;
}

.archive.tag .archive-hashtag a{
    display: inline-block;
    text-align: center;
    background: #8eceab;
    padding: 0.2em 0.6em;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    word-spacing: -4px;
    font-size: 1.2em;
}
.archive.tag .archive-hashtag a:hover{
    background: #ffd687;
}

/***************************************************************************************
 * 10.0 WIDGETS
***************************************************************************************/

/* GENERIC */
h1.widget-title{
    font-size: 1.5em;
    /* background: #8eceab; */
    color: #cc113E;
    font-weight: 300;
    display: inline-block;
    padding: 0.2em;
    padding-right: 0.4em;
    margin-bottom: 0.5em;
    font-family: "Source Sans pro";
}


/* MENU WIDGET */


#rss_stripe_wrap.three .widget.widget_nav_menu{
    margin-left: 5em;
}

.widget_nav_menu ul li a{
    font-size: 0.8em;
    color:#777;
    display: inline-block;
    border-top:.1875rem solid #fff;
    padding-right: 0.1875rem;
    margin-bottom: 5px;
    border-bottom:.1875rem solid #fff;
    font-weight: 300;
}

.widget_nav_menu ul li a:before{
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 0.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e080";
}
.widget_nav_menu ul li a:hover{
    border-top:.1875rem solid #ffd687;
    border-bottom:.1875rem solid #ffd687;
    box-shadow: inset 0 -0.5rem 0 #ffd687;
    background-color: #ffd687;
    color: #fff;
}



/* RSS WIDGETS ON FRONT PAGE*/
.rss-footer{
    border-top:1px solid #eee;
    margin-top: 1em;
    padding: 1em 0;
}

#rss_stripe_wrap{
    overflow: hidden;
    margin: 0;
    width: 100%;
}

#rss_stripe_wrap.two .widget,
#rss_stripe_wrap.two .widget + .widget,
#rss_stripe_wrap.three .widget,
#rss_stripe_wrap.three .widget + .widget + .widget {
    float: none;
    padding:0 1em;
    margin:20px auto;
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

/* iframe widget */

#rss_stripe_wrap .textwidget{
    height: 100vh;
}
#rss_stripe_wrap .textwidget iframe{
    height: 100%;
}


/*RSS WIDGET*/

h1.widget-title a.rsswidget{
    display: none;
}
h1.widget-title a.rsswidget + a.rsswidget{
     /* background: #8eceab; */
    color: #cc113E;
    /* font-weight: 300; */
    display: inline-block;
    padding: 0.2em;
}
h1.widget-title a.rsswidget + a.rsswidget:before{
    font:1em/1 "Genericons";
    content: '\f413';
    vertical-align: middle;
    margin-right: 5px;
}
img.rss-widget-icon{
    display: none;
}
.widget_rss ul li a.rsswidget{
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;
    color: #343434;
    margin: 0 1em 1em;
    display: block;
} 
.widget_rss ul li a.rsswidget:hover{
    color:#8687c2;
}

span.rss-date{
    text-align:right;
    font-weight: 300;
    font-size: 75%; 
    float: left;
    margin: 0 1em 0 2em;
    background: #ffd687;
    color: #fff;
    padding:0.2em 0.4em;
}
.rssSummary{
    font-size: 75%;
    line-height: 1.6em;
    font-weight: 300;
    padding:0 2em 1em;
}

/***************************************************************************************
 * 11.0 FORMS
***************************************************************************************/

form p label {
    color: #25b0cc;
    font-weight: 300;
    margin:0.5em;
}
form p input[type="text"],
form p input[type="email"],
form p textarea {
    margin: 0.3em 0 0;
    border:1px solid #fff;
    box-shadow: 0 0 1px #555 inset;
    -webkit-box-shadow:0 0 1px #555 inset;
    padding:5px 10px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
form p input[type="text"]:focus,
form p input[type="email"]:focus,
form p textarea:focus{
    border-color: #111;
    box-shadow:none;
    -webkit-box-shadow:none;
    color: #343434;
}

.form-submit{
    text-align: right;
}

form p input[type="submit"]{
    background: #fff;
    color: #343434;
    border: none;
    padding: 5px 10px;
    text-align: center;
    margin: 5px auto;
    border: 1px solid #ccc;
}
form p input[type="submit"]:hover, 
form p input[type="submit"]:focus{
    background: #ffd687;
    border: 1px solid #ffd687;
    color: #fff;
    box-shadow:1px 1px 0 #ccc;
    -webkit-box-shadow:1px 1px 0 #ccc;
}



/***************************************************************************************
 * 12.0 BANNER
***************************************************************************************/

.banner{
    margin:3em 0 1em;
}
.banner .banner-link{
    display: block;
    border:10px solid #eee;    
    background-color: #F7F7F7;
    box-shadow: 12px 12px 0 #F7F7F7;
}
.banner .banner-link h1{
    margin-top: -1em;
    position: relative;
}
.banner .banner-link h1 span.after{
    display: block;
    width: 50%;
    height: 3px;
    float: right;
    clear: both;
    margin: 10px 0;
    background-color: #343434;
    content:"";

}
.banner .banner-date{
    clear: both;
}
.banner .banner-link:hover{
    background-color: #fff;
    border-color: #fff;
}


/***************************************************************************************
 * 19.0  WAITING ANIMATION
***************************************************************************************/
#infscr-loading{
    clear: both;
    text-align: center;
    padding: 20px 0;
}

.waiting-slider{
    height: 100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color: rgba(255,255,255,1);
    z-index: 1000;
}
.waiting-slider .waiting-animation{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left:-100px;
}
@-webkit-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@-moz-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@-ms-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@-moz-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@-webkit-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@-o-keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}
@keyframes uilsquare {
    0%{background-color:#e00018}
    1%{background-color:#343434}
    11%{background-color:#343434}
    21%{background-color:#e00018}
    100%{background-color:#e00018}
}

.uil-squares-css{background:none;position:relative;width:200px;height:200px}
.uil-squares-css div{position:absolute;z-index:1;width:40px;height:40px;background-color:#e00018}
.uil-squares-css div > div{position:absolute;top:0;left:0;-ms-animation:uilsquare 2s linear infinite;-moz-animation:uilsquare 2s linear infinite;-webkit-animation:uilsquare 2s linear infinite;-o-animation:uilsquare 2s linear infinite;animation:uilsquare 2s linear infinite;width:40px;height:40px}
.uil-squares-css > div:nth-of-type(1){top:30px;left:30px}
.uil-squares-css > div:nth-of-type(1) > div{-ms-animation-delay:0;-moz-animation-delay:0;-webkit-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.uil-squares-css > div:nth-of-type(2){top:30px;left:80px}
.uil-squares-css > div:nth-of-type(2) > div{-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}
.uil-squares-css > div:nth-of-type(3){top:30px;left:130px}
.uil-squares-css > div:nth-of-type(3) > div{-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}
.uil-squares-css > div:nth-of-type(4){top:80px;left:130px}
.uil-squares-css > div:nth-of-type(4) > div{-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}
.uil-squares-css > div:nth-of-type(5){top:130px;left:130px}
.uil-squares-css > div:nth-of-type(5) > div{-ms-animation-delay:1s;-moz-animation-delay:1s;-webkit-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}
.uil-squares-css > div:nth-of-type(6){top:130px;left:80px}
.uil-squares-css > div:nth-of-type(6) > div{-ms-animation-delay:1.25s;-moz-animation-delay:1.25s;-webkit-animation-delay:1.25s;-o-animation-delay:1.25s;animation-delay:1.25s}
.uil-squares-css > div:nth-of-type(7){top:130px;left:30px}
.uil-squares-css > div:nth-of-type(7) > div{-ms-animation-delay:1.5s;-moz-animation-delay:1.5s;-webkit-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}
.uil-squares-css > div:nth-of-type(8){top:80px;left:30px}
.uil-squares-css > div:nth-of-type(8) > div{-ms-animation-delay:1.75s;-moz-animation-delay:1.75s;-webkit-animation-delay:1.75s;-o-animation-delay:1.75s;animation-delay:1.75s}


/***************************************************************************************
 * 20.0 MEDIA QUERIES 
***************************************************************************************/

@media (max-width: 480px) {

    .sm-float-right{float:right;} 

    

}
@media (min-width: 481px) {
  
    /*Front page*/
    #TitleFront h1{
        margin-top: 1em;
    }

    #contact-front .ToolFront.ButtonFront{
        width: 33.33%;
        padding-left: 0;
    }
    #front-tags h3.FrontTitle{
        float: right;
    }
    #front-tags ul li{
        text-align: right;
    }

    /*PAGE TEMPLATE*/
    .sommaire-pages ul li a{
        height: 200px;
        margin:20px;
    }
    .sommaire-pages ul li span{
        position: absolute;
    }

}

@media (min-width: 768px) {

    /* Structural*/

    .col-sm-float-left{
        float:left;
    }
    .col-sm-float-right{
        float:right;
    }

    /*MENU*/
    .navbar-nav {
        text-align: left;
        margin-left:70px;
    }
    .navbar-nav li{
        min-width: 0;
    }

    /* Front page and desktop only */

    #contact-front .ToolFront.ButtonFront a{
        font-size: 1em;
    }

    .home-page #sticker{
        margin: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .is-sticky #sticker{
        margin:0;
        padding-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .sb-left .sb-content,
    .sb-right .sb-content{
        padding-top: 0;
    }

    .article-alaune{
        padding-bottom: 20px;
    }


    /*POST CONTENT*/

    .entry-top .entry-header .entry-title{
        font-size: 3.6em;
        line-height: 0.8em;
    }
    .entry-text{
        margin: 0 auto 10px auto;
    }
    .entry-text.page-longue{
        margin: 0 auto;
        padding: 0 15px;
    }
    .entry-text h2, 
    .entry-text h3, 
    .entry-text h4 {
        margin-left: -10%;
    }
    .entry-text.page-longue h2,
    .entry-text.page-longue h3,
    .entry-text.page-longue h4,
    .entry-text.page-longue blockquote{
        margin-left: 0;
    }
    .entry-text blockquote{
        max-width: 70%;
        margin:20px 20px 20px -25%;
        padding:5% 10% 5%;
        float: left;
    }
    .printfriendly a,
    .sharrre a{
        float: none;
    }

    .hascomments{
        display: block;
    }
    .citation{
        padding:0 60px;
    }
    .citation blockquote{
        padding: 20px 0;
    }
    .single .citation{
        font-size: 3.5em;
    }


    /*ARCHIVES*/
    .entry-archive h1 a{
        font-size: 2.5em;
    }

    /*PAGES*/
    .automenu{
        margin-top:5em;
    }
    .sommaire-pages{
        margin-top: 5em;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .dossier-header{
        position: fixed;
        background: #fff;
        z-index: 1000;
        top:100px;
    }

    /*WIDGETS*/

    /*One RSS widget area*/
        #rss_stripe_wrap.one .widget {
        float: none !important;
        margin-left:auto;
        margin-right:auto;
        width:95%;
    }

    /* Two RSS Widget Areas */
    #rss_stripe_wrap.two .widget {
        float: left !important;
        margin:0;
        width: 50%;
    }

    /* Three RSS Widget Areas */
    #rss_stripe_wrap {
        display:table;
        height:100%;
        width:100%;
    }
    #rss_stripe_wrap.three .widget-area {
        float: left !important;
        margin: 0 !important;
        width: 33.3333%;
        padding:2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;     
    }
    #rss_stripe_wrap.three .widget-area + .widget-area + .widget-area {
        margin-right: 0 !important;
    }
    #rss_stripe_wrap .widget-area .widget + .widget {display:table;}

}

@media (min-width: 992px) {

    html, body{
        font-size: 16px;
    }

    .col-md-float-left{
        float:left;
    }
    .col-md-float-right{
        float:right;
    }


    /*MENU*/
    .navbar-nav {
        margin-left: 0;
        text-align: center;
    }
    .navbar-nav li{
        min-width: 100px;
    }

    /*FRONT*/
    #contact-front{
        margin-left: 4%;
        margin-right: 4%;
    }
    /*POST CONTENT*/

    .entry-top .entry-header .entry-title{
        font-size: 4.2em;
        line-height: 0.9em;
    }
    .entry-content #display-tools{
        margin-left: -150px;
        font-size: 80%;
    }
    .single .citation{
        font-size: 4.5em;
    }

    /*ARCHIVES*/
    .entry-archive h1 a{
        font-size: 4em;
    }
    .archive #content article:first-of-type {
        width: 65%;
    }
    .archive.tag #content article:first-of-type,
    .archive.tag #content article:nth-of-type(2){
        width: 70%;
        float: left;
    }    
    .archive.tag #content article:nth-of-type(3){
        clear: both;
    }

}

@media (min-width: 1200px) {

    html, body{
        font-size: 18px;
    }

    /*MENU*/
    .navbar-nav li{
        min-width: 110px;
    }


}

/***************************************************************************************
 * 20.1 - Slidebar Media Queries
***************************************************************************************/

@media (max-width: 480px) {
    .sb-slidebar {
        width: 100%
    }
}

@media (min-width: 481px) {
    .sb-slidebar {
        width: 65%
    }
    .sb-left .sb-content{
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .sb-slidebar {
        width: 50%
    }
}


