 body {
    font-family: Roboto;
    font-size:18px !important;
    line-height: 1.1em !important;
  }

p {margin-bottom: 10px !important;line-height: 1.1em !important;}

/* D2B CONSULTING*/
.tele {
    float: right;
    color: #ffffff !important;
    font-size: 20px;
    position: inherit;
    margin-right: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-family: Montserrat;
}
.texteblanc {color:#ffffff;}
.fixed-menu-cover > .container > .col-sm-7 {width: 80% !important;}
.hpul li {
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
    list-style: circle;
    line-height: 1.4em;
}
.section-contact form input[type='text'], .section-contact form input[type='email'], .section-contact form select, .section-contact form textarea, input[type='tel'] {width:90% !important;margin-bottom:10px !important;}
input[type='tel'] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    font-weight: normal;
    -webkit-transition: border .2s;
  transition: border .2s;}
/*----------*/

  table {
    border: 0px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 0px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: left;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 900px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 0px solid #ddd;
    }

    table td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 0px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

.section-quote .quote-image {
  margin-top:100px;
  transform:scale(1.2);
  }
.sub-info {
    letter-spacing:1px;
  }
  .free-content-wrap {
  margin-top:30px;
  margin-bottom:30px;
     }
.free-content-wrap img{
  border:0px;
  outline:0px;
}

@media screen and (max-width: 1000px) {
  .section-video {
  background-color: none;
  width: 100%;
  height: 600px;
  position: relative;
  text-align:center;
}

.player:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: none;
  content: "";
}

.player {
  max-width: 100%;
  height: 600px;
  margin: auto;
  display: block;
  background-color: #1f2941;
  position: relative;
}
.mbYTP_wrapper iframe {
  max-width: 80%;
  height: 600px;
  margin: auto;
  display: block;
  background-color: #1f2941;
  position: relative;
    }
  }

@media screen and (max-width: 800px) {
  .section-video {
  background-color: none;
  width: 100%;
  height: 600px;
  position: relative;
  text-align:center;
}

.player:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: none;
  content: "";
}

.player {
  max-width: 100%;
  height: 600px;
  margin: auto;
  display: block;
  background-color: #1f2941;
  position: relative;
}
.mbYTP_wrapper iframe {
  max-width: 100%;
  height: 600px;
  margin: auto;
  display: block;
  background-color: #1f2941;
  position: relative;
    }
  }