/*
Theme Name:     Neve - Child - Etudiants 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);
}

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

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

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

.is-home{
	margin-top: 100px;
}

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

	#content{
		margin: inherit;
	}

	.is-home{
		margin-top: auto;
	}

	.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;
	color: #00345f;
}

/* 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;
}

/* Titre en entête */
#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;
}


.wpcu_block_title {
	display: block;
	text-align: center !important;
	color: var(--nv-primary-accent) !important;
}

/* Rotation du chapeau de diplome en en-tete*/
.fa-rotate-upjv-etu {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
