/* COMPOSANTES PAS ENCORE APPROUVÉE - FÉV 2018 */

/********************************************/
/********  AJUSTEMENT COMPOSANTES  **********/
/********************************************/

h1#titrePage {
	display:none;
}

#zone-centrale .cd-bloc-info.cd-vitrine h1.titre {
	padding-right: 0;
}
html[style="font-size: 150%;"] #zone-centrale .cd-bloc-info.cd-vitrine h1.titre{
	font-size: 2.125rem;
}

#zone-centrale .cd-panel {
	margin-top: 3rem;
}

#zone-centrale a.bouton-action span {
	font-size: 1rem;
	line-height: 1.5;
}

html[style="font-size: 150%;"] #zone-centrale a.bouton-action span{
	font-size: 1.125rem;
}
html[style="font-size: 200%;"] #zone-centrale a.bouton-action span{
	font-size: .875rem;
}

/********************************************/
/*****  BLOC 'SERVICE à la clientèle'  ******/
/********************************************/
#zone-intro.vitrine-en-bref {
	min-height: 350px;
}

#zone-centrale .inter-titre {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: normal;
}

#zone-intro.vitrine-en-bref > .en-bref h2.inter-titre {
	text-align:left;
	padding: 0;
    background: none;
}

#zone-intro.vitrine-en-bref > .en-bref > h2 {
	padding: 0.5rem 0 0.5rem 3rem;
    position: relative;
    background: url(https://www.desjardins.com/ressources/images/ic-n1-telephone-rond-lime.svg) no-repeat;
    background-size: 2.4rem;
    background-position: left center;
    margin: 0;
}

@media screen and (max-width: 768px) {
  #page.mobile #contenu #zone-intro.vitrine-en-bref {
    background-size:cover;
	background-position: 80%;
	width: calc(100% + 1.2rem);
    margin-left: -0.6rem;
  }
  #zone-centrale .inter-titre {
    font-size: 22px;
  }
}

.telephone, a.telephone {
	text-decoration: none;
	font-weight: 600;
	color: #00884e;
}
