/*---------------------------------------------------------
        =Help - Annexes pages
-------------------------------------------------------- */


/*
        @Contact page
-------------------------------------------------------- */
#help #contact {
    padding: 0 40px;
}

#help #contact a {
    color: #4f4747;
}

#help #contact a:hover {
    text-decoration: none;
}

#help #contact p {
    margin: 5px 0 15px;
}

#help #contact sub {
    font-size: 10px;
}

#help #contact .title2 {
    margin-bottom: 5px;
}

#help #contact .title3 {
    margin: 20px 0;
}

#help #contact #professional_title {
    margin-top: 20px;
}


/*
        @Contact form dialog
-------------------------------------------------------- */

#contact_form_dialog {
    display: none;
}

#contact_form_dialog .body {
    min-height: 330px;
}

/*
        @Contact form
-------------------------------------------------------- */

#contact_form {
    margin-bottom: 20px;
}

#contact_form ul li {
    min-height: 30px;
}

#contact_form label {
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 15px;
    padding: 0;
    text-align: right;
    width: 130px;
}

#contact_form ul li input[type=text],
#contact_form ul li input[type=email],
#contact_form ul li input[type=number],
#contact_form ul li input[type=tel] {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-top: 3px;
    padding: 0 4px;
    width: 160px;
}

#contact_form input#order {
    width: 105px;
}

#contact_form select {
    border: 1px solid #a6a6a6;
}

#contact_form textarea {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    height: 150px;
    resize: none;
    width: 397px;
}

#contact_form #label_email,
#contact_form #label_tel {
    width: 70px;
}

#contact_form #li_message {
    height: 150px;
}

#contact_form input[type=submit].pink_button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    height: 24px;
    line-height: 25px;
    padding: 0;
    margin: 20px 0 10px 145px;
    width: 90px;
}

#contact_form sub {
    float: right;
    font-size: 10px;
    margin: 30px 15px 0 0;
}


/*
        @Mobile page
-------------------------------------------------------- */

.quotation {
  background: url("/images/help_mobile/quotation-shadow.png") no-repeat scroll left bottom #F8F8F8;
  color: #939393;
  font-size: 24px;
  font-style: italic;
  height: 62px;
  line-height: 27px;
  margin-top: -20px;
  padding: 23px 0 20px;
  text-align: center;
}
.quotation div {
  display: inline-block;
  position: relative;
  *float:left; /* IE7 */
  *margin-left:25%; /* IE7 */
}
.quotation .quote {
  position: absolute;
  height: 30px;
  width: 30px;
}
.quotation .quote.left {
  background: url("/images/help_mobile/head-quote-left.png") no-repeat;
  left: -50px;
  top: -5px;
}
.quotation .quote.right {
  background: url("/images/help_mobile/head-quote-right.png") no-repeat;
  bottom: -6px;
  margin: 0;
  position: absolute;
  right: 60px;
}
#mobile {
  color: #4f4747;
  margin: 60px 0 0 0;
  display: inline-block;
}
#mobile .text-left,
#mobile .img-left {
  float: left;
}
#mobile .text-right,
#mobile .img-right {
  float: right;
}
#mobile .text-left {
  margin-left:45px;
  width: 394px;
}
#mobile .text-right {
  width: 500px;
  margin-top: 65px;
}
#mobile .img-right {
  background: url("/images/help_mobile/tablet.png") no-repeat;
  height: 549px;
  width: 561px;
}
#mobile .bloc-smartphone {
  background-color: #f8f8f8;
  display: inline-block;
  float: left;
}
#mobile .img-left {
  background: url("/images/help_mobile/smartphone.png") no-repeat;
  height: 526px;
  width: 500px;
}
#mobile h1 {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
#mobile ul {
  list-style: disc outside none;
  margin: 13px 0 0 13px;
}
#mobile li {
  font-size: 14px;
  margin-left: 2px;
  padding: 5px 0;
}
#mobile h1.pink {
  font-size: 17px;
  line-height: 22px;
  margin: 60px 0 20px 0;
  text-transform: uppercase;
}
#mobile h1.pink span {
  font-size: 20px;
}
#mobile .app {
  background-color: #F8F8F8;
  display: inline-block;
  padding: 10px;
  width: 300px;
  margin-bottom: 10px;
  color: #4f4747;
  text-decoration: none;
}
#mobile .app.iphone,
#mobile .app.smartandroid {
  background-color: #FFF;
}
#mobile .app .title {
  float: left;
  font-size: 12px;
  margin: 5px 0 5px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
#mobile .app .img {
  float: right;
  height: 39px;
  width: 115px;
  cursor: pointer;
}
#mobile .app .img.appstore {
}
#mobile .app .img.googleplay {
}
#mobile .text-right p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 25px;
  margin-right: 10px;
}
#mobile .strike {
  background-color: #960443;
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 15px;
}