/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
}



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	left: 0;
	z-index: 5;
	overflow: auto;
	height: 100%;
}

.link-sub {
    font-weight: 100;
    color: #a7a7a7;
    text-decoration: underline;
	font-size: 0.875rem;
	margin-top: 0.4rem;
	display: block;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
img.logo-sub {
    width: 7rem;
	height: auto;
	margin-bottom: 4rem;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -1100px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 6.8rem;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

a.btn-sub {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
	font-weight: 300;
	margin-right:1rem;
	display: block;
	margin-bottom:1rem;
}

.first-row{
	margin-bottom:0.7rem;
	padding-top: 13rem;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

#cbp-spmenu-s3 {
	background-color: white;
	border-bottom: 1px solid black;
	padding: 0 20px 120px 20px;
	box-sizing: border-box;
	overflow-x: hidden;
}

#cbp-spmenu-s3 p{
	font-size:1rem;
	line-height: 1.3rem;
	margin-top: 0.5rem;
	text-align:left;
}

#cbp-spmenu-s3 h3{
	margin:0;
	text-align:left;
}




/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.infos-prat {
    display: none;
}

.hideinfos{
	display:none!important;
}


/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-top {
		top: -1236px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
@media only screen and (min-width: 48rem){
	.infos-prat {
		margin: 0;
		font-size: 10px;
		text-transform: uppercase;
		margin-top: -10px;
		display:block;
	}
	.cbp-spmenu-horizontal {
		height: auto;
		overflow:hidden;
	}
	.first-row{
		margin-bottom:0.5rem;
	}
	a.btn-sub {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 90rem){
	.first-row{
		margin-bottom:0.7rem;
		padding-top: 0;
	}
	#cbp-spmenu-s3 p{
		text-align:left;
	}
	#cbp-spmenu-s3 h3{
		text-align:left;
	}
	#cbp-spmenu-s3 {
		padding: 50px 20px 50px 265px;
	}
	.cbp-spmenu-top.cbp-spmenu-open {
		top: 12.58rem;
	}
}