/* Projet Communic-Action Website (v1.0)
 * by Francois St-Onge, from Ethereal Sphere (www.etherealsphere.com)
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200italic,300,300italic,400,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

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

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1 {
  margin: 0 0 20px 0;
  font: normal 700 42px 'Roboto Condensed', Sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  color: #4756a4;
}

h2 {
  margin: 0;
  padding: 10px 0;
  font: normal 700 24px 'Roboto Condensed', Sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  color: #4756a4;
}

h3 {
  margin: 0;
  font: normal 100 48px 'Roboto', Sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-shadow: 1px 2px #222;
  color: #fff;
}

p {
  margin-bottom: 0;
  font: normal normal 300 20px 'Roboto', Sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  color: #222;
}

  p.left {
    text-align: left;
  }

  p.center {
    text-align: center;
  }

  p strong {
    font-weight: 700;
  }

span .overlayBlue {
  color: #4756a4;
}

.btn {
  border-radius: 0;
  font-family: 'Montserrat', Sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.btn-default {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #fff;
  background-color: #fff;
  outline: 0;
  color: #000;
}

.btn-defaultBlack {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}

.btn-defaultGray {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #888;
}

.btn-defaultBlack:hover,
.btn-defaultBlack:focus,
.btn-defaultGray:hover,
.btn-defaultGray:focus {
  border: 1px solid #222;
  background-color: #222;
  outline: 0;
  color: #fff;
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 1px 15px;
  border: 2px solid #fff;
  border-radius: 100%!important;
  background-color: transparent;
  font-size: 40px;
  color: #fff;
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  background-color: #fff;
  color: #000;
}

.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;
}

/* NAVIGATION */

.navbar-custom {
  margin-bottom: 0;
  background: url(../img/navbar-custom-bg.png) repeat left top;
  font-family: 'Montserrat', Sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.navbar-custom .navbar-brand .FR {
  display: inline-block;
  width: 257px;
  height: 20px;
  background: url(../img/communic-action_logoTextOnlyFR.png) no-repeat left top;
}

.navbar-custom .navbar-brand .EN {
  display: inline-block;
  width: 269px;
  height: 20px;
  background: url(../img/communic-action_logoTextOnlyEN.png) no-repeat left top;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom span.navDownArrow {
  margin-left: 4px;
  font-size: 12px;
}

.navbar-custom span.Global {
  padding-right: 4px;
}

.navbar-custom .nav li a {
  -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 {
  outline: 0;
  color: rgba(255,255,255,.8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

.navbar-custom .navbar-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu {
  min-width: 100%;
}

@media (min-width: 768px) {

  .navbar {
    padding: 20px 0;
    -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 {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -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;
    background: url(../img/navbar-custom-bg.png) repeat left top;
  }

  .top-nav-collapse {
    padding: 0;
  }
}

@media screen and (max-width: 348px) {

  .navbar-custom .navbar-brand {
    padding-top: 17px;
    padding-bottom: 17px;
  }

    .navbar-custom .navbar-brand .FR {
      display: inline-block;
      width: 203px;
      height: 16px;
      background: url(../img/communic-action_logoTextOnlyFR_Small.png) no-repeat left top;
    }

    .navbar-custom .navbar-brand .EN {
      display: inline-block;
      width: 215px;
      height: 16px;
      background: url(../img/communic-action_logoTextOnlyEN_Small.png) no-repeat left top;
    }

}

/* HEADER */

.intro {
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 130px 0;
  text-align: left;
  color: white;
}

  .intro .intro-body {
    display: table-cell;
    vertical-align: middle;
  }

  .intro .intro-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/section-bgPattern.png) repeat left top, rgba(0, 0, 0, 0.1);
    background-size: auto, auto;
    -webkit-background-size: auto, auto;
    -moz-background-size: auto, auto;
    -o-background-size: auto, auto;
  }

  .intro #logo {
    display: inline;
  }

    .intro #logo img.EN {
      width: 269px;
    }

    .intro #logo img.FR {
      width: 257px;
    }

  .intro .vid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    visibility: visible;
  }

    .intro .vid video {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
    }

  .intro .scroll-link {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 35px 0;
    text-align: center;
  }

    .intro .scroll-link a {
      display: inline-block;
      text-decoration: none;
    }

.contact-bg {
  background: url(../img/contact-bg.jpg) no-repeat center center;
  background-attachment: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.vid-bg {
  background: url(../img/vid-bg.jpg) no-repeat center center;
  background-attachment: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (min-width:767px) {

  .intro {
    height: 100%;
  }

}

@media screen and (max-width: 768px) {

    .intro .vid {
      display: none;
    }

  .contact-bg {
    background: url(../img/contact-bg.jpg) no-repeat right center;
    background-attachment: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

}

@media screen and (max-width: 414px) {

  .intro {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 130px 0;
    text-align: center;
    color: white;
  }

      .intro #logo img.EN,
      .intro #logo img.FR {
        width: 200px;
      }

  .contact-bg {
    background: url(../img/contact-bg.jpg) no-repeat -450px center;
    background-attachment: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

}

/* SECTIONS */

.contact-form {
  background: url(../img/section-bgWhite95.png) repeat left top, url(../img/contact-form-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  z-index: 100;
}

  .contact-form #emails {
    padding-left: 80px;
    background: url(../img/icon-plane.png) no-repeat 15px 0;
    background-size: 48px 48px;
  }

  .contact-form #lines {
    padding-left: 78px;
    background: url(../img/icon-lines.png) no-repeat 15px 0;
    background-size: 48px 48px;
  }

  #email-form {
    margin: 30px 0;
  }

    #email-form .UserFirstName {
      padding: 0 7px 0 15px;
    }

    #email-form .UserLastName {
      padding: 0 15px 0 8px;
    }

    #email-form select[name="to"], input[type="text"], #email-form input[type="email"], #email-form input[type="tel"], #email-form textarea, #email-form p.text-danger, #email-form p.alert-danger, #email-form p.alert-success { font: 400 12px/16px 'Montserrat', Sans-serif; }

    #email-form .to {
      margin: 0 0 5px;
      padding: 0 2px;
      height: 38px;
      border: 1px solid #ccc;
    }

    #email-form select[name="to"] {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 38px;
      min-width: 100%;
      background: transparent none no-repeat;
      border: none;
      color: #888;
      cursor: pointer;
  }

    #email-form fieldset {
      margin: 0 0 10px;
      padding: 0;
      width: 100%;
      min-width: 100%;
    	border: medium none !important;
      overflow: hidden;
    }

    #email-form input[type="text"], #email-form input[type="email"], #email-form input[type="tel"], #email-form textarea {
      margin: 0 0 5px;
    	padding: 10px;
    	width: 100%;
    	border: 1px solid #ccc;
    	background: transparent;
    }

    #email-form .to:hover, input[type="text"]:hover, #email-form input[type="email"]:hover, #email-form input[type="tel"]:hover, #email-form textarea:hover {
      border: 1px solid #222;
    	-webkit-transition:border-color 0.3s ease-in-out;
    	-moz-transition:border-color 0.3s ease-in-out;
    	transition:border-color 0.3s ease-in-out;
    }

    #email-form textarea {
      margin: 0;
    	height: 100px;
    	max-width: 100%;
      resize: none;
    }

    #email-form button[type="submit"] {
    	cursor: pointer;
    }

    #email-form input:focus, #email-form textarea:focus {
      border: 1px solid #999;
    	outline: 0;
    }
    ::-webkit-input-placeholder { color :#888; }
    :-moz-placeholder { color: #888; }
    ::-moz-placeholder { color: #888; }
    :-ms-input-placeholder { color: #888; }

@media screen and (max-width: 767px) {

  #email-form .UserFirstName,
  #email-form .UserLastName {
    padding: 0 15px;
  }

}

.mission {
  background: url(../img/section-bgWhite95.png) repeat left top, url(../img/mission-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  z-index: 100;
}

.office {
  background: url(../img/section-bgGray95.png) repeat left top, url(../img/philosophy-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
}

  .office #address {
    padding-left: 80px;
    background: url(../img/icon-map.png) no-repeat 15px 0;
    background-size: 48px 48px;
  }

  .office #hours {
    padding-left: 80px;
    background: url(../img/icon-clock.png) no-repeat 15px 0;
    background-size: 48px 48px;
  }

.philosophy {
  background: url(../img/section-bgPattern.png) repeat left top, url(../img/philosophy-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
}

.services {
  background: url(../img/section-bgGray95.png) repeat left top, url(../img/services-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
}

  .services .panel-custom {
    margin-bottom: 20px;
    background: transparent;
   }

  .services .panel-customBlue {
    border: 1px solid #4756a4;
  }

    .services .panel-customBlue ul {
      margin: 0;
      padding-left: 36px;
      list-style: none;
      font: normal 400 18px 'Roboto', Sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #4756a4;
    }

      .services .panel-customBlue li:before {
        font-family: 'FontAwesome';
      }

      .services .panel-customBlue .home li:before {
        margin: 0 16px 0 -34px;
        content: '\f015';
      }

      .services .panel-customBlue .shopping-cart li:before {
        margin: 0 16px 0 -34px;
        content: '\f07a';
      }

      .services .panel-customBlue .user li:before {
        margin: 0 20px 0 -34px;
        content: '\f007';
      }

      .services .panel-customBlue .phone li:before {
        margin: 0 16px 0 -34px;
        content: '\f095';
      }

      .services .panel-customBlue .leaf li:before {
        margin:0 16px 0 -34px;
        content: '\f06c';
      }

      .services .panel-customBlue .car li:before {
        margin: 0 13px 0 -34px;
        content: '\f1b9';
      }

      .services .panel-customBlue .cogs li:before {
        margin: 0 18px 0 -34px;
        content: '\f013';
      }

      .services .panel-customBlue .users li:before {
        margin: 0 14px 0 -34px;
        content: '\f0c0';
      }

      .services .panel-customBlue .taxi li:before {
        margin: 0 13px 0 -34px;
        content: '\f1ba';
      }

    .services ul.info {
      margin: 0;
      padding: 15px 16px 0px 52px;
      list-style: none;
      font: normal 700 14px 'Roboto', Sans-serif;
      line-height: 1.4;
      -webkit-font-smoothing: antialiased;
      color: #222;
    }

      .services .info li:before {
        font-family: 'FontAwesome';
      }

        .services .info li:before {
          margin: 0 22px 0 -34px;
          content: '\f05a';
        }

.contact-form,
.mission,
.office {
  padding: 35px 0;
}

.services {
  padding: 75px 0;
}

.philosophy {
  padding: 175px 0;
}

  .contact p.description,
  .mission p.description,
  .philosophy p.description {
    margin-bottom: 14px;
    font: italic 200 24px 'Roboto', Sans-serif;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
  }

  .contact p.description:last-child,
  .mission p.description:last-child,
  .philosophy p.description:last-child {
    margin-bottom: 0px;
  }

  .services p.description {
    margin-bottom: 40px;
    font: italic 200 24px 'Roboto', Sans-serif;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
  }

    .services span {
      font-weight: 400;
    }

  .services img.section-circle {
    margin: auto;
    padding-bottom: 40px;
  }

/* FOOTER */

footer.light {
  padding: 75px 0 25px;
  background: url(../img/section-bgWhite95.png) repeat left top, url(../img/contact-bg.jpg) no-repeat top center;
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
}

  footer #about-us {
    padding-left: 74px;
    background: url(../img/icon-aboutUs.png) no-repeat 9px 0;
    background-size: 48px 48px;
  }

  footer #contact-us {
    padding-left: 80px;
    background: url(../img/icon-pen.png) no-repeat 15px 0;
    background-size: 48px 48px;
  }

  footer #copyrights {
    min-height: 46px;
    opacity: 0.6;
    align-items: center; /* align vertical */
    -webkit-align-items: center;
  }

    footer #copyrights p {
      margin: 15px 0;
      font: normal normal 400 13px 'Montserrat', Sans-serif;
      -webkit-font-smoothing: antialiased;
      text-align: left;
    }

    footer #copyrights span.dark {
      color: #888;
    }

    footer #copyrights span.light {
      color: #fff;
    }

  footer .social {
    min-height: 46px;
    padding: 0 15px;
    font-size: 32px;
    text-align: right;
  }

    footer .social a {
      opacity: 0.6;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }

      footer .social a.dark {
        color: #888;
      }

        footer .social a.dark:hover {
          color: #222;
          opacity: 1;
        }

      footer .social a.light {
        color: #fff;
      }

        footer .social a.light:hover {
          opacity: 1;
        }

    footer .social #twitter,
    footer .social #google-plus {
      margin: 0 8px;
    }

    footer .social #facebook {
      margin: 0 14px;
    }

    footer .social #linkedin {
      margin-left: 8px;
    }

@media screen and (max-width: 768px) {

footer.light {
  padding: 75px 0 36px;
}

  footer #copyrights {
    min-height: inherit;
    justify-content: center; /* align horizontal */
    -webkit-justify-content: center;
  }

}

@media screen and (max-width: 414px) {

footer.light {
  padding: 75px 0 36px;
}

    footer #copyrights p,
    footer .social {
      margin: 0;
      text-align: center;
    }

    footer .social {
      margin: auto 0;
      padding-bottom: 24px;
    }

}

/* HEADER - SECTION - FOOTER COMMOMS */

  #lines {
    margin-bottom: 30px;
  }

  #about-us,
  #contact-us {
    margin-bottom: 60px;
  }

  #address p,
  #emails p,
  #hours p,
  #lines p {
    font: normal normal 400 16px 'Roboto', Sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
  }

@media screen and (max-width: 768px) {

  #about-us {
    margin-bottom: 30px;
  }

  #about-us {
    padding-left: 80px;
    background-position: 15px 0;
  }

}
