.flags {
  float: right;
}
.flags img{
  margin-left:5px;
}

@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.bad {
  border-color: red;
  background:url(../img/error.png) center right no-repeat;
}
.fixedmargin{
  margin-left: 110px;
}

#preview{
  background:url(../img/preview.png) top left no-repeat;
  width:800px;
  height:255px;
  margin-bottom:1em;
  color:#777d7d;
  position:relative;
  font-family:Roboto;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#p_nom{
  position:absolute;
  top:80px;
  left:15px;
  font-size:20px;
  font-family: 'RobotoBold';
}
#p_fonct{
  position:absolute;
  top:105px;
  left:15px;
  font-size:18px;
  font-family: 'RobotoMedium';
}
#p_address{
  position:absolute;
  top:195px;
  left:15px;
  font-size:17px;
  font-family: 'Roboto';
}
#p_mail{
  position:absolute;
  top:137px;
  left:15px;
  font-size:18px;
  font-family: 'Roboto';
}
#p_phone{
  position:absolute;
  top:160px;
  left:15px;
  font-size:18px;
  font-family: 'Roboto';
}
#p_tel, #p_mob, #p_int{
  display: inline-block;
}
#p_mob {
  margin-right: 30px;
}

#p_tel.empty, #p_mob.empty{
  margin:0;
  padding:0;
}

#wrapper-result{
  margin-top:3em;
}
#result {
  margin-top: 2em;
}
#result img{
  width:800px;
}

.help-block{
  text-align: center;
  background:none;
}
.help-block img{
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 2px;
  background: #FFF;
  max-width:100%;
  box-sizing: border-box;
}

#fieldset-banner {
  padding-bottom: 1em;
}
#banner-preview {
  margin: 2em 0 0;
  text-align: center;
}
#banner-preview img {
  min-width:800px;
}
#fieldset-banner p img{
  max-width:230px;
  cursor:pointer;
  margin-right: 16px;
}
#fieldset-banner h4 {
  margin: 0.5em 0 0;
  border-bottom: 1px solid #009ace;
  color: #009ace;
}
