/*
Theme Name: Theme EMF 2017
Theme URI: https://array.is/themes/checkout-wordpress-theme/
Description: Launch a digital goods store or your own marketplace with Checkout. Checkout is powered by Easy Digital Downloads, a free plugin that enables you to sell digital downloads with your WordPress site. Sell your stock photography, audio files, eBooks, video and more.
Author: Array
Author URI: https://array.is
Version: 1.0
Template: checkout
Tags: white, gray, white, two-columns, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready, photoblogging, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/


/*@import url('https://fonts.googleapis.com/css?family=Montserrat+Subrayada');
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

/* Add your customizations below this line */

html,
body,
button,
input,
select,
textarea {
    font-family: "Montserrat";
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.foyer-slide-field {
    font-family: "Montserrat";
}

#main {
    padding: 2% 4%;
}

.blue_shadow {
    box-shadow: 3px 3px 10px #539ED7;
}

#main .side_fixed {
    position: fixed;
    top: 6rem;
    width: 26%;
}

.fa-spin {
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
    color: #eb425a;
}

p {
    margin-bottom: 2%;
}

.post-text {
    padding: 6% 8% 5% 8%;
}

button.button {
    margin: 1rem 0;
}

.button a {
    color: white;
}

.cat_button {
    width: 100%;
    margin: 0 auto 15px 0;
    text-align: center
}


.site-footer .copyright {
	height: 420px;
}


/***********************   split-section  ********************************/

#product-pager .paging-thumb img {
    height: 75px;
    object-fit: cover;
}

.split-section {
    margin-top: 4rem;
}

.split-section .logo_actu {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .split-section .slide-navs {
        display: block;
    }
}


/*********************************************************************
*	jQuery date picker
**********************************************************************/

#datepicker {
    width: 10%;
    background-color: white;
    box-shadow: 2px 2px 4px RGBA(83, 158, 215, 0.63);
    min-width: 150px;
    border: none;
    height: 5rem;
    vertical-align: top;
}

#ui-datepicker-div {
    z-index: 120 !important;
}

.ui-datepicker-title {
    cursor: pointer;
}


/*************************************************************************
*	SHORTCODE
************************************************************************/

.pages_list .the_child {
    margin-left: 2rem;
}


/****************************************************************************
* 	Menu Principale
***************************************************************************/

.header-inside {
    padding-top: 1%;
}

#menu li.header-search {
    display: none;
}


/*.main-navigation .show-sub{
	opacity: 0;
}*/

.site-header .logo {
    width: 350px;
}

.main-navigation {
    width: 66.666%;
    margin-bottom: 0;
    height: 110px;
}

.main-navigation a {
    font-weight: normal;
    font-size: 15px;
    padding: 0 15px;
    color: #F5F5F5;
}

.main-navigation .sub-menu a {
    text-transform: lowercase;
}

.hero-title,
.hero-search {
    padding: 1% 0px 1%;
}

.site-header .logo-image a {
    display: inline-block;
}

.site-header .logo-image img {
    max-width: 350px;
    margin: 0;
}

.site-header .logo-image>div {
    height: 100px;
    display: inline-block;
    color: #fff;
    -webkit-width: calc(100% - 115px);
    -moz-width: calc(100% - 115px);
    width: calc(100% - 115px);
    vertical-align: top;
    overflow: hidden;
    min-width: 220px;
}

.site-header .logo-image>div h2 {
    font-size: 3rem;
    color: #E9E9F1;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
}

.site-header .logo-image>div h2 span {
    font-weight: 200;
}

.site-header .logo-image>div p {
    font-size: 1.6rem;
    height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #AC3958;
    font-weight: normal;
    text-align: left;
}

.main-navigation li .fa::before {
    color: #FFFFFF;
    font-size: 1.5em;
}


/****************************************************************************
* Menu Filtres
***************************************************************************/

.switch_post_type {
    text-align: center;
    width: 50%;
    display: inline-block;
    background-color: white;
    box-shadow: 2px 2px 4px RGBA(83, 158, 215, 0.63);
    min-width: 150px;
    border: none;
    height: 5rem;
    vertical-align: top;
}

.switch_post_type>div {
    display: inline-block;
    padding-top: 1rem;
    width: 100%;
}

.switch_post_type div span {
    /*background-color: #B5BDBC;*/
    color: #6E7987;
    float: left;
    padding: 0.5rem 1rem;
    cursor: pointer;
    width: 33%;
    transition: all 0.4s;
}

.switch_post_type div span:hover {
    /*background-color: #EB425A;*/
    color: black;
}

.switch_post_type .choisi {
    /*background-color: #EB425A;
	color: white;
	font-weight: bold;*/
}

.fa-dot-circle-o {
    color: #37bf91;
}

.filterNav {
    margin-top: 1rem;
    /*background-color: white;*/
    padding: 0.5rem 0px;
    text-align: center;
}

.filterNav>div {
    display: inline-block;
    box-shadow: 2px 2px 4px RGBA(83, 158, 215, 0.63);
    margin-bottom: 1rem;
}

.filterNav option.selected {
    background-color: rgb(151, 191, 15);
}

.filterNav .filterActif {
    display: block;
    margin-top: 1rem;
    box-shadow: none;
}

.filterNav .filterActif .spanFilter {
    background-color: rgb(248, 76, 56);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 13px;
    margin-right: 1rem;
}

.filterNav .filterActif .spanFilter .dashicons {
    vertical-align: sub;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
    margin: 1rem;
}

.filterNav .filterActif .spanFilter .dashicons:hover {
    color: rgb(248, 76, 56);
}

.bar-menu-filtre {
    width: 100%;
    margin: 2rem 0;
    min-height: 3rem;
    float: right;
}

.filters-navigation {
    float: left;
    width: 25%;
    bottom: 0;
    z-index: 30;
}

.filters-navigation ul {
    list-style-type: none;
    margin-left: 0;
}

.filters-navigation ul li {
    display: inline-block;
    width: 40px;
    text-align: left;
}

.filters-navigation ul li a {
    color: #b5bdc3;
    display: inline-block;
    width: 100%;
}

.filters-navigation ul li:hover a {
    color: white;
}

.menu-progra-catalogue-container {
    width: 50%;
    float: left;
}

.menu-progra-catalogue-container ul {
    list-style-type: none;
    margin-left: 0;
    text-align: center;
}

.menu-progra-catalogue-container ul li {
    display: inline-block;
    text-align: left;
}

.menu-progra-catalogue-container ul li a {
    color: #b5bdc3;
    display: inline-block;
    width: 100%;
    padding: 0rem 1rem;
}

.menu-progra-catalogue-container ul li:hover a {
    color: #00AEE0;
}

.menu-progra-catalogue-container ul li.btn_actif a {
    color: #00AEE0;
}


/*** social ***/

.contact-menu {
    float: left;
    width: 25%;
}

.contact-menu ul li {
    display: inline-block;
    text-align: left;
    margin-right: 0.8rem;
    position: relative;
}

.contact-menu ul li a {
    display: inline-block;
    color: #ffffff;
}

.contact-menu ul li i {
    font-size: 3.5rem;
    color: #A9BDC3;
}

.contact-menu ul li:hover i {
    color: #ffffff;
    cursor: pointer;
}

.contact-menu ul li span {
    display: inline-block;
    display: none;
    padding: 0 1rem;
    line-height: 35px;
    vertical-align: top;
    color: #ffffff;
}


/*** social ***/

.social-menu {
    float: right;
    width: 75%;
}

.social-menu ul,
.contact-menu ul {
    list-style-type: none;
    margin-left: 0;
    text-align: right;
}

.contact-menu ul {
    text-align: left;
}

.social-menu ul li {
    display: inline-block;
    text-align: right;
    margin-left: 0.8rem;
    position: relative;
}

.social-menu ul li a {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
}

.social-menu ul li a img {
    width: 100%;
    height: auto;
}

.social-menu ul li span {
    display: none;
    position: absolute;
    padding: 0.5rem 1rem;
    color: white;
    font-size: 0.8em;
    background-color: #229ccb;
    top: -50px;
    left: -1vmax;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: -o-max-content;
}

.social-menu ul li span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #229ccb transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 20px;
}

.social-menu ul li:hover span {
    display: inline-block;
}

.contentSocial .scoopit_button {
    background-image: url('img/scoopit_share.png');
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 1% 1% 1% 0;
    background-position-y: 45px;
    transition: .2s ease-in-out;
}

.contentSocial .scoopit_button:hover {
    background-position-y: 90px;
}


/****************************************************************************
* Categorie title avec image 
***************************************************************************/

.hero-title {
    margin-top: -1rem;
    color: black;
}

.hero-search {
    background-color: rgba(228, 228, 228, 0.8);
    margin-top: -1rem;
    padding: 0% 4%;
    color: black;
    border-bottom: 1px solid #dd3d59;
}

.hero-title h1 {
    color: #545252;
}

.hero-title .hero-title-inside {
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
    padding: 0% 4%;
}

.hero-title .hero-title-inside img {
    float: both;
    width: 100%;
}

.archive .hero-title .hero-title-inside img {
    float: both;
    width: auto;
}

.hero-title .hero-title-inside .hero-title-inside-text {
    float: left;
    width: 100%;
}

.hero-title p {
    font-size: 20px;
    margin: 1.5% auto;
    color: #545252;
    width: 80%;
    /*text-shadow: 2px 2px 6px rgba(43, 49, 54, 0.73);*/
}

.hero-title p a {
    color: #37BF91;
}


/****************************************************************************
* Video page accueil
***************************************************************************/

#videoPart {
    /*background-color: rgb(34, 156, 203);*/
}

#videoPart #videoPartContent {
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
    padding: 2% 4%;
}

#videoPart .vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-prev span {
    border-color: transparent #37BF91 transparent transparent;
}

#videoPart .vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-next span {
    border-color: transparent transparent transparent #37BF91;
}

#videoPartContent .vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li {
    height: 140px;
}


/****************************************************************************
* ICONLET
***************************************************************************/

#main div.ec3_iconlet {
    border: none;
    background-color: #222928;
    border-radius: 10px 10px 0 10px;
    color: #fffffe;
    padding-bottom: 1rem;
}

#main div.ec3_iconlet .ec3_day {
    color: #eb425a;
}

#main div.ec3_iconlet td.ec3_multi_end {
    border-left: solid 1px black;
}

#main div.ec3_iconlet table td {
    border-bottom: none;
}

#main div.ec3_iconlet .ec3_day td {
    width: 85px;
}


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

.expos-posts,
.vimeo-post,
.liste-posts {
    position: relative;
}

.expos-posts {
    padding-bottom: 1rem;
}

.liste-articles {
    height: 95%;
    overflow-y: auto;
}

#content .liste-articles h2 a {
    font-size: 0.8em;
}

.portfolio-post .banniere {
    background-color: #229ccb;
    display: inline-block;
    width: 33%;
    text-align: center;
    color: white;
    /*font-weight: bold;*/
    text-transform: uppercase;
    padding: 0.5rem;
    position: absolute;
    top: 20px;
    left: 0px;
}

.portfolio-post .banniere a {
    color: #fff;
}

.portfolio-post .banniere.ban_anim {
    background-color: #CB227E;
}

.portfolio-post .banniere.ban_publi {
    background-color: #ff4f37;
}

.portfolio-post .banniere.ban_plane {
    background-color: #14408A;
}

.portfolio-post .banniere.ban_form {
    background-color: #18770D;
}

.portfolio-post .voirPlus {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
}

.portfolio-post .voirPlus .icon {
    padding: 0.5rem 0 2rem 0;
    position: relative;
    bottom: -15px;
    right: -87px;
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #DD3E59;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.portfolio-post .voirPlus i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.portfolio-post .voirPlus div {
    transition: all 0.8s;
    transform: rotate(-45deg);
    background-color: #DD3E59;
    position: absolute;
    width: 200px;
    text-align: center;
    right: -64px;
    font-weight: bold;
    padding-top: 0.5rem;
    display: none;
}

.portfolio-post .voirPlus:hover div {
    display: block;
}

.expos-posts .nav_expo {
    position: absolute;
    color: #229CCB;
    z-index: 9999;
    top: 50%;
    font-size: 4rem;
    cursor: pointer;
}

.expos-posts .dashicons-arrow-left-alt2 {
    left: -1rem;
}

.expos-posts .dashicons-arrow-right-alt2 {
    right: 1rem;
}

.expos-posts .expo-part {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 95%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.expos-posts .expo-part .entry-excerpt span,
.site-content article.column .entry-excerpt span,
.catalogue-section .portfolio-post .entry-excerpt span {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.expos-posts .expo-part.active {
    left: 0;
}

.expos-posts>ul {
    position: absolute;
    top: 195px;
    left: 0;
    right: 0;
    margin: 1rem 0;
    text-align: center;
}

.expos-posts>ul li {
    display: inline-block;
    margin: 0 0.5rem;
}

.liste-articles>div {
    text-align: left;
    padding: 1rem 0px;
    /*border-bottom: 1px solid #eb425a;*/
    margin: 0 auto;
    width: 80%;
}

.liste-articles>div:last-child {
    margin-bottom: 3rem;
}

.liste-articles div h2 {
    /*margin: 0 2rem !important;*/
    white-space: nowrap;
    overflow: hidden;
}

.liste-articles div h2 a span:first-child {
    color: black;
    font-weight: 600;
}

.liste-posts .day_open {
    text-align: center;
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid #040404;
    padding: 1rem 0;
    text-transform: uppercase;
    margin: 0 auto;
    width: 80%;
    font-weight: 600;
}

.liste-posts .day_closed {
    text-align: center;
    font-size: 1.2em;
}

.liste-posts .day_encours {
    text-align: center;
    font-size: 1em;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid #020202;
    padding: 0.2rem 0;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

.liste-posts .day_closed span {
    font-weight: bold;
    border: 3px solid;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    font-family: initial;
    margin: 1rem;
    display: inline-block;
    transform: rotateZ(-10deg);
}

.liste-posts p.bottomLink {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #E6E6E6;
    margin: 0;
    font-weight: bold;
}


/****************************************************************************
* EMBED POPUP
***************************************************************************/


/*
.rotateY180{
	transform: rotateY(180deg);
	transition: all 0.6s;
}
.the_badge{
	position: relative;
}
.the_badge .enterCode{
	position: absolute;
    text-align: center;
    z-index: 5;
    height: 100%;
    background-color: rgba(50,50,50,0.6);
    padding: 2rem 1rem;
    top: 0;
    left: 0;
}
.embed_badge{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(50,50,50,0.6);
}
.embed_badge > div{
	padding: 2rem;
	margin: 3rem 10%;
	height: 90%;
}
.embed_badge > div iframe{
	width: 100%;
	height: 100%;
}
.embed_badge #close_embed{
    position: absolute;
    top: 4rem;
    font-size: 4rem;
    color: white;
    right: 4rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}
*/


/****************************************************************************
* PORTFOLIO PUBLICATION
***************************************************************************/

#content .publication-section article a.image-medium {
    width: 100%;
    height: 100%;
}

#content .publication-section article a.image-medium div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: auto 100%;
}

#content .publication-section article .entry-header {
    z-index: 0;
    top: 100%;
    background-color: rgba(65, 65, 65, 0.8);
    height: 100%;
    color: white;
    position: absolute;
    transition: all 0.6s;
}

#content .publication-section article .entry-header h2 a {
    color: white;
}

#content .publication-section article:hover .entry-header {
    top: 0;
}


/****************************************************************************
* AGENDA A LA CARTE
***************************************************************************/

.event .date {
    color: rgb(235, 42, 88);
}

.page-template-template-agenda-a-la-carte table {
    padding: 0;
    border: 1px solid #c5c5c5;
    font-size: 15px;
    background-color: #e7e7e8;
    border-radius: 5px;
}


/****************************************************************************
* PAGE SINGLE
***************************************************************************/

#content .post-content .post-featured-image {
    text-align: center;
}

#content .post-content .post-featured-image img {
    min-width: 10%;
    max-width: 50%;
}

#content .post-content .post-featured-image i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3rem;
    cursor: pointer;
}

.link_dispexp {
    text-align: center;
    margin-bottom: 2rem;
}

#content .post-content .post-featured-image .link_dispexp a img {
    max-width: none;
}

.link_dispexp a {
    display: inline-block;
    position: relative;
}

.link_dispexp a span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.61);
    color: white;
    padding: 1rem;
    transition: all 1s;
}

.link_dispexp a:hover span {
    bottom: 50%;
}

.nav-previous {
    float: none;
    text-align: inherit;
}

.nav-next {
    float: right;
    text-align: right;
}


/* SINGLE ANIMATION */

.single-animation h3 {
    text-transform: uppercase;
    color: #229ccb;
}


/* SINGLE EXPOSITION */

.single-exposition h3 {
    text-transform: uppercase;
    color: #229ccb;
}


/**************************************************************************
*	ARTICLE
*****************************************************************************/

.post-content .ec3_schedule_date {
    font-size: 1.5rem;
}

.post-content .ec3_schedule_date dd {
    margin: 0;
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding: 0;
}

.post-content .ec3_schedule_date dd:last-child {
    margin: 0 1.5em 0.6em;
    margin-bottom: 0.6em;
}

.post-content .ec3_schedule_date .info_lieu {
    font-weight: normal;
    padding-left: 1em;
}

.post-content .ec3_schedule_date .info_lieu .fa-map-marker {
    color: #DD3E59;
    font-size: 1.5em;
}

.liste_date {
    margin-top: 3%;
}

.liste_date .ec3_schedule_past {
    display: none;
}

.iconlet_more p {
    margin: 0;
}

.iconlet_more .fa-map-marker {
    color: #DD3E59;
    font-size: 1.5em;
}

.iconlet_more .dateLink {
    text-align: left;
    margin: 10px 0 0 0;
}

.context_event .ec3_schedule_date .info_lieu,
.context_event .ec3_schedule_date .info {
    display: none;
}


/****************************************************************************
* SLIDDER
***************************************************************************/

.emf-slidder {
    height: 100%;
    position: relative;
    top: -8px;
    margin-bottom: 5rem;
}

.emf-slidder a {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.emf-slidder a.active {
    z-index: 99;
}

.emf-slidder a div {
    position: absolute;
    list-style-type: none;
    display: inline-block;
    font-size: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.emf-slidder a div h2 {
    margin: 0;
    font-size: 34px;
    position: relative;
    top: 70%;
    left: 5%;
    background-color: rgba(200, 200, 200, 0.6);
    display: inline-block;
    padding: 1rem 2rem;
}

.block_nb_slid {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    top: 103%;
}

.nb_slid {
    list-style-type: none;
    z-index: 99;
}

.nb_slid li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgb(200, 200, 200);
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 1px 1px 4px;
    cursor: pointer;
}

.nb_slid li.active {
    background-color: rgb(63, 63, 63);
}


/****************************************************************************
* PART BIG SEARCH
***************************************************************************/

#big-searchform {
    height: auto;
    padding-top: 1rem;
    box-shadow: none;
    background-color: transparent;
}

#big-search-submit {
    float: right;
}

.big-search #big-search {
    height: 5rem;
    width: 34%;
    display: inline-block;
    box-shadow: 2px 2px 4px RGBA(83, 158, 215, 0.63);
    vertical-align: top;
}

.tax-catalogue .big-search #big-search {
    width: 100%;
}

.big-search #big-search.alone {
    width: 100%;
}


/*.openClose{
	text-align: center;
	padding: 1rem;
	background-color: rgb(155, 166, 178);
	color: white;
	margin-bottom: 1rem;
	cursor: pointer;
}*/


/*.openClose:after {
  font-family: "FontAwesome";
  font-size: 15px;
  margin-left: 7px;
  content: "\f107";
}*/

.big-search {
    width: 100%;
    display: inline-block;
/*    min-height: 135px; */
    margin-bottom: 0%;
}

nav.cat-navigation {
    float: left;
}

.big-search .cat-navigation {
    float: left;
    width: 100%;
}

.big-search .cat-navigation #menuCat {
    float: left;
}

.big-search .cat-navigation #menuCat #menu-menu-cat {
    text-align: left;
}

#menuCat ul li.active {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    background-color: rgb(55, 191, 145);
    margin-top: 1rem;
    color: white;
    border-radius: 25px;
}

#menuCat ul li.active a {
    color: white;
}

#menuCat ul li a:hover {
    color: black;
}

#content ul.list_img {
    text-align: center;
    padding: 0;
}

#content ul.list_img li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    padding: 1rem;
}

h2 b.new_search {
    cursor: pointer;
}


/***************************************************************************
*		FORMULAIRE
*****************************************************************************/

input:not([type="submit"]),
textarea,
select {
    border: solid 1px rgba(107, 192, 255, 0.72);
}

.emf_row .col_center {
    text-align: center;
    padding: 0 2rem;
}

.emf_row .col_center p span {
    color: red;
}

#form_emf_rgpd_subscrib hr {
    border-top: solid 2px #4288BD;
    margin: 2rem 0;
}

#form_emf_rgpd_subscrib input:not([type="submit"]),
textarea,
select {
    border: solid 1px #4288BD;
}

#form_emf_rgpd_subscrib label i {
    color: red;
}

.emf_row .title_row {
    text-transform: uppercase;
}

.emf_row .title_row i {
    color: red;
}


/**************************************************************************
*	LEAFLET
****************************************************************************/

.leaflet-popup-content img {
    width: 100%;
}


/*******************************************************************************
* I'M ROBOT
*******************************************************************************/

.message_mail {
    text-align: center;
    color: #DD3E59;
    padding: 1rem;
    margin: 2rem 0;
    border: 1px solid #DD3E59;
    font-weight: bold;
}

.message_mail.ok_email {
    border-color: #008000;
    color: #008000;
}

#ImRobot {
    margin: 1rem 0;
}

#ImRobot .ImRobot_span {
    vertical-align: super;
    margin-right: 1rem;
}

#ImRobot .onoffswitch {
    position: relative;
    width: 90px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#ImRobot .onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    padding-bottom: 0 !important;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "OUI";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NON";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/****************************************************************************
* STYLE PORTFOLIO
***************************************************************************/

.portfolio-wrapper {
    font-size: 0;
    /*margin-top: 3rem;*/
    width: 100%;
}

.posts {
    font-size: 0;
}

#primary .portfolio-post {
    height: 450px;
}

#primary.primary-no-sidebar {
    width: 100%;
}

.column {
    margin-right: 5%;
}

.column:nth-child(3n) {
    margin-right: 0;
}

.site-content article.column .entry-title,
.portfolio-wrapper article.column .entry-title {
    font-size: 22px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 4%;
    padding-top: 0px;
}

.post a.post-featured-image {
    width: 100%;
}

.portfolio-wrapper .column .entry-title a,
.site-content .column .entry-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #4A545A;
}

.portfolio-wrapper article a.post-featured-image,
.primary-sidebar article a.post-featured-image {
    width: 100%;
}

.portfolio-wrapper article a.post-featured-image div,
.site-content article a.post-featured-image div,
.primary-sidebar article a.post-featured-image div {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.portfolio-wrapper .column .entry-header,
.site-content .column .entry-header,
.primary-sidebar .column .entry-header {
    padding: 6%;
    overflow: hidden;
}

.portfolio-post .entry-header .post-meta {
    font-size: 13px;
    display: inline-block;
    width: 80%;
    color: #9BA6AD;
    position: absolute;
    padding: 1rem 0;
    height: 43px;
    bottom: 0;
    background-color: white;
    -webkit-transition: all 2s;
    /* Safari */
    transition: all 2s;
}

.portfolio-post .entry-header .post-meta:hover {
    height: auto;
}


/*********************************************************************
*	boutton switch vue
**********************************************************************/

#menu-filters .btn_actif a {
    color: #97BF0F;
}


/*******************************************************************
*			PAGINATION
*******************************************************************/

.nav-links,
.page-navigation {
    margin: 20px auto;
    text-align: center;
    width: 100%
}

.page-numbers {
    font-size: 2rem;
    text-align: center;
    margin: auto 0.5em;
    font-weight: 600;
}

button.load_more {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    -webkit-font-size: 2rem;
    background-color: rgb(248, 76, 56);
    color: white;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    margin-top: 2rem;
}


/*******************************************************************
*			DISPOSITIF EXPERIENTIEL
*******************************************************************/

.contentSocial {
    text-align: right;
}

.contentSocial .ss-social-sharing a {
    text-align: initial;
}

.internal_post {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.internal_post h3 {
    font-size: 21px;
    padding: 0.5rem;
    text-align: center;
}

#primary .internal_post img {
    object-fit: cover;
    height: 150px;
}

.internal_post .post-content {
    transition: all 0.6s;
}

#primary .internal_post hr {
    margin: 0;
    border-top: none;
}

#primary .internal_post.column {
    background: #eef2f5;
}

#primary .internal_post>div {
    padding: 0.5rem;
}

#primary .internal_post .post-read-more-button {
    position: absolute;
    bottom: 0px;
    background-color: white;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
}


/*******************************************************************
*			PDF exposition
*******************************************************************/


/*.post-text a img{
	float: right;
	margin-left: 3rem;
	width: 100px !important;
	max-width: 100px !important;
}*/


/**********************************************************************
*	LOAD MORE
***********************************************************************/

#malinky-ajax-pagination-button {
    font-size: 20px;
}


/*******************************************************************
*			PODCAST
*******************************************************************/

.section_podcast {
    display: inline-block;
    width: 70%;
    padding-right: 1%;
}

article.podcast {
    padding: 2rem 0;
    border-bottom: 2px solid rgb(110, 156, 232);
}

.emf_row>div.embed_sound {
    float: none;
}

.embed_sound {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    float: none;
}

.podcast h4 {
    margin-bottom: 0;
}

.podcast h4 a {
    color: #4A545A;
}

.podcast p {
    font-size: 2rem;
    margin-bottom: 1%;
}

.podcast p button {
    float: right;
    cursor: pointer;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 600;
    padding: .5em 1em;
    height: auto;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    line-height: 1.4;
    -webkit-appearance: none;
    background: #37BF91;
    /* For browsers that do not support gradients */
    background: linear-gradient(#FF5100, #F52900);
    /* Standard syntax (must be last) */
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgb(110, 156, 232) !important;
}


/*******************************************************************
*			FOOTER
*******************************************************************/


/*.site-footer{
	margin-top: 2%;
}*/

footer .emf_row {
    margin: 0;
}

footer .emf_row>div {
    padding: 3% 4%;
    border: 1px dotted rgba(255, 255, 255, 0.15);
    margin: 0;
    height: 250px;
}

footer .emf_row>div:first-child {
    border-left: none;
}

footer .emf_row>div:last-child {
    border-right: none;
}

.footer-copy {
    padding: 5% 0;
}

.footer-navigation a {
    display: inline-block;
    width: 100%;
}

.footer-navigation a img {
    width: 100%;
    height: auto;
}


/*
footer .footer_partenaire  > div{
	height: auto;
	border: none;
}
footer .footer_partenaire a{
	display: block;
}
footer .footer_partenaire a img{
	width: 100%;
}*/

footer .bloc_partenaires {
    padding: 6% 4%;
}

footer .bloc_partenaires h2 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    color: #fff;
}

footer .footer_partenaire {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .widget_mailjet h2 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    color: #fff;
}

footer .WP_Mailjet_Subscribe_Widget {
    list-style-type: none;
}

footer .WP_Mailjet_Subscribe_Widget .subscribe-form {
    overflow: auto;
}

footer .WP_Mailjet_Subscribe_Widget input {
    float: left;
    width: 32.666%;
    margin-right: 1%;
    margin-bottom: 1%;
}

footer .WP_Mailjet_Subscribe_Widget input:nth-child(3) {
    margin-right: 0;
}

footer .WP_Mailjet_Subscribe_Widget input:last-child {
    margin-right: 0;
}

.widget_nav_menu h2:first-letter {
    text-transform: uppercase;
}

.widget_nav_menu ul li a {
    text-transform: lowercase;
}


/*******************************************************************
*			MEDIA QUERIE
*******************************************************************/

@media all and (max-width: 1080px) {
    .switch_post_type {
        width: 100%;
    }
    .big-search #big-search {
        width: 66.666%;
        margin-bottom: 1rem;
        float: left;
        margin-right: 2%;
    }
    #datepicker {
        width: 31.333%;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 960px) {
    .column {
        margin-right: 6%;
    }
    .column:nth-child(3n) {
        margin-right: 6%;
    }
    .column:nth-child(2n) {
        margin-right: 0;
    }
    /* FOOTER */
    footer .WP_Mailjet_Subscribe_Widget input {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    footer .WP_Mailjet_Subscribe_Widget input:nth-child(3) {
        margin-right: 2%;
    }
    footer .WP_Mailjet_Subscribe_Widget input:nth-child(2) {
        margin-right: 0;
    }
    footer .WP_Mailjet_Subscribe_Widget input:last-child {
        margin-right: 0;
    }
    footer .footer-widget {
        width: 50%;
    }
    footer .footer-widgets aside:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .site-header {
        min-height: 150px;
    }
    .site-header .logo {
        max-width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .site-header .logo p {
        margin-bottom: 0;
    }
    .site-header .logo-image>div h2 {
        text-align: center
    }
    /*.logo-image{
		display: none;
	}*/
    .bar-menu-filtre nav {
        width: 100%;
        text-align: center;
    }
    .bar-menu-filtre nav:first-child {
        margin-bottom: 2rem;
    }
    .header-inside .bar-menu-filtre {
        width: 100%;
        padding: 0 4%;
    }
    .big-search {
        margin-bottom: 5%;
    }
    .site-footer .copyright {
        width: 100%;
	height: 420px;
    }
    .footer-navigation {
        max-width: 100%;
    }
    .mobile-nav {
        height: auto;
    }
    .mobile-nav #menu {
        z-index: 9;
        position: absolute;
    }
}

@media all and (max-width: 600px) {
    .column {
        margin-right: 6%;
    }
    .column:nth-child(3n) {
        margin-right: 6%;
    }
    .hero-title .hero-title-inside img {
        display: none;
    }
    .hero-title .hero-title-inside .hero-title-inside-text {
        width: 100%;
    }
    #content .post-content .post-featured-image img {
        min-width: 100%;
        width: 100%;
    }
    .big-search #big-search,
    .big-search #datepicker,
    .big-search .switch_post_type div span {
        width: 100%;
    }
    .big-search .switch_post_type {
        height: auto;
    }
    .big-search .search-select {
        padding-left: 10px;
        padding-right: 30px;
        color: inherit;
        width: inherit;
    }
    .search-select-wrap {
        width: 100%;
    }
    .switch_post_type {
        text-align: left;
    }
    .filterNav>div {
        width: 45%;
        margin-right: 2%;
    }
    .meta-cat {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:479px) {
    .filterNav>div {
        width: 100%;
        margin-right: 0;
    }
}


/**************************************************************************
*	MAP
**************************************************************************/

.mini_map {
    min-width: 250px;
    text-align: center;
    display: inline-block;
}

.mini_map h4 {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
}

.emf_map_form input[type="submit"] {
    width: 100%;
    margin-top: 2rem;
}

.emf_map_form #IsArchive {
    display: none;
}

#Page-1 {
    transform: translate(-100px, -350px);
}

#Page-1 #france {
    transform: scale(1.8);
}

#Page-1 #france path {
    fill: rgba(0, 0, 0, 0.2);
}

#Page-1 #france path:hover {
    fill: #DD3E59;
    cursor: pointer;
}

#Page-1 #france path.selected {
    fill: #DD3E59;
}


/**********************************************************************
*	Vue en liste
***********************************************************************/


/*
.site-content .enLigne{
	height: 150px !important;
	clear: both;
	margin-bottom: 2%;
	position: relative;
	font-size: 16px;
}

.site-content article.enLigne .entry-title{
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1%;
}

.site-content .enLigne .entry-title a{
    color: #4A545A;
}

.site-content .enLigne a.post-featured-image{
	float: left;
	height: 150px;
	width: 150px;
}

.site-content .enLigne a.post-featured-image div{
	width: 100%;
	height: 100%;
}
.site-content .enLigne .entry-excerpt{
	height: 70px;
	overflow: hidden;
}

.site-content .enLigne .post-meta{
	position: relative;
	margin-top: 1%;
	padding: 0;
	height: auto;
	background-color: transparent;
}

.site-content .enLigne .entry-header p{
	margin-bottom: 0;
	font-size: 16px;
}

.site-content .enLigne .entry-header{
	float: left;
	padding-left: 2rem;
	padding-right: 2rem;
	width: calc(100% - 150px);
	-moz-width: calc(100% - 150px);
	-webkit-width: calc(100% - 150px;
}

#content .more-link {
	display: none;
	    font-weight: bold;
	        border: none;
		    color: #4A545A;
	    }
*/

/* Mise en page pour page agenda  */

h1#infoProgramme{
    text-align: center;
}

.agenda-nav-container {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.agenda-nav {
    background-color: #C4C4C4;
    box-sizing: border-box;
    height: 5em;
    max-width: 7em;
    min-width: 7em;
    border-radius: 4px;
    margin: 0.1%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    text-transform: lowercase;
}

.agenda-nav:hover,
.agenda-nav:active,
.agenda-nav:focus,
.agenda-nav.active {
    background-color: #229ccb;
}

.agenda-nav p {
    color: black;
}

.agenda-nav:hover p,
.agenda-nav:active p,
.agenda-nav:focus p{
    color: white;
}

.agenda-nav div {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.agenda-nav div :nth-child(2){
    font-weight: 100;
} 

.agenda-jour {
    background-color: #BE3F59;
    background-color: #CCC87C;
}

.agenda-jour p {
    color: white;
}

.agenda-jour:hover p,
.agenda-jour:active p,
.agenda-jour:focus p{
    color: black;
}

.agenda-logo {
    max-width: 2em;
    min-width: 2em;
    cursor: pointer;
}

.agenda-logo p {
    color:black;
}

.agenda-filtres {
    max-width: 4em;
    min-width: 4em;
    cursor: pointer;
    margin-left: 2em;
}

input#datepicker2 {
    height: 0px;
    border: none;
    margin-left: 0;
    background-color: initial;
    outline: none;
}

#boutonFiltrer {
    background-color: #C4C4C4;
    color: black;
    border: none;
    border-radius: 2em;
    width: 8em;
    height: 2em;
    font-weight: 800;
    padding: 2em, 10em;
    margin-left: 2em;
    cursor: pointer;
}

#boutonFiltrer:hover {
    background-color: #229ccb;
    color: white;
}

.search-select option:checked { 
    color:black;
    font-weight: 700;
}

@media (max-width: 1025px) {
    .agenda-nav-container {
        flex-wrap: wrap;
    }
}
