/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 08:50:46 */
/* Philippe Gourier HEADER */

@media screen and (max-width: 991px){
	.custom-header{
		width:100%;
	}
	.custom-header .custom-header-wrapper{
		flex-wrap:nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.custom-header .custom-link-logo-header{
		align-self:flex-end;
	}
	.custom-header .custom-logo-link{
		align-items:flex-start;
	}
}

@media screen and (min-width: 992px){
	.custom-header{
		position: fixed;
		left: 1.17rem;
		z-index: 10;
		height: calc(100vh - 100px);
		width: 261px;
    	overflow-x: scroll;
    	margin-bottom: 100px;
	}
}

@media screen and (min-width: 1200px){
}