/* --------------------------------------------------
  MOBILE - GLOBAL
===================================================== */

	html, body {
	 width: auto;
	 /*min-height: 416px;*/
	 background-color: #053e26; 
	}

	body {
	 min-width: 320px;
	 overflow-x: hidden;
	 height: auto;
	}
	
	#page.mobile {
	 max-width: auto;
	 margin: 0 auto;
	 overflow: hidden;
	 height: auto;
	 font-size: 1em !important;
	}

	#page.mobile #centre {
	 width: auto; 
	 max-width: 960px;
	 margin: 0 auto;
	}
	
	#page.mobile #contenu {
	 border-top: none;
	 padding: 5px; 
	 float: none;
	 margin-bottom: 0;
	 width: auto !important;
	 font-size: 1em !important;
	}
	
	#page.mobile #contenu h1, #page.mobile #contenu .titre-n1  {
    background: none;
    font-size: 2em;
    margin: 5px 5px 10px;
    padding: 0;
  }
	#page.mobile #contenu h1 {
    text-align: center;
  }

	
  #page.mobile #zone-intro {
    margin: 10px 0;
  }
	
  #page.mobile #zone-intro .en-bref {
    padding: 0 10px !important;
  }
	
	#page.mobile #contenu.carriere #zone-intro .en-bref {
	 margin-bottom: 10px;
  }
	
	/*#page.mobile #contenu #hooks {
	 float: none;
	 position: fixed;
	 right: 0;
	 top: 0;
	 background: #fff;
	 z-index: 10;
	 margin-right: -220px;
	}*/
	
  #page.mobile .bloc-en-bref.note-bas-page {
	 padding: 10px;
  }

#contenu .titre-bloc h2 {
  margin: 0;
}

#contenu h2 {
  margin: 5px 5px 10px;
}

#contenu h3 {
  margin: 5px 0;
}
#zone-centrale h4 { margin-top: 1em; }

#page.mobile #contenu #nav-secondaire-mobile {
	width: 300px;
	margin: 5px auto 15px;
	display: table;
}

#page.mobile #contenu #nav-secondaire-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
	display: table-row;
}

#page.mobile #contenu #nav-secondaire-mobile ul li {
	display: table-cell;
	background: none;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
  background: #fff;
	border: 1px solid #595959;
}

#page.mobile #contenu #nav-secondaire-mobile ul li a {
	color: #595959;
	display: block;
	line-height: 30px;
        text-decoration: none;
}

#page.mobile #contenu #nav-secondaire-mobile ul li.actif {
	background: #595959;
}

#page.mobile #contenu #nav-secondaire-mobile ul li.actif a {
	color: #fff;
}

img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }

textarea, table, td, th, code, pre, samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

img { 
	border: 0px;
	height: auto; 
        vertical-align: middle;
}

/*p { margin: 5px 0 }*/

#zone-centrale a.bouton-action {
  height: 26px;
  padding: 6px;
  text-align: center;
  width: 260px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

a.bouton-action.tel span {
  background: url("//www.desjardins.com/ressources/images/mobile2-btn-telephone-vert.png") no-repeat scroll left center / contain  transparent;
  height: 20px;
  padding: 2px 0 0 36px;
	display: inline-block;
}

a.lien-action { margin: 15px 0 5px; }

#page.mobile #contenu a.wrap {
  text-decoration: none;
}

#zone-centrale .tiroir .entete-tiroir { width: auto; }
#zone-centrale .tiroir .contenu-tiroir { padding: 0 5px; }
#contenu .tiroirs ul.options { display: none;}

table.tableau-donnees,  table.tableau-donnees caption {
  overflow-x: auto;
  display: block;
}

/* --------------------------------------------------
  PRODUITS ET SERVICES
===================================================== */



#hub-famille-produits {
  overflow: hidden;
}

#hub-famille-produits .bloc-hub {
  border: 1px solid #ddd;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 2px 0 #aaa;
  float: left;
  min-height: 170px; 
  padding: 10px;
  margin: 5px;
  background: url("//www.desjardins.com/ressources/images/a00-bloc-en-bref-fond.gif") repeat-x scroll left bottom #FFFFFF;
}

#hub-famille-produits .bloc-hub h2 {
  margin: 0;
}

#hub-famille-produits .bloc-hub .titre-hub {
  text-align: center;
  margin: 5px 0 0;
}

#hub-produits {
  overflow: hidden;
}

#hub-produits .bloc-en-bref {
  background: url("//www.desjardins.com/ressources/images/a00-bloc-en-bref-fond.gif") repeat-x scroll left bottom #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #DDDDDD;
  box-shadow: 0pt 1px 2px 0pt #AAAAAA;
  clear: both;
  margin: 5px;
  overflow: hidden;
  padding: 0;
}

#hub-produits .bloc-en-bref .fiche-produit {
  padding-bottom: 10px;
  overflow: hidden;
}

#hub-produits .bloc-en-bref .description {
  overflow: hidden;
  padding: 10px 10px 0;
  min-width: 280px;
}

#hub-produits .bloc-en-bref .description p {
  margin: 0 0 8px;
}

#hub-produits .bloc-en-bref .description ul {
  margin: 0;
  padding: 0;
}

#hub-produits .bloc-en-bref .image {
  float: left;
  padding: 10px 10px 0;
}

#hub-produits .bloc-en-bref .image h2 {
  margin: 0 0 10px;
}

#hub-produits .bloc-en-bref .tiroir-obtenir-produit {
  clear: both;
  overflow: hidden;
}

#hub-produits .bloc-en-bref .tiroir-obtenir-produit .titre-tiroir {
  background: url("//www.desjardins.com/ressources/images/mobile2-contenu-fleche-gauche.png") no-repeat scroll left center transparent;
  background-size: 11px 16px;
  min-height: 40px;
  cursor: pointer;
  padding-left: 20px;
  line-height: 40px;
  margin: 10px 10px 0;
  border-top: 1px solid #ddd;
	color: #595959;
	font-weight: bold;
	font-size: 16px;
}

#hub-produits .bloc-en-bref .tiroir-obtenir-produit .contenu-tiroir {
  display: none;
}

#hub-produits .bloc-en-bref .tiroir-obtenir-produit .contenu-tiroir > p:first-child {
     border-top: 1px solid #d5d5d5;
     padding: 10px 10px 0;
	  margin-top: 0;
}

#hub-produits #voir-tous, #hub-famille-produits #voir-tous {
  background: url("//www.desjardins.com/ressources/images/a00-bloc-en-bref-fond.gif") repeat-x scroll left bottom #FFFFFF;
  min-height: 30px;
	margin: 5px;
	padding: 10px;
	color: #595959;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
  box-shadow: 0pt 1px 2px 0pt #AAAAAA;
	overflow: hidden;
}

#hub-produits #voir-tous {   clear: both; }
#hub-famille-produits #voir-tous {
  height: 30px !important;
  text-align: center;
}

/* --------------------------------------------------
  AMD MonD
===================================================== */
#page.app #zone-centrale {
  background: #fff none repeat scroll 0 0;
}

/* --------------------------------------------------
  NOUS-JOINDRE
===================================================== */

.bloc-nous-joindre {
	float: left;
	margin-left: 20px;
  margin-bottom: 10px;
}


.bloc-nous-joindre p.sous-titre { margin-top: 20px; }


/* --------------------------------------------------
  POPOVERS
===================================================== */

#page.mobile.app .popover.obtenir-produit {
     width: auto !important;
	  margin: 0 5px 5px;
	  border: none;
	  padding: 10px 5px 5px;
}

.popover.obtenir-produit .cellule {
  border: 0 !important;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
}

.popover.obtenir-produit .cellule.titre {
  padding-right: 5px;
  width: 300px;
	background: none;
}

.popover.obtenir-produit .cellule.contenu {
  width: auto;
	background: none;
	margin-bottom: 5px;
}

.popover.obtenir-produit .cellule.contenu form input, .popover.obtenir-produit .cellule.contenu form select, .popover.obtenir-produit .cellule.contenu form .bouton-action {
  margin-top: 5px;
}

.popover.obtenir-produit .cellule.contenu a.lien-action:first-child {
     background-position: left 0.35em;
     padding-top: 0pt;
}

.popover.obtenir-produit h3 {
     margin: 0 !important;
}

.popover.obtenir-produit h4 {
     font-size: 1em;
     font-weight: bold;
     margin: 0.5em 0pt 0pt;
     padding: 0pt;
}

.popover.obtenir-produit ul {
     list-style: none outside none;
     margin: 0pt;
     padding: 0pt;
}

.popover.obtenir-produit ul li {
     background-image: none;
     margin: 0pt;
     padding: 0pt;
}

.popover.obtenir-produit ul li.puce {
     background: url("//www.desjardins.com/ressources/images/a00-puce-point-gris.png") no-repeat scroll left 0.55em transparent;
     margin-top: 0.5em;
     padding-left: 10px;
}

.popover .cellule.titre .en-ligne {
     background-image: url("//www.desjardins.com/ressources/images/a00-icone-en-ligne.png");
}

.popover .cellule.titre .telephone {
     background-image: url("//www.desjardins.com/ressources/images/a00-icone-telephone.png");
}

.popover .cellule.titre .caisse {
     background-image: url("//www.desjardins.com/ressources/images/a00-icone-caisse.png");
}

.popover .cellule.titre .cfe {
     background-image: url("//www.desjardins.com/ressources/images/a00-icone-cfe.png");
}

/* --------------------------------------------------------------------
  CARRIERE - DECLARATIONS IMPORTÉES DE LA VIEILLE VERSION - A MODIFIER
===================================================================== */

#page.mobile #contenu.carriere .bloc-liste-carriere { 
  margin: 0; 
  padding: 0; 
}

#contenu div.bloc-liste-carriere .filet {
  border-bottom : 1px solid #d5d5d5; 
  padding : 6px 8px;
}

#contenu div.bloc-liste-carriere .filet.dernier { border: none; }

/* --------------------------------------------------
  ACCESSIBILITÉ - MISE EN PAGE - PREVISUALISATION
===================================================== */

.hors-ecran {
  left: -9999px;
  position: absolute;
}

.clear { clear: both; width: 1px; height: 1px; }

#infos-complementaires {
	background:#cff;
	padding:15px;
	clear:both;
	border:4px #c6c3c3 dashed;
	color: #000;
}
