.preview {
  border: 1px solid #ccc;
  border-bottom: 1px dashed #ccc; }

#previewTexteContainer {
  position: relative;
  width: 800px;
  height: 565px; }

#previewCarteNoel {
  width: 800px;
  height: 565px; }

#texteCarte.adamina {
  font-family: Adamina !important; }
  #texteCarte.adamina.grand {
    font-size: 36px !important; }
  #texteCarte.adamina.moyen {
    font-size: 26px !important; }
  #texteCarte.adamina.petit {
    font-size: 19px !important; }
#texteCarte.tangerine {
  font-family: Tangerine !important; }
  #texteCarte.tangerine.grand {
    font-size: 52px !important; }
  #texteCarte.tangerine.moyen {
    font-size: 46px !important; }
  #texteCarte.tangerine.petit {
    font-size: 38px !important; }

#previewTexte {
  border-top: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  width: 800px;
  height: 565px; }
  #previewTexte #zoneTexte {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px dotted #ccc;
    word-wrap: break-word;
    text-align: center;
    position: relative; }
    #previewTexte #zoneTexte #ligneX {
      width: 1px;
      position: absolute;
      height: 100%;
      left: 50%;
      border-right: 1px dotted #dedede; }
    #previewTexte #zoneTexte #ligneY {
      height: 1px;
      position: absolute;
      width: 100%;
      top: 50%;
      border-bottom: 1px dotted #dedede; }
    #previewTexte #zoneTexte #contenuCarteTexte {
      display: block;
      position: absolute;
      top: 0;
      /*
      transform: translateY(-50%);
      */ }

#previewTexte.adamina * {
    font-family: Adamina !important;
}
#previewTexte.adamina.grand * {
    font-size: 36px !important;
    line-height:49px;
}
#previewTexte.adamina.moyen * {
    font-size: 26px !important;
    line-height:36px;
}
#previewTexte.adamina.petit * {
    font-size: 19px !important;
    line-height:26px;
}

#previewTexte.tangerine * {
    font-family: Tangerine !important; 
}
#previewTexte.tangerine.grand * {
    font-size: 52px !important;
    line-height:52px;
}
#previewTexte.tangerine.moyen * {
    font-size: 46px !important;
    line-height:47px;
}
#previewTexte.tangerine.petit * {
    font-size: 38px !important;
    line-height:39px;
}

  #previewTexte.portrait {
    padding: 70px 60px; }
    #previewTexte.portrait #zoneTexte {
      width: 396px;
      height: 634px; }
    #previewTexte.portrait #contenuCarteTexte {
      width: 396px; }
  #previewTexte.landscape {
    padding: 60px 69px; }
    #previewTexte.landscape #zoneTexte {
      height: 396px;
      width: 634px; }
    #previewTexte.landscape #contenuCarteTexte {
      width: 634px; }

#texteCarte {
  min-height: 100%; }

#iframe_cke * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
#texteCarte {
	height: 424px; width: 678px;
	&.portrait { width: 424px; height: 678px; }
	&.landscape { height: 424px; width: 678px; }
}
*/
#logoDrag {
  border: 2px solid transparent; }

#logoDrag:hover {
  border: 2px solid #004785; }

#colorSelector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(/images/site/colorpicker/select.png); }
  #colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(/images/site/colorpicker/select.png) center; }

#zoneTexte:before {
  content: '\200B';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }


#btnAnchorPreview { position: fixed; bottom:10px; right:10px; z-index:2; }


#texteCarte {
  text-align: center;
  vertical-align: middle;
}

div.colorpicker { z-index:2 !important; }

/*# sourceMappingURL=form_carte.css.map */
