/*
Theme Name: Guide télétravail
Theme URI: http://syndicoop.fr/
Author: Ugict-CGT - Pravdamien / 
Author URI: https://syndicoop.fr/teletravail
Description: Un thème simplifié pour les guides en ligne
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.1
Text Domain: guideteletravail
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  - SEARCH FRONT
 * 4.0  - FOOTER
 * 5.0  - MARKUP
 * 6.0  - FRONT PAGE 
 *      6.1  - FRONT SLIDEBARS CONTENTS 
 * 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 NAV
 *      7.8  - POST SHORTCUTS
 * 8.0  - PAGES
 *      8.1  - PAGE STANDARD
 *      8.2  - PAGE CONTACT
 *      8.3  - PAGE TENDANCES
 * 9.0  - ARCHIVES
 *      9.1  - CATEGORY ARCHIVES
 *      9.1  - TAG ARCHIVES
 * 10.0 - FORMS
 * 11.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;
    font-family: 'caviar_dreamsregular', arial, sans-serif;
}
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;
}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('https://guideteletravail.fr/wp-content/themes/guideteletravail/fonts/fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/Caviar_Dreams_Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/***************************************************************************************
 * 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;}

.ft-up{text-transform: uppercase;}
.ft-cap{text-transform: capitalize;}

.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-caviarbold{font-family: 'caviar_dreamsbold', arial, sans-serif;}
.ft-caviareg{font-family: 'caviar_dreamsregular', arial, sans-serif;}

.ft-walter {color:#fff}
.ft-green {color:#23DFB2;}
.ft-darkgreen{color:#1ABC9C;}
.ft-blue {color:#006FBB}
.ft-orange{color:#D86A63}
.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:#23DFB2}
.gen-darkgreen:before{color:#1ABC9C}
.gen-blue:before{color:#006FBB}
.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:#006FBB;}
a.hov-darkblue:hover{color:#167;}
a.hov-red:hover{color:#cc113e;}
a.hov-yellow:hover{color: #ffd687;}
a.hov-puprple:hover{color: #8687c2;}
a.hov-pink:hover{color: #f388ab;}
a.hov-orange:hover {color: #D86A63}

.hov-bg-walter:hover{background-color:#fff;}
.hov-bg-green:hover{background-color:#23DFB2;}
.hov-bg-blue:hover{background-color: #006FBB;}
.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;}

.bg-walter{background-color: #fff;}
.bg-green {background-color:#23DFB2}
.bg-darkgreen{background-color:#14947b}
.bg-blue {background-color:#006FBB}
.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:#23DFB2}
.border-darkgreen{border-color:#1ABC9C;}
.border-darkblue{border-color:#006FBB;}
.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
***************************************************************************************/


.home-page.page .site-header h1{
    margin: 1em 0;
    font-size: 2.4em;
}

.page .site-header h1{
    margin: 1em 0;
    font-size: 1.2em;
}

/*menu commun*/

.adminmenu{
    height: 50px;
    z-index: 2002;
    position: fixed;
    width: 100%;
    left: 0;
    top:0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.adminmenu ul{
    margin-left: 5px;
}
.adminmenu ul li{
    list-style-type: none;
    display: inline-block;
}
.adminmenu ul li a{
    display: inline-block;
    line-height: 48px;
    color:#343434;
    font-size: 14px;
    padding:0 10px;
}
.adminmenu ul li a .glyphicon:before{
    display: inline-block;
    line-height: 48px;
    color:#343434;
    font-size: 15px;
    margin-right: 5px;
}
.adminmenu ul li a:hover,
.adminmenu ul li a:hover .glyphicon:before,
.adminmenu ul li a:focus,
.adminmenu ul li a:focus .glyphicon:before{
    color: #fff;
    background-color: #25B0CC;
}

/***************************************************************************************
 * 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: block;
    position: relative;
}
.navbar-nav li a{
    padding: 0.5em 1em;
    position: relative;
    display: inline-block;
    color: #D86A63;
    font-weight: 300;
    z-index: 2;
    position: relative;
    font-size: 1.5em;
}
.navbar-nav li:before{
    color: #fff;
    position: relative;
    vertical-align: middle;
    content: '\f431';
    display: inline-block;
    font-family: "Genericons";
  -webkit-transform: rotate(-90deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-90deg);  /* IE 9 */
          transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 27%;
}
.navbar-nav li:hover{
    cursor: pointer;
}
.navbar-nav li a:hover,
.navbar-nav li:hover:before {
    color: #006FBB;
}

.sticky-wrapper{
    height: auto !important;
    position: relative;
    z-index: 100;
}



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

#sticker{
    display: none;
}

.is-sticky #sticker{
    width: 100%;
    background-color: #fff;
    border-bottom:1px solid #eee;
    z-index: 2000;
    top:0;
    left:0;
    display: block;
}
body.logged-in .is-sticky #sticker{
    top:32px;
}



/*the button*/
.menutoggle{
    font-size: 1.2em;
    box-shadow: none !important;
    -webkit-box-shadow:none !imporant;
    border:none;
    line-height: 80px;
    width: 80px;
    height: 80px;
    padding: 0 13px;
    text-transform: uppercase;
    font-weight:300;
    border-radius: 50%;
    -webkit-border-radius:50%;
    border:1px solid #D86A63;
    display: inline-block;
}
#sticker .menutoggle{
    padding: 3px;
    width: 40px;
    height: 40px;
    right: 15px;
    top:3px;
    display: inline-block;
    position: relative;
    float: right;
    background: #fff;
}
#sticker .entry-top{
    max-width: 80%;
    display: inline-block;
    margin-left: 10px;
}
.menutoggle .genericon:before{
    line-height: 80px;
    font-size: 50px;
}
#sticker .menutoggle .genericon:before{
    line-height: 34px;
    font-size: 24px;
}
.menutoggle[aria-expanded="true"] .genericon:before{
    content: '\f405';
}
.menutoggle:hover{
    cursor: pointer;
    border-color: #006FBB;
}
.sb-right .menutoggle{
    background-color: #D86A63;
    margin: 0.2em 0 0.5em;
}
.sb-right .menutoggle .genericon:before{
    content: '\f406';
    color: #fff;
    border-color: #D86A63;
}
.sb-right .menutoggle:hover{
    background-color: transparent;
    border-color: #D86A63;
}
.sb-right .menutoggle:hover .genericon:before{
    border-color: #D86A63;
    color: #D86A63;
}

.page .menutoggle{
    width: 50px;
    height:50px;
    padding:5px;
    position: absolute;
    right:5%;
    text-align: center;
    z-index: 2000;
} 
.page .menutoggle .genericon:before{
    font-size: 30px;
    line-height: 40px;
}
.page .sb-content .menutoggle {
    position: relative;
    margin-left: 30px;
}


/***************************************************************************************
 * 3.3 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 #006FBB;
    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 #006FBB;
    padding: 5px 10px;
    color: #fff;
    background: #006FBB
}
.search-box input[type=submit]:hover, 
.search-box input[type=submit]:focus{
    background: #1ABC9C;
    border-color: #1ABC9C;
}

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

a.edit-config,
a.post-edit-link {
    display: block;
    top:2%;
    right:2%;
    z-index: 1000;
    font-size: 14px;
    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;
}

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

footer{
    position: relative;
    z-index: -1;
    padding-bottom: 4em;
}
    
 a#scroll-to-top{
    bottom:90px;
    right: 20px;
}
 a#scroll-to-top{
    background-image: none;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
 a#scroll-to-top:after{
    color:#D86A63;
    border:1px solid #D86A63;
    content: "\e260";
    position: absolute;
    top: 1px;
    left:1px;
    text-indent: 0;
    font-size: 30px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    background: #fff;
}
.page a#scroll-to-top:hover:after{
    color: #D86A63;
}
.page #reading-position-indicator{
    width: 101%;
}

#pf-email-wrapper{
    position: fixed;
    top:100px;
}

/*

.filling{
    position: fixed;
    right: 35px;
    width: 3px;
    content:"";
    z-index: 1000;
}    
.filling.fill{
    height: 70vh;
    top:0;
    background: #006FBB
}
.filling.empty{
    height: 30vh;
    top:70vh;
    background: #D86A63;
}*/


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


.front-list{
    margin: 0;
    padding: 0;
    text-align: center;
}

.front-square{
    clear: none; 
    width: 200px;
    height: auto;
    min-height: 200px;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    background-color: #006FBB;
    border: 4px solid #006FBB;
    text-align: left;
    overflow: hidden;  
}
.home-page.page-template-default .front-square .entry-header {
    margin:0;
    padding: 0;
    border:none;
}
.front-square h3 a{
    font-size: 70%;
    line-height: 120%;
}

/*THE COVER*/

.cover{
    margin-bottom: 2em;
}

#godown{
    position: absolute;
    bottom: -30vh;
    left: 50%;
    margin-left: -30px;
}
#godown:active,
#godown:focus{
   color: #006FBB; 
}
/***************************************************************************************
 *** 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-right {
    border-left:1px solid #ccc
}
.sb-right .sb-content{
    border-right: none;
    border-bottom: none;
    padding:10px 5% 20px 10%;
}


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

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

/***************************************************************************************
 * 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: 0.8em;
    line-height: 1;
    margin: 0;
}
.meta-info .meta-date.meta-redac{
    font-size: 1em;
    margin-bottom: 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;
}

/* CATEGORIES */

.category-links{
    overflow: hidden;
    clear: both;
}
.entry-text .category-links a,
.category-links a{
    background-color: #ffd687;
    color: #fff;
    display: inline-block;
    padding:0em 0.6em;
    font-size: 0.8em;
    text-align: center;
    margin:0 12px 10px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.category-links a:after{
    content: '\f502';
    font: 20px/1 Genericons;
    position: absolute;
    bottom: -18px;
    left: 8px;
    color: #ffd687;
}
.category-links a:hover{
    background: #cc113e
}
.category-links a:hover:after{
    color: #cc113e;
}

/* REDACTIONS */



/* DOSSIERS */

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

.entry-top .entry-header .entry-title{
    font-size: 2.2em;
    line-height: 1.1em;
    margin: 0.5em 0 0.5em;
    padding-left: 1em;
    font-weight: 300;
}


/* TAGS */
.tags{
    overflow: hidden;
    text-align: center;
    margin:1.4em 0 0em;
}
.tags h3 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 h3 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 iframe{
        border: 1px solid #eee;
    box-shadow: 2px 3px 0 #ccc;
    padding: 5px;
    max-width: 100% !important;
    max-height: 60vh !important;
}

.entry-text p{
    margin-bottom: 10px;
    text-indent: 3%;
}
.entry-text p i{
    font-style: italic;
}
.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 #006FBB;
    box-shadow: inset 0 -0.5rem 0 #006FBB;
}
.entry-text hr{
    background: #ccc;
    width: 100%;
    display: block;
    height: 1px;
    clear: both;

}
.entry-text blockquote a:hover,
.entry-text li a:hover,
.entry-text p a:hover{
    box-shadow: inset 0 -0.5rem 0 #006FBB;
    background-color: #006FBB;
    color: #fff;
}
.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;
}

.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: -20px;
    color: #fff;
    background: #006FBB;
    padding: 0 5px;
    text-transform: uppercase;

}
.entry-text h5,
.entry-text h6{
    margin-right: -10%;
    border-bottom:4px solid #006FBB;
}
.entry-text h2, 
.entry-text h3, 
.entry-text h4,
.entry-text h5, 
.entry-text h6{
    margin-bottom: 2%;
    margin-top: 4%;
}

.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;}
.entry-text h6{font-size: 1em;}



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

.entry-text blockquote{
    font-weight: 300;
    font-size: 120%;
    padding:2em 10% 2.2em;
    font-style: italic;
    position: relative;
}
blockquote:before,blockquote:after{content:'\f106';font:50px/1 Genericons;position:absolute; color:#006FBB;}
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
***************************************************************************************/



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


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

.printfriendly a,
.lightshare a{
    display: block;
    color: #343434;
    font-weight: 300;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    position: relative;

}
.lightshare a span.genericon,
.printfriendly a span:before{
    font-size: 25px;
    width: 35px;
    position: absolute;
    height: 35px;
    padding: 5px;
    color: #fff;
    background: #006FBB;
    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: #D86A63;
    color: #fff;
}



/***************************************************************************************
 * 7.5 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: block;
}
.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: 5px solid #ffd687;
}

/*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{
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 12px;
    color: #cc113e;
    font-weight: bold;
    text-decoration: underline;
}

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

.comment-list article .comment-content{
    margin-left: 50px;
    padding: 1em 0;
    font-weight: 300;
    font-size: 90%;
}

.comment-list article .reply{
    text-align: right;
}
.comment-list article a.comment-reply-link{
    font-size: 12px;
    color: #cc113e;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}
.comment-metadata .edit-link .comment-edit-link:hover,
.comment-list article a.comment-reply-link:hover{
    text-decoration: none;
    color: #333;
}



/***************************************************************************************
 * 7.7 POST NAV 
***************************************************************************************/

.fixed-nav{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}

.navigation a{
    color: #006FBB;
    background: #fff;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
    padding: 0.6em 0;
    font-size: 1.4em;
    border-top:1px solid #eee;
    font-weight: 300;
}

.navigation a:hover{
    color: #D86A63;
}


/***************************************************************************************
 * 7.8 POST SHORTCUTS 
***************************************************************************************/

.shortcuts a{
    padding:1em 0;
    border:10px solid #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'caviar_dreamsregular', arial, sans-serif;
}

.shortcuts a span.glyphicon{
    margin-bottom: 10px;
    font-size: 2em;
}


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

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


.page-template-default .entry-header{
    margin-bottom: 3em;
    position: relative;
    border-bottom: 4px solid #006FBB;
    position: relative;
    padding-top: 3em;
}
.page-template-default .entry-header h1{
    position: relative;
    z-index: 2;
}

.page-template-default .entry-text.page-text {
    max-width: none;
}
.page-number{
    color: #D86A63;
    position: absolute;
    font-weight: bold;
    font-size: 11em;
    letter-spacing: -0.2em;
    z-index: 1
}

/*Sticky title*/


 .is-sticky .entry-top .entry-header{
    border:none;
    padding:0;
    margin: 0;
 }
.is-sticky .entry-post-meta{
    min-width: 30%;
}
 .is-sticky .entry-top .entry-header .page-number{
    float: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    margin-right:5px;
    display: inline-block;
 }
 .is-sticky .entry-top .entry-header h1.entry-title{
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    line-height: 45px;
    margin: 0;
    margin-left: 10px;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

/***************************************************************************************
 * 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;
    overflow: hidden;
}
.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: #D86A63;
    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 span.title_lvl{
    background-color: #006FBB;
}

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

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

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



/***************************************************************************************
 * 10.0 FORMS
***************************************************************************************/

form p label {
    color: #006FBB;
    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:4px solid #fff;
    box-shadow: 0 0 1px #555 inset;
    -webkit-box-shadow:0 0 1px #555 inset;
    padding:5px 6px;
    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: #006FBB;
    box-shadow:none;
    -webkit-box-shadow:none;
    color: #343434;
}

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




/***************************************************************************************
 * 11.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,0.95);
    z-index: 1000;
}
.waiting-slider .waiting-animation{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left:-100px;
}
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-facebook-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-facebook-css > div {
  position: absolute;
  width: 40px;
  height: 120px;
  top: 40px;
  left: 20px;
  background: #006FBB;
  opacity: 0.6;
  -ms-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -moz-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -webkit-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  -o-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
  animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
}
.uil-facebook-css > div:nth-of-type(2) {
  left: 80px;
  opacity: 0.8;
  -ms-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.uil-facebook-css > div:nth-of-type(3) {
  left: 140px;
  opacity: 0.9;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

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

@media (max-width: 480px) {

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

    .scroll-to-top{
        bottom: 0 !important;
        right: 0 !important;
    }

    .front-square{
        width: 90%;
        height: auto;
        min-height: 1px;
    }

}
@media (min-width: 481px) {
  

    /*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;
    }
    
    .is-sticky #sticker{
        margin:0;
        padding-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .sb-left .sb-content,
    .sb-right .sb-content{
        padding-top: 0;
    }

    /*Front page*/
    .front-square{
        width: 300px;
        height: 300px;
        margin: 20px;
        display: inline-block;
        overflow: hidden;
        padding: 10px;
        background-color: #006FBB;
        border: 4px solid #006FBB;
    }

    .front-square h3 a{
        font-size: 75%;
        line-height: 130%;
    }


    /*POST CONTENT*/

    .entry-top .entry-header .entry-title{
        font-size: 3.6em;
    }
    .entry-text{
        margin: 0 0 10px 10%;
    }
    .entry-text.page-longue{
        margin: 0 auto;
        padding: 0 15px;
    }
    .entry-text h2, 
    .entry-text h3, 
    .entry-text h4 {
        margin-left: -10%;
    }
    .entry-text h5, 
    .entry-text h6{
        margin-right: -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{
        margin:20px 0 20px -10%;
    }
    .printfriendly a,
    .sharrre a{
        float: none;
    }

    .hascomments{
        display: block;
    }

    /*ARCHIVES*/
    .entry-archive h1 a{
        font-size: 3em;
        padding: 20px 10px;
    }

    /*Pages*/

    .sommaire-pages{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {

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

    /*Home page */
    .home-page.page #TitleFront{
        min-height: 70vh;
    }
    .home-page.page .front-sharer{
        min-height: 30vh;
    }

    .home-page.page .site-header h1{
        font-size: 6em
    }

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

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

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

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

}

@media (min-width: 1200px) {

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

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


}

/***************************************************************************************
 * 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%
    }
}