/*
Theme Name: CNRS Web Kit
Theme URI: None
Author: the Atos team
Author URI: https://atos.net/
Description: CNRS Web Kit is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. CNRS Web Kit will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: cnrswebkit

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.
*/

.site-inner,
.main-navigation {
    font-family: 'Roboto',sans-serif;
}

a {
    outline: none !important;
}

body {
    background: #fff;
}

body .site-footer {
    width: 100%;
    margin: 0;
    padding: 60px 112px 20px;
    border-top: 1px solid #e6e6e6;
	background-color: var(--color-main);
	color: #FFF;
}

@media screen and (min-width:44.375em) {
    body body:not(.custom-background-image):before,
    body body:not(.custom-background-image):after {
        height: 0;
    }
}

body .site {
    margin: 0;
}

body .site .site-inner {
    /*max-width: 1280px;*/
}

body .site .site-inner #content {
    padding: 0 112px;
	line-height: 26px;
	max-width: 1280px;
    margin: auto;
}

@media screen and (max-width:910px) {
    body .site .site-inner #content {
        padding: 0;
    }
}

body .site .site-inner .site-main {
    margin-bottom: 90px;
}

body .widget {
    border: 0;
}

body h1.entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
	font-size: 32px;
	line-height: 32px;
    letter-spacing: 0.2px;
}

body .site-main > article > .entry-content > p {
    margin: 0 0 16px 0;
    line-height: 26px;
}

@media screen and (max-width:910px) {
    body .site-main > article > .entry-content > p {
        width: 100%;
    }
}

header.site-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:910px) {
    header.site-header {
        padding: 0;
    }
}

@media screen and (max-width:910px) {
    header.site-header #menu-toggle {
        margin-right: 7.6%;
    }
}

header.site-header #site-header-menu {
    height: 60px;
    margin: 32px 112px 0 0;
    max-width: 700px;
}

@media screen and (max-width:1060px) {
    header.site-header #site-header-menu {
        margin: 45px 40px 0 0;
        max-width: 100%;
		
    }
}

@media screen and (max-width:910px) {
    header.site-header #site-header-menu {
        height: auto;
        margin: 10px 0px;
		padding: 20px 30px;
		background-color: var(--color-main);
    }
	header.site-header #site-header-menu nav#secondary-navigation li > a {
        color: #FFF !important;
    }
}

header.site-header #site-header-menu nav#site-navigation li > a,
header.site-header #site-header-menu nav#site-navigation li > a:visited {
    font-size: 15px;
    font-weight: 400;
    color: #b2b2b2;
}

header.site-header #site-header-menu nav#site-navigation li > a:hover,
header.site-header #site-header-menu nav#site-navigation li > a:visited:hover,
header.site-header #site-header-menu nav#site-navigation li > a:active,
header.site-header #site-header-menu nav#site-navigation li > a:visited:active {
    color: #0a0b0d;
}

header.site-header #site-header-menu nav#site-navigation li.current-menu-item > a {
    color: #0a0b0d;
}

header.site-header #site-header-menu nav#site-navigation .primary-menu {
    margin-right: 24px;
}

@media screen and (max-width:910px) {
    header.site-header #site-header-menu nav#site-navigation .primary-menu {
        width: 100%;
    }
}

header.site-header #site-header-menu ul {
    float: right;
}

@media screen and (max-width:910px) {
    header.site-header #site-header-menu ul {
        float: none;
    }
}

header.site-header #site-header-menu ul li a {
    padding: 0 10px;
}

@media screen and (max-width:1080px) {
    header.site-header #site-header-menu ul li a {
        padding: 0 10px;
		font-size: 14px !important;
    }
}

header.site-header #site-header-menu ul li:last-of-type a {
    padding: 0 0 0 10px;
}

@media screen and (max-width:1080px) {
    header.site-header #site-header-menu ul li:last-of-type a {
        padding: 0 0 0 10px;
    }
}
#searchContainer2 {
		display: none;
	    margin: 30px 0px;
    width: 30%;
	}
@media screen and (max-width:910px) {
    header.site-header #site-header-menu ul li a {
        padding: 18px !important;
    }
	header.site-header #social-navigation{
		display: none !important;
	}
	#searchContainer {
		display: none !important;
	}
	#searchContainer2 {
		display: block;
		
	}
}

@media screen and (max-width: 420px){
	header.site-header .site-header-main .site-branding img {
		max-height: 60px !important;
	}
	header.site-header #site-header-menu ul li a {
		padding: 12px !important;
	}
	#site-header-menu nav#site-navigation {
    top: 200px;
	}
	body .site .site-inner {
    	margin-top: 80px;
	}
}

header.site-header #site-header-menu nav#secondary-navigation {
    margin: 0 90px 0 0;
}

header.site-header #site-header-menu nav#secondary-navigation li > a,
header.site-header #site-header-menu nav#secondary-navigation li > a:visited {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-main);
}

header.site-header #site-header-menu nav#secondary-navigation li > a:hover,
header.site-header #site-header-menu nav#secondary-navigation li > a:visited:hover {
    color: #0a0b0d;
}

header.site-header #site-header-menu nav#secondary-navigation li.current-menu-item > a {
    color: #0a0b0d;
}

header.site-header #site-header-menu nav#secondary-navigation ul {
    margin-top: 15px;
}

@media screen and (max-width:910px) {
    header.site-header #site-header-menu nav#secondary-navigation ul {
        margin: auto;
    }
}

header.site-header .site-header-main {
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
	max-width: 1280px;
    margin: auto;
}

header.site-header .site-header-main .site-branding {
    margin: 0 auto 0 112px;
}

header.site-header .site-header-main .site-branding img {
    width: auto;
    max-height: 135px;
}

#breadcrumbs {
    margin: 0;
    padding: 15px 0px;
    /*border-bottom: 1px solid #e6e6e6;*/
	position: absolute;
    top: 168px;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFF;
	font-size: 14px;
}
#breadcrumbs span:first-child{
	max-width: 1280px;
	width: 100%;
	margin: auto;
	display: block;
	padding: 0 70px;
}

@media screen and (max-width: 910px) {
	#breadcrumbs {
		top: 0px;
	}
	#wpadminbar{
		display: none;
	}
	#breadcrumbs span:first-child {
   	 padding-left: 5%;
	}
	#main .entry-header-content {
		margin-left: 5%;
	}
}
@media screen and (max-width: 600px) {
	#main .entry-header-content {
		margin-left: 0;
	}
}

#breadcrumbs a,
#breadcrumbs span {
    color: #FFF;
}

#breadcrumbs span a {
    margin-right: 20px;
}

#breadcrumbs span a:hover {
    color: var(--color-main);
}

#breadcrumbs span span.breadcrumb {
    position: relative;
    padding-left: 10px;
}

#breadcrumbs span span.breadcrumb:before {
    content: "\e905";
    position: absolute;
    top: 1px;
    left: -15px;
    font-family: "icomoon";
}

#breadcrumbs span span.breadcrumb_last {
    position: relative;
    padding-left: 10px;
}

#breadcrumbs span span.breadcrumb_last:before {
    content: "\e905";
    position: absolute;
    top: 1px;
    left: -15px;
    font-family: "icomoon";
}

#breadcrumbs span i {
    display: none;
}

.content-bottom-widgets {
    margin-bottom: -80px;
}

.content-bottom-widgets li {
    margin-right: 20px;
    white-space: nowrap;
    list-style-type: none;
}

.content-bottom-widgets li a,
.content-bottom-widgets li a:visited {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #0a0b0d;
}

.content-bottom-widgets li a:hover,
.content-bottom-widgets li a:visited:hover,
.content-bottom-widgets li a:active,
.content-bottom-widgets li a:visited:active {
    color: var(--color-main);
}

.content-bottom-widgets .widget-area {
    margin-bottom: 0;
	    margin-top: 200px;
}

#NewsletterRegistration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 224px);
    height: 140px;
    margin: 0 -112px;
    padding: 70px 112px 100px 112px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #fff;
    background-color: var(--color-main);
}

@media screen and (max-width:910px) {
    #NewsletterRegistration {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

@media screen and (max-width:910px) {
    #NewsletterRegistration {
        display: block;
        width: 100%;
        height: 200px;
        margin: 0;
        padding: 7.6%;
    }
}

#NewsletterRegistration span {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
}

#NewsletterRegistration > div {
    display: flex;
    flex-grow: 1;
    margin-left: 10vw;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
}

@media screen and (max-width:910px) {
    #NewsletterRegistration > div {
        margin: 20px 0;
    }
}

#NewsletterRegistration > div input {
    border: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    color: #fff;
    background-color: transparent;
}

#NewsletterRegistration > div button {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--color-main);
    transition: all 0.2s ease-Out;
}

#NewsletterRegistration > div button:hover {
    color: var(--color-main);
    background-color: #fff;
}

#InnerNewsletterRegistration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 224px);
    height: 140px;
    margin: 0 -112px;
    padding: 70px 112px 100px 112px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #0a0b0d;
}

@media screen and (max-width:910px) {
    #InnerNewsletterRegistration {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

@media screen and (max-width:910px) {
    #InnerNewsletterRegistration {
        display: block;
        width: 100%;
        height: 200px;
        margin: 0;
        padding: 40px;
    }
}

#InnerNewsletterRegistration span {
    font-size: 18px;
    font-weight: 400;
}

#InnerNewsletterRegistration > div {
    display: flex;
    flex-grow: 1;
    padding: 10px;
    border: 2px solid rgba(10, 11, 13, 0.3);
    font-weight: 400;
}

@media screen and (max-width:910px) {
    #InnerNewsletterRegistration > div {
        margin: 20px 0;
    }
}

#InnerNewsletterRegistration > div form {
    display: flex;
    flex-grow: 1;
}

#InnerNewsletterRegistration > div form input {
    border: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    color: #0a0b0d;
    background-color: transparent;
}

#InnerNewsletterRegistration > div form button {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--color-main);
    transition: all 0.2s ease-Out;
}

#InnerNewsletterRegistration > div form button:hover {
    color: var(--color-main);
    background-color: #fff;
}

.site-info {
    width: 100%;
}

.site-info .cnrs-bottom-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width:910px) {
    .site-info .cnrs-bottom-line {
        flex-direction: column;
    }
}

.site-info .cnrs-bottom-line a {
    font-size: 15px;
    color: #b3b3b3;
}

::-webkit-input-placeholder {
    color: #fff;
}

.cnrs-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 30px 0 30px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.cnrs-filters > div:nth-of-type(1) {
    flex: 1;
    font-size: 17px;
    font-weight: 400;
    color: #b2b2b2;
}

.cnrs-filters > div:not(:nth-of-type(1) ) {
    position: relative;
}

.cnrs-filters > div:not(:nth-of-type(1) )select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 30px;
    padding: 0 20px;
    border: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #0a0b0d;
    background: transparent;
    background-image: none;
    box-shadow: none;
}

.cnrs-filters > div:not(:nth-of-type(1) )select:focus {
    outline: none;
}

.cnrs-filters > div:not(:nth-of-type(1) )select::-ms-expand {
    display: none;
}

.cnrs-filters > div:not(:nth-of-type(1) ):after {
    content: "\f431";
    z-index: 1;
    position: absolute;
    right: 0;
    font-family: "Genericons";
    font-size: 17px;
}

.pods-pagination-advanced {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}

.pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-next):not(.pods-pagination-prev) {
    margin: 0 10px;
    font-size: 17px;
    font-weight: 500;
    color: #0a0b0d;
    box-shadow: none;
}

.pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-next):not(.pods-pagination-prev):hover {
    color: var(--color-main);
}

.pods-pagination-advanced .pods-pagination-current {
    font-size: 20px !important;
    color: var(--color-main) !important;
}

.pods-pagination-advanced a.pods-pagination-next,
.pods-pagination-advanced a.pods-pagination-prev {
    position: absolute;
    top: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: none;
    transition: all 0.2s ease-Out;
}

.pods-pagination-advanced a.pods-pagination-next:before,
.pods-pagination-advanced a.pods-pagination-prev:before {
    display: block;
    position: absolute;
    top: 10px;
    font-family: "icomoon";
    font-size: 30px;
    line-height: 30px;
    color: #0a0b0d;
}

.pods-pagination-advanced a.pods-pagination-next:hover,
.pods-pagination-advanced a.pods-pagination-prev:hover {
    background-color: var(--color-main);
}

.pods-pagination-advanced a.pods-pagination-next:hover:before,
.pods-pagination-advanced a.pods-pagination-prev:hover:before {
    color: #fff;
}

.pods-pagination-advanced a.pods-pagination-next:focus,
.pods-pagination-advanced a.pods-pagination-prev:focus {
    outline: 0;
}

.pods-pagination-advanced a.pods-pagination-prev {
    left: 0;
}

.pods-pagination-advanced a.pods-pagination-prev:before {
    content: "\e903";
    left: 8px;
}

.pods-pagination-advanced a.pods-pagination-next {
    right: 0;
}

.pods-pagination-advanced a.pods-pagination-next:before {
    content: "\e905";
    left: 10px;
}

.tutellesContainer {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 30px;
    font-family: 'Roboto',sans-serif;
}

@media screen and (max-width:910px) {
    .tutellesContainer {
        display: flex;
        flex-direction: column;
    }
}

.tutellesContainer .partTitle {
    float: left;
    width: 60%;
    height: 70px;
    margin-bottom: 50px;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    .tutellesContainer .partTitle {
        width: 100%;
        height: auto;
        font-size: 30px;
    }
}

.tutellesContainer .partKnowMore {
    float: right;
    width: 40%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

@media screen and (max-width:910px) {
    .tutellesContainer .partKnowMore {
        order: 3;
        width: 100%;
        height: auto;
        text-align: left;
    }
}

.tutellesContainer .partKnowMore a {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

.tutellesContainer .partKnowMore a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

.tutellesContainer .partKnowMore a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

.tutellesContainer .partContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.tutellesContainer .partContainer .itemPart {
    width: calc(25% - 20px);
    line-height: 15px;
}

@media screen and (max-width:910px) {
    .tutellesContainer .partContainer .itemPart {
        width: 50%;
    }
}

.tutellesContainer .partContainer .itemPart .thumbPart {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.tutellesContainer .partContainer .itemPart .thumbPart:hover {
    border: 1px solid var(--color-main);
}

.tutellesContainer .partContainer .itemPart .thumbPart:hover ~ div a {
    color: var(--color-main);
}

.tutellesContainer .partContainer .itemPart .thumbPart a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: none;
}

.tutellesContainer .partContainer .itemPart .titlePart {
    margin: 20px 0 0 0;
}

@media screen and (max-width:910px) {
    .tutellesContainer .partContainer .itemPart .titlePart {
        display: none;
    }
}

.tutellesContainer .partContainer .itemPart .titlePart a {
    font-weight: 700;
    line-height: 25px;
    color: #0a0b0d;
    box-shadow: none;
}

.tutellesContainer .partContainer .itemPart .titlePart a:hover {
    color: var(--color-main);
}

.tutellesContainer .partContainer .itemPart:nth-of-type(4) {
    margin-right: 0 !important;
}

body.page-template-homepage header.site-header {
    margin-bottom: 90px;
}

body.page-template-homepage .entry-content h3 {
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 0;
	font-size: 36px;
	font-weight: 500;
}

body.page-template-homepage .entry-content h3.titleDL {
    margin-top: 70px;
    margin-bottom: 60px;
}

body.page-template-homepage .entry-content h3.actuTitle {
    margin-bottom: 60px;
}

body.page-template-homepage .entry-content .home-downloads .itemDL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

body.page-template-homepage .entry-content .home-downloads .itemDL:first-of-type {
    border-top: 1px solid #e6e6e6;
}

body.page-template-homepage .entry-content .home-downloads .itemDL span {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #0a0b0d;
}

body.page-template-homepage .entry-content .home-downloads .itemDL span.icon-folder {
    flex: 1;
    max-width: 85px;
    font-size: 70px;
    color: #d0d0d0;
}

body.page-template-homepage .entry-content .home-downloads .itemDL strong {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #b2b2b2;
}

body.page-template-homepage .entry-content .home-downloads .itemDL a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #0a0b0d;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #0a0b0d;
    box-shadow: none;
}

body.page-template-homepage .entry-content .home-downloads .itemDL a:hover {
    border: 1px solid var(--color-main);
    color: #fff;
    background-color: var(--color-main);
}

body.page-template-homepage .actuHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

body.page-template-homepage .actuHeader h3 {
    letter-spacing: 0.2px;
}

body.page-template-homepage .actuHeader a.linkAllActus {
    float: right;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-homepage .actuHeader a.linkAllActus:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-homepage .actuHeader a.linkAllActus:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

@media screen and (max-width:910px) {
    body.page-template-homepage .actuHeader a.linkAllActus {
        float: left;
    }
}

body.page-template-homepage .nextEvents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100%);
    margin: 0 0px;
    padding: 70px 60px 100px 60px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    background-color: #abb8c3;
}

@media screen and (max-width:910px) {
    body.page-template-homepage .nextEvents {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.page-template-homepage .nextEvents > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

body.page-template-homepage .nextEvents > header h1 {
    flex: 1;
    margin: 0;
    font-size: 36px;
		font-weight: 500;
    letter-spacing: 0.2px;
}

body.page-template-homepage .nextEvents > header > a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    border-bottom: 1px dashed #fff;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    color: #fff;
    box-shadow: none;
}

body.page-template-homepage .nextEvents > header > a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-homepage .nextEvents > header > a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-homepage .nextEvents article {
    width: calc(50% - 30px);
    margin-top: 60px;
}

@media screen and (max-width:910px) {
    body.page-template-homepage .nextEvents article {
        width: 100%;
    }
}

body.page-template-homepage .nextEvents article .eventDate {
    margin-bottom: 40px;
}

body.page-template-homepage .nextEvents article .eventDate span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.3);
}

body.page-template-homepage .nextEvents article .eventDate span:nth-of-type(2) {
    margin-left: 10px;
}

body.page-template-homepage .nextEvents article .eventDate span:nth-of-type(2):before {
    content: "\e907 ";
    margin-right: 10px;
    font-family: "icomoon";
}

body.page-template-homepage .nextEvents article header {
    margin: 0;
}

body.page-template-homepage .nextEvents article header h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.1px;
}

body.page-template-homepage .nextEvents article header h1 a {
    color: #fff;
    box-shadow: none;
}

body.page-template-homepage .nextEvents article header h1 a:hover {
    color: #0a0b0d;
}

body.page-template-homepage .nextEvents article .entry-content {
    float: none !important;
    width: 100% !important;
    margin: 35px 0 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    border: 0;
}

body.page-template-homepage .nextEvents article .entry-content p {
    margin: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

body.page-template-homepage .nextEvents article:first-of-type {
    margin-right: 60px;
}

@media screen and (max-width:910px) {
    body.page-template-homepage .nextEvents article:first-of-type {
        margin: 0 0 30px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
}

body.page-template-homepage .homeLabo .laboInfo .umi {
    display: inline-block;
    padding: 10px 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--color-main);
    background-color: #FFF;
	float: right;
	margin-top: -78px;
}

body.page-template-homepage .homeLabo .laboInfo h3 {
    margin: 20px 0;
    font-size: 40px;
    font-weight: 500;
	line-height: 50px;
}

body.page-template-homepage .homeLabo .laboInfo p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 300;
}

body.page-template-homepage .homeLabo .laboInfo .bottomLabo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:600px) {
	body.page-template-homepage .homeLabo .laboInfo .bottomLabo {
		display: block;
	}
}

body.page-template-homepage .homeLabo .laboInfo .bottomLabo a {
    padding-bottom: 10px;
    border-bottom: 1px dashed #FFF;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    box-shadow: none;
}

body.page-template-homepage .homeLabo .laboInfo .bottomLabo a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-homepage .tutellesHomeContainer .partContainer {
    display: flex;
}

body.page-template-homepage .tutellesHomeContainer .partContainer .itemPart {
    max-width: 100px;
}

body.page-template-homepage .tutellesHomeContainer .partContainer .itemPart img {
    width: 100px;
}

body.page-template-templateactualite .entry-header,
body.page-template-homepage .entry-header {
    margin-right: 0;
}

@media screen and (max-width:910px) {
    body.page-template-templateactualite .entry-content,
    body.page-template-homepage .entry-content {
        margin-right: 7.6923%;
    }
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite {
    display: inline-block;
    width: 30%;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 3px solid var(--color-main);
    transition: all 0.3s ease-Out;
}

@media screen and (max-width:1080px) {
    body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,
    body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:910px) {
    body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,
    body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite {
        width: 100%;
    }
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite img,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite img {
    width: 100%;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header {
    padding: 0;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header h1,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header h1 {
    margin: 0;
    line-height: 26px;
    letter-spacing: 0.1px;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header h1 a,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header h1 a {
    font-size: 22px;
    box-shadow: none;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite .entry-content,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite .entry-content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1px;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover {
    cursor: pointer;
    -background-color: var(--color-main);
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover header a,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover header a,
body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover .entry-content,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover .entry-content {
    color: var(--color-main);
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover img,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover img {
    opacity: 0.9;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus {
    padding: 30px;
    border-bottom: 0;
    color: #fff;
    background-color: var(--color-main);
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus strong,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus span,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus span {
    display: block;
    margin: 30px 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 700;
    background-color: var(--color-main);
    transition: all 0.3s ease-Out;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button:hover,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button:hover {
    color: var(--color-main);
    background-color: #fff;
}

body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus:hover,
body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus:hover {
    cursor: default;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-header,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-header,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header {
    font-size: 17px;
    font-weight: 400;
    color: #b2b2b2;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-header h1,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1 {
    color: #0a0b0d;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-header h1.entry-title,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1.entry-title,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1.entry-title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.2px;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-content,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
    margin: 20px 0;
    padding: 50px 10px 0 10px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-content .article-chapo,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .article-chapo,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .article-chapo {
    margin-bottom: 60px;
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-content figcaption,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content figcaption,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content figcaption {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

body.single-actualite:not(.search-results) article:not(.type-page) .entry-content p,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content p,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content p {
    font-size: 18px;
}

body.single-actualite:not(.search-results) article:not(.type-page) .so-panel,
body.single-evenement:not(.search-results) article:not(.type-page) .so-panel,
body.single-emploi:not(.search-results) article:not(.type-page) .so-panel {
    padding-top: 0;
}

body.single-actualite:not(.search-results) article:not(.type-page) .textwidget p,
body.single-evenement:not(.search-results) article:not(.type-page) .textwidget p,
body.single-emploi:not(.search-results) article:not(.type-page) .textwidget p {
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
}

body.single-actualite:not(.search-results) article:not(.type-page) .panel-last-child,
body.single-evenement:not(.search-results) article:not(.type-page) .panel-last-child,
body.single-emploi:not(.search-results) article:not(.type-page) .panel-last-child {
    margin-bottom: 40px;
}

body.single-actualite:not(.search-results) .bottom-notes,
body.single-evenement:not(.search-results) .bottom-notes,
body.single-emploi:not(.search-results) .bottom-notes {
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
}

body.single-actualite:not(.search-results) .bottom-notes p,
body.single-evenement:not(.search-results) .bottom-notes p,
body.single-emploi:not(.search-results) .bottom-notes p {
    margin: 0 0 30px 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-main);
}

body.single-actualite:not(.search-results) .tutellesContainer,
body.single-evenement:not(.search-results) .tutellesContainer,
body.single-emploi:not(.search-results) .tutellesContainer {
    width: calc(100% + 224px);
    margin: 0 -112px;
    margin-top: 60px;
    padding: 70px 112px 100px 112px;
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.single-actualite:not(.search-results) .tutellesContainer,
    body.single-evenement:not(.search-results) .tutellesContainer,
    body.single-emploi:not(.search-results) .tutellesContainer {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.single-actualite:not(.search-results) .toRead,
body.single-evenement:not(.search-results) .toRead,
body.single-emploi:not(.search-results) .toRead {
    width: calc(100% + 224px);
    margin: 0 -112px;
    margin-top: 60px;
    padding: 70px 112px 100px 112px;
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
	float: left;
}

@media screen and (max-width:910px) {
    body.single-actualite:not(.search-results) .toRead,
    body.single-evenement:not(.search-results) .toRead,
    body.single-emploi:not(.search-results) .toRead {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

@media screen and (max-width:910px) {
    body.single-actualite:not(.search-results) .toRead,
    body.single-evenement:not(.search-results) .toRead,
    body.single-emploi:not(.search-results) .toRead {
        padding: 60px;
    }
}

body.single-actualite:not(.search-results) .toRead header h1,
body.single-evenement:not(.search-results) .toRead header h1,
body.single-emploi:not(.search-results) .toRead header h1 {
	
	font-family: 'Roboto',sans-serif;
	margin-bottom: 30px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1px;
    color: #abb8c3;
}

body.single-actualite:not(.search-results) .toRead > div,
body.single-evenement:not(.search-results) .toRead > div,
body.single-emploi:not(.search-results) .toRead > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width:910px) {
    body.single-actualite:not(.search-results) .toRead > div,
    body.single-evenement:not(.search-results) .toRead > div,
    body.single-emploi:not(.search-results) .toRead > div {
        flex-direction: column;
    }
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite {
    width: calc(33% - 10px);
    margin-right: 20px;
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite:last-of-type,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite:last-of-type,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite:last-of-type {
    margin-right: 0;
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite .entry-header,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite .entry-header,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite .entry-header {
    margin: 0;
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
}

.toRead h1.entry-title a:before {
    content: '\002794';
    counter-increment: li;
    position: absolute;
    margin-left: -22px;
    background: #fff;
    height: 20px;
    border-radius: 12px;
}

.toRead h1.entry-title a {
    color: var(--color-main);
	padding-left: 20px;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title a:hover,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title a:hover,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite .entry-header h1.entry-title a:hover {
    color: var(--color-main);
}

body.single-actualite:not(.search-results) .toRead > div article.type-actualite .entry-content,
body.single-evenement:not(.search-results) .toRead > div article.type-actualite .entry-content,
body.single-emploi:not(.search-results) .toRead > div article.type-actualite .entry-content {
    margin: 20px 0 0 0;
    padding: 0;
    border: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #b2b2b2;
}

@media screen and (max-width:910px) {
    body.single-actualite:not(.search-results) .toRead > div article.type-actualite .entry-content,
    body.single-evenement:not(.search-results) .toRead > div article.type-actualite .entry-content,
    body.single-emploi:not(.search-results) .toRead > div article.type-actualite .entry-content {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content {
        margin-right: 7.6923%;
    }
}

body.page-template-templateagenda main > article > .entry-content .agendaMonth {
    width: 100%;
    margin-bottom: 55px;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-main);
}

body.page-template-templateagenda main > article > .entry-content article.evenement {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement {
        flex-direction: column;
    }
}

body.page-template-templateagenda main > article > .entry-content article.evenement:last-of-type {
    border-bottom: 0;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventDate {
    width: 40%;
    padding: 0 10px 0 0;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement .eventDate {
        order: 2;
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventDate span {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.1px;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventDate span:nth-of-type(2) {
    margin-left: 10px;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventDate span:nth-of-type(2):before {
    content: "\e907 ";
    margin-right: 10px;
    font-family: "icomoon";
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb {
    position: absolute;
    width: 25%;
    background-color: var(--color-main);
	margin-top: 50px;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb {
        order: 1;
        width: 100%;
		position: relative;
		margin-top: 0px;
    }
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb img {
    width: 100%;
    transition: all 0.3s ease-Out;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb .imgPlaceholder {
    position: relative;
    width: 100%;
    height: 120px;
    min-height: 120px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb .imgPlaceholder:after {
    content: "\e900";
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: "icomoon";
    font-size: 35px;
    color: #e6e6e6;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb .imgPlaceholder svg {
    width: 100%;
    height: 100%;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventThumb:hover img {
    opacity: 0.8;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo {
    width: 60%;
    padding-left: 25px;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo {
        order: 3;
        width: 100%;
        padding-left: 0;
    }
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header {
    margin: 0;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header {
        margin: 10px 0;
    }
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header h1 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:600px) {
    body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header h1 {
		font-size: 18px;
		line-height: 20px;
	}
}



body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header h1 a {
    color: #0a0b0d;
    box-shadow: none;
    transition: all 0.2s ease-Out;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo header h1 a:hover {
    color: var(--color-main);
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1px;
}

body.page-template-templateagenda main > article > .entry-content article.evenement .eventInfo .entry-content {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
}

body.page-template-templateagenda main > article > .entry-content .moreEvents {
    width: 100%;
    margin: 50px 0 20px 0;
    text-align: right;
}

body.page-template-templateagenda main > article > .entry-content .moreEvents a {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-templateagenda main > article > .entry-content .moreEvents a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templateagenda main > article > .entry-content .moreEvents a:hover {
    cursor: pointer;
}

body.page-template-templateagenda .tutellesContainer {
    width: calc(100% + 224px);
    margin: 0 -112px;
    margin-top: 60px;
    padding: 70px 112px 100px 112px;
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templateagenda .tutellesContainer {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-header > div,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header > div,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.2px;
    color: var(--color-main);
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2) ,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2) {
    margin-left: 10px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2):before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2):before {
    content: "\e907 ";
    margin-right: 10px;
    font-family: "icomoon";
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0.2px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content {
    padding: 30px 0 0 0;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content {
        padding: 30px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content > div,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content > div {
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol {
    width: calc(65% - 40px);
    margin-right: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol {
        width: 100%;
        padding: 20px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol article-chapo,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol article-chapo {
    margin-bottom: 50px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol p,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol p {
    font-size: 17px;
    line-height: 30px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol {
    width: 34%;
    font-family: 'Roboto',sans-serif;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol {
        width: 100%;
		padding: 20px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol > div,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol > div {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol > div a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol > div a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:not(:last-of-type) ,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:not(:last-of-type) {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:not(:last-of-type):first-of-type,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:not(:last-of-type):first-of-type {
    padding-top: 0;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:last-of-type,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol > div:last-of-type {
    margin-top: 30px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2) ,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2) {
    margin-left: 10px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2):before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2):before {
    content: "\e907 ";
    margin-right: 10px;
    font-family: "icomoon";
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a {
    position: relative;
    padding-left: 50px;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: var(--color-main);
    background-color: #fff;
    box-shadow: none;
    transition: all 0.2s ease-Out;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-family: "icomoon";
    font-size: 40px;
    font-weight: 100;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:hover,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:hover,
body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover {
    color: #0a0b0d;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a {
    padding-left: 0;
    color: #0a0b0d;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover {
    color: var(--color-main);
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before {
    content: "\e900 ";
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before {
    content: "\e902 ";
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a {
    color: #0a0b0d;
    box-shadow: none;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:hover {
    color: var(--color-main);
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .adresseOffre,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .adresseOffre {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .post-thumbnail,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .post-thumbnail {
    margin: 40px 0 0 0 !important;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100%);
        margin: 0 0px;
    padding: 70px 60px 100px 60px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    background-color: #abb8c3;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header h1,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header h1 {
    flex: 1;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    border-bottom: 1px dashed #fff;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    color: #fff;
    box-shadow: none;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents > header > a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article {
    width: calc(50% - 30px);
    margin-top: 60px;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article {
        width: 100%;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate {
    margin-bottom: 40px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.3);
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2) ,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2) {
    margin-left: 10px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2):before,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2):before {
    content: "\e907 ";
    margin-right: 10px;
    font-family: "icomoon";
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header {
    margin: 0;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.1px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a {
    color: #fff;
    box-shadow: none;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a:hover,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a:hover {
    color: #0a0b0d;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content {
    float: none !important;
    width: 100% !important;
    margin: 35px 0 0 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    border: 0;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content p,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content p {
    margin: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type {
    margin-right: 60px;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type {
        margin: 0 0 30px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer {
    width: 100%;
    margin: 0;
    border-top: 0;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer {
        margin-top: 50px;
    }
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer .partContainer,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer .partContainer {
    margin-bottom: 60px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer:last-of-type,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer:last-of-type {
    margin-top: 60px;
}

body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer:last-of-type .partContainer,
body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .tutellesContainer:last-of-type .partContainer {
    margin-bottom: 0;
}

@media screen and (max-width:910px) {
    body.single-evenement:not(.search-results) article:not(.type-page) .entry-content > div,
    body.single-emploi:not(.search-results) article:not(.type-page) .entry-content > div {
        margin: 0;
        padding: 0;
    }
}

body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol {
    margin-bottom: 100px;
    border-bottom: 0;
}

body.page-template-template-rubrique article > .entry-header > h1 {
    margin: 0 0 30px 0;
    font-size: 40px;
    letter-spacing: 0.2px;
}

body.page-template-template-rubrique article > p {
    width: 75%;
    margin: 0 0 60px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article > p {
        width: 100%;
        padding: 0 60px;
    }
}

body.page-template-template-rubrique article .post-thumbnail {
    position: relative;
    width: calc(100% + 224px);
    height: 400px;
    margin: 0 -112px;
    margin-bottom: 60px;
    padding: 70px 112px 100px 112px;
    padding: 0;
    overflow: hidden;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .post-thumbnail {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .post-thumbnail {
        width: auto;
        padding: 0;
    }
}

body.page-template-template-rubrique article .post-thumbnail img {
    position: absolute;
    top: -50%;
    width: 100%;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .post-thumbnail img {
        top: 0;
    }
}

body.page-template-template-rubrique article .entry-content a.basePage {
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 50px 0 0 0;
    border-top: 1px solid #e6e6e6;
    text-decoration: none;
    color: #0a0b0d;
    box-shadow: none;
}

body.page-template-template-rubrique article .entry-content a.basePage:last-of-type {
    margin: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .entry-content a.basePage {
        flex-direction: column;
    }
}

body.page-template-template-rubrique article .entry-content a.basePage h2 {
    margin: 0 50px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .entry-content a.basePage h2 {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

body.page-template-template-rubrique article .entry-content a.basePage span {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-template-template-rubrique article .entry-content a.basePage span {
        width: 100%;
    }
}

body.page-template-template-rubrique article .entry-content a.basePage:hover {
    color: var(--color-main);
}

body.page-template-template-rubrique article .entry-content .tutellesContainer {
    margin-top: 120px;
}

.mediasContainer article {
    position: relative;
    background-color: var(--color-main);
}

.mediasContainer article .chapoContainer {
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 16px;
}

.mediasContainer article .chapoContainer a {
    display: block;
    padding: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    white-space: nowrap;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: none;
    transition: all 0.2s ease-Out;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#4d000000',GradientType=0);
}

.mediasContainer article a.imageContainer {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: none;
    transition: all 0.2s ease-Out;
    background-position-y: 50%;
}

.mediasContainer article a.imageContainer:hover {
    opacity: 0.5;
}

.mediasContainer article.size400 {
    width: calc(350px - (2 * 1px) );
    height: calc(250px - 1px);
    margin: 1px;
}

.mediasContainer article.size800 {
    width: calc(700px - (2 * 1px) );
    height: 500px;
    margin: 1px;
}

@media screen and (max-width:910px) {
    .mediasContainer article {
        width: 100% !important;
        height: 400px !important;
    }
}

body.page-template-templatemediatheque .pods-pagination-advanced:nth-of-type(2) {
    margin-top: 50px;
}

body.fixed {
    overflow-y: hidden;
}

#popinOverlay {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 11, 13, 0.99);
}

#popinOverlay #popinContainer {
    display: none;
    z-index: 1001;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 50px);
    margin-top: 50px;
    padding: 50px;
    max-height: calc(100vh - 50px);
    overflow: auto;
    color: #fff;
}

#popinOverlay #popinContainer .itemContainer {
    position: relative;
    max-height: 100%;
    max-width: 70%;
    text-align: center;
}

@media screen and (max-width:910px) {
    #popinOverlay #popinContainer .itemContainer {
        max-width: 100%;
    }
}

#popinOverlay #popinContainer .itemContainer .imgContainer {
    max-width: calc(100vw - 115px);
}

#popinOverlay #popinContainer .itemContainer .imgContainer img {
    max-height: 70vh;
}

#popinOverlay #popinContainer .itemContainer .detailsContainer {
    position: relative;
    max-height: calc(30vh - 100px);
}

#popinOverlay #popinContainer .itemContainer .detailsContainer h1 {
    margin: 50px 0 30px 0;
    max-width: calc(100% - 250px);
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.1px;
    color: #fff;
}

#popinOverlay #popinContainer .itemContainer .detailsContainer p {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: calc(80vw - 115px);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1px;
    color: #fff;
}

#popinOverlay #popinContainer .itemContainer .detailsContainer span {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #b2b2b2;
}

#popinOverlay #popinContainer .itemContainer #popinClose {
    position: fixed;
    top: 50px;
    right: 50px;
}

#popinOverlay #popinContainer .itemContainer #popinClose a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.2s ease-Out;
}

#popinOverlay #popinContainer .itemContainer #popinClose a:before {
    content: "\e901";
    position: absolute;
    top: 7px;
    left: 7px;
    font-family: "icomoon";
    font-size: 25px;
}

#popinOverlay #popinContainer .itemContainer #popinClose a:hover {
    background-color: #fff;
}

#popinOverlay #popinContainer .itemContainer #popinClose a:hover:before {
    color: var(--color-main);
}

@media screen and (max-width:910px) {
    article.type-page .entry-content {
        margin-right: 7.6923%;
    }
}

body.page-child article > entry-header h1 {
    margin: 0;
}

body.page-child article > p {
    width: 80%;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-child article > p {
        width: 100%;
    }
}

body.page-child article > .entry-content > div .so-panel {
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width:910px) {
    body.page-child article {
        margin: 0 60px;
    }
}

body.page-child .voirAussi {
    margin: 70px 0 0 0;
    padding: 60px 0 70px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

body.page-child .voirAussi h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1px;
	color: #abb8c3;
}

body.page-child .voirAussi a.vaItem {
    display: inline-block;
    width: calc(33% - 60px);
    text-decoration: none;
    vertical-align: top;
    box-shadow: none;
	color: var(--color-main);
	padding-left: 20px;
}

body.page-child .voirAussi a.vaItem:before {
    content: '\002794';
    counter-increment: li;
    position: absolute;
    margin-left: -22px;
    background: #fff;
    height: 20px;
    border-radius: 12px;
}

body.page-child .voirAussi a.vaItem:not(:last-of-type) {
    margin-right: 50px;
}

body.page-child .voirAussi a.vaItem:hover {
    color: var(--color-main);
}

body.page-child .voirAussi a.vaItem strong {
    display: block;
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

body.page-child .voirAussi a.vaItem span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-child .voirAussi a.vaItem {
        width: 100%;
        margin: 0 0 0 0;
    }
}

body.page-template-templateemploi:not(.search-results) .cnrs-filter-emploi {
    margin-bottom: 0;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

body.page-template-templateemploi:not(.search-results) .emploiType {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: var(--color-main);
}

body.page-template-templateemploi:not(.search-results) article.type-emploi {
    display: flex;
    padding: 60px 0;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templateemploi:not(.search-results) article.type-emploi {
        flex-direction: column;
    }
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:first-of-type {
    width: 20%;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.1px;
}

@media screen and (max-width:910px) {
    body.page-template-templateemploi:not(.search-results) article.type-emploi > div:first-of-type {
        width: 100%;
    }
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) {
    width: 80%;
}

@media screen and (max-width:910px) {
    body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) {
        width: 100%;
    }
}

@media screen and (max-width:910px) {
    body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-header {
        margin: 0;
    }
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-header h1 {
    margin: 0 0 30px 0;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-header h1 a {
    display: block;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.1px;
    box-shadow: none;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-header h1 a:hover {
    color: var(--color-main);
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-content {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    line-height: 25px;
    letter-spacing: 0.1px;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-content a {
    position: relative;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-content a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-content a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templateemploi:not(.search-results) article.type-emploi > div:nth-of-type(2) .entry-content a:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-header h1 {
    margin: 0;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication {
        flex-direction: column;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication:first-of-type {
    margin-top: 60px;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:first-of-type {
    padding-right: 80px;
    text-align: center;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:first-of-type {
        padding-right: 0;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:first-of-type img {
    max-width: 200px;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:first-of-type img {
        max-width: 100%;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) {
    width: 60%;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) {
        width: 100%;
    }
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) header {
        margin: 0;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) header .authorsPub {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.1px;
    color: var(--color-main);
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) header .authorsPub {
        margin: 20px 0;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) header h1 {
    margin: 30px 0 20px 0;
    padding: 0;
    font-size: 30px;
    line-height: 35px;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) header h1 {
        margin: 20px 0;
    }
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a:hover {
    color: #0a0b0d;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a.knowMorePubLink {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a.knowMorePubLink:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a.knowMorePubLink:hover {
    border-bottom: 1px dashed #0a0b0d;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content a.knowMorePubLink:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content .knowMorePub {
    display: none;
    margin-top: 30px;
    color: var(--color-main);
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication > div:nth-of-type(2) .entry-content p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1px;
}

body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication:last-of-type {
    margin-bottom: 100px;
}

body.page-template-templatepublication:not(.search-results) .tutellesContainer {
    width: calc(100% + 224px);
    margin: 0 -112px;
    padding: 70px 112px 100px 112px;
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templatepublication:not(.search-results) .tutellesContainer {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.page-template-templatecontact .loop-contents-contact {
    padding: 30px 0 50px 0;
    border-top: 1px solid #e6e6e6;
}

body.page-template-templatecontact .loop-contents-contact .lettrecontact {
    padding: 20px 0;
    font-size: 40px;
    font-weight: 500;
}

body.page-template-templatecontact .loop-contents-contact .lettrecontact:not(:first-of-type) {
    border-top: 1px solid #e6e6e6;
}

body.page-template-templatecontact .loop-contents-contact article {
    font-size: 17px;
}

body.page-template-templatecontact .loop-contents-contact article a.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 5px;
    border-top: 1px solid #e6e6e6;
    text-decoration: none;
    box-shadow: none;
    transition: all 0.2s ease-Out;
}

body.page-template-templatecontact .loop-contents-contact article a.contact span {
    flex: 1;
    font-weight: 500;
    color: #0a0b0d;
    transition: all 0.2s ease-Out;
}

body.page-template-templatecontact .loop-contents-contact article a.contact strong {
    flex: 1;
    font-weight: 500;
    color: #b2b2b2;
    transition: all 0.2s ease-Out;
}

body.page-template-templatecontact .loop-contents-contact article a.contact:hover {
    background-color: rgba(230, 230, 230, 0.2);
}

body.page-template-templatecontact .loop-contents-contact article a.contact:hover span,
body.page-template-templatecontact .loop-contents-contact article a.contact:hover strong {
    color: var(--color-main);
}

body.page-template-templatecontact .loop-contents-contact article:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails {
    display: none;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    padding: 150px 100px;
    color: #fff;
    background-color: #0a0b0d;
}

@media screen and (max-width:910px) {
    body.page-template-templatecontact .loop-contents-contact article .contactDetails {
        flex-direction: column;
        align-items: center;
        padding: 100px 30px;
    }
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact {
    position: absolute;
    top: 10px;
    right: 10px;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact span {
    font-size: 30px;
    color: #fff;
    transition: all 0.2s ease-Out;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact:hover {
    cursor: pointer;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact:hover span {
    color: var(--color-main);
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer {
    padding-right: 50px;
}

@media screen and (max-width:910px) {
    body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer {
        padding-right: 0;
    }
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer img {
    width: auto;
    max-height: 400px;
}

@media screen and (max-width:910px) {
    body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer img {
        width: auto;
        max-height: auto;
    }
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer {
    flex: 1;
    padding-left: 50px;
}

@media screen and (max-width:910px) {
    body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span.name {
    color: #fff;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span.function {
    padding-bottom: 30px;
    border-bottom: 1px solid #515151;
    color: #515151;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer p {
    margin: 30px 0;
    font-size: 15px;
    line-height: 25px;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
    transition: all 0.2s ease-Out;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a:hover {
    border-bottom: 1px dashed #fff;
    color: #fff;
}

body.page-template-templatecontact .tutellesContainer {
    width: calc(100% + 224px);
    margin: 0 -112px;
    margin-top: 60px;
    padding: 70px 112px 100px 112px;
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width:910px) {
    body.page-template-templatecontact .tutellesContainer {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

body.page-template-templatecontact .moreContacts {
    width: 100%;
    margin: 50px 0 20px 0;
    text-align: right;
}

body.page-template-templatecontact .moreContacts a {
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.page-template-templatecontact .moreContacts a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.page-template-templatecontact .moreContacts a:hover {
    cursor: pointer;
}

div[id^="form-container-"] {
    margin-top: 10px;
    font-family: 'Roboto',sans-serif;
}

@media screen and (max-width:910px) {
    div[id^="form-container-"] {
        width: 500px;
    }
}

div[id^="form-container-"] input,
div[id^="form-container-"] textarea {
    display: inline-block;
    margin: 5px 0;
    padding: 5px;
    border: 0;
    border-radius: 3px;
    letter-spacing: -1px;
    color: #515151;
}

@media screen and (max-width:910px) {
    div[id^="form-container-"] input,
    div[id^="form-container-"] textarea {
        display: block;
        width: 100%;
        margin: 10px;
    }
}

div[id^="form-container-"] input[id^="nom"],
div[id^="form-container-"] textarea[id^="nom"],
div[id^="form-container-"] input[id^="prenom"],
div[id^="form-container-"] textarea[id^="prenom"] {
    font-weight: 500;
}

div[id^="form-container-"] textarea {
    min-height: 200px;
}

div[id^="form-container-"] button {
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #fff;
    transition: all 0.2s ease-Out;
}

div[id^="form-container-"] button[id^="contact-form-submit-"] {
    background-color: var(--color-main);
}

div[id^="form-container-"] button[id^="contact-form-submit-"]:hover {
    color: var(--color-main);
    background-color: #fff;
}

div[id^="form-container-"] button[id^="contact-form-cancel-"] {
    background-color: #515151;
}

div[id^="form-container-"] button[id^="contact-form-cancel-"]:hover {
    background-color: #b2b2b2;
}

div[id^="form-container-"] #popinContainer-errors {
    color: #fff;
}

#popinClose {
    position: fixed;
    top: 50px;
    right: 50px;
}

#popinClose a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.2s ease-Out;
}

#popinClose a:before {
    content: "\e901";
    position: absolute;
    top: 7px;
    left: 7px;
    font-family: "icomoon";
    font-size: 25px;
}

#popinClose a:hover {
    background-color: #fff;
}

#popinClose a:hover:before {
    color: var(--color-main);
}

#site-header-menu {
    position: relative;
}

#site-header-menu nav#site-navigation {
    padding-right: 80px;
}

#site-header-menu nav#site-navigation ul {
    width: auto;
    text-align: right;
}

@media screen and (max-width:910px) {
    #site-header-menu nav#site-navigation ul {
        text-align: left;
    }
}

#site-header-menu nav#site-navigation ul li {
    display: inline-block;
    float: none;
}

@media screen and (max-width:910px) {
    #site-header-menu nav#site-navigation ul li {
        background-color: #999;
		border-top: 0px solid #E6E6E6;
		color: #FFF;
		border-radius: 6px;
		margin: 4px;
    }
	#site-header-menu nav#site-navigation ul li a{
		color: #FFF !important;
		padding: 8px !important;
		font-size: 12px !important;
		
    }
}

#site-header-menu #searchContainer {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
}

@media screen and (max-width:910px) {
    #site-header-menu #searchContainer {
        position: relative;
        left: 0;
        margin-top: 20px;
        padding: 20px;
    }
}

#site-header-menu #searchContainer form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#site-header-menu #searchContainer form #checkSearch {
    display: none;
}

#site-header-menu #searchContainer form #checkSearch:checked ~ #searchIconContainer {
    background-color: transparent;
}

#site-header-menu #searchContainer form #checkSearch:checked ~ #searchIconContainer span:before {
    content: "\e901";
    color: #fff;
}

#site-header-menu #searchContainer form #checkSearch:checked ~ #searchInput {
    width: 600px;
    padding: 0 10px;
    border: 1px solid lightgrey;
}

@media screen and (max-width:910px) {
    #site-header-menu #searchContainer form #checkSearch:checked ~ #searchInput {
        width: 75vw;
    }
}

#site-header-menu #searchContainer form #searchInput {
    width: 0;
    height: 40px;
    padding: 0;
    border: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    transition: all 0.2s ease-Out;
}

#site-header-menu #searchContainer form #searchIconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0;
    color: white;
    background-color: var(--color-main);
    transition: all 0.2s ease-Out;
}

#site-header-menu #searchContainer form #searchIconContainer span {
    font-size: 35px;
    transition: all 0.2s ease-Out;
}

#site-header-menu #searchContainer form #searchIconContainer:hover {
    background-color: rgba(252, 66, 70, 0.5);
    cursor: pointer;
}

.pll-parent-menu-item a:after {
    top: initial !important;
    right: initial !important;
}

.page-content button[type="submit"] {
    background-color: var(--color-main);
    transition: all 0.2s ease-Out;
}

.page-content button[type="submit"]:hover {
    background-color: rgba(252, 66, 70, 0.5);
}

body.search-results .page-header {
    border-top: 0;
}

body.search-results .page-header .page-title {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-main);
}

body.search-results .site-main article {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

body.search-results .site-main article:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
}

body.search-results .site-main article h2 {
    margin: 0;
    font-size: 25px;
}

body.search-results .site-main article h2 a {
    transition: all 0.2s ease-Out;
}

body.search-results .site-main article h2 a:hover {
    color: var(--color-main);
}

body.search-results .site-main article .entry-summary a {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--color-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
    box-shadow: none;
}

body.search-results .site-main article .entry-summary a:hover {
    border-bottom: 1px dashed #0a0b0d;
    color: #0a0b0d;
}

body.search-results .navigation.pagination {
    border-top: 1px solid var(--color-main);
}

body.search-results .navigation.pagination .nav-links .page-numbers {
    color: var(--color-main);
    transition: all 0.2s ease-Out;
}

body.search-results .navigation.pagination .nav-links .page-numbers:hover {
    color: #0a0b0d;
}

body.search-results .navigation.pagination .nav-links a.prev,
body.search-results .navigation.pagination .nav-links a.next {
    color: #fff;
    background-color: var(--color-main);
    transition: all 0.2s ease-Out;
}

body.search-results .navigation.pagination .nav-links a.prev:hover,
body.search-results .navigation.pagination .nav-links a.next:hover {
    color: #fff;
    background-color: rgba(252, 66, 70, 0.5);
}

body.search-results .navigation.pagination .nav-links a.prev:before {
    content: "\e903";
    font-family: "icomoon";
}

body.search-results .navigation.pagination .nav-links a.next:before {
    content: "\e905";
    font-family: "icomoon";
}

body.search-results .navigation.pagination .nav-links:before,
body.search-results .navigation.pagination .nav-links:after {
    color: #e6e6e6;
    opacity: 1;
    background-color: #fff;
}

body.search-results .navigation.pagination .nav-links:before {
    content: "\e905";
    font-family: "icomoon";
}

body.search-results .navigation.pagination .nav-links:after {
    content: "\e903";
    font-family: "icomoon";
}

body.search-results .navigation.pagination:before,
body.search-results .navigation.pagination:after {
    background-color: transparent;
}

.the_champ_sharing_container {
    margin-top: 20px;
}

.the_champ_sharing_container li.theChampSharingRound {
    margin-right: 10px !important;
}

.the_champ_sharing_container li.theChampSharingRound i {
    background-color: #090b0d !important;
}

.the_champ_sharing_container li.theChampSharingRound i:hover {
    background-color: var(--color-main) !important;
}

#popinOverlay .the_champ_sharing_container {
    position: absolute;
    top: -20px;
    right: 0;
}

#popinOverlay .the_champ_sharing_container i {
    background-color: var(--color-main) !important;
}

#popinOverlay .the_champ_sharing_container i:hover {
    background-color: #090b0d !important;
}

.social-media-button-container a:hover {
    border-color: var(--color-main) !important;
    background: var(--color-main) !important;
}

.social-media-button-container .sow-social-media-button {
    margin: 0.1em 12px 0.1em 0 !important;
    padding: 0.5em 0.5em !important;
    max-height: 50px;
    max-width: 50px;
    font-size: 1.5em !important;
}

.entry-content blockquote p {
    border-left: 3px solid var(--color-main);
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

::-moz-placeholder {
    color: #b2b2b2;
}

:-ms-input-placeholder {
    color: #b2b2b2;
}

:-moz-placeholder {
    color: #b2b2b2;
}

#NewsletterRegistration::-webkit-input-placeholder {
    color: #fff;
}

#NewsletterRegistration::-moz-placeholder {
    color: #fff;
}

#NewsletterRegistration:-ms-input-placeholder {
    color: #fff;
}

#NewsletterRegistration:-moz-placeholder {
    color: #fff;
}

#searchInput::-webkit-input-placeholder {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

#searchInput::-moz-placeholder {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

#searchInput:-ms-input-placeholder {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

#searchInput:-moz-placeholder {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}