/*
Theme Name:     Neve - Child - Personnels de l'UPJV
Theme URI:
Description:    Neve child theme.
Author:         Adrien Ponchelet
Author URI:
Template:       neve
Version:        0.1.0
*/


/* Item de navigation */
.sub-menu > li > a,
.menu-desktop > li > a,
.menu-item > div > a{
	font-size: 16px;
	text-transform: uppercase;
	font-family: Sansation, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #00345f;
}

.sub-menu{
	background-color: rgba(0, 52, 95, 0.85) !important;
	width: 300px;
/*	transform: translateX(150px); */
	right: auto !important;
}

.sub-menu > li{
	padding: 5px;
}

.sub-menu > li:hover{
	background-color: rgba(0, 52, 95) !important;
}

.sub-menu > li > a{
	color: white;
}

/* Postion du header */
header{
	/* position: fixed; */
	z-index: 1001;
	width: 100%;
	height: 100px;
}

/* Banniere  */
.header-banner{
	width: 100%;
	/* padding: 45px 0px 0px 0px; */
}

.nv-content-wrap .entry-content{
	margin-top: 100px !important;
}

/* Marge du contenu */
#content{
        /* padding: 140px 30px 0px 30px; */
        padding: 0px 0px 0px 0px;
        /* max-width: 1470px !important; */
        margin: auto;
	margin-top: 40px;
}

.upjv-home-switch-msg-css{
	margin-top: 60px;
}

.container{
	min-width: var(--container);
}


@media all and (max-width: 1300px) {
	.container{
		min-width: auto;
	}

	#content{
		margin: inherit;
	}

	.nv-page-title-wrap{
		margin-top: auto;
	}
}


/* Décalle le titre de la page après la première colonne */
/*
.nv-page-title-wrap .nv-page-title{
	padding-left: 25%;
}
*/

@media all and (max-width:960px) {
	.nv-page-title-wrap .nv-page-title{
		padding-left: 5px;
	}
}

h1, .nv-page-title-wrap.nv-big-title .nv-page-title h1, h2, h3, .site-title {
	/*font-family: Sansation-bold, "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
	font-family: Sansation-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #00345f;
	padding-top: 20px;
}

/* Footer retire le copyright */
#cb-row--footer-desktop-bottom > div > div > div > div.hfg-slot.left > div > div > div{
	display: none !important;
}

footer{
	/* height: 50px; */
	background-color: #00345f;
}

#block-4 > p > mark > a,
#block-9 > p > mark > a{
	color: white;
}


#header-grid > div.header--row.header-top.hide-on-mobile.hide-on-tablet.layout-full-contained.header--row > div > div > div > div.hfg-slot.left > div > div > div > h4 > span{
	font-family: Sansation-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	/* margin: 100px; */
	font-weight: 100;
}

.builder-item .desktop-left{
	margin:0;
	height: auto;
}

/* Titre actualite home page */
.wpcu_block_title{
	display: block;
	text-align: center !important;
	color: var(--nv-primary-accent) !important;
}

/* Carte actu */
.swiper-slide{
	background-color: #eceff4;
	padding: 20px 40px;
	min-height: 215px;
}

/*
.nv-meta-list{
	display: none;
}
*/


.header-menu-sidebar .navbar-toggle-wrapper{
    padding: 50px 10px;
}
