/*header.about{*/
/*    background-image: url(/themes/custom/rw/img/bg-about.png);*/
/*    width: 100%;*/
/*    padding-bottom: 4rem;*/
/*    position: relative;*/
/*    background-repeat: no-repeat;*/
/*    background-position: bottom;*/
/*    background-position: 50% 50%;*/
/*    background-size: cover;*/
/*    min-height: 100%;*/

/*}*/

section.about{
  background-image: url(/themes/custom/rw/img/bg-about.png);
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 100%;
}

button.js-form-submit{
  background: linear-gradient(to right,#F9D835,#D0B037);
  border: 1px solid transparent;
}

div.item a{
  color: #000;
}

.he-about{
  min-height: 100%;
}
  .mission h1{
    text-align: center;
    width: 57vw;
    margin: auto;
    padding-top: 7rem;
    font-family: 'SF pro Display Bold';
    color: #000;
    font-size: 2.4rem;
}
  .mission .row{
    margin-top: 4rem;
}
  .mission .mis1{
    border: 1px solid #BFBFBF;
    border-radius: 0.8rem;
    padding: 1.5rem 2rem 1rem;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.8s all;
    background: #fff;
}
  .mission .mis1:hover{
    background: linear-gradient(to right,#F9D835,#D0B037);
    border: 1px solid transparent;
}
  .mission .mis1:hover p{
    color: #000;
}
  .mission .mis1 h3{
    font-family: 'SF pro Display Bold';
    color: #000;
    font-size: 2.4rem;
}
  .mission .mis1 p{
    font-family: 'SF pro Display Regular';
    color: #A2A2A2;
    font-size:1rem;
    margin-top: 1.5rem;
}
  .mission .col-lg-4  {
    flex-wrap: wrap;
    display: flex;
}
  .mission .bg-jaune{
    background: linear-gradient(to right,#F9D835,#D0B037);
}
  .mission .bg-jaune:hover{
    background: linear-gradient(to right,#D0B037,#F9D835);
}
  .mission .bg-jaune p{
    color: #000;
}

.how{
    margin-top: 2.5rem;
}
.how h2{
    font-family: 'SF pro Display Bold';
    color: #000;
    font-size: 2.4rem;
}

.owl-carousel11 h4 ,.owl-carousel12 h4{
    color: #000000;
    font-family: 'SF pro Display Bold';
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;

}
.owl-carousel11 span ,.owl-carousel12 span{
    color: #888888;
    font-family: 'SF pro Display Medium';
    font-size: 1.1rem;
}
.owl-carousel11 p , .owl-carousel12 p{
    color: #888888;
    font-family: 'SF pro Display Regular';
    font-size: 0.9rem;
    margin-top: 0.8rem;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.owl-carousel11 ,.owl-carousel12 {
    margin-top: 2.5rem;
}
.owl-carousel12{
    width: 80%;
    margin: auto;
}
.title-foundation11{
    margin: 2rem 0 2.5rem;
}

@media (min-width: 992px){
  .no-js .owl-carousel, .owl-carousel.owl-loaded, .how .d-lg-none {
    display: block !important;
  }
}
@media screen and (max-width: 991px){
  .no-js .owl-carousel, .owl-carousel.owl-loaded{
    display: block !important;
  }
.burger div {
    background: #000;
}
header .get-started a{
    border: 1px solid #fff;
    color: #fff;
}
header{
    height: auto;
    padding-bottom: 3rem;

}
  .mission h1{
    width: 100%;
    font-size: 1.9rem;
}
  .mission .bg-jaune{
    background: #fff;

}
  .mission .mis1 h3,.how h2{
    text-align: left;
    font-size: 1.9rem;

}
  .mission .mis1 p{
    text-align: center;
    font-size: 1rem;
}
  .mission .mis1{
    margin-top: 2rem;
}
.owl-carousel11 h4, .owl-carousel12 h4{
    font-size: 1.2rem;
}
.owl-carousel11 span, .owl-carousel12 span{
    font-size: 1.05rem;
}
.owl-carousel12 {
  width: 100%;
  margin: auto;
}

}

@media screen and (min-width: 1900px){
      .mission h1 {

        width: 69vw;

        padding-top: 14rem;


        font-size: 3.5rem;
    }

      .mission .row {
        margin-top: 9rem;
    }
      .mission .mis1 h3{
        font-size: 3.5rem;

    }
      .mission .mis1 p{
        font-size: 1.4rem;
        line-height: 1.7;

    }
    header{
        padding-bottom: 5rem;

    }
    .how {
        margin-top: 3rem;
    }
    .how h2{
        font-size: 3.5rem;

    }
    .owl-carousel11 h4, .owl-carousel12 h4{
        font-size: 1.8rem;
    }
    .owl-carousel11 span, .owl-carousel12 span {

        font-size: 1.5rem;
    }
    .owl-carousel11 p, .owl-carousel12 p{
        font-size: 1.3rem;
    }
}
