/*!
Theme Name: Laboratoire Henri Becquerel
Theme URI: http://underscores.me/
Author: unraad
Author URI: http://unraad.com
Description: Theme pour le site du LNHB par Just-Frame & unraad
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lnhb
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Laboratoire Henri Becquerel is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Modules spéciaux
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**************
* COLOR THEME *
**************/
/* GRADIENT COLORS */
/* grad1 : bleu -> vert */
/* grad2 : vert -> lime */
/**************
* COLOR  VARS *
**************/
//$size__site-max-width: 50em;
// Rem output with px fallback
@mixin font-size($sizeValue: 1) {
    font-size: ($sizeValue * 16) * 1px;
    font-size: $sizeValue * 1rem;
}
// Center block
@mixin center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
// Clearfix
@mixin clearfix() {
    content: "";
    display: table;
    table-layout: fixed;
}
// Clear after (not all clearfix need this also)
@mixin clearfix-after() {
    clear: both;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.site-content {
    font-size: 1.125em;
    line-height: 1.6em;
}
@media screen and (min-width:40em) {
    .site-content {
        font-size: 1em;
    }
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 100;
    width: auto;
    line-height: 1.2;
    margin-top: 0;
}
h1:before, h1:after {
    max-width: 15rem;
    margin: .2em auto;
    display: block;
    background-image: -webkit-linear-gradient(left, #4AB4F1, #4FFEAA);
    background-image: linear-gradient(to right, #4AB4F1, #4FFEAA);
    height: 2px;
    content: '';
}
* + h1 {
    margin-top: 2em;
}
h2, h3 {
    font-size: 1.5em;
    color: #1E8CCB;
    text-transform: uppercase;
}
h3 {
    font-size: 1.25em;
}
h3:after {
    max-width: 20em;
    margin: .2em auto .2em 0;
    display: block;
    background-image: -webkit-linear-gradient(left, #24A83A, #C9FE4F);
    background-image: linear-gradient(to right, #24A83A, #C9FE4F);
    height: 2px;
    content: '';
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.25em;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    @include font-size(0.9375);
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    @include font-size(0.9375);
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*-- Ajout ChD 11/2017 --- */
publi {
    font-size: 12px;
	display: block;
	letter-spacing: -0.04em;
    margin-bottom: 1em;
}
publi.titre {
    color: #1E8CCB;
    font-weight: 700;
    margin-bottom: 0;
}
publi.auteur {
    font-weight: 700;
    margin-bottom: 0;
}
/*-- Fin ajout ChD 11/2017 --- */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*, *:before, *:after {/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;/* Fallback for when there is no custom background color defined. */
}
blockquote, q {
    quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
ul.download {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.download li {
    list-style: none;
}
ul.download a {
    margin-left: 3em;
    line-height: 3em;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
ul.download a:hover {
    text-decoration: underline;
}
ul.download a:hover:before {
    opacity: .8;
}
ul.download a:before {
    content: '';
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background: url(./img/picto-download.svg);
    vertical-align: middle;
    margin-right: 1em;
}
img {
    height: auto;/* Make sure images are scaled correctly. */
    max-width: 100%;/* Adhere to container width. */
}
figure {
    margin: 1em 0;/* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
/*    width: 100%; */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid;
    border-color: #52FDDF;
    border-radius: 0;
    background: #fff;
    color: #000;
    padding: .4em 1em .3em;
    line-height: 1;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {}
button.search-submit {
    font-size: 1.5em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 100%;
    display: none;
}
button.search-submit:before {
    display: inline-block;
    background: url(./img/picto-search.svg);
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
div.wpforms-container-full .wpforms-form  .wpforms-field {
    padding: .2em 0 !important;
}
.searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.searchform input {
    background: none;
    font-weight: 700;
    font-size: 1em;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 1em;
    width: 2em;
    background: url(./img/picto-search.svg);
    background-size: 1.5em 1.5em;
    //background-position: right;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    padding-left: .5em;
    z-index: 3;
    border-radius: 1.5em;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.searchform input::-webkit-input-placeholder {
    font-size: .75em;
    color: rgba(255,255,255,0);
}
.searchform input::-moz-placeholder {
    font-size: .75em;
    color: rgba(255,255,255,0);
}
.searchform input:-ms-input-placeholder {
    font-size: .75em;
    color: rgba(255,255,255,0);
}
.searchform input::placeholder {
    font-size: .75em;
    color: rgba(255,255,255,0);
}
.searchform input:hover {
    border-color: #1E8CCB;
}
.searchform input:focus {
    background-position: right;
    outline: none;
    background-color: rgba(255,255,255,.7);
    color: #fff;
    color: #005180;
    border-color: #1E8CCB;
    width: 12em;
    margin-left: -4em;
}
.searchform input:focus::-webkit-input-placeholder {}
.searchform input:focus::-moz-placeholder {}
.searchform input:focus:-ms-input-placeholder {}
.searchform input:focus::placeholder {}
@media screen and (min-width: 60em) {
    .searchform input {
        width: 2em;
        background-position: center;
    }
    .searchform input:focus {
        margin-left: -10em;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #1E8CCB;
}
a:visited {
    color: #1E8CCB;
}
a:hover, a:focus, a:active {
    color: #005180;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a.button {
    display: inline-block;
    border: .25em solid #52FDDF;
    padding: .25em 1em;
    text-decoration: none;
    color: #000;
    -webkit-transition: border .1s ease-out;
    transition: border .1s ease-out;
}
a.button:hover {
    border-color: rgb(62, 190, 167);
}
a.button:focus {
    border-color: #1E8CCB;
}

/*-- Ajout ChD 11/2017 --- */
a.interne {
padding-top: 50px;
position: relative;
top: -50px;
margin-bottom: -50px;
}
a.interne2 {
padding-top: 40px;
position: relative;
top: -40px;
margin-bottom: -40px;
}
/*-- Fin ajout ChD 11/2017 --- */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    font-weight: 700;
    z-index: 999;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #005180;
}
.main-navigation ul ul {
    display: none;
    background: #0d2c3e;
    font-weight: 400;
}
.main-navigation ul ul li {
    border-top: 0;
}
.main-navigation ul ul a {
    vertical-align: middle;
    color: #52FDDF;
    padding-left: 3em;
}
.main-navigation ul ul a:before {
    vertical-align: middle;
    display: block;
    float: left;
    width: 1.5em;
    height: 1.8em;
    margin-left: -2em;
    margin-right: .5em;
    content: '';
    background: url(./img/puce-subnav.svg);
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main-navigation ul.toggled-on {
    display: block;
}
.main-navigation a {
    display: block;
    padding: 0.8em;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.main-navigation a:hover {
    color: #eee;
}
.main-navigation li {
    border-top: 1px solid rgb(51, 116, 153);
    position: relative;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
    color: #fff;
}
.main-navigation .nav-menu > ul > li:first-child, .main-navigation .nav-menu > li:first-child {
    border-top: 0;
}
.main-navigation .menu-item-has-children > a {
    padding-right: 48px;
}
.main-navigation .menu-item-description {
    color: #707070;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5em;
}
.no-js .main-navigation ul ul {
    display: block;
}
.dropdown-toggle {
    font-family: 'FontAwesome',sans-serif;
    background-color: transparent;
    border: 0;
    box-sizing: content-box;
    content: "";
    height: 2.625rem;
    padding: 0;
    position: absolute;
    text-transform: lowercase;/* Stop screen readers to read the text as capital letters */
    top: 3px;
    right: 0;
    width: 2.625rem;
}
.dropdown-toggle:after {
    font-family: 'FontAwesome',sans-serif;
    color: #fff;
    content: "\f078";
    font-size: 24px;
    line-height: 2.625rem;
    position: relative;
    top: 0;
    left: 1px;
    width: 2.625rem;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    opacity: .8;
}
.dropdown-toggle:focus {
    outline: 1px solid rgb(51, 116, 153);
}
.dropdown-toggle.toggle-on:after {
    content: "\f077";
}
.main-navigation.toggled {
    position: fixed;
    top: 0;
    padding: 1em;
    z-index: 150;
}
.main-navigation.toggled .nav-menu {
    margin-top: 4.5em;
    //background-color: #005180;
    max-height: calc(100vh - 9.5em);
    overflow-y: auto;
}
.ico > a {
    //padding-left: 1.5em;
}
.ico > a:before {
    content: '';
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-image: url(./img/picto-presentation.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1em 1em;
    margin-right: .1em;
}
.ico.services > a:before {
    background-image: url(./img/picto-services.svg);
}
.ico.activite > a:before {
    background-image: url(./img/picto-activite.svg);
}
.ico.nucleide > a:before {
    background-image: url(./img/picto-nucleide.svg);
}
.ico.contact > a:before {
    background-image: url(./img/picto-contact.svg);
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul.nav-menu {
    display: block;
}
.menu-toggle {
    position: fixed;
    font-size: 1.25em;
    top: -3em;
    right: 1em;
    z-index: 999999;
    text-transform: uppercase;
    background: #005180;
    color: #fff;
    border: 0;
    padding: .75em 1.5em;
    border: .25em solid #fff;
    -webkit-transition: top .4s ease-out;
    transition: top .4s ease-out;
}
/*.menu-toggle.hide {
	top: -3em;
}*/
.not-top .menu-toggle {
    top: 1em;
}
.main-navigation.toggled .menu-toggle.hide {
    top: 1em;
}
.posts-navigation .nav-previous, .posts-navigation .nav-next, .posts-navigation #loadMorePosts {
    display: block;
    padding: 1em;
    border: .15em solid #1E8CCB;
    color: #1E8CCB;
    margin: 1em auto;
    max-width: 15em;
    text-transform: uppercase;
    font-weight: 700;
}
.posts-navigation #loadMorePosts {
    text-align: center;
}
.posts-navigation #loadMorePosts.loading {
    opacity: .25;
    color: #E4E4E4;
    border-color: #E4E4E4;
    pointer-events: none;
}
.posts-navigation a {
    color: inherit;
    text-decoration: none;
}
.posts-js-navigation .nav-previous, .posts-js-navigation .nav-next {
    display: block;
    width: 4em;
    height: 4em;
    position: absolute;
    top: 2em;
    background-image: url(./img/nav-arrow.svg);
    background-repeat: no-repeat;
    background-size: 4em 4em;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.posts-js-navigation .nav-previous:hover, .posts-js-navigation .nav-next:hover {
    opacity: .6;
}
.posts-js-navigation .nav-previous.disabled, .posts-js-navigation .nav-next.disabled {
    display: none;
}
.posts-js-navigation .nav-previous.loading, .posts-js-navigation .nav-next.loading {
    opacity: .1;
    pointer-events: none;
}
.posts-js-navigation .nav-previous {
    left: 5%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.posts-js-navigation .nav-next {
    right: 5%;
}
@media screen and (min-width: 60em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation, .main-navigation.toggled {
        position: static;
        padding: 0;
        width: auto;
        float: none;
        font-size: .875em;
    }
    .main-navigation ul, .main-navigation.toggled ul {
        max-height: none;
        overflow-y: visible;
        background: none;
    }
    .main-navigation ul li, .main-navigation.toggled ul li {
        margin: 0 .5em;
    }
    .main-navigation ul ul.toggled-on, .main-navigation.toggled ul ul.toggled-on {
        background: #0d2c3e;
        position: absolute;
        width: 100%;
        left: 0;
        top: 5.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 3em 1em;
    }
    .main-navigation ul ul.toggled-on li, .main-navigation.toggled ul ul.toggled-on li {
        margin: 0;
        width: 33%;
        min-height: 4em;
        font-size: .925em;
    }
    .main-navigation ul ul.toggled-on a, .main-navigation.toggled ul ul.toggled-on a {
        padding: .5em .5em .5em 3em;
    }
    .main-navigation .ico a, .main-navigation.toggled .ico a {
        -webkit-transition: color .1s ease-out;
        transition: color .1s ease-out;
    }
    .main-navigation .ico a:before, .main-navigation.toggled .ico a:before {
        display: none;
        -webkit-transition: -webkit-transform .1s ease-out;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    }
    .main-navigation .ico li a:before, .main-navigation.toggled .ico li a:before {
        display: inline-block;
    }
    .main-navigation .ico.contact a:before, .main-navigation.toggled .ico.contact a:before {
        display: inline-block;
    }
    .main-navigation .ico a:hover:before, .main-navigation .ico a:focus:before, .main-navigation.toggled .ico a:hover:before, .main-navigation.toggled .ico a:focus:before {
        -webkit-transform: scale(1.4, 1.4) translateX(-.1em);
                transform: scale(1.4, 1.4) translateX(-.1em);
    }
    .main-navigation .ico.contact a:hover:before, .main-navigation .ico.contact a:focus:before, .main-navigation.toggled .ico.contact a:hover:before, .main-navigation.toggled .ico.contact a:focus:before {
        -webkit-transform: scale(1.25, 1.25);
                transform: scale(1.25, 1.25);
    }
    .main-navigation li, .main-navigation.toggled li {
        display: inline-block;
        border: 0;
        position: static;
    }
    .main-navigation .menu-item-has-children > a, .main-navigation.toggled .menu-item-has-children > a {
        display: inline-block;
        padding-right: 0;
    }
    .main-navigation .nav-menu, .main-navigation.toggled .nav-menu {
        margin-top: 0;
    }
    .dropdown-toggle {
        position: static;
        width: 1.4rem;
        height: 1.4rem;
        margin-left: .1em;
        padding: .2em;
        -webkit-transition: -webkit-transform .1s ease-out;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    }
    .dropdown-toggle:after {
        font-size: 1em;
        line-height: 1.4rem;
        width: 1.4rem;
    }
    .dropdown-toggle:focus {
        outline: none;
    }
    .dropdown-toggle:hover, .dropdown-toggle:focus {
        -webkit-transform: scale(1.35, 1.35) translateX(.1em);
                transform: scale(1.35, 1.35) translateX(.1em);
        opacity: 1;
    }
    .ico.contact > a:before {
        border: .05em solid #fff;
        border-radius: 100%;
        font-size: 2rem;
        padding: .6em;
    }
    .ico.contact > a span {
        display: none;
    }
    .posts-navigation .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .posts-navigation .nav-previous, .posts-navigation .nav-next {
        width: 50%;
        margin: 1em 0;
    }
    .posts-navigation .nav-previous {
        margin-right: auto;
    }
    .posts-navigation .nav-next {
        margin-left: auto;
    }
}
@media screen and (min-width:76em) {
    .main-navigation .ico a:before, .main-navigation.toggled .ico a:before {
        display: inline-block;
    }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    @include font-size(0.875);
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    @include center-block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    @include clearfix;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    @include clearfix-after;
}

/*--------------------------------------------------------------
# Modules spéciaux
--------------------------------------------------------------*/
.background {
    background-size: cover;
    background-position: 50% 50%;
    padding: 2em 10vw;
}
.background p, .background h1, .background h2 {
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
}
.background.su-column-size-1-1, .background.su-row {
    width: 100vw !important;
    margin: 4em -1.4em !important;
}
.background.presentation-lnhb {
    background-image: url(./img/bg-presentation-lnhb.jpg);
}
.background.services-qualite {
    background-image: url(./img/bg-services-qualite.jpg);
    color: #fff;
}
.background.services-contact {
    background-image: url(./img/bg-services-contact.jpg);
    color: #fff;
}
.background.services-contact .wpforms-container {
    max-width: 72em;
    margin: auto;
}
.background.services-contact div.wpforms-container-full .wpforms-form input[type=text], .background.services-contact div.wpforms-container-full .wpforms-form input[type=email], .background.services-contact div.wpforms-container-full .wpforms-form textarea {
    background-color: rgba(255,255,255,.8);
}
.background.services-contact div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
}
.background.services-contact div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: rgba(255,255,255,.25);
}
.background.home-metiers {
    background-image: url(./img/bg-home-metiers.jpg);
    color: #fff;
    background-position: bottom;
}
.background.home-metiers h1 {
    margin-top: 0;
}
.background.home-metiers h2 {
    font-size: 1.25em;
    color: #52FDDF;
}
.background.home-metiers h2:after {
    content: '';
    display: block;
    height: .1em;
    margin-top: .25em;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.background.home-metiers p {
    font-size: .925em;
}
.background.home-metiers a.button {
    color: #fff;
}
@media screen and (min-width:30em) {
    .su-column-size-1-1.background, .su-row.background {
        margin: 4em -1.8em !important;
    }
}
@media screen and (min-width:60em) {
    .su-column-size-1-1.background, .su-row.background {
        //margin: 4em calc(-50vw + 45em) !important;
        max-width: 100%;
        margin: 4em 0 !important;
        padding: 2em 4em;
    }
}
.su-row .su-column:first-of-type {
    margin-left: 0;
}
.info-list {
    //width: 100vw !important;
    //margin: 2em -1.4em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.info-list .su-column {
    width: 100%;
    text-align: center;
    margin: 0 auto 3em !important;
}
.info-list img {
    display: block;
    margin: auto;
    width: 8em;
    height: 8em;
    border: .25em solid #1E8CCB;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.info-list img:hover {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    //width: 9em;
    //height: 9em;
}
.info-list p {
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9em;
    //font-weight: 700;
    line-height: 1.2;
    max-width: 15em;
    margin: 1em auto;
    color: #1E8CCB;
}
.info-list p:hover {
    color: #3CA8E5;
}
.info-list a {
    color: inherit;
    text-decoration: none;
}
@media screen and (min-width:30em) {
    .info-list {
        margin: 2em -1.8em !important;
    }
    .info-list .su-column {
        width: 50% !important;
    }
}
@media screen and (min-width:60em) {
    .info-list {
        //margin: 2em calc(-50vw + 72em / 2) !important;
        max-width: 72em;
        margin: 2em auto !important;
    }
    .info-list .su-column {
        width: 33.33% !important;
        position: relative;
    }
    .info-list .su-column:after {
        content: '';
        display: block;
        position: absolute;
        height: .25em;
        width: 100%;
        top: 3.6em;
        z-index: -1;
    }
    .info-list .su-column:nth-of-type(3n+1) img {
        border-color: #44e7e2;
    }
    .info-list .su-column:nth-of-type(3n+1):after {
        background-image: -webkit-linear-gradient(left, #31dbea, #66f9cb);
        background-image: linear-gradient(to right, #31dbea, #66f9cb);
    }
    .info-list .su-column:nth-of-type(3n+2) img {
        border-color: #72fdc1;
    }
    .info-list .su-column:nth-of-type(3n+2):after {
        background-image: -webkit-linear-gradient(left, #66f9cb, #6afca0);
        background-image: linear-gradient(to right, #66f9cb, #6afca0);
    }
    .info-list .su-column:nth-of-type(3n) img {
        border-color: #5cfc93;
    }
    .info-list .su-column:nth-of-type(3n):after {
        background-image: -webkit-linear-gradient(left, #6afca0, #35ff80);
        background-image: linear-gradient(to right, #6afca0, #35ff80);
    }
    .info-list a {
        -webkit-transition: -webkit-transform .1s ease-out;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    }
    .info-list a:hover, .info-list a:focus {
        -webkit-transform: scale(1.15, 1.15);
                transform: scale(1.15, 1.15);
    }
    .info-list .wp-caption {
        position: relative;
        z-index: 3;
    }
}
.home-contact {
    width: 100vw;
    margin: 4em -1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home-contact .su-column {
    position: relative;
    margin: 0 !important;
    padding: 1em;
    text-align: center;
    font-size: .925em;
    width: 100%;
    float: none;
}
.home-contact a img {
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}
.home-contact a:hover img {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
}
.home-contact strong {
    text-transform: uppercase;
    color: #1E8CCB;
    font-size: 1.25em;
}
.home-contact p:nth-of-type(3n) {
    max-width: 20em;
    margin: auto;
}
.home-contact img {
    width: 8em;
    background: #fff;
    border-radius: 100%;
    border: .25em solid #1E8CCB;
}
@media screen and (min-width:30em) {
    .home-contact {
        margin: 4em -1.8em;
    }
}
@media screen and (min-width:60em) {
    .home-contact {
        //margin: 4em calc(-50vw + 72em/2);
        margin: 4em auto;
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .home-contact .su-column:before {
        display: block;
        content: '';
        height: .2em;
        background: -webkit-linear-gradient(left, #31dbea, #66f9cb);
        background: linear-gradient(to right, #31dbea, #66f9cb);
        position: absolute;
        width: 100%;
        top: 5em;
        left: 0;
        z-index: -1;
    }
    .home-contact .su-column:nth-of-type(3n+2):before {
        background: -webkit-linear-gradient(left, #66f9cb, #6afca0);
        background: linear-gradient(to right, #66f9cb, #6afca0);
    }
    .home-contact .su-column:nth-of-type(3n):before {
        background: -webkit-linear-gradient(left, #6afca0, #35ff80);
        background: linear-gradient(to right, #6afca0, #35ff80);
    }
    .home-contact .su-column:nth-of-type(3n+1) img {
        border-color: #44e7e2;
    }
    .home-contact .su-column:nth-of-type(3n+2) img {
        border-color: #72fdc1;
    }
    .home-contact .su-column:nth-of-type(3n) img {
        border-color: #5cfc93;
    }
}
@media screen and (min-width:76em) {
    .info-list.activites {/*&.services {
			.su-column:last-of-type {
				width: 100% !important;
				&:after {
					background-image: linear-gradient(to right, $c__8sgrad-col1, $c__8sgrad-col9);
				}
				img {
					border-color: $c__8sgrad-col5;
				}
			}
		}*/
    }
    .info-list.activites .su-column {
        width: 25% !important;
    }
    .info-list.activites .su-column:nth-of-type(4n+1) img {
        border-color: #31dee1;
    }
    .info-list.activites .su-column:nth-of-type(4n+1):after {
        background-image: -webkit-linear-gradient(left, #31dbea, #32e2d4);
        background-image: linear-gradient(to right, #31dbea, #32e2d4);
    }
    .info-list.activites .su-column:nth-of-type(4n+2) img {
        border-color: #32e7c6;
    }
    .info-list.activites .su-column:nth-of-type(4n+2):after {
        background-image: -webkit-linear-gradient(left, #32e2d4, #33edb5);
        background-image: linear-gradient(to right, #32e2d4, #33edb5);
    }
    .info-list.activites .su-column:nth-of-type(4n+3) img {
        border-color: #34f3a5;
    }
    .info-list.activites .su-column:nth-of-type(4n+3):after {
        background-image: -webkit-linear-gradient(left, #33edb5, #34f896);
        background-image: linear-gradient(to right, #33edb5, #34f896);
    }
    .info-list.activites .su-column:nth-of-type(4n) img {
        border-color: #35fc89;
    }
    .info-list.activites .su-column:nth-of-type(4n):after {
        background-image: -webkit-linear-gradient(left, #34f896, #35ff80);
        background-image: linear-gradient(to right, #34f896, #35ff80);
    }
}
.bulles ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bulles li {
    display: inline-block;
    margin: 0 1em 2em;
}
.bulles img {
    border-radius: 100%;
    margin: .6em;
    width: 6.8em;
    background: url(./img/gradient-round-border.svg) center;
    border: .5em solid rgba(0,0,0,0);
    background-origin: border-box;
}
.bulles .wp-caption {
    margin: 0;
    text-align: center;
}
.bulles .wp-caption .wp-caption-text {
    margin: 0;
}
.bulles .wp-caption .wp-caption-text strong {
    display: block;
}
.bulles.su-column-size-1-1 {
    margin-right: 0;
}
@media screen and (min-width:60em) {
    .bulles img {
        width: 9em;
    }
    .bulles li {
        margin: 0 2em 2em;
    }
}
.home-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    //width: 100vw;
    width: 100%;
    //margin: 0 -1.4em;
}
.home-grid .su-column {
    width: 100% !important;
    margin: .25em !important;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-presentation.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-presentation.jpg);
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    //min-height: 45vw;
    padding: 1em;
    position: relative;
}
.home-grid .su-column:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 46.825%;
}
.home-grid .su-column.actualite {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-actualite.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-actualite.jpg);
}
.home-grid .su-column.services {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-services.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-services.jpg);
}
.home-grid .su-column.activite {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-activite.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-activite.jpg);
}
.home-grid .su-column.seminaires {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-seminaires.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-seminaires.jpg);
}
.home-grid .su-column.nucleide {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-nucleide.jpg);
    background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-nucleide.jpg);
}
.home-grid .su-column-inner {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    padding: 1em;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.home-grid img {
    width: 2.5em;
    //float: none;
    display: block;
    margin: 0 .5em 0 0;
    //transform: translateY(3rem);
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.home-grid h4 {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -.75em 0 0;
    color: #fff;
    //transform: translateY(3em);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.home-grid p {
    color: #52FDDF;
    font-size: 1.25em;
    margin: 0;
    //transform: translateY(3em);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.home-grid a.button {
    color: #fff;
    border-color: #fff;
    margin-top: .5em;
    display: none;
    font-size: 0.8em;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.home-grid .big-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.home-grid .su-column:hover p, .home-grid .su-column:hover h4 {
    //margin-left: 1em;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
.home-grid .su-column:hover img {
    -webkit-transform: scale(1.5, 1.5) translateY(-.5em);
            transform: scale(1.5, 1.5) translateY(-.5em);
    //float: left;
    //width: 4em;
    //margin-bottom: 2em;
}
.home-grid .su-column:hover a.button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
@media screen and (min-width:30em) {
    .home-grid {
        //margin: 0 -1.8em;
    }
}
@media screen and (min-width:40em) {
    .home-grid {
        font-size: .9em;
    }
    .home-grid .su-column {
        width: calc(50% - .5em) !important;
    }
}
@media screen and (min-width:60em) {
    .home-grid {
        font-size: 1em;
        //margin: 0 calc(-50vw + 72em/2) !important;
    }
    .home-grid .su-column {
        //min-height: 22.5vw;
        background-image: url(./img/homegrid-presentation.jpg);
    }
    .home-grid .su-column:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-presentation.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-presentation.jpg);
    }
    .home-grid .su-column.actualite {
        background-image: url(./img/homegrid-actualite.jpg);
    }
    .home-grid .su-column.actualite:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-actualite.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-actualite.jpg);
    }
    .home-grid .su-column.services {
        background-image: url(./img/homegrid-services.jpg);
    }
    .home-grid .su-column.services:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-services.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-services.jpg);
    }
    .home-grid .su-column.activite {
        background-image: url(./img/homegrid-activite.jpg);
    }
    .home-grid .su-column.activite:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-activite.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-activite.jpg);
    }
    .home-grid .su-column.nucleide {
        background-image: url(./img/homegrid-nucleide.jpg);
    }
    .home-grid .su-column.nucleide:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-nucleide.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-nucleide.jpg);
    }
    .home-grid .su-column.seminaires {
        background-image: url(./img/homegrid-seminaires.jpg);
    }
    .home-grid .su-column.seminaires:hover {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-seminaires.jpg);
        background-image: linear-gradient(to top, rgba(0,0,0, .8), rgba(75, 208, 91,.25) ), url(./img/homegrid-seminaires.jpg);
    }
}
@media screen and (min-width:76em) {
    .home-grid {
        //width: calc(72em + 16em);
        margin: 0 !important;
    }
    .home-grid .su-column {
        width: calc(33.3% - .5em) !important;
        //min-height: 15vw;
    }
}
#mendeleiev {
    display: none;
    width: 54em;
    margin: auto;
}
#resetFilter {
    visibility: hidden;
    background-image: url(./img/bt-reset.png);
    width: 6.5625em;
    height: 2.4375em;
    background-size: cover;
    text-indent: -999em;
    border: 0;
    padding: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}
#resetFilter:hover, #resetFilter:focus {
    opacity: .5;
}
#resetFilter.show {
    visibility: visible;
}
.elemTableCont {
    overflow-y: auto;
    padding-top: 1em;
}
.elemTableCont .infoBt {
    position: relative;
    color: #1E8CCB;
    cursor: pointer;
}
.elemTableCont .infoModal {
    position: absolute;
    border: 2px solid #1E8CCB;
    color: #000;
    background: #fff;
    width: 27em;
    height: 2.5em;
    padding: .25em;
    top: -3em;
    right: 0;
    z-index: 50;
    font-weight: 400;
}
.elemTableCont .infoModal1 {
    position: absolute;
    border: 2px solid #1E8CCB;
    color: #000;
    background: #fff;
    width: 10em;
    height: 2.5em;
    padding: .25em;
    top: -3em;
    right: 0;
    z-index: 50;
    font-weight: 400;
}
.elemTableCont .infoModal2 {
    position: absolute;
    border: 2px solid #1E8CCB;
    color: #000;
    background: #fff;
    width: 51em;
    height: 2.5em;
    padding: .25em;
    top: -3em;
    right: -16em;
    z-index: 50;
    font-weight: 400;
}
.elemTableCont .infoModal3 {
    position: absolute;
    border: 2px solid #1E8CCB;
    color: #000;
    background: #fff;
    width: 30em;
    height: 2.5em;
    padding: .25em;
    top: -3em;
    right: -15em;
    z-index: 50;
    font-weight: 400;
}
.elementsList {
    margin: 2em auto;
    position: relative;
    text-align: center;
    min-width: 25em;
}
.elementsList thead {
    position: relative;
}
.elementsList thead:before, .elementsList thead:after {
    content: '';
    display: block;
    height: .15em;
    background-image: -webkit-linear-gradient(left, #4AB4F1, #4FFEAA);
    background-image: linear-gradient(to right, #4AB4F1, #4FFEAA);
    left: 0;
    right: 0;
    position: absolute;
}
.elementsList th {
    font-size: 1em;
    font-weight: 700;
}
.elementsList td, .elementsList th {
    padding: .25em .5em;
}
.elementsList th:nth-child(2), .elementsList th:nth-child(3), .elementsList td:nth-child(3), .elementsList td:nth-child(4) {
    text-align: right;
}
.elementsList td.ascii {
    min-width: 8em;
}
.elementsList td.elem {
    font-size: 1.25em;
    padding-left: 0;
    padding-right: 0;
    //text-align: left;
    min-width: 5em;
}
.elementsList tr {
    border-bottom: 1px solid #ddd;
}
.elementsList a {
    text-decoration: none;
    display: inline-block;
    padding: .25em .75em;
    background: #1E8CCB;
    color: #fff;
    font-weight: 700;
}
.elementsList a:hover {
    background: #3CA8E5;
}
#mendeleiev .line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#mendeleiev .line.newblock {
    margin-top: 1em;
}
#mendeleiev .element {
    font-size: 1rem;
    width: 2.75em;
    height: 2.75em;
    background: #1E8CCB;
    background-image: -webkit-linear-gradient(45deg, #437ca7 50%, #358289);
    background-image: linear-gradient(45deg, #437ca7 50%, #358289);
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: .125em;
    position: relative;
    cursor: pointer;
}
#mendeleiev .element span {
    pointer-events: none;
}
#mendeleiev .element:hover {
    background: #3CA8E5;
}
#mendeleiev .element:before {
    content: '';
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    z-index: -1;
    top: -.125em;
    left: -.125em;
    background-image: -webkit-linear-gradient(left, #4AB4F1, #4FFEAA);
    background-image: linear-gradient(to right, #4AB4F1, #4FFEAA);
}
#mendeleiev .element.active {
    background: #4ab4f1;
    background-image: -webkit-linear-gradient(45deg, $c__hightlight-blue 50%, #4bc3e3);
    background-image: linear-gradient(45deg, $c__hightlight-blue 50%, #4bc3e3);
}
#mendeleiev .element.active:before {
    background-image: -webkit-linear-gradient(left, #437ca7 ,#009812);
    background-image: linear-gradient(to right, #437ca7 ,#009812);
}
#mendeleiev .element.inactive {
    pointer-events: none;
}
#mendeleiev .line .sep {
    width: 0;
    margin: auto;
}
#mendeleiev span {
    display: block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    margin: .125em;
    border: .125em solid #fff;
}
#mendeleiev.filtered .element:not(.ok):not(.active) {
    background-image: -webkit-linear-gradient(45deg, #999, #777);
    background-image: linear-gradient(45deg, #999, #777);
}
#mendeleiev.filtered .element:not(.ok):not(.active):before {
    background-image: -webkit-linear-gradient(left, #999, #aaa);
    background-image: linear-gradient(to right, #999, #aaa);
}
#mendeleiev.filtered .element:not(.ok):not(.active).active, #mendeleiev.filtered .element:not(.ok):not(.active).ok {
    opacity: 1;
}
#elemInfoCont {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#elemInfoBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#elemInfo {
    padding: 1.5em;
    background: #fff;
    z-index: 999;
    margin: 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#elemInfo .blocinfo {
    margin-bottom: .5em;
    padding-bottom: .5em;
    width: 46%;
    border: 0;
}
#elemInfo h4 {
    margin: 0;
    font-weight: 200;
    font-size: 1.2em;
    position: relative;
}
#elemInfo h4:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #4AB4F1, #4FFEAA);
    background-image: linear-gradient(to right, #4AB4F1, #4FFEAA);
}
#elemInfo ul, #elemInfo li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sortBy select, #sortBy option {
    font-weight: 300;
}
.elemFilterForm, #sortBy {
    margin: auto;
    width: 20em;
    text-align: center;
}
.elemFilterForm label, #sortBy label {
    display: block;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}
.elemFilterForm {
    clear: both;
}
.elemFilterForm input[type=text] {
    font-size: 1.25em;
    display: block;
    margin: 0 auto .5em;
}
.elemFilterForm input[type=text]:focus {
    border: 1px solid #333;
    outline: none;
}
.elemFilterForm ul, .elemFilterForm li {
    padding: 0;
    margin: 0;
}
.elemFilterForm ul {
    list-style: none;
}
.elemFilterForm li {
    position: relative;
    display: block;
}
.elemFilterForm li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.elemFilterForm li label {
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
}
.elemFilterForm li .check {
    display: block;
    position: absolute;
    border: 2px solid #999;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    //z-index: 5;
    -webkit-transition: border .1s ease-out;
    transition: border .1s ease-out;
}
.elemFilterForm li:hover .check {
    border-color: #ccc;
}
.elemFilterForm li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 2px;
    margin: auto;
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}
.elemFilterForm input[type=radio]:checked ~ .check::before {
    background: url(./img/radio-check.png);
    background-size: cover;
}
@media screen and (min-width:30em) {
    #sortBy select, #sortBy option {
        font-size: 1.25rem;
        padding: .5em;
    }
}
@media screen and (min-width:60em) {
    #mendeleiev {
        display: block;
    }
    #elemInfo {
        padding: 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #elemInfo .blocinfo {
        width: auto;
        padding: .757em;
    }
    #elemInfo h4 {
        font-size: 1.5em;
        margin: 0 0 1em;
    }
    #elemInfo h4:after {
        display: none;
    }
    #elemInfo:before, #elemInfo:after {
        position: absolute;
        content: '';
        height: .1em;
        width: calc(100% - 6em);
        background-image: -webkit-linear-gradient(left, #4AB4F1, #4FFEAA);
        background-image: linear-gradient(to right, #4AB4F1, #4FFEAA);
    }
    #elemInfo:after {
        top: 6.5em;
    }
    .elemFilterForm {
        width: 100%;
    }
    .elemFilterForm ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 1em;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .elemFilterForm li {
        margin: 0 2em;
    }
    .elemFilterForm label {
        margin: 0;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* @import "layout/content-sidebar";
 @import "layout/sidebar-content";*/
.site {
    position: relative;
    overflow-x: hidden;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    background-size: auto 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 1.5em;
    max-width: 72em;
    position: relative;
    margin: auto;
}
.site-header .site-topbar {
    max-width: 72em;
    margin: auto;
    padding: .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-header .searchform input {
    z-index: 999;
}
.site-header .widget {
    margin-bottom: 0;
    margin-left: auto;
}
.site-header .site-branding {
    position: relative;
    z-index: 50;
}
/* CUSTOM LOGO */
.site-header .site-logo {/*position: absolute;
		top: $size__margin-small;
		left: $size__margin-small;*/
    width: 4rem;
    height: 4rem;
    padding: .25rem;
    margin-right: .5em;
    //margin: .25em;
    background: url(./img/gradient-round-border.svg) center no-repeat;
    background-size: cover;
}
.site-header .site-logo > a {
    display: inline-block;
}
.site-header .header-img >  * {
    display: inline-block;
}
.site-header .header-img >  * img {
    display: inline-block;
}
.site-header .custom-logo {
    border-radius: 50%;
    width: 3.5rem;
}
.site-header h1 {
    color: #52FDDF;
    font-size: 1.825em;
    margin-top: .5em;
    padding-bottom: .5em;
}
.site-header h1 i {
    color: #fff;
    font-weight: 700;
    font-style: normal;
}
.site-header h1 a {
    color: inherit;
    text-decoration: none;
}
.site-header h1:before, .site-header h1:after {
    background-image: -webkit-linear-gradient(left, #24A83A, #C9FE4F);
    background-image: linear-gradient(to right, #24A83A, #C9FE4F);
    max-width: 20em;
}
@media screen and (min-width:70em) {
    .site-header .widget {
        margin-left: 0;
    }
    .site-header .site-topbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: .25em 1.8em 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 4.5em;
        -webkit-transition: background-color ease-out .15s;
        transition: background-color ease-out .15s;
    }
    .site-header .site-topbar.not-top {
        background-color: #005180;
    }
    .site-header .site-topbar:after {
        content: '';
        display: block;
        height: .1em;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        width: 100%;
        top: 4.5em;
        left: 0;
        position: fixed;
    }
    .site-header {
        padding-top: 4.5em;
    }/* images de header alternées */
    .headImg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: top;
    }
    #headImg1 {
        background-image: url(./img/header_home_1.jpg);
    }
    #headImg2 {
        background-image: url(./img/header_home_2.jpg);
    }
    .page-icon {
        display: block;
        font-size: 2.5em;
        margin: .5em auto 0;
        border: .05em solid #fff;
        border-radius: 100%;
        background-image: url(./img/becquerel.png);
        background-size: 1.5em 1.5em;
        background-position: center;
        background-repeat: no-repeat;
        width: 1.5em;
        height: 1.5em;
    }
    .page-presentation .page-icon, .page-parent-presentation .page-icon, .page-presentation-en .page-icon, .page-parent-presentation-en .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-presentation.svg);
    }
    .page-liens-utiles .page-icon, .page-parent-liens-utiles .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-liens.svg);
    }
    .page-services .page-icon, .page-parent-services .page-icon, .page-services-en .page-icon, .page-parent-services-en .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-services.svg);
    }
    .page-activites-recherche-developpement .page-icon, .page-parent-activites-recherche-developpement .page-icon, .page-rd-activities .page-icon, .page-parent-rd-activities .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-activite.svg);
    }
    .page-contact .page-icon, .page-parent-contact .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-contact.svg);
    }
    .page-donnees-nucleaires .page-icon, .page-parent-donnees-nucleaires .page-icon, .page-nuclear-data .page-icon, .page-parent-nuclear-data .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-nucleide.svg);
    }
    .page-seminaires-et-publications .page-icon, .page-parent-seminaires-et-publications .page-icon, .page-conferences-publications .page-icon, .page-parent-conferences-publications .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-seminaires.svg);
	}
    .category-actualite .page-icon, .category-news .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-actualite.svg);
    }
.category-publications-seminaires .page-icon {
        background-size: 1em 1em;
        background-image: url(./img/picto-seminaires.svg);
    }
    .home .page-icon {
        background-image: url(./img/picto-home.png);
        background-size: 1.5em 1.5em;
        border: 0;
        position: relative;
        text-align: center;
        z-index: 8;
    }
    .home .page-icon:before, .home .page-icon:after {
        content: '';
        display: block;
        height: .05em;
        width: 3em;
        background-image: -webkit-linear-gradient(left, #24A83A, #4dd01e);
        background-image: linear-gradient(to right, #24A83A, #4dd01e);
        position: absolute;
        top: 50%;
        right: 100%;
        margin-left: -2.25em;
        z-index: 1;
    }
    .home .page-icon:after {
        background-image: -webkit-linear-gradient(left, #7fe332, #C9FE4F);
        background-image: linear-gradient(to right, #7fe332, #C9FE4F);
        left: 100%;
        right: auto;
        margin-left: 0;
    }
}
@media screen and (min-width:76em) {
    .page-icon {
        font-size: 3em;
    }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    background: #E4E4E4;
    margin-bottom: 0;
    padding: 1em 0;
}
.site-footer .footer-content {
    margin: 0 1.4em;
}
.site-footer .widget-title {
    color: #3CA8E5;
    text-transform: none;
    font-size: 1.0em;
    margin-top: 0;
}
.site-footer .widget {
    border-bottom: .2em solid #a2f03f;
    padding: 2em 0;
    max-width: 30em;
    margin: 0 auto;
}
.site-footer .widget:first-of-type {
    padding-top: 0;
}
.site-footer .widget:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.site-footer .widget:last-of-type p {
    text-align: center;
    margin: 0 0 1em;
}
.site-footer .widget:last-of-type p:first-of-type {
    margin-right: 1em;
}
.site-footer .widget:last-of-type a {
    text-decoration: none;
    color: #000;
}
.site-footer .widget:last-of-type .url {
    text-decoration: underline;
}
.site-footer .widget:last-of-type .url:hover {
    color: #1E8CCB;
}
#langbar {
    text-align: center;
    padding-bottom: 1em;
    margin: 0 1.8em;
}
#langbar a {
    color: #000;
    text-decoration: none;
}
#langbar ul, #langbar li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#langbar li {
    line-height: 2em;
}
#langbar img {
    height: 2em;
    vertical-align: middle;
}
@media screen and (min-width:30em) {
    .site-footer .footer-content {
        margin: 0 1.8em;
    }
    .site-footer .widget {}
    .site-footer .widget:last-of-type .textwidget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .site-footer .widget:last-of-type strong {
        display: block;
        min-height: 2em;
    }
}
@media screen and (min-width:60em) {
    .site-footer {
        max-width: 72em;
        margin-right: auto;
        margin-left: auto;
    }
    .site-footer .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .site-footer .widget {
        width: 33.3%;
        //max-width: none;
        padding: 0 1em;
        margin: 0;
        border-bottom: 0;
        border-right: .2em solid #a2f03f;
    }
    .site-footer .widget:last-of-type {
        border-right: 0;
    }
    #langbar ul {
        width: 33.33%;
        text-align: center;
        font-size: .8em;
    }
}
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.site-main {
    font-size: .8em;
    line-height: 1.6;
    margin: 1.4em;
}
@media screen and (min-width:30em) {
    .site-main {
        margin: 1.8em;
    }
}
@media screen and (min-width:40em) {
    .site-main {
        font-size: 1em;
    }
}
@media screen and (min-width:60em) {
    .site-main {
        margin: 1.8em auto;
        max-width: 72em;
    }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.archive .posts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1.4em;
    //width: 100vw;
    padding: 0 .5em;
    line-height: 0;
}
.archive .posts-list a, .archive .posts-list .hover {
    display: block;
}
.archive .posts-list .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(11,39,60,.75), rgba(0,152,18,.25));
    background-image: linear-gradient(to top, rgba(11,39,60,.75), rgba(0,152,18,.25));
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    pointer-events: none;
    background-blend-mode: multiply;
}
.archive .posts-list a {
    width: 100%;
    height: 100%;
}
.archive .posts-list .post-content {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
.archive .posts-list article {
    position: relative;
    padding: .5em;
    margin-bottom: 0;
}
.archive .posts-list article:hover .hover, .archive .posts-list article.current .hover {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.archive .posts-list article:hover .article-title, .archive .posts-list article.current .article-title {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    color: #fff;
}
.archive .posts-list .article-title {
    position: absolute;
    color: #52FDDF; //#1E8CCB;
	font-weight: 700;
    left: 1.5em;
    bottom: 1.5em;
    line-height: 1.5em;
    padding-right: 4em;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transition: color .25s ease-out, -webkit-transform .15s ease-in-out;
    transition: color .25s ease-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, color .25s ease-out;
    transition: transform .15s ease-in-out, color .25s ease-out, -webkit-transform .15s ease-in-out;
}
.archive #displayPost {
    position: relative;
    background: #E4E4E4;
    width: 100%;
    width: 100vw;
    margin: 0 -1.4em 3em;
    padding: 1.4em;
}
.archive #displayPost .post-content {
    max-width: 72em;
    margin: auto;
}
@media screen and (max-width: 60em) {
    #displayPost {
        display: none;
    }
}
@media screen and (min-width:40em) {
    .archive .posts-list {
        margin: 0 -1.8em;
    }
    .archive article {
        width: 50%;
    }
    .archive #displayPost {
        margin: 0 -1.8em 3em;
        padding: 1.8em;
    }
}
@media screen and (min-width:60em) {
    .archive .posts-list, .archive #displayPost {
        margin: 0;
        max-width: 72em;
        width: 100%;
    }
    .archive #displayPost {
        margin-bottom: 3em;
    }
}
@media screen and (min-width:76em) {
    .archive article {
        width: 33.3%;
    }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {/* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}
.featured-cont {
    width: 100vw;
    margin: 0 -1.4em;
    position: relative;
}
.featured-cont:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: .25em;
    top: 4em;
    background: -webkit-linear-gradient(left, #31dbea, #35ff80);
    background: linear-gradient(to right, #31dbea, #35ff80);
    z-index: -1;
}
img.featured {
    height: 8em;
    width: 8em;
    border-radius: 100%;
    border: .25em solid #72fdc1;
    display: block;
    margin: auto;
}
@media screen and (min-width:30em) {
    .featured-cont {
        margin: 0 -1.8em;
    }
}
@media screen and (min-width:60em) {
    .featured-cont {
        width: 100%;
        margin: 0;
    }
    .featured-cont:before {
        width: 100%;
    }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    @include center-block;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
