/*
 * Shards v1.0.0 (https://designrevision.com/product/shards)
 * Based on: Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 * Copyright 2017-* Catalin Vasile (http://catalin.me)
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono");
@media (max-width: 575px) {
  html {
    font-size: 15px;
  }
}

.landing-page--1 .welcome {
  position: relative;
  height: 65vh;
  min-height: 200px;
  max-height: 300px;
  background: url("https://cdn2.hubspot.net/hubfs/2136919/Recrutement/recrutement-thin.png") no-repeat center center fixed;
  background-size: cover;
}

.landing-page--1 .welcome:before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  /*background: #5f247b;*/
    background: #611c7de6;
    
}

@media (max-width: 767px) {
  .landing-page--1 .welcome .inner-wrapper {
    text-align: left;
  }
  .landing-page--1 .welcome .welcome-heading  {
        margin-top: -2rem;
        font-size: 1.352rem;
    letter-spacing: -0.0625rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 400px) {
  .landing-page--1 .welcome .welcome-heading {
   font-size: 1.115rem;
    line-height: 1.4;
  }
 
  h4, .h4 {
    font-size: 1.063rem;
  }
}

.landing-page--1 .section-title {
  position: relative;
}

.landing-page--1 .section-title:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #5f247b;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}


.landing-page--1 .feature .icon {
  border-radius: 50%;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
  font-size: 27px;
}

.landing-page--1 .section {
  border-bottom: 1px solid #eaebed;
}

.landing-page--1 .section-invert {
  background: #f9fafc;
}

.landing-page--1 .testimonials .avatar {
  max-width: 80px;
  overflow: hidden;
}


body {
  font-size: 1.1rem;
  font-weight: 300;
  color: #5A6169;
  background-color: #fff;
}

a {
  color: #870ddc;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h6,
.h1, .h2, .h3, .h4, .h6 {
  margin-bottom: 0.75rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #212529;
}

h1, .h1 {
  font-size: 3.052rem;
  letter-spacing: -0.0625rem;
  line-height: 3rem;
    
}

h2, .h2 {
  font-size: 2.441rem;
  letter-spacing: -0.0625rem;
  line-height: 2.25rem;
}

h3, .h3 {
  font-size: 1.953rem;
  line-height: 2.25rem;
}

h4, .h4 {
  font-size: 1.563rem;
  line-height: 2rem;
}

h5, .h5 , {
   margin-bottom: 0.75rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFF;
}


.title-form {
    margin-bottom: 0.75rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
   color: #FFF;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p + h1, p + .h1,
p + h2, p + .h2,
p + h3, p + .h3,
p + h4, p + .h4,
p + h5, p + .h5,
p + h6, p + .h6 {
  margin-top: 2.25rem;
}

.lead {
  line-height: 1.875rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0.75rem;
}

.display-1 {
  font-size: 7.451rem;
  line-height: 1;
}

.display-2 {
  font-size: 5.96rem;
  line-height: 1;
}

.display-3 {
  font-size: 4.768rem;
  line-height: 1;
}

.display-4 {
  font-size: 3.115rem;
  line-height: 1.2;
}

.display-5 {
  font-size: 2.0rem;
  line-height: 1;
}

p {
  margin-bottom: 1.75rem;
}

hr {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

mark,
.mark {
  background-color: #fff09e;
}

.blockquote {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.blockquote-footer {
  font-size: 1.125rem;
}

.img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0.375rem;
  box-shadow: none;
}

.figure-img {
  margin-bottom: 0.75rem;
}

.figure-caption {
  font-size: 1rem;
}


.intro {
  margin-top: 4rem;
    font-weight:400;
  font-size:1.2rem;
  line-height: 2;
  text-align: justify;
}

.intro a {
  font-weight: 500;
  color:#5A6169;
  text-decoration:underline;
}

.intro a:hover {
  color:#5A6169;
  text-decoration:underline;
}

ul.tech {
  list-style-type: circle;
}

ul.tech li {
  padding: .6rem;
}

ul.avantage {
  list-style-type: square;
}

ul.avantage li {
  padding: .6rem;
}

.our-stack {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
  background-color: #f9fafc;
}

.btn {
  font-weight: 300;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 0.375rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.btn:hover, .btn.hover {
  cursor: pointer;
}

.btn.disabled, .btn:disabled {
  box-shadow: none;
}

.btn.btn-squared {
  border-radius: 0;
}

.btn.btn-pill {
  border-radius: 50px;
}

.btn-primary {
  background-color: #611c7d;
  border-color: #901994;
  box-shadow: none;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6a126d;
  border-color: #6a126d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(99, 21, 140, 0.25);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 1px rgba(166, 4, 255, 0.15), 0 3px 7px rgba(157, 0, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #870ddc;
  border-color: #870ddc;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #6b3d6d;
  background-image: none;
  border-color: #901994;
  box-shadow: inset 0 0.1875rem 0.625rem 0 #901994, inset 0 0.0625rem 0.125rem 0 #901994;
}

.btn-secondary {
  background-color: #5A6169;
  background: #16294575;
    border: 1px solid #162945;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4e545b;
  border-color: #5A6169;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(90, 97, 105, 0.25);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(90, 97, 105, 0.15), 0 3px 15px rgba(90, 97, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #5A6169;
  border-color: #5A6169;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #4e545b;
  background-image: none;
  border-color: #42484e;
  box-shadow: inset 0 0.1875rem 0.625rem 0 #42484e, inset 0 0.0625rem 0.125rem 0 #373b40;
}




.border-primary {
  border-color: #870ddc !important;
}

.border-secondary {
  border-color: #5A6169 !important;
}

.border-success {
  border-color: #17c671 !important;
}

.border-info {
  border-color: #00b8d8 !important;
}

.border-warning {
  border-color: #ffb400 !important;
}

.border-danger {
  border-color: #c4183c !important;
}

.border-light {
  border-color: #e9ecef !important;
}

.border-dark {
  border-color: #212529 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.fixed-top {
  z-index: 1030;
}

.fixed-bottom {
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    z-index: 1020;
  }
}

.font-weight-normal {
  font-weight: 300;
}

.font-weight-bold {
  font-weight: 500;
}

.text-primary {
  color: #870ddc !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #5A6169 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #42484e !important;
}

.text-success {
  color: #17c671 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #129857 !important;
}

.text-info {
  color: #00b8d8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #008da5 !important;
}

.text-warning {
  color: #ffb400 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #cc9000 !important;
}

.text-danger {
  color: #c4183c !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #97122e !important;
}

.text-light {
  color: #e9ecef !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #212529 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #0a0c0d !important;
}

.text-white {
  color: #fff;
}

.text-white-p {
  color: #fff;
    font-size: 1.35em;
    margin-top: 1.5em;
}

a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important;
}

.text-black {
  color: #000;
}

a.text-black:focus, a.text-black:hover {
  color: black !important;
}

.text-muted {
  color: #868e96 !important;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.with-shadows {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.black {
    background-color: #4d1a66;
}
.t-white {
    color: white;
}

.row{
        margin-left: 0;
    margin-right: 0;
}

.logo-relax {
    position: relative;
  max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: .8em;
}

.accent {
    color:#7b1f90;  
    font-weight: 800;
}


.wrapper-video-header {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 2rem;
}


.video-container {
   position: relative;
  padding-bottom: 72.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; 
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{
   font-size: 1rem;
color: #f9fafc;

background: #25172d;
}

h3.t-grey{
 color: #f9fafc;
    }

h4.form{
 color: #FFF;
    }

.mb-5, .my-5 {
    margin-bottom: 2.5rem!important;
}

.mt-5, .my-5 {
    margin-top: 2.5rem!important;
}

.px-4 {
    padding-left: 0!important;
}

.pform{
    justify-content: center;
    margin-right: 0;
}

/* FORM */

.section-check {
    border: 1px solid #e0e0e0;
    padding: 35px;
    display: block;
}

form-group {
    margin-bottom: 0.85rem;
}

.form-check-inline {
    margin-top: 1.5em;
    margin-left: .5em;
    padding: .4em;
    background: #8d549870;
    color: #fff;
    border: 1px solid #b78db3;
    font-size: 1rem;
    line-height: 1.5;
    /*color: #495057;
    background-color: #fff;*/
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card{
   /* background-color: #611c7dbf;
    padding-bottom: 1.8em;*/
    color: #6b0b81;
    /*border: 1px solid #6e417761;*/
        border: 1px solid rgba(0,0,0,.125);
}

.card-header{
   /*background-color: #eaecee;*/
    background-color: #6b0b81cf;
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
    color: #FFF;
    padding-bottom: .1em;
   
    border: 1px solid #6b0b81cf;
}

.card-body {
    padding-top: 2em;
    border-left: 1px solid #6e41777d;
    border-right: 1px solid #6e41777d;
}

.form-control {
    background: #8d549870;
    color: #fff;
    border: 1px solid #6e417761;
}

.form-control:focus{
    color: #6e4177;
    border-color: #6e417896;
    outline: 0;
        background-color: #a13a9e14;
    box-shadow: 0 0 0 0.2rem rgba(167, 30, 202, 0.35)
}

.btn-primary-pass {
        background: #16294575;
    border: 1px solid #162945;
    box-shadow: none;
    color: #fff;
}

input{
    color: #FFF;
}

.btn-primary-control {
/* margin-top: 3.7em;
    margin-bottom: 1.5em;
    font-size: .9em;
    background: #6b0b81cf;
border: 1px solid #162945;
    box-shadow: none;
    color: #fff;*/
    margin-top: 3.7em;
        margin-bottom: 1.5em;
    padding: 1.3em;
    font-family: "Arial", sans-serif;
    font-size: 1em;
    background: #6b0b81cf;
border: 1px solid #FFF;
    box-shadow: none;
    color: #fff;
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

a:hover {
    color: #d290ff;
    text-decoration: none;
}


.col-form-label {
    font-size: .75em;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #6b0b81cf;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #6b0b81cf;
    
}

.inline-check{
    padding-right: 1em;
}

.custom-control-inline {
    margin-right: 1.5rem;
}

.topbtn{
    padding-top: 1.4em
}

.captcha-container{
    margin-top: -1em;
    display:flex;
    justify-content: center;
}

.btn.btn-pill-contact {
    border-radius: 25px;
}

.contact {
   padding-top: 1em;
    padding-bottom: 1em;
    text-align:center;
    font-size: 1.2em;
    line-height: 1.5em;
}

.contact p {
      font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 1.5em;
margin-top: 1.5rem;
}

.titre{
    font-style : italic;
}

.contact a {
color: #fff;
text-decoration: underline; 
}

.tel{
    font-size: 1.3em;
}

.small{
    font-size: .8em;
    /*text-decoration: line-through;*/
}

.error {
    font-size: .7em;
    color: red;
}

.form-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
  .form-container {
    max-width: 730px;
  }
}

@media (min-width: 1200px) {
  .form-container {
    max-width: 750px;
  }
}

.py-4 {
  padding-top: .5rem !important;
}

.form-group {
    margin-bottom: .8rem;
}

.blog {
  margin-top: 2.6em;
}