@charset "UTF-8";
/*
 * Import files
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css");
body {
  padding: 0;
  margin: 0;
}

.non-break {
  white-space: nowrap;
  display: inline-block;
}

.splitBox {
  overflow: hidden;
}
.splitBox .box-left {
  padding: 0 15px 9999px 9999px;
  margin: 0 -15px -9999px -9999px;
}
.splitBox .box-right {
  padding: 0 9999px 9999px 15px;
  margin: 0 -9999px -9999px -15px;
}

.the-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.the-content ul li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
}
.the-content ul li:before {
  content: "•";
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.the-content ul li ul li:before {
  content: "○";
  font-size: 16px;
}
.the-content ol {
  padding: 0;
  margin: 0 0 20px;
  counter-reset: top-level-ol-counter;
  list-style: none;
}
.the-content ol > li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  counter-increment: top-level-ol-counter;
  position: relative;
}
.the-content ol > li:before {
  content: counter(top-level-ol-counter);
  position: absolute;
  top: 0;
  left: 0;
}
.the-content ol > li ol {
  padding-top: 10px;
  padding-bottom: 0;
  counter-reset: child-level-ol-counter;
}
.the-content ol > li li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: child-level-ol-counter;
}
.the-content ol > li li:before {
  content: counter(child-level-ol-counter, lower-roman);
}
.the-content .gallery {
  padding: 40px 0;
}

.gfield.gform_validation_container {
  display: none;
}
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  color: darkred;
}
.gfield input,
.gfield textarea {
  border: 0;
}

.gform_confirmation_message {
  color: darkgreen;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

a {
  outline: 0;
  text-decoration: none;
}

a:visited {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

/*
 * Variables
 */
/*
 * Styles
 */
.wow {
  visibility: hidden;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

input {
  outline: none;
}

select {
  outline: none;
}

textarea {
  outline: none;
}

html, body {
  font-family: "Montserrat", sans-serif;
  color: black;
  padding: 0;
  margin: 0;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

ul.social-share li {
  list-style-type: none;
}
ul.social-share a {
  display: inline-flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: white;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.4s ease-in-out;
}
ul.social-share a:hover {
  opacity: 0.6;
}
ul.social-share a.btn-share-linked {
  background-color: #3b7db2;
  font-size: 1.4em;
}
ul.social-share a.btn-share-facebook {
  background-color: #496097;
  font-size: 1.2em;
}
ul.social-share a.btn-share-twitter {
  background-color: #598DCA;
  font-size: 1.2em;
}
ul.social-share a.btn-share-mail {
  background-color: #53B2BD;
  font-size: 1.2em;
}

#smoothup {
  opacity: 0;
  transition: 0.4s ease-in-out;
  position: fixed;
  background-color: black;
  font-size: 1.5em;
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
  color: white;
}

#smoothup.on {
  opacity: 1;
}

/*
 * Import responsive
 */
@media (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
  }
}
@media (max-width: 1279px) {
  header .navbar-collapse {
    width: 40%;
    right: -40%;
  }
}
@media (max-width: 991px) {
  main #equipe .content {
    margin-left: 0;
  }
  main #equipe .list-membres .membre {
    margin-bottom: 50px;
  }
  main #services {
    margin-top: 200px;
  }
  main #services .separator {
    display: none;
  }
  main #solutions h2 {
    margin-bottom: 70px;
  }
}

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