.s-qsn-section{
    /*font-size: 0;
    max-width: 1200px;
    margin: auto;
    background-size: 585px;
    background-position: left center;
    background-repeat: no-repeat;*/
}



.s-about-us-first-section{
    position: relative;
    /*padding: 100px;*/
    padding: 0 40px;
   
}

.s-about-us-header{
    display: flex;
    
}

.s-about-us-title{ 
    height: 320px;
    width: 320px;
    display: inline-block;
    background-color: #F79646;
    float: left;
}

.s-about-us-title span{
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 20px;
    color: #eee;
    position: relative;
    /*top: 120px;*/
    margin-left: -70px;
    text-align: justify;
}

.s-about-us-description{
    display: inline-block;
    width: calc(100% - 400px);
    position: relative;
    margin-top: -40px;
    float: left;
    margin-left: 80px;
}

.s-about-us-description span{
    font-style: normal;
    font-size: 21px;
    line-height: 151.8%;
    color: #eee;
}

.s-about-us-img-wrap{
    position: relative;
    display: table;
    width: 100%;
}
.s-capital{
    letter-spacing: 2px;
}
.s-capital strong{
    color:#F79646;
}

.s-about-us-backgroung{
    /*background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 370px;
    right: 0px;
    top: 295px;
    left: 140px;*/
    margin-top: -70px;
}
.s-about-us-backgroung img{
    height: auto;
    max-width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0px 3px 40px -5px #f79646;
}

.s-about-us-describe{
    /*padding-top: 270px;*/
    /*margin-left: 17%;*/
    margin-top: -50px;
    margin-bottom: 70px !important;
}

.s-about-us-describe-text span{
   /* font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 37px;
    color: #eee;
    width: 80%;*/
}

.s-about-us-footer{
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
    /*left: 75px;*/
}

.s-about-us-footer-container{
    /*width: 330px;
    height: 133px;*/
}

.s-about-us-footer-container-title{
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 39px;
    line-height: 50px;
    text-transform: capitalize;
    color: #eee;
    /*position: relative;*/
    margin-bottom: 15px;
}

.s-about-us-footer-container-text{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    /*line-height: 131.8%;*/
    color: #eee;
}

.s-about-us-footer-container {
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    width: 100%;
    height: 100%;
}

/* This container is needed to position the front and back side */
.s-about-us-footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.s-about-us-footer-container:hover .s-about-us-footer-inner {
  /*transform: rotateY(180deg);*/
}

/* Position the front and back side */
.s-about-us-footer-card-front, .s-about-us-footer-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.s-about-us-footer-card-front {
  
}

/* Style the back side */
.s-about-us-footer-card-back{
  /*transform: rotateY(180deg);*/
  display:none;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    cursor: pointer;
    color: #F79646 !important;
    outline: none !important;
    text-decoration: none !important;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.5);
    /*font-size: 22px;*/
}
.s-activity-item .hvr-grow:hover,.s-activity-item .hvr-grow:focus,
.s-activity-item .hvr-grow:active{
    transform: scale(1.1);
}

/************** Tool Tip Styles ********************************/
.tool-tip {
/*  display: inline-block;*/
  position: relative;
 /* margin-left: 0.5em;*/
}
.tool-tip .tool-tip__icon {
  /*background: #27b1f0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  font-family: times new roman;
  height: 20px;
  line-height: 1.3em;
  text-align: center;
  width: 20px;*/
}
.tool-tip .tool-tip__info {
  display: none;
  background: #262626;
  border: 1px solid #FFA17A;
  border-radius: 3px;
  font-size: 14px;
  padding: 1em;
  position: absolute;
  left: 200px;
  bottom: 0px;
  width: 300px;
  z-index: 9999999;
  color:#fff;
}
.tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 9px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #FFA17A;
 /* display:none;*/
}
.tool-tip .tool-tip__info:after {
  left: -8px;
  border-right-color: #FFA17A;
  /*display:none;*/
}
.tool-tip .tool-tip__info .info {
  display: block;
 /* display: none;*/
}
.tool-tip .tool-tip__info .info__title {
  color: #fa00f3;
}
.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
  display: inline-block;
  /*display: none;*/
}

a:focus + .tool-tip .tool-tip__info {
  display: inline-block;
  /*display: none;*/
}
.tool-tip > p{
    margin:0 !important;

}
.zindex-1{
    z-index: 1;
}
.zindex-0{
    z-index: 0;
}
.s-valeur-detail{
    color:#000;
}
.s-valeur-title-wrap{
    text-align:center;
}
.s-valeur-title-wrap h2{
    font-size: 35px;
    line-height: 45px;
    color: #000;
}
.s-valeur-detail h3 strong{
    font-weight: bold;

}
.s-about-us-describe-text-p .fa{
    color:#F79646;
}

