@charset "UTF-8";

/* CSS Document */

.ODPH .news-post-body{

    padding:40px;

}


table.ODPH.confort-total th {

    color: #e92c0c;

}

table.ODPH.confort-total tr td {

    padding: 5px;

}

table.ODPH.confort-total tr:nth-child(2n+3) {

    background-color: #EEE

}

table.ODPH.confort-total tr td:nth-child(1), table.ODPH tr td:nth-child(3) {

    color: #e92c0c;

}




table.ODPH.vente-achat{
    margin: 0px auto;
}

table.ODPH.vente-achat th{
    padding: 10px;
    text-align: right;
    vertical-align: top;
    color: #e92c0c
}

table.ODPH.vente-achat th:first-child{
    text-align: left;
}

table.ODPH.vente-achat td{
    padding: 3px 10px;
    text-align: right;
}

table.ODPH.vente-achat td span {
    font-size: .75em
}

table.ODPH.vente-achat td:first-child{
    width: 50%;
    text-align: left;
}

table.ODPH.vente-achat td:last-child{
    width: 25%;
}



table.ODPH.decompte{
    margin: 0 auto;
}

@media (min-width: 992px) {
  table.ODPH.decompte{
    margin-left: 30px;
  }
}

table.ODPH.decompte td {
    padding: 3px 10px;
}

table.ODPH.decompte td:nth-child(2) {
    text-align: right
}

table.ODPH.decompte td:nth-child(3) {
    text-align: left
}


table.ODPH.simple th {
    font-weight: normal
}

table.ODPH.simple td {
    text-align: right;
    font-weight: bold;
    padding: 8px
}

table.ODPH.simple.vacp td {
    padding: 11px;
    vertical-align: bottom
}



table.ODPH.simple2 {
    margin-top: 25px;
}

table.ODPH.simple2 td {
    padding: 8px;
}



table.ODPH.branche23 th {
    color: #e92c0c
}

table.ODPH.branche23 th, table.ODPH.branche23 td {
    text-align: left;
    padding: 8px
}

table.ODPH.branche23 td:nth-child(3) {
    text-align: right
}

table.ODPH.branche23 tr.total td {
    text-align: center;
    color: #e92c0c
}

table.ODPH.branche23 tr:nth-child(even) {
    background-color: #EEE
}



table.ODPH.legals{
    margin: 15px 0;
}

table.ODPH.legals td {
    text-align: left;
    padding: 8px;
    color: ;
}

table.ODPH.legals td:nth-child(3) {
    padding-left: 50px;
    color: #949494;
}

table.ODPH.legals td:nth-child(2), table.ODPH.legals td:nth-child(4), table.ODPH.legals tr:last-child td:nth-child(3) {
    text-align: right;
}

table.ODPH.legals tr:nth-child(even) {
    background-color: #EEE;
}





table.ODPH.taux td, table.ODPH.taux th{
    padding: 8px
}

table.ODPH.taux tr td:nth-child(1) {

    text-align: left

}

table.ODPH.taux tr td:nth-child(2), table.ODPH.taux tr th:nth-child(2),
table.ODPH.taux tr td:nth-child(3), table.ODPH.taux tr th:nth-child(3){

    text-align: right

}

table.ODPH.taux tr:nth-child(odd) {

    background-color: #EEE

}




table.ODPH.credit th {

    text-align: center

}

table.ODPH.credit tr:nth-child(even) {

    background-color: #EEE

}

table.ODPH.credit td, table.ODPH.credit th {

    padding: 8px;

    color: #939393!important;

}

table.ODPH.thRed th{

    color: #e92c0c!important;

}


.team-image{
  width: 100%;
  margin: 0 auto 20px auto;
}


.small-screenshot{
    width: 100px;
    height: 84px;
    background-image: url('../img/iphoneSmallScreen.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 3px 5px;
}

.big-screenshot{
    background-image: url('../img/iphoneBigScreen.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 3px 5px;
}

@media (min-width: 992px) {
  .city-coords{
    display: inline-block;
    width: 110px;
  }

  .address-coords{
    display: inline-block;
    width: 420px;
  }

  .phone-coords{
    display: inline-block;
    width: 130px;
  }
}

.logos{
    padding: 20px 0;
}

.iframe{
    height: 500px;
}

.accolade{
    font-size: 130px;
    line-height: 80%;
    font-weight: regular;
    font-family: times;
}


/* SIMULATEURS */
.explain {
  margin: auto;
  width: 500px;
  height: 200px;
  border: 2px solid #21419B;
  background-color: #E4E8F3;
  color: #10204d;
  text-align: center;
  padding: 50px;
  z-index:200;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;    //'margin-left':-$('.explain').width()/2+'px'
  margin-top: -100px;    //'margin-top':-$('.explain').height()/2+'px'
}

.close-info{
  position: absolute;
  top: 0px;
  right: 10px;
}
/* FIN SIMULATEURS */


/* LABEL POUR SIMU ODPH 125% */
.form-label-lateral {
  border: 1px solid purple;
  position: relative;
  width: 50%;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #9f9f9f;
  text-align: left;
}

.form-control-lateral, .form-control-disabled, select.form-control-lateral {
  border: 1px solid black;
  position: relative;
  width: 48%;
  height: 36px;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.4375;
  color: #9f9f9f;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  text-align: right;
}

.form-control-disabled {
  background-color: transparent;
}

.form-group-lateral {
  margin-bottom: 12px;
}
/* FIN LABEL POUR SIMU ODPH 125% */ 