#pagegab3 .pagemulti_c {
	margin-bottom: 10px;
}
#pagegab3{
	font-size: 14px;
}
#pagegab3 p {
	margin-top: 15px;
}
.breadcrumb{
	display: none;
}
#content #pagegab3.c {
	text-align: center;
	position: relative;
}

#pagegab3 h1 {
	font-family: "Mst Black";
	text-align: center;
	text-transform: uppercase;
	font-size: 37px;
	color: black;
	padding: 0px;
}
#pagegab3 h2, #pagegab3 .recommande {
	text-align: center;
	font-size: 18px;
	font-family: "Mst Light";
	text-transform: uppercase;
	padding: 5px 0 0;
	color: black;
}
#pagegab3 .recommande {
	padding: 0px 5px 0px;
	vertical-align: middle;
	display: inline-block;
	max-width: 420px;
}
#pagegab3 .conteneurMarque{
	margin-top: 10px;
	margin-bottom: 40px;
}
img.marque{
	vertical-align: middle;
}
#menuSection{
	position: relative;
	overflow: auto;
	width: 100%;
	padding: 0% calc(50% - 420px);
	margin: auto;
}
#menuSection li{
	cursor: pointer;
	float: left;
	display: inline-block;
	width: 100%;
	max-width: 420px;
	text-align: center;
	font-size: 18px;
	font-family: "Mst extrabold";
	text-transform: uppercase;
	padding: 4px 25px 6px 25px;
	border-radius: 5px 5px 0px 0px;
	color: #8e8e8e;
	background: white;
	border: 1px solid #056839;
	margin-top: 10px;
	border-bottom: 0;
}
#menuSection li.active{
	margin-top: 0px;
	font-size: 22px;
	padding: 9px 25px 5px 25px;
	color: white;
	background: #056839;
}
#menuSection:after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #056839;
}
#pagegab3 .conteneurVert{
	min-height: 320px;
	border-radius: 10px;
	border: 1px solid #056839;
	padding: 0px 10px;
	padding-bottom: 15px;
	margin: 20px 0px;
}
#pagegab3 ul.list {
	padding-left: 18px;
}
#pagegab3 ul.list li {
	list-style-position: outside;
	margin-bottom: 15px;
}
#pagegab3 h4.phraseIntro{
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 18px;
}
#pagegab3 h4{
	margin-top: 15px;
	font-size: 17px;
	line-height: 20px;
	color: black;
	font-family: "Mst Black";
}

#pagegab3 h2.phraseIntro{
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 18px;
    font-size: 17px;
    line-height: 20px;
    color: black;
    font-family: "Mst Black";
}
#pagegab3 h3{
	font-size: 18px;
	font-family: "Mst Black";
	color: #056839;
	text-transform: uppercase;
}
.banniereGab3{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 250px;
	width: 100%;
	position: relative;
	z-index: 2;
}
#pagegab3 .shadow{
	margin-top: -17px;
}
#pagegab3 .enSavoirPlus{
	text-decoration: underline;
	color: #94c11f;
	margin: 15px 0px;
	cursor: pointer;
}
#pagegab3 em{
	font-size: 11px;
}
.texteCache{
	position: relative;
	min-height: 0;
	display: none;
	overflow: hidden;
}
#pagegab3 .scolpad {
	padding-left: 1%;
	padding-right: 1%;
}
#pagegab3 .scolwrap {
	width: 102%;
	margin-left: -1%;
}
#pagegab3 .scolwrap2 {
	width: 102%;
	margin-left: 12%;
	overflow: auto;
}
#pagegab3 .partie2{
	display: none;
}
@media screen and (max-width: 900px) {
	#menuSection{
		padding: 0;
	}
}
@media screen and (max-width: 980px) {
	#pagegab3 .scolwrap2 {
		width: 102%;
		margin-left: -1%;
	}
	#pagegab3 .conteneurVert{
		min-height: 0px;
	}
}
#pagegab3 .lienPage{
	overflow: auto;
}
#pagegab3 .lienPage a{
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 22px;
    background-color: #076633;
    border: 1px solid #166F3F;
    color: white;
    padding: 0px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 20px auto 20px auto;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 372px;
}
#pagegab3 .lienPage a:hover{
    text-decoration: none;
    color: white;
    background: #373737;
}

@media screen and (max-width: 700px) {
	#pagegab3 h1{
		font-size:25px;
	}
}