/*!
Theme Name:   Activis (Child Theme for Divi)
Theme URI: http://activis.ca
Author: Activis, votre agence web
Author URI: http://activis.ca
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activis
Template: Divi
*/
/**
 *
 * Activis CSS
 *
 */
/*
   Global
   ========================================================================== */
@media (min-width: 981px) {
  #main-header {
    position: fixed !important;
    top: 47px !important; } }

.grid-sizer {
  width: 100%; }
  @media (min-width: 981px) {
    .grid-sizer {
      width: 50%; } }
  @media (min-width: 981px) {
    .grid-sizer {
      width: 33.333333%; } }
  @media (min-width: 1100px) {
    .grid-sizer {
      width: 25%; } }

.teams {
  margin-left: -15px;
  margin-right: -15px; }
  .teams__member {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 24px 0;
    overflow: hidden; }
    @media (min-width: 981px) {
      .teams__member {
        width: 50%; } }
    @media (min-width: 981px) {
      .teams__member {
        width: 33.333333%; } }
    @media (min-width: 1100px) {
      .teams__member {
        width: 25%; } }
    .teams__member:hover .teams__image {
      margin: 0px !important; }
      .teams__member:hover .teams__image img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        -webkit-transition: all 500ms cubic-bezier(0.17, 0.69, 0.47, 0.995);
        -o-transition: all 500ms cubic-bezier(0.17, 0.69, 0.47, 0.995);
        transition: all 500ms cubic-bezier(0.17, 0.69, 0.47, 0.995); }
  .teams__image {
    overflow: hidden; }
    .teams__image img {
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
  .teams__description {
    background-color: #f3f3f3;
    padding: 24px;
    width: 100%;
    margin-top: -5px; }
  .teams__position {
    font-size: 13px;
    text-transform: uppercase; }
    .teams__position:after {
      content: ' ';
      display: block;
      width: 20px;
      margin: 5px 0 0;
      border: 1px solid; }

#isotope__container {
  z-index: 5;
  background-image: none; }
  #isotope__container .isotope__item:nth-child(3n) {
    margin-right: 0 !important; }

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.isotope__filters {
  position: relative;
  margin: 0 0 24px;
  padding: 24px 0;
  width: 100%;
  background-color: white;
  z-index: 10; }
  .isotope__filters .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 981px) {
      .isotope__filters .et_pb_row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .isotope__filters.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 981px) {
      .isotope__filters.fixed {
        top: 140px; } }
    .isotope__filters.fixed .et_pb_row {
      margin: 0 auto;
      width: 80%; }

.dropdown__wrapper {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 12px;
  background: #f1f1f1;
  border-left: 5px solid #ccc;
  cursor: pointer;
  outline: none; }
  @media (min-width: 981px) {
    .dropdown__wrapper {
      width: 275px;
      margin-right: 12px;
      margin-bottom: 0; } }

.dropdown__wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: grey transparent; }

.dropdown__wrapper .dropdown {
  position: absolute;
  top: 100%;
  left: -5px;
  right: 0;
  margin: 0;
  padding: 0 0 12px 0;
  list-style: none;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 999;
  pointer-events: none; }

.dropdown__wrapper .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .dropdown__wrapper .dropdown li a.selected {
    font-weight: 700; }

.dropdown__wrapper .dropdown li i {
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.dropdown__wrapper .dropdown li:hover a {
  color: #6797df; }

/* Active state */
.dropdown__wrapper.active:after {
  border-width: 0 6px 6px 6px; }

.dropdown__wrapper.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

.btn, .nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  position: relative;
  color: #e5e5e6;
  display: inline-block;
  font-size: 18px;
  background: #000000;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding: .3em 1em;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.give__some_space {
  margin: 36px 0 12px; }

.w-100 {
  width: 100%; }

@media (max-width: 980px) {
  .isotope__filters.stick_in_parent.is_stuck {
    top: 0px !important; } }

/*
   Search Page
   ========================================================================== */
/* Search Form */
.search-form {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #f1f1f1; }
  .search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .search-form form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .search-form select,
  .search-form input[type=search] {
    border: 0;
    padding: 18px 24px;
    color: black;
    border-radius: 2px;
    background: #f1f1f1; }
  .search-form input[type=search] {
    width: 100%;
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .search-form input[type=search] {
        margin: 0; } }
  .search-form #searchsubmit {
    width: 100%;
    margin: 0 0 12px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1;
    flex: 1 0 1;
    cursor: pointer;
    padding: 10px;
    width: 8%;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    margin: 20px 0px; }
    @media (min-width: 768px) {
      .search-form #searchsubmit {
        width: 200px;
        margin: 0 0 0 12px; } }

.search-results {
  margin: 24px 0 200px 0; }
  .search-results ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .search-results ul .results {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 18px 0; }
      .search-results ul .results:first-child {
        padding-top: 0; }
      .search-results ul .results__image {
        margin: 0 2em 0 0; }
        .search-results ul .results__image img,
        .search-results ul .results__image svg {
          width: 200px;
          margin: 6px 0 0 0;
          height: auto;
          border-radius: 2px; }
      .search-results ul .results__title {
        font-size: 1.2em;
        font-weight: bold; }
        .search-results ul .results__title .label {
          position: relative;
          top: -2px;
          font-weight: 300;
          margin-left: 8px;
          font-size: 11px;
          text-transform: uppercase;
          vertical-align: middle; }
      .search-results ul .results__permalink {
        color: black;
        margin: 0 !important; }
      .search-results ul .results p:last-child {
        margin: 0; }

.search-result-info {
  text-align: left;
  color: #676767;
  font-size: 14px;
  padding-left: 8px;
  margin: 10px 0 10px 0; }

/**
 *
 * Page Numbers
 *
 */
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .post-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid black;
    border-right: none; }
    .post-navigation ul.page-numbers li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 36px;
      min-height: 36px;
      border-right: 1px solid black; }
      .post-navigation ul.page-numbers li span,
      .post-navigation ul.page-numbers li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 14px; }
        .post-navigation ul.page-numbers li span.next,
        .post-navigation ul.page-numbers li a.next {
          padding: 0 8px; }
      .post-navigation ul.page-numbers li span.current {
        background-color: black;
        color: white; }

/*
   Ninja Forms
   ========================================================================== */
.nf-before-form-content {
  display: none; }

/*
   Geo Targeting Helpers
   ========================================================================== */
.geoip-ca .menu-item.geoip-ca {
  display: none !important; }

.geoip-eu .menu-item.geoip-eu {
  display: none !important; }

.geoip-au .menu-item.geoip-au {
  display: none !important; }

.geoip-asi .menu-item.geoip-asi {
  display: none !important; }

.geoip-ch .menu-item.geoip-ch {
  display: none !important; }

.geoip-latam .menu-item.geoip-latam {
  display: none !important; }

.geoip-me .menu-item.geoip-me {
  display: none !important; }
