.cms-glb .container {
  max-width: none;
}
.cms-glb .container .cms {
  max-width: none;
}
.cms-glb div.glb-votre-whoweare-header {
  background: #f86300;
}
.cms-glb div.glb-votre-whoweare-header .col-lg-6 {
  float: none;
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.cms-glb div.glb-votre-whoweare-header .col-lg-6 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .cms-glb div.glb-votre-whoweare-header .col-lg-6 {
    display: block;
    margin: 0;
    width: 100%;
  }
  .cms-glb div.glb-votre-whoweare-header .col-lg-6 h1 {
    padding: 50px 0;
  }
}
.cms-glb div.glb-votre-whoweare-header h1 {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
}
.cms-glb div.glb-votre-whoweare-content {
  width: auto;
  padding: 0;
  max-width: 1024px;
  margin: 0 auto;
}
.cms-glb div.glb-votre-whoweare-content-section {
  margin-top: 50px;
}
.cms-glb div.glb-votre-whoweare-content-section h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 36px;
}
.cms-glb div.glb-votre-whoweare-content-section h2 span {
  color: #f86300;
}
@media screen and (max-width: 1024px) {
  .cms-glb div.glb-votre-whoweare-content-section h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cms-glb div.glb-votre-whoweare-content-section h2 {
    font-size: 19px;
  }
}
.cms-glb div.glb-votre-whoweare-content-section p {
  font-size: 14px;
}
.cms-glb div.glb-votre-whoweare-content-section .row {
  margin-top: 50px;
}
.cms-glb div.glb-votre-whoweare-content-section .row img {
  display: inline-block;
  max-width: 100%;
}
.cms-glb div.glb-votre-whoweare-content-section .row p {
  text-align: justify;
  margin-bottom: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .cms-glb div.glb-votre-whoweare-content-section .row p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.brand-gallery {
  display: table;
  width: 100%;
  text-align: center;
}
.brand-gallery div {
  display: table-cell;
  width: 25%;
  padding: 20px;
  vertical-align: middle;
}
.brand-gallery div div {
  border: 4px #d2d7d9 solid;
  padding: 30px;
  height: 200px;
}

.key-number {
  display: table;
  width: 100%;
}
.key-number div {
  display: table-cell;
  width: 25%;
  padding: 20px;
  vertical-align: bottom;
  text-align: center;
}
.key-number div span {
  text-align: center;
  padding: 18px 10px 0;
  font-size: 37px;
  display: inline-block;
}
.key-number div h4 {
  text-align: center;
  text-transform: uppercase;
}
.key-number + div div {
  display: table-cell;
  width: 50%;
}

address p {
  padding-left: 0 !important;
}

@media screen and (max-width: 1200px) {
  .brand-gallery div {
    display: block;
    width: 100%;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
  }
  .brand-gallery div div {
    height: inherit;
  }
  .brand-gallery div span {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .key-number div {
    display: block;
    width: 100%;
  }
  .key-number div + div div {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=cms-global-whoweare.css.map */