/*
Theme Name: PennArBD
Author: Yohann LE DU - Le Développeur Web
Author URI: http://www.ledeveloppeurweb.fr
Description: Wordpress template for PennArBD website
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ------ */
/* GLOBAL */
/* ------ */

.max-800 {
	max-width: 800px;
	margin-left:  auto;
	margin-right: auto;
}

/* Cookie Notice plugin */

#cookie-notice .cookie-notice-container {
    box-sizing: border-box;
}

/* ------ */
/* HEADER */
/* ------ */

/* MENU */

.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
    padding-right: 15px;
}

.classic-header.bg-behind-menu .navigation:before {
    box-shadow: 0 15px 15px -5px rgba(0,0,0,0.5);
}

/* ------ */
/* FOOTER */
/* ------ */

.footer .widget-title {
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

/* ------------ */
/* VOTIN SYSTEM */
/* ------------ */

.it_epoll_big_cover img, .it_epoll_big_cover {
    height: auto;
}

/* ----------- */
/* LES AUTEURS */
/* ----------- */

.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    position: absolute;
	left: 15px;
    padding: 0 10px 10px;
	width: calc(100% - 30px);
    background-color: #fff;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    background-color: #f5f5f5;
    box-shadow: 0 15px 15px -3px rgba(0,0,0,0.5);
	z-index: 1;
}

.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content blockquote {
	padding: 0;
	background-color: transparent;
}

/* --------- */
/* ACTUALITÉ */
/* --------- */

.post-details .dt-icon-the7-arrow-03:before {
    content: "\f007";
}