/*-----------------
Voile : https://getcssscan.com/css-box-shadow-examples
------------------*/
.voile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  background: url(../images/black-transparent.png);
  /*display: none;*/
}
.form-rappel-popup {
  position: fixed;
  background: #ffffff;
  border: 1px solid #000000;
  width: 300px;
  /*display: none;*/

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.box-form-rappel-popup {

}
.box-form-rappel-popup::before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(3deg, #f8cc00, #222222);
}
.box-form-rappel-popup .title-form-rappel-popup {
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
}
.btn-linear-gradient {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(to bottom right, #f8cc00, #222222);
}
.btn-linear-gradient:hover {
  background: linear-gradient(to bottom right, #000000, #f8cc00);
}
.btn-form-rappel-popup {
  float: right;
  padding: 10px;
}
.ctn-form-rappel-popup {
  padding: 10px;
}
.close-box-form-rappel-popup {
  width: 32px;
  height: 32px;
  background: url(../images/icons/close.png) center center no-repeat;
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
}
/*--------------------
Header
---------------------*/
header {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #ffffff;

  box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 10px rgba(0, 0, 0, 0.1);
}
.form-rappel {
  position: absolute;
  top: 20px;
  left: 20px;
}
.icon-rappel {
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
  background: #000000;
  color: #f8cc00;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  display: none;

  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.icon-rappel:hover {
  background: #f8cc00;
  color: #000000;
}
.icon-appel {
  position: absolute;
  right: 30px;
  top: 0px;
  cursor: pointer;
}
.icon-appel a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #f8cc00;
  text-align: center;
  /*display: none;*/

  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.icon-appel a:hover {
  background: #000000;
  color: #f8cc00;
}
#logo {
  text-align: left;
}
#logo img {
  width: 120px;
}
.navigation {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.ctn-navigation {
  padding: 10px;
}
.ctn-navigation a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 900;
  text-align: center;
  background: #000000;
  color: #ffffff;
}
.ctn-navigation a:hover {
  background: #f8cc00;
  color: #000000;
}

/*----------------
Contenu de la page
-----------------*/
#page {
  padding-top: 94px;
}
.width-1024 {
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
}
h1 {
  font-weight: 100;
  text-align: center;
  margin: 50px 0;
}
h1 span {
  width: 500px;
  display: inline-block;
}
.liste-simulateur {
  margin: 100px -20px 0 -20px;
}
.box-simulateur {
  background: #000000;/*linear-gradient(3deg, #333333, #eeeeee);*/
  padding: 10px;
}
.box-simulateur::after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(3deg, #f8cc00, #222222);
}
.ctn-box-simulateur {
  padding: 50px 10px;
}
.ctn-box-simulateur a {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;

  background-color: transparent;
  background-image: linear-gradient(-10deg, #f8cc00 50%, #ffffff 69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ctn-box-simulateur a:hover {
  color: #000000;
}
.cta {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -50px;
}
.cta a {
  display: inline-block;
  padding: 10px;
  background: #000000;
  color: #f8cc00;
  font-weight: 900;
}
.bulle-50-percent {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -65px;
  z-index: 5;
}
.simulateur-montre {
  background: #525754 url(../images/icons/montre.png) center center no-repeat;
}
.simulateur-or {
  background: #909090 url(../images/icons/or.png) center center no-repeat;
}
.simulateur-diamant {
  background: #525754 url(../images/icons/diamant.png) center center no-repeat;
}
.simulateur-bijou {
  background: #909090 url(../images/icons/bijou.png) center center no-repeat;
}
.qui-sommes-nous {
  background: linear-gradient(-20deg, #000000, #ffffff);
  padding: 30px 0;
  /* background: radial-gradient(#e66465, #9198e5);*/
}
.ctn-who-right {
  float: right;
  width: 45%;
  color: #ffffff;
  padding: 20px;
  font-weight: 100;
}
.ctn-who-left {
  float: left;
  width: 45%;
  text-align: center;
  margin-top: 10px;
}
.ctn-who-left img {
  width: 300px;
}
.box-metier-shadow {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -ms-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.metier-desc {
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 14px;
}
.metier-img img {
  width: 100%;

  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.metier-img {
  margin-bottom: 20px;
  overflow: hidden;
  height: 164px;
}
.metier-img a {
  display: block;
}
.metier-img a img:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.coeur-metier {
  margin: 0 -20px;
}
.box-metiers {
  min-height: 382px;
}
.box-horaire {
  padding: 60px 0px;
}
.box-horaire::after {
  content: "";
  background: #f8cc00;
  position: absolute;
  width: 35%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.left-60 {
  float: left;
  width: 55%;
  padding: 20px;
}
.right-35 {
  float: right;
  width: 35%;
}
.box-child-ctn {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  margin: 30px;
  top: -20px;
  right: 60px;
  color: #ffffff;
  padding: 20px;
  width: 300px;
}
.adresse-map,
.ctn-horaire {
  font-size: 13px;
}
.ctn-horaire {
  color: #f8cc00;
}
.ctn-horaire .jour {
  width: 70px;
  display: inline-block;
}
.ctn-horaire p {
  padding-left: 45px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ctn-horaire p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  background: url(../images/icons/hour.png) center center no-repeat;
}
.adresse-map {
  min-height: 48px;
  padding-left: 45px;
  padding-top: 5px;
}
.adresse-map a {
  color: #f8cc00;
}
.adresse-map a:hover {
  color: #ffffff;
}
.adresse-map::before {
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/icons/map.png) center center no-repeat;
}
.ml {
  margin: 20px 0;
  padding: 10px;
}
.ml-editeur, .ml-hebergement, .ml-propriete, .ml-validite,
.ml-liens, .ml-droits, .ml-donnees-perso, .ml-mode-paiement {
  padding-left: 90px;
  padding-top: 2px;
  padding-bottom: 10px;
}
.ml-editeur {
  background: url(../images/icons/editor.png) left center no-repeat;
}
.ml-hebergement {
  background: url(../images/icons/hebergement.png) left center no-repeat;
}
.ml-propriete {
  background: url(../images/icons/property.png) left center no-repeat;
}
.ml-validite {
  background: url(../images/icons/validite.png) left center no-repeat;
}
.ml-liens {
  background: url(../images/icons/links.png) left center no-repeat;
}
.ml-droits {
  background: url(../images/icons/droits.png) left center no-repeat;
}
.ml-donnees-perso {
  background: url(../images/icons/donnees-perso.png) left center no-repeat;
}
.ml-mode-paiement {
  background: url(../images/icons/mode-paiement.png) left center no-repeat;
}
.box-qui-sommes-nous {
  background: linear-gradient(-3deg, #000000, #555555);
  margin-top: 90px;
  color: #ffffff;
  padding-top: 2px;
}
.titre-qui-sommes-nous {
  color: #f8cc00;
}
.les-services {
  margin: 0 -10px;
}
.service-grid {
  float: left;
  width: 16.6666%;
  padding: 10px;
  text-align: center;
}
.box-service-grid {
  background: linear-gradient(1deg, #ffffff, #555555);
  padding: 20px;
  color: #000000;
}
.service-grid-txt {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 900;
}
.meilleur-service-left {
  position: absolute;
  width: 40%;
  background: #f8cc00;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}
.meilleur-service-img {
  position: absolute;
  background: rgba(44, 44, 55, 0.6);
  width: 80%;
  left: 60px;
  top: 10px;
  bottom: -30px;
  text-align: center;
  z-index: 2;
  padding-top: 30px;
}
.meilleur-service-img img {
  width: 80%;
}
.meilleur-service-right {
  float: right;
  width: 55%;
  padding: 80px 10px;
}
.qsn-left {
  float: left;
  width: 45%;
  padding: 80px 10px;
}
.qsn-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg, #555555, #ffffff);
  width: 50%;
}
.qsn-right-img {
  text-align: center;
  position: absolute;
  right: 20px;
  top: -20px;
  left: -10px;
}
.qsn-right-img img {
  width: 100%;
}
.page-form {
  float: left;
  width: 60%;
  padding: 20px;
}
.fb-localisation {
  float: right;
  width: 35%;
}
.fb-localisation iframe {
  width: 100%;
  height: 350px;
}
.fb-btn {
  background: #f8cc00;
  color: #000000;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 900;
}
.fb-btn:hover {
  color: #f8cc00;
  background: #000000;
}
.field-l {
  float: left;
  width: 45%;
}
.field-r {
  float: right;
  width: 45%;
}
.onglet-nav-catalogue {
  text-align: center;
  margin-bottom: 30px;
}
.onglet-nav-catalogue a {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  background: linear-gradient(65deg, #000000, #f8cc00);
}
.box-filter-catalogue {
  float: left;
  width: 23%;/* EGP@Cadm.23 */
}
.ctn-form-filter {
  padding: 10px;
}
.title-filter {
  font-weight: 900;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background: #333222;
  color: #ffffff;
  font-size: 14px;
}
.list-product-catalogue {
  float: right;
  width: 75%;
}
.btn-go {
  padding: 25px 10px;
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 10px 0;
  background: #f8cc00 url(../images/icons/filtre.png) center center no-repeat;
}
.btn-go:hover {
  background: #b99800 url(../images/icons/filtre.png) center center no-repeat;
}
.list-catalogue {
  margin: 0 -10px;
}
.produit-catalogue-list {
  float: left;
  width: 33.3333%;
  padding: 0 10px 10px 10px;
}
.box-produit-catalogue-detail {
  padding: 10px;
}
.box-produit-catalogue-img {
  min-height: 160px;
}
.box-produit-catalogue-img img {
  width: 100%;
}
.box-produit-catalogue-img a {
  display: block;
}
.box-produit-catalogue-detail {
  text-align: center;
}
.marque-produit {
  font-weight: 900;
  font-size: 16px;
}
.modele-produit {
  font-size: 13px;
  color: #5d5d5b;
  margin: 10px 0;
}
.prix-produit {
  font-size: 25px;
  font-weight: 700;
  border-top: 1px solid #5d5d5b;
  padding-top: 10px;

  background-color: transparent;
  background-image: linear-gradient(9deg, #f8cc00 10%, #222222 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-result-filtre {
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
.content-filtre {
  padding: 10px 10px 10px 48px;
  font-size: 13px;
}
.icon-filtre {
  width: 32px;
  background: #d9f3fc url(../images/icons/jauge.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.icon-filter-open {
  cursor: pointer;
}
.filter-btn-delete {
  width: 15px;
  background: url(../images/icons/close-error.png) center center no-repeat;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.filter-btn-delete a {
  display: block;
  width: 100%;
  height: 100%;
}
.filter-content {
  padding: 5px;
  padding-right: 30px;
  /*width: 230px;*/
  display: inline-block;
  vertical-align: middle;
}
.produit-vendu {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 180px;
  height: 100px;
  z-index: 5;
  background: url(../images/icons/produit-vendu.png) center center no-repeat;
}
.box-catalogue-vide {
  padding: 150px 10px;
  background: #ffffff;
  text-align: center;
}
.file-ariane {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.visuel-principal-produit {
  margin-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}
.visuel-principal-produit a {
  display: block;
}
.visuel-principal-produit img {
  width: 100%;
}
.details-produit {
  padding: 10px;
  background: linear-gradient(0deg, #000000, #f8cc00);
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.content-produit {
  padding: 10px;
}
.label-produit {
  font-weight: bold;
  font-size: 15px;
}
.value-produit {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.descriptif-detaille {
  padding-left: 45px;
}
.icon-marque {
  background: url(../images/icons/marques.png) left center no-repeat;
}
.icon-modele {
  background: url(../images/icons/modele.png) left center no-repeat;
}
.icon-boitier {
  background: url(../images/icons/boitier.png) left center no-repeat;
}
.icon-bracelet {
  background: url(../images/icons/bracelet.png) left center no-repeat;
}
.icon-mouvement {
  background: url(../images/icons/mouvement.png) left center no-repeat;
}
.icon-date-achat {
  background: url(../images/icons/calendrier.png) left center no-repeat;
}
.icon-garantie-dorigine,
.icon-garantie {
  background: url(../images/icons/protege.png) left center no-repeat;
}
.icon-mode-demploi {
  background: url(../images/icons/manuel.png) left center no-repeat;
}
.icon-facture-dorigine {
  background: url(../images/icons/facture-dachat.png) left center no-repeat;
}
.icon-certificat-dauthenticité,
.icon-certificat-cosc {
  background: url(../images/icons/certificat.png) left center no-repeat;
}
.icon-document-de-service {
  background: url(../images/icons/document.png) left center no-repeat;
}
.icon-ecrin-dorigine {
  background: url(../images/icons/ecrin.png) left center no-repeat;
}
.btn-demande {
  margin-top: 15px;
}
.btn-demande a {
  display: block;
  padding: 15px 10px;
  background: #f8cc00;
  color: #000000;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.btn-demande a:hover {
  color: #f8cc00;
}
.btn-demande a .width-slide {
  background: #000333;
  display: block;
  position: absolute;
  width: 0px;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;

  transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -webkit-transition: width 0.2s;
}
.btn-demande a .texte-btn-demande {
  z-index: 3;
  padding: 15px 10px;
}
.btn-demande a:hover .width-slide {
  width: 100%;
}
.autres-image {
  float: left;
  width: 33.3333%;
}
.autres-image img {
  width: 100%;
}
.autre-produit {
  float: left;
  width: 25%;
  padding: 10px;
}
.modele-ap,
.marque-ap,
.prix-ap {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.icon-marque-ap {
  font-weight: 900;
  background: url(../images/icons/marques.png) left center no-repeat;
}
.icon-modele-ap {
  background: url(../images/icons/modele.png) left center no-repeat;
}
.icon-prix-ap {
  background: url(../images/icons/prix.png) left center no-repeat;
  font-size: 20px;
  font-weight: bold;
}
.prix-textuel {
  background-color: transparent;
  background-image: linear-gradient(90deg, #000333 30%, #993000 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-autre-produit-details::before {
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #333333 30%, #999999 79%);
}
.list-autre-produit-details {
  margin-top: 10px;
  padding: 10px;
}
.list-autre-produit-img img {
  width: 100%;
}
.img-404 {
  text-align: center;
}
.details-simulator {
  float: left;
  width: 35%;
  padding: 10px;
}
.content-simulator {
  padding: 10px;
  overflow: hidden;
}
.access-simulator {
  text-align: center;
  margin-bottom: 30px;
}
.access-simulator a {
  display: inline-block;
  padding: 10px;
  font-size: 13px;
}
.access-simulator a:hover {
  color: #000000;
}
.access-simulator-activ {
  color: #000000;
  font-weight: bold;
  position: relative;
}
.access-simulator-activ::after {
  content: "";
  background: linear-gradient(90deg, #333333 30%, #999999 79%);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 2px;
}
.content-simulator {
  float: right;
  width: 60%;
  padding: 10px;
}
.contact-telephonique {
  padding: 10px 5px;
  margin-top: 20px;
  text-align: center;
}
.box-form-slide {
  float: left;
  padding: 10px;
}
.next,
.btn-next {
  float: right;
  padding: 15px;
  text-align: center;
  background: #139cf2;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
}
.next:hover,
.prev:hover,
.btn-next:hover,
.btn-prev:hover {
  background: #eeeeee;
  color: #000000;
}
.prev,
.btn-prev {
  float: left;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  background: #139cf2;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.terminer {
  float: right;
  padding: 10px;
  text-align: center;
  border: 1px solid #33be40;
  background: #33be40;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.terminer:hover {
  background: #398439;
  color: #ffffff;
}
.content-form-slide {
  /*overflow: hidden;*/
}
#list-errors {
  color: #ff0000;
}
#valeur-estimation {
  text-align: center;
  font-size: 25px;
  padding: 10px 5px;
  margin-bottom: 20px;
  font-weight: 900;
  background: #333000;
  color: #f8cc00;
}
.montant-simulation {
  display: inline-block;
  padding: 20px;
  background: #333000;
  color: #f8cc00;
  text-align: center;
  font-size: 30px;
}
#resultat-chiffre-simulation {
  text-align: center;
}
.field-dimension {
  float: left;
  width: 30%;
  padding: 0 5px;
}
.multiplication {
  float: left;
  width: 5%;
  text-align: center;
  height: 72px;
  line-height: 72px;
  border: #333333 1px solid;
  background: #333333;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}
.content-form-slide-diamond {
  width: 3000px;
}
.box-form-slide-diamond {
  float: left;
  padding: 0 12px;
}
.box-taille-diamant {
  float: left;
  width: 33.3333%;
}
.taille-diamant {
  padding: 15px 10px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #eeeeee;
}
.taille-diamant:hover {
  background: #f8cc00;
}
.box-forme-diamant {
  float: left;
  width: 25%;
  margin: 10px 0;
}
.forme-diamant {
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #eeeeee;
  margin: 0 5px;
}
.forme-diamant:hover {
  background: #f8cc00;
}
.forme-activ {
  background: #139cf2 !important;
  color: #ffffff !important;
  border: #139cf2 solid 1px;
}
#valeur-poids,
#valeur-dimension {
  display: none;
}
.ctn-rob {
  /*margin: 0 -10px;*/
}
.box-rob {
  width: 25%;
  float: left;
  padding: 10px;
}
.img-rob img {
  width: 100%;
}
.link-rob a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 5px;
}
.link-rob a:hover {
  color: #000000;
}
.lien-simulation {
  margin: 20px 0;
  text-align: center;
}
.lien-simulation a {
  display: inline-block;
  padding: 15px 10px;
  font-size: 20px;
  background: #f8cc00;
}
.lien-simulation a:hover {
  background: #333000;
  color: #f8cc00;
}
.tableau {
  width: 100%;
  border-collapse: collapse;
}
.services-img,
.services-estimation {
  float: left;
  width: 40%;
  min-height: 430px;
  background: #000000;
}
.services-img img,
.services-estimation img {
  width: 100%;
  position: absolute;
  left: 20px;
  right: 10px;
  top: 80px;
}
.services-content {
  float: right;
  width: 55%;
}
.services-expertise {
  float: right;
  width: 40%;
  min-height: 430px;
  background: #f8cc00;
}
.services-expertise img {
  width: 100%;
  position: absolute;
  right: 20px;
  top: 80px;
}
.services-right {
  margin-top: 40px;
}
.services-content-second {
  float: left;
  width: 55%;
}
.estimation-montre-expertise {
  background: linear-gradient(-30deg, #000000 40%, #555456 70%);
}
.content-align {
  margin: 0 -10px;
}
.ctn-align {
  float: left;
  width: 25%;
  padding: 20px 10px;
}
.ctn-align-grid {
  background: #f8cc00;
  min-height: 400px;
}
.ctn-align-img img {
  width: 100%;
}
.ctn-align-title {
  padding: 10px;
  font-weight: 800;
}
.ctn-align-fonction {
  padding: 10px;
}
#error-form-rappel {
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 5px;
}
.img-boutique {
  float: left;
  width: 45%;
}
.img-boutique img {
  width: 100%;
}
.map-google {
  float: right;
  width: 45%;
}
.map-google iframe {
  width: 100%;
}




/*-----------------------------------------
Footer
------------------------------------------*/
footer {
  background: linear-gradient(0deg, rgba(248,204,0,0.9) 0%, rgba(0,0,0,0.9) 20%);
  margin-top: 50px;
}
#content-footer {
  padding: 30px 0;
}
.ctn-footer {
  margin: 0 -10px;
}
.ctn-ctn-footer {
  padding: 10px 0;
}
.ctn-ctn-footer a {
  display: block;
  color: #ffffff;
  padding: 5px 0;
  font-size: 12px;
}
.ctn-ctn-footer a:hover {
  color: #444444;
}
.titre-ctn-footer {
  font-weight: 700;
  font-size: 13px;
  color: #f8cc00;
}
.nos-horaires {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
}
.notre-maps {
  margin-top: 10px;
}
.notre-maps a,
.notre-tel-fixe a,
.notre-tel-portable a {
  color: #ffffff;
}
.notre-maps .icon-adresse,
.notre-tel-fixe .icon-tel-fixe,
.notre-tel-portable .icon-tel-port {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.notre-maps .icon-adresse {
  background: url(../images/icons/maps.png) center center no-repeat;
}
.notre-tel-fixe .icon-tel-fixe {
  background: url(../images/icons/fixe.png) center center no-repeat;
}
.notre-tel-portable .icon-tel-port {
  background: url(../images/icons/portable.png) center center no-repeat;
}
.notre-maps .maps-adresse {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
.copyright {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #000000;
  margin-top: 10px;
  color: #ffffff;
}
.text-copyright {
  margin-top: 10px;
}

.btn.btn-yellow {
  color: black;
  background: #fdd835;
}
.btn.btn-yellow:hover {
  background: #fbc02d;
}
.btn.btn-small {
  padding: 3px 7px;
  font-size: 11px;
}
.footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eeeeee;
  z-index: 30;
  display: none;
}
.ctn-footer-sticky {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 10px;
}
.ctn-footer-sticky a {
  display: block;
}
.text-sticky {
  font-size: 12px;
}
.icon-sticky img {
  width: 30px;
}

/* ------------------------------------------
  Bandeau
---------------------------------------------*/
.bandeau-home {
  margin-top: 43px;
  background: linear-gradient(0deg, rgba(248,204,0,1) 0%, rgba(0,0,0,1) 25%);
}
.home-left {
  float: left;
  width: 48%;
  padding: 20px;
  color: #ffffff;
}
.home-right {
  float: right;
  width: 50%;
  padding: 20px;
}
.home-right img {
  width: auto;
}
.title-level-1 {
  font-size: 50px;
  padding-top: 50px;
  color: #f8cc00;
}
.title-level-2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
.title-level-3,
.title-level-4 {
  width: 46%;
  text-align: center;
  text-transform: uppercase;
}
.title-level-3 {
  float: left;
}
.title-level-4 {
  float: right;
}
.title-level-5 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  margin-bottom: 30px;
}
.title-level-3 a {
  display: block;
  padding: 10px;
  background: #50bd00;
  color: #ffffff;
}
.title-level-4 a {
  display: block;
  padding: 10px;
  color: #000000;
  background: #f8cc00;
}
.title-level-3 a:hover {
  background: #40ae11;
}
.title-level-4 a:hover {
  background: #f8aa00;
}
