.icons-same-time:before{content: "\e8b3"}
.icons-duration-time:before{content: "\e88b"}
.icons-do-more:before{content: "\e146"}

.fond_monobloc_gbdv {
	background-image: url('../img/bandeau_montagne_2800.jpg');
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-color: #97b7b4;
	height: 100vh;
	width: 100%;
	flex-grow: 1;
	position: fixed;
	top: 0;
	overflow: auto;
}

.fond_page_gbdv {
	background-image: url('../img/main_dans_la_main_600_white.jpg');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: right;
	background-color: white;
	/*height: 100vh;*/
	width: 100%;
    /*height: 100%;*/
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	/*position: fixed;*/
	overflow-y: hidden;
	z-index: 0;
	/*top: 50px;*/
}

#guide_content ul{
	margin-left: 28pt;
}