body {
  width: 100%;
  height: 100%;
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
  color: #50462A;
  background-color: #1F2C4C; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #001852; }

p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
  color: #001852; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 35px;
      font-size: 18px;
      line-height: 1.6; } }

a {
  color: #001852;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: black; }

.light {
  font-weight: 400; }

.no-padding {
  padding: 0 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-bottom: 3px solid #001852; }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #3C3932; }
    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-brand img {
    display: none;
    height: 44px;
    width: auto;
    margin-left: 40px; }
  .navbar-custom .nav li a {
    text-shadow: none;
    color: #001852;
    font-weight: bold;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
    .navbar-custom .nav li a:hover {
      color: #fff;
      background-color: #001852; }
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 10px 0;
      letter-spacing: 1px;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out; }
      .navbar-custom.top-nav-collapse {
        padding: 0; }
        .navbar-custom.top-nav-collapse .navbar-brand img {
          display: inline-block; } }
  @media (max-width: 767px) {
    .navbar-custom .nav li a {
      color: #3C3932;
      text-shadow: none; }
      .navbar-custom .nav li a:hover, .navbar-custom .nav li a.active {
        color: #fff;
        background-color: #001852; } }
  @media (max-width: 900px) and (min-width: 740px) {
    .navbar-custom .navbar-brand {
      display: none; } }

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg-darken.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .brand-heading {
      font-size: 40px; }
    .intro .intro-body .intro-text {
      font-size: 28px;
      margin: 40px 0;
      text-shadow: 2px 2px 2px #C4C4C4; }
  @media (min-width: 768px) {
    .intro {
      height: 100%;
      padding: 0; }
      .intro .intro-body .brand-heading {
        font-size: 100px; }
      .intro .intro-body .intro-text {
        font-size: 32px; } }

.introLogoContainer {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 400px;
  height: 300px;
  line-height: 300px; }
  .introLogoContainer img {
    vertical-align: middle;
    width: 260px;
    height: auto; }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s; }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }

.icon-item {
  text-align: center; }
  .icon-item img {
    width: 150px;
    height: auto;
    margin: auto; }
  .icon-item p {
    text-align: center;
    margin-top: 20px; }

#partenaires .icon-item img {
  width: 200px; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.bg-white {
  background-color: #fff; }

.bg-dark {
  background-color: #162034; }
  .bg-dark p {
    color: #fff; }

#about {
  font-size: 26px; }
  #about img {
    margin: auto;
    max-width: 300px; }
    @media (max-width: 767px) {
      #about img {
        margin-bottom: 30px; } }
  #about p {
    text-align: center;
    padding-left: 30px;
    margin-bottom: 15px; }
  #about span {
    vertical-align: middle; }
  #about #about-logos img {
    width: 120px;
    height: auto; }
  #about #about-logos div.qualified {
    font-size: 16px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    background-color: #1F2C4D; }
    #about #about-logos div.qualified span {
      color: #fff; }

#contact {
  color: #fff; }
  #contact h2 {
    color: #fff; }
  #contact p {
    color: #fff;
    margin: 10px 0 10px 0;
    font-weight: bold;
    font-size: 24px; }
    #contact p.name {
      font-weight: normal;
      font-size: 20px; }
    #contact p.email a {
      color: #fff; }
      #contact p.email a:hover {
        color: #fff;
        text-decoration: underline; }
    #contact p.phone {
      font-size: 28px;
      margin-top: 40px; }
      #contact p.phone span {
        padding: 18px;
        border: 3px solid #fff;
        border-radius: 70px;
        vertical-align: middle;
        line-height: 32px; }
      #contact p.phone i {
        margin-right: 12px;
        font-size: 38px;
        vertical-align: middle; }
    #contact p.social {
      font-size: 22px;
      margin-top: 40px;
      line-height: 36px;
      font-weight: normal; }
      #contact p.social i {
        font-size: 36px;
        vertical-align: middle; }
  #contact .contact-section {
    padding: 60px 0;
    width: 100%;
    color: white;
    background: url(../img/tarifs-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 0; }

@media (min-width: 767px) {
  .download-section {
    padding: 100px 0; }

  #map {
    height: 400px;
    margin-top: 0; } }
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #001852;
  color: #001852;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 1px solid #001852;
    outline: none;
    color: black;
    background-color: #001852; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    margin: 0; }
  footer a {
    color: #C8B37A; }
    footer a:hover {
      color: #E6D8B0; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(0, 24, 82, 0.75);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
        padding: 0 15px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

#prestations .portfolio-item {
  margin: 20px 0 20px;
  right: 0; }
  #prestations .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 30px 0 0 0;
    height: 70px; }
    #prestations .portfolio-item .portfolio-caption h4 {
      font-size: 16px;
      margin: 0; }
    #prestations .portfolio-item .portfolio-caption h5 {
      margin: 10px 0;
      font-size: 12px;
      color: #6A544B;
      font-weight: normal;
      text-transform: none; }
#prestations * {
  z-index: 2; }

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto; }
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 60px 0;
  text-align: center; }
  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 999; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #001852;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051; }
    .portfolio-modal .close-modal .lr .rl {
      height: 75px;
      width: 1px;
      background-color: #001852;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      z-index: 1052; }
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none; }

.location-gallery-container {
  padding: 50px 30px; }

#links {
  margin: 30px 0; }

/*# sourceMappingURL=styles.css.map */
