/*-----------------------------------------------------------------------------------

	Theme Name: Beyond Child
	Theme URI: https://visualmodo.com
	Author: Jared S Dias
	Author URI: https://visualmodo.com
	Description: <strong>Beyond Child Theme</strong> - <a href="https://visualmodo.com">https://visualmodo.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/visualmodo'>Twitter</a><br/> | <a href='http://www.facebook.com/visualmodo'>Facebook</a>
	Template: beyond
	Version: 1.0.0
	Text Domain:  vslmd
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, fluid-layout

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

*/

@font-face { font-family: OpenSansBold; src: url(/wp-content/themes/beyond-child/fonts/OpenSansBold-webfont.woff2); font-weight: normal; }
@font-face { font-family: OpenSansLight; src: url(/wp-content/themes/beyond-child/fonts/OpenSans-Light-webfont.woff2); font-weight: normal; }
@font-face { font-family: Infinite Font; src: url(/wp-content/themes/beyond-child/fonts/infinitefont.woff2); font-weight: normal; }
@font-face { font-family: Muly; src: url(/wp-content/themes/beyond-child/fonts/9184Muli.woff2); font-weight: normal; }

/* --------------------------------------------
	Custom CSS
-------------------------------------------- */

.case-masquer {
	display: none;
	visibility: hidden;	
}

/* Style général */
h2 {
		text-transform: uppercase;
}

.center-content-carousel>div>div {
    margin:auto;
}

.team_tags ul {
    margin:0px;
}

.team_tags li {
    display:inline;
    margin: 5px;
}

.team_tags a {
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

#list_team_tags span {
    color: #ffffff !important;
    font-size:20px !important;
}

/* titre des pages */
.header-presentation {
	margin-bottom: 40px !important;
	height:auto !important;
}

.header-presentation .hp-background-color {
	background-color: #378468 !important;
	color: #ffffff !important;	
	padding-top:35px;
	padding-bottom:30px;
}

.header-presentation .hp-background-color h1 {
    text-align: left !important;
	line-height: 42px !important;
    text-transform:uppercase !important;
}

.header-presentation .hp-background-color p {
    text-align: left !important;
	font-size:20px !important;
	font-weight:400 !important;
	margin-bottom:0 !important;
	color:white !important;
	line-height: 36px !important;
}

/* bouton readmore */
.readmore a {
	color:white !important;
}

/* carousel team */

#team-people {
    margin-left:0px;
    margin-right:0px;
}

.team-details .item-container {
    margin-bottom:0;
}

.team-details .team-caption {
    height:100%;
    padding:0 !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.team-details .team-caption h4 {
    font-size:24px;
    font-family: OpenSansBold;
    line-height:30px;
    color:#ffffff;
    text-transform:uppercase;
    height:66%;
    padding: 25% 2px 2px 2px;
}

.team-details .team-caption p {
    font-size:12px;
    font-family: OpenSansLight;
	
	font-weight:300;
    line-height:30px;
    color:#ffffff;
    text-transform:uppercase;
    padding: 2px;
}

.team-details .single-people {
    padding: 2px !important;
    margin:0px !important;
}

.team-details .navbar {
    margin: 0px;
    padding:0px;
}


.team-details .team-nav {
    margin: 0px;
    padding: 0px !important;
}

.team-details .team-nav ul {
   justify-content:flex-end !important;
}
.team-details .team-nav li:first-child {
    margin-right: auto !important;
	margin-left:0;
}

@media (min-width: 768px) {
.team-nav ul .nav-item {
	width: auto !important;
	margin-left: 15px;
	}
}

.team-details .nav-item a {
    /*width: max-content;*/
    text-transform: initial;
}

/* adaptation du menu pour ressemble à l'ancienne version du site */
.dropdown-icon {
    visibility:collapse;
}

.title-content {
    white-space:nowrap;
}				

.dropdown-menu>li>a {
    background-color:#252728 !important;
	color:white !important;
    font-weight:400 !important;
}


.dropdown-menu>li>a:hover {
    background-color:#000000 !important;
	color:#00bb78 !important;
}	

/* adaptation du bouton recherche du menu principal */

[role='search'] input[type=submit] {
	color:black;
}

[role='search'] input[type=submit]:hover {
	color:white;
}

/* adaptation visuelle pour les news récentes afin de ressembler à l'ancienne vesion du site */
.custom-recent-posts li>div>p>a {
    border:0;
    padding: 0 5px;
}

.custom-recent-posts li>a {
    font-family:Nunito;
    font-size: 28px;
    color:#4c4c4c !important;
}

.custom-recent-posts li>a:hover {
    color: #378468 !important;
}

.custom-recent-posts img {
    width:260px !important;
    height:200px !important;
}

/* adaptation visuelle des infobox pour ressembler à l'ancienne version du site */
.infobox-nopadding div {
    padding:0 !important;
}

.infobox-fullwidth div>div>div>div>div {
    width: 100% !important;
}

/* Changement de l'écartement des zones de textes dans la zone de contenu */
#page-wrapper p {
    margin: 11.9px 5px !important;
}

/* changement de la couleur des liens sans changer ceux du menu */
#page-wrapper a {
    color: #378468;
}


.current_page_ancestor>a {
    color: #00bb78 !important;
}
.current-menu-item>a {
    color: #00bb78 !important;
}
.current-page-item>a {
    color: #00bb78 !important;
}

/* changement du pagging des colonnes */
.vc_column_container>.vc_column-inner {
    padding-left:0px !important;
}

/* adaptation du footer pour ressemble à l'ancienne version du site */
.footer-background-image a {
    color: #378468 !important;
}

.copyright-footer-item {
    font-size: 12px;
    color:#ffffff;
}

/* sous menu */
.submenu {
    display:inline-block;
}

.submenu .menu {
    margin:0;
}

.submenu li {
    display: inline-block;
    font-family:nunito;
    font-size:18px;
}

.submenu [aria-current="page"] {
    color: #f2a500 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.submenu li:not(:last-child):after {
    content: '\00a0–';
}				


/* sous menu articles */
.submenu-articles {
    text-align: center;
}

.submenu-articles .menu {
    margin:0;
}

.submenu-articles li {
    display: list-item flow;
    list-style: none;
    list-style-position: outside;
    font-family:nunito;
    font-size:14px;
    padding-bottom:10px;
}

/* sous menu avec images */
.submenu-images {
    text-align: center;
}

.submenu-images .menu {
    margin:0;
}

.submenu-images .menu-image {
    padding-bottom:0 !important;
}

.submenu-images ul {
    display:flex;
    flex-wrap:wrap;
}
    
.submenu-images li {
    flex:auto;
    list-style: none;
    list-style-position: outside;
    font-family:nunito;
    font-size:20px;
    line-height:30px;
    padding:5px 5px 40px 5px;
}

.submenu-images-infospratiques li {
	font-size:14px;	
    font-family:Muly;
}

.submenu-images-evenements .menu-image-title span {
	display:block;
	font-size:14px;
    font-weight:bold;
    text-decoration: none;
    color: black;
	padding:10px;
	padding-left:100px;
	padding-right:100px;
	
}

/* formulaires de contact */
.wpcf7-submit  {
    color:white !important;
    background-color:#378468 !important;
    border-color:#378468 !important;
}

/* tabulations */
.vc_tta-tab {
    text-transform:uppercase;
    font-family:'OpenSansBold';
    font-weight:bold;
}

.vc_tta-panel-body {
    background-color:white !important;
}

.vc_tta-tabs .vc_active>a {
	background: #378468 !important;
	color: white !important;
}

/* accordéon */
.vc_tta-panels .vc_tta-panel-title {
    background-color:#f0f0f0;
    text-transform:uppercase;
}
.vc_tta-panel-title a {
    font-family:'OpenSansBold';
    font-size:13px;
    color:#999 !important;
    font-weight:bold;
}

.vc_active .vc_tta-panel-title>a {
    color: white !important;
    background-color: #378468 !important;
}

.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    border-color:white !important;
}				


/* liste documents */
.list-documents ul {
    display:inline;
}

.list-documents li {
    display: inline-block;
    font-family:muli;
    font-size:14px;
	padding:0 !important;
}

.list-documents li:not(:last-child):after {
    content: '\00a0|';
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
}				

