/*
 * General
 */
@media only screen and (max-width: 770px) {
  body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
h2 {
  text-align: center;
  font-size: 24.5px;
}
h2 span {
  color: #d44413;
}
h2.title-1 {
  margin: 40px 0 9px;
}
@media only screen and (max-width: 770px) {
  h2.title-1 {
    margin-top: 9px;
  }
}
h2.title-2 {
  margin: 65px 0 30px;
}
h2.title-3 {
  margin: 62px 0;
}
@media only screen and (max-width: 770px) {
  h2 {
    font-size: 20px;
  }
}
h5 {
  font-weight: bold;
}
.clear {
  clear: both;
}
._table {
  display: table;
}
._cell {
  display: table-cell;
}
@media only screen and (max-width: 770px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-only-mobile {
  display: none;
}
@media only screen and (max-width: 770px) {
  .show-only-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-container {
    padding: 0;
  }
  .mobile-container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 * Content
 */
#content {
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #content {
    border-right: none;
  }
}
#content .indications {
  text-align: center;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 10px;
  color: #868686;
  margin-top: 15px;
}
#content .utilisation_container {
  width: 350px;
}
@media only screen and (max-width: 1200px) {
  #content .utilisation_container {
    width: 100%;
    text-align: center;
  }
}
#content .utilisation_container.utilisation_container_1 {
  margin-left: 70px;
}
@media only screen and (max-width: 1200px) {
  #content .utilisation_container.utilisation_container_1 {
    margin: auto;
  }
}
#content .utilisation_container.utilisation_container_2 {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  #content .utilisation_container.utilisation_container_2 {
    margin: auto;
  }
}
#content .utilisation_container .utilisation_icon {
  text-align: center;
}
#content .utilisation_container .utilisation_icon img {
  width: 79px;
}
#content .utilisation_container .utilisation_title {
  text-align: center;
  font-size: 23px;
  color: #d44413;
  border: 2px solid #d44413;
  border-radius: 6px;
  padding: 2px 0;
  margin: 10px 0 21px;
}
#content .utilisation_container .utilisation_content p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #868686;
}
#content .utilisation_container .utilisation_content p span {
  color: #494141;
}
#content .utilisation_container .utilisation_content p a {
  color: #d44413;
}
#content .examples_container {
  width: 626px;
  margin: 63px auto 0;
}
@media only screen and (max-width: 980px) {
  #content .examples_container {
    width: 100%;
  }
}
#content .examples_container h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #494141;
  margin: 0 0 35px;
}
#content .examples_container .examples {
  width: 100%;
}
#content .examples_container .example {
  position: relative;
  width: 176px;
  border-left: 16px #efeeee solid;
  border-right: 16px #efeeee solid;
  background: #494141;
  padding: 29px 22px 16px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: "Myriad Pro", arial, sans-serif;
}
#content .examples_container .example:before {
  position: absolute;
  top: -16px;
  left: 0;
  content: " ";
  width: 100%;
  height: 32px;
  background: url(../img/icon-down.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 980px) {
  #content .examples_container .example {
    display: block;
    margin: 0 auto 25px;
    border: 0;
  }
}
#content .text {
  padding: 20px 20px 20px 0;
}
#content .text h2 {
  text-align: left;
}
#content hr {
  margin: auto;
  border: 0;
  height: 1px;
  background: #d9d9d9;
}
/*
 * Form
 */
#comparateur {
  position: relative;
  width: 100%;
  margin: 15px auto 0;
}
#comparateur > ._cell {
  background: #ececec;
  padding: 25px 16px 16px 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell {
    display: block;
    width: 100% !important;
    margin-bottom: 2px;
  }
}
#comparateur > ._cell label {
  font-size: 27px;
  font-weight: normal;
  display: block;
  color: #494141;
  text-transform: uppercase;
  font-family: "Helvetica Bold", arial, sans-serif;
}
#comparateur > ._cell .help {
  display: block;
  width: 168px;
  color: #868686;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 15px;
  margin-top: 12px;
  padding-left: 9px;
}
#comparateur > ._cell input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  height: 38px;
  padding-left: 5px;
  font-size: 16px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #494141;
}
#comparateur > ._cell .button_comparateur {
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#comparateur > ._cell.poids_form {
  width: 210px;
  border-right: 5px solid #efeeee;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell.poids_form {
    border-right: 0;
  }
}
#comparateur > ._cell.poids_form ._cell {
  vertical-align: middle;
}
#comparateur > ._cell.poids_form input {
  width: 153px;
}
#comparateur > ._cell.poids_form .poids_unites {
  padding-left: 9px;
}
#comparateur > ._cell.poids_form .poids_unites .poids_unite:first-child {
  margin-bottom: 4px;
}
#comparateur > ._cell.poids_form .poids_unites .poids_unite:last-child {
  padding-bottom: 2px;
}
#comparateur > ._cell.poids_form .poids_unites .button_comparateur {
  padding: 1px 7px;
  background: #b1b1b1;
  color: #fff;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 15px;
}
#comparateur > ._cell.poids_form .poids_unites .button_comparateur:hover,
#comparateur > ._cell.poids_form .poids_unites .button_comparateur.selected {
  background: #494141;
}
#comparateur > ._cell.pays_form {
  width: 338px;
  border-right: 5px solid #efeeee;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell.pays_form {
    border-right: 0;
  }
}
#comparateur > ._cell.pays_form ._table {
  margin-top: 12px;
}
#comparateur > ._cell.pays_form ._cell {
  vertical-align: middle;
}
#comparateur > ._cell.pays_form input {
  width: 251px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell.pays_form input {
    width: 153px;
  }
}
#comparateur > ._cell.pays_form .button_liste {
  display: inline-block;
  margin-left: 9px;
  color: #494141;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 15px;
  border: 2px solid #494141;
  padding: 1px 9px;
  background: #fff;
}
#comparateur > ._cell.pays_form .pays_liste_container {
  display: none;
}
#comparateur > ._cell.pays_form #pays_liste {
  margin-top: 5px;
  background: #fff;
  width: 251px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell.pays_form #pays_liste {
    width: 153px;
  }
}
#comparateur > ._cell.pays_form #pays_liste > a {
  width: 251px;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  #comparateur > ._cell.pays_form #pays_liste > a {
    width: 153px;
  }
}
#comparateur > ._cell.acheminement_form label {
  font-size: 18px;
  text-transform: none;
}
#comparateur > ._cell.acheminement_form .acheminements {
  margin: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
}
#comparateur > ._cell.acheminement_form .acheminement_container {
  display: block;
  width: 50%;
  float: left;
  margin: 5px 0;
  text-align: center;
}
#comparateur > ._cell.acheminement_form .acheminement {
  display: inline-block;
  padding: 5px 0;
  width: 93px;
  font-size: 12px;
  text-align: center;
  font-family: "Helvetica", arial, sans-serif;
  background: #d44413;
  color: #fff;
}
#comparateur > ._cell.acheminement_form .acheminement:hover,
#comparateur > ._cell.acheminement_form .acheminement.selected {
  background: #fff;
  color: #d44413;
}
#comparateur .comparateur-info {
  display: none;
  position: fixed;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20px;
  width: 300px;
  color: #fff;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  #comparateur .comparateur-info {
    width: 100%;
    top: 0;
  }
}
#comparateur .comparateur-info.comparateur-info-success {
  background: rgba(0, 128, 0, 0.9);
}
#comparateur .comparateur-info.comparateur-info-load {
  background: rgba(255, 0, 0, 0.9);
}
/*
 * Resultats
 */
#results table {
  text-align: center;
  border-radius: 0;
  background: #fff;
  border-right: 0;
}
#results table th {
  background: #494141;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 0 !important;
}
#results table .nom_col {
  color: #494141;
  font-size: 13px;
}
#results table #description_col {
  width: 400px;
}
#results table #prix_col {
  width: 80px;
}
#results table .prix_col {
  color: red;
  font-size: 15px;
  font-weight: bold;
}
#results table tr.result {
  cursor: pointer;
}
#results table tr.result:hover td {
  background: #eee;
}
/*
 * Colonne de droite
 */
/*
 * Sidebar
 */
#sidebar hr {
  margin: 5px 0;
}
#sidebar hr.space {
  margin: 50px 0 5px;
}
#sidebar .thumbnail {
  margin-bottom: 0;
}
#sidebar nav ul li {
  list-style: none;
}
#sidebar nav ul li a {
  display: block;
  border-bottom: 1px solid #fff;
  margin: 0;
  text-shadow: none;
}
#sidebar nav ul li a > span {
  display: block;
  float: right;
  margin-top: 8px;
  border-top-color: #d44413;
  border-bottom-color: #d44413;
}
#sidebar nav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #d44413;
  text-shadow: none;
}
#sidebar nav ul li a:hover > span {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#sidebar ._page {
  padding: 0 5px;
}
/*
 * Menu cascade
 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
@media only screen and (max-width: 770px) {
  .dropdown-submenu > .dropdown-menu {
    left: 30%;
    top: 100%;
  }
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.ui-widget-content {
  background: #fff !important;
  max-width: 251px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 5px;
}
.ui-widget-content li {
  list-style: none;
}
.ui-widget-content li a {
  color: #494141;
}
@media only screen and (max-width: 770px) {
  .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
}
