a.btn, span.btn, input.btn{
  padding: 12px 25px 12px;
  font-weight: 600;
}

@media (min-width:768px) and (max-width:1023px){
  .container, .container-fluid{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .stm-header .container{
    padding: 0 !important;
  }
}

@media (max-width:767px){
  a.btn, span.btn, input.btn{
    font-size: 14px;
    padding:8px 15px 8px;
  }
}

a.btn.btn_lg, span.btn.btn_lg, input.btn.btn_lg{
  padding: 12px 25px 12px;
  font-weight: 600;
}

a.btn.btn_xs, span.btn.btn_xs, input.btn.btn_xs{
  padding: 9px 20px 9px;
  font-size: 14px;
}

.sg-card-navigation-list{
  margin-top: -50px;
}

.sg-card-navigation-list-sm p{
  font-size: 14px;
  line-height: 1.4;
}

.vc_carousel-control.vc_carousel-control_hida{
  display: none !important;
}

.sg-card-navigation{
  width: calc(100% - 30px);
  margin: 0 auto 20px auto;
  position: relative;
  max-width: 390px;
}

.sg-card-navigation-list .sg-card-content h2{
  line-height: 30px;
  margin-bottom: 15px;
}

.sg-card-navigation .sg-card-wrapper{
  padding: 30px;
  color: #fff;
  display: block;
  text-decoration:none;
}

@media (max-width:1023px){
  .stm-header__element .search-form .form-control:focus + button{
    background-color: transparent !important;
  }

  .stm_form_style_15 input[type="search"]{
    border-radius: 30px;
    background-color: #fff;
  }
}

@media (min-width:768px){
  .sg-card-navigation-list .sg-card-content h2{
    font-size: 30px !important;
  }
  .sg-card-navigation-list{
    margin-top: -100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sg-card-navigation{
    margin: 0;
    width: 33.333%;
    transition: all .25s ease !important;
    max-width: none;
  }
  
  .sg-card-navigation-list-lg .sg-card-navigation{
    width: 33.333%;
  }

  .sg-card-navigation-list .sg-card-navigation .sg-card-wrapper{
    border-right: solid 1px #fff;
    height: 100%;
  }

  .sg-card-navigation-list .sg-card-navigation:last-child .sg-card-wrapper{
    border-right: none;
  }
}

@media (min-width:992px){
  .sg-card-navigation-list{
    justify-content: center;
    margin-top: -130px;
  }

  .sg-card-navigation-list-lg .sg-card-navigation{
    width: 28%;
  }

  .sg-card-navigation{
    width: 20%;
  }

  .sg-card-navigation .sg-card-wrapper{
    padding: 25px;
  }

  .sg-card-navigation-list-lg .sg-card-navigation .sg-card-wrapper{
    padding: 40px;
  }

  .sg-card-navigation-list .sg-card-content h2{
    font-size: 25px !important;
  }

  .sg-card-navigation-list.sg-card-navigation-list-lg .sg-card-content h2{
    font-size: 30px !important;
    line-height: 35px;
  }
}



 @-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


@media (min-width:1024px){
  .sg-card-navigation-list.sg-animated .sg-card-navigation .sg-card-wrapper{
    transform: translateY(100px);
  }

  .sg-card-navigation-list.sg-animated.entrance .sg-card-navigation:nth-child(1) .sg-card-wrapper{
    -webkit-animation: slide-in-bottom 0.5s both;
          animation: slide-in-bottom 0.5s both;
  }
  .sg-card-navigation-list.sg-animated.entrance .sg-card-navigation:nth-child(2) .sg-card-wrapper{
    -webkit-animation: slide-in-bottom 0.5s 0.2s both;
          animation: slide-in-bottom 0.5s 0.2s both;
  }
  .sg-card-navigation-list.sg-animated.entrance .sg-card-navigation:nth-child(3) .sg-card-wrapper{
    -webkit-animation: slide-in-bottom 0.5s 0.4s both;
          animation: slide-in-bottom 0.5s 0.4s both;
  }
  .sg-card-navigation-list.sg-animated.entrance .sg-card-navigation:nth-child(4) .sg-card-wrapper{
    -webkit-animation: slide-in-bottom 0.5s 0.6s both;
          animation: slide-in-bottom 0.5s 0.6s both;
  }
  .sg-card-navigation-list.sg-animated.entrance .sg-card-navigation:nth-child(5) .sg-card-wrapper{
    -webkit-animation: slide-in-bottom 0.5s 0.8s both;
          animation: slide-in-bottom 0.5s 0.8s both;
  }
}

.sg-card-navigation .sg-card-wrapper h1, .sg-card-navigation .sg-card-wrapper h2, .sg-card-navigation .sg-card-wrapper h3, .sg-card-navigation .sg-card-wrapper h4, .sg-card-navigation .sg-card-wrapper h5, .sg-card-navigation .sg-card-wrapper h6{
  color: #fff;
  margin-bottom: 0.5em;
}

.sg-card-navigation .sg-bg-color, .sg-card-navigation .sg-bg-multiply, .sg-card-navigation .sg-bg-image{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all .25s ease !important;
}

.sg-card-navigation .sg-bg-image{
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sg-card-navigation .sg-bg-multiply{
  z-index: 2;
  mix-blend-mode: multiply;
}

.sg-card-navigation .sg-bg-color{
  z-index: 3;
  opacity: 1;
}

.sg-card-content{
  position: relative;
  z-index: 4;
}

.sg-card-content .sg-icon-wrapper{
  display: block;
  text-align: center;
}

.sg-card-content .sg-icon-wrapper i{
  font-size: 35px;
  opacity: 0.7;
  transition: all .25s ease !important;
}

span.btn.btn_outline.btn_white, a.btn.btn_outline.btn_white{
  border-color:rgba(255, 255, 255, 0.5) !important;
}

span.btn.btn_outline.btn_white:hover, a.btn.btn_outline.btn_white:hover{
  border-color:#fff !important;
}

.sg-card-wrapper:hover{
  text-decoration: none;
}

.sg-card-wrapper:hover .sg-bg-color{
  opacity: 0;
}

.sg-card-navigation .sg-card-wrapper:hover .btn, .sg-card-navigation .sg-card-wrapper:hover .btn:hover{
  border-color:solid 2px rgba(255, 255, 255) !important;
  background-color: #fff !important;
}

.sg-card-navigation .sg-card-wrapper:hover .sg-icon-wrapper i{
  opacity: 1;
}

.sg-card-navigation:hover{
  transform: scale(1.05);
  z-index: 9;
  /*border-right-color: transparent;*/

  -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.25);
}

.sg-card-navigation:hover .sg-card-wrapper{
  border-right: none;
}

.sg-special-sur-heading i{
  position: absolute;
  left: 0;
  bottom: 0;
}

.sg-special-sur-heading img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
}

.sg-special-sur-heading .stm_custom_heading__side_line {
  width: 25px;
  margin-left: 10px;
  height: 1px;
}

.sg-special-sur-heading-imgicon{
  margin-top: 10px;
  position: relative;
}
@media (max-width:767px){
  .sg-special-sur-heading-imgicon{
    padding-left: 50px !important;
  }

  .sg-special-sur-heading i{
    font-size: 40px !important;
  }
}
@media (min-width:768px){
  .sg-special-sur-heading-imgicon{
    margin-top: 75px;
    padding-left: 90px;
  }

  .sg-special-sur-heading i{
    font-size: 75px;
  }
  
  .sg-special-sur-heading img{
    width: 75px;
  }
}

.sg-svg-map svg{
  max-width: 90%;
}

@media (max-width:768px){
  .sg-svg-map svg{
    height: 350px;
  }
}

@media (max-width:1023px){
  html body .stm-navigation__default.stm-navigation ul li.stm_megamenu > ul.sub-menu{
    padding-top: 0 !important;
  }

  html body .stm-navigation__default.stm-navigation ul li.stm_megamenu > ul.sub-menu > li > a{
    padding-top: 16px 20px 14px;
  }
}

.btn_primary.btn_outline{
  border-color: #92989A;
}

.sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-right > .vc_column-inner{
  margin-bottom: 35px;
}

.sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-left > .vc_column-inner{
  margin-top: 35px;
}

@media (min-width:768px){
  .sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-left > .vc_column-inner{
    border-left: 1px solid #ccc;
    padding-left: 40px !important;
    margin-top: 0;
  }
  
  .sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-right > .vc_column-inner{
    border-right: 1px solid #ccc;
    padding-right: 40px !important;
    margin-bottom: 0;
  } 
}

@media (min-width:1024px){
  .sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-left > .vc_column-inner{
    padding-left: 60px !important;
  }
  .sg-acc-col-bordered-lg.sg-acc-col-bordered-lg-right > .vc_column-inner{
    padding-right: 60px !important;
  } 
}

.sg-home-digital-inside-block > .vc_column-inner{
  padding: 40px !important;
  margin-bottom: -200px;
  margin-top: 200px;
}


.sg-home-row-digital-inside{
  margin-bottom: 250px;
}

@media (min-width:768px){
  .sg-home-digital-inside-block.sg-home-digital-inside-block-ooh h2{
    /*white-space: nowrap;*/
  }
  .sg-home-digital-inside-block > .vc_column-inner{
    margin-bottom: -250px;
    margin-top: 240px;
  }

  .sg-home-row-digital-inside{
    margin-bottom: 300px;
  }
}

.sg-big-primary-list{
  margin-bottom: 35px;
}

@media (min-width:768px){
  .sg-big-primary-list{
    margin-bottom: 0px;
  }
}

@media (max-width:767px){

  .sg-home-row-digital-inside.container-fluid{
    background-size: auto 250px !important;
    background-position: 50% 0 !important;
  }
}

@media (max-width:991px){
  .vc_column_container.sg-home-digital-inside-block{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

@media (min-width:768px){
  .vc_column_container.sg-home-digital-inside-block{
    max-width: 400px;
  }
}

.sg-row-home-marketing{
  margin-top: 50px;
}

@media (min-width:992px){
  .vc_column_container.sg-home-digital-inside-block{
    max-width: none;
    margin: 0;
  }

  .sg-home-digital-inside-block > .vc_column-inner{
    margin-bottom: -50px;
    margin-top: 180px;
  }

  .sg-home-row-digital-inside{
    margin-bottom: 120px;
  }
  .sg-row-home-marketing{
    margin-top: 130px;
    margin-bottom: 100px;
  }
}

@media (min-width:1200px){
  .sg-home-digital-inside-block > .vc_column-inner{
    padding: 50px !important;
  }
}

.sg-home-digital-inside-block > .vc_column-inner > .wpb_wrapper{
  margin-top: -100px;
}

.sg-home-digital-inside-block.sg-home-digital-inside-block-no-icon > .vc_column-inner > .wpb_wrapper{
  margin-top: 0;
}

.stm_posts_list_style_22{
  margin-top: 50px;
  margin-bottom: 30px;
}

.stm_posts_list_style_20:after{
  content:"";
  display: block;
  clear: both;
}

.stm_posts_list_style_20 .stm_posts_list_single__category a, .stm_posts_list_style_21 .stm_posts_list_single__category a{
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateY(-50%);
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 14px;
}

.stm_posts_list_style_22 .stm_posts_list_single{
  position: relative;
}

.stm_posts_list_style_22 .stm_posts_list_single__category a{
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}

.stm_posts_list_style_22 .stm_posts_list_single__category{
  position: absolute;
  top: -15px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 4;
}

.stm_posts_list_style_22 .stm_posts_list_single__image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  color: #fff;
}

.stm_posts_list_style_22 .sg-img-align-left .stm_posts_list_single__image{
  background-position: 0 center;
}

.stm_posts_list_style_22 .sg-img-align-right .stm_posts_list_single__image{
  background-position: 100% center;
}

.stm_posts_list_style_22 .stm_posts_list_single h5{
  color: #fff;
}

.stm_posts_list_style_22 .stm_posts_list_single__image img{
  display: none;
}

.stm_posts_list_style_22 .stm_posts_list_single__image{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.stm_posts_list_style_22 .stm_posts_list_single__image .stm_posts_list_single__body{
  position: absolute;
  padding: 0 30px 30px 30px;
  bottom: 0;
  z-index: 2;
}

.stm_posts_list_style_22 .stm_posts_list_single:hover .stm_posts_list_single__category a{
  background-color: #333e40 !important;
}

.stm_posts_list_style_22 .slick-list{
  /*overflow: visible;*/
  width: calc(50vw + 50% + 20px);
  margin-left: -20px;
  margin-top: -20px;
  padding-top: 20px;
}

.stm_posts_list_style_22 .slick-dots{
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 30px;
}

@media (min-width:768px){
  .stm_posts_list_style_22 .slick-dots{
    justify-content: flex-start;
  }
}

.stm_posts_list_style_22 .slick-dots button{
  display: none;
}

.stm_posts_list_style_22 .stm_posts_list_single{
  padding: 0 20px;
}

.stm_posts_list_style_22 .stm_posts_list_single .stm_posts_list_single__container{
  height: 450px;
  width: 270px;
  position: relative;
}

@media (min-width:768px){
  .stm_posts_list_style_22 .stm_posts_list_single .stm_posts_list_single__container{
    height: 520px;
    width: 300px;
  }
}

.stm_posts_list_style_22 .stm_posts_list_single__excerpt p, .stm_posts_list_style_22 .stm_posts_list_single__excerpt{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

@media (min-width:1024px){
  .stm_posts_list_style_22 .stm_posts_list_single__excerpt p, .stm_posts_list_style_22 .stm_posts_list_single__excerpt{
    font-size: 15px;
    line-height: 21px;
  }
}

.stm_posts_list_style_22 .stm_posts_list_single__image:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all .25s ease !important;
}

.stm_posts_list_style_22 .stm_posts_list_single__image:after{
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all .25s ease !important;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.stm_posts_list_style_22 .stm_posts_list_single__image i.stmicon-plus-circle{
  opacity: 0;
  color: #fff;
  transition: all .25s ease !important;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  font-size: 45px;
  z-index: 2;
}

@media (min-width:1024px){
  .stm_posts_list_style_22 .stm_posts_list_single__image i.stmicon-plus-circle{
    top: 32%;
    font-size: 55px;
  }
}

.stm_posts_list_style_22 .stm_posts_list_single__image:hover i.stmicon-plus-circle{
  opacity: 1;
}

.stm_posts_list_style_22 .stm_posts_list_single__image:hover:before{
  opacity: 0.7;
}

.stm_posts_list_style_20 .stm_posts_list_single__category a:hover, .stm_posts_list_style_21 .stm_posts_list_single__category a:hover, .stm_posts_list_style_22 .stm_posts_list_single__category a:hover{
  opacity: 0.9;
}

.stm_posts_list_style_20:after, .stm_posts_list_style_21:after, .stm_posts_list_style_22:after{
  content: "";
  display: block;
  clear: both;
}


.stm_posts_list_style_20 .stm_posts_list_single h5, .stm_posts_list_style_21 .stm_posts_list_single h5{
  font-size: 20px;
}
@media (max-width:767px){
  .stm_posts_list_style_22 .stm_posts_list_single h5{
    font-size: 22px !important;
  }
}

@media (min-width:768px){
  .stm_posts_list_style_22 .stm_posts_list_single h5{
    font-size: 25px;
  }
}

@media (min-width:1024px){
  .stm_posts_list_style_22 .stm_posts_list_single h5{
    font-size: 27px;
  }
}

.stm_posts_list_style_20 .stm_posts_list_single h5 a, .stm_posts_list_style_21 .stm_posts_list_single h5 a{
  color: #3f4749;
}

.stm_posts_list_style_20 .sg_img_container, .stm_posts_list_style_21 .sg_img_container, .stm_post_style_17 .sg_img_container{
  height: 170px;
  position: relative;
  overflow: hidden;
}

.stm_posts_list_style_20 .sg_img_container .sg_img_inside, .stm_posts_list_style_21 .sg_img_container .sg_img_inside, .stm_post_style_17 .sg_img_container .sg_img_inside{
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .25s ease;
  transform: scale(1);
}

.stm_posts_list_style_20 .stm_posts_list_single__image a:hover .sg_img_container .sg_img_inside, .stm_posts_list_style_21 .stm_posts_list_single__image a:hover .sg_img_container .sg_img_inside, .stm_post_style_17 .stm_posts_list_single__image a:hover .sg_img_container .sg_img_inside{
  transform: scale(1.05);
}

.stm_posts_list_style_20 .sg_img_container img, .stm_posts_list_style_21 .sg_img_container img, .stm_post_style_17 .sg_img_container img{
  display: none;
}

.stm_posts_list_style_20 .stm_posts_list_single, .stm_posts_list_style_21 .stm_posts_list_single{
  margin-bottom: 35px;
}

.sg_2post_container:after{
  content:"";
  clear: both;
  display: block;
  float: none;
}

@media (min-width:768px){

  .stm_posts_list_style_20 .stm_posts_list_single_first .stm_posts_list_single__category a{
    margin-left: 25px;
    padding: 10px 15px;
    font-size: 16px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single_first .sg-no-cat-spacer{
    height: 20px;
  }
  
  .stm_posts_list_style_20 .stm_posts_list_single_first h5{
    font-size: 30px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single{
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .stm_posts_list_style_21 .stm_posts_list_single{
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .stm_posts_list_style_20 .sg-col-50{
    float: left;
    width: 50%;
  }

  .stm_posts_list_style_20, .stm_posts_list_style_21{
    margin-left: -20px;
    margin-right: -20px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single.stm_posts_list_single_first{
    width: 100%;
    font: none;
    padding-right: 40px;
  }

  .stm_posts_list_style_20 .sg_img_container, .stm_posts_list_style_21 .sg_img_container, .stm_post_style_17 .sg_img_container{
    height: 120px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single_first .sg_img_container{
    height: 170px;
  }
}

@media (min-width:1024px){
  .stm_posts_list_style_20 .sg_img_container, .stm_posts_list_style_21 .sg_img_container, .stm_post_style_17 .sg_img_container{
    height: 150px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single_first .sg_img_container{
    height: 200px;
  }
}

@media (min-width: 1200px){
  .stm_posts_list_style_20 .sg_img_container, .stm_posts_list_style_21 .sg_img_container, .stm_post_style_17 .sg_img_container{
    height: 200px;
  }

  .stm_posts_list_style_20 .stm_posts_list_single_first .sg_img_container{
    height: 270px;
  }
}

.sg-home-col-img-agence-marketing{
  min-height: 300px !important;
}

.vc_column_container.sg-home-col-agence-marketing > .vc_column-inner{
  margin-top: -50px;
  padding: 30px !important;
  background-color: #fff;
}

.vc_column_container.sg-home-col-agence-marketing-invert > .vc_column-inner{
  margin-bottom: -50px;
  padding: 30px !important;
  background-color: #fff;
}

.vc_column_container.sg-home-col-agence-marketing-invert{
  z-index: 2;
}


@media (max-width:767px){
  .vc_column_container.sg-home-col-agence-marketing, .vc_column_container.sg-home-col-agence-marketing-invert{
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .vc_column_container.sg-home-col-agence-marketing-invert{
    order: 2;
    z-index: 2;
    margin-bottom: 50px;
  }
}

@media (min-width:768px){
  .vc_column_container.sg-home-col-agence-marketing, .vc_column_container.sg-home-col-agence-marketing-invert{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .vc_column_container.sg-home-col-agence-marketing > .vc_column-inner{
    margin-top: 0;
    margin-left: -70px;
    padding:50px 90px !important;
  }

  .vc_column_container.sg-home-col-agence-marketing.sg-home-col-agence-marketing-simple > .vc_column-inner{
    margin-left: 0;
  }

  .vc_column_container.sg-home-col-agence-marketing-invert > .vc_column-inner{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -70px;
    padding:50px 90px !important;
  }

  .vc_column_container.sg-home-col-agence-marketing-invert.sg-home-col-agence-marketing-simple > .vc_column-inner{
    margin-right: 0;
  }
}

.sg-last-row-before-cta{
  padding-bottom: 250px;
}

.sg_indexpage_cta_after{
  padding-bottom: 250px !important;
}

.pre_footer{
  position: relative;
  z-index: 101;
}

.pre_footer .sg-last-row-before-cta{
  overflow: hidden;
}

.stm_single_post__share{
  text-align: right;
}

.stm_share a{
  background-color: #999 !important;
}

@media (min-width:992px){
  .sg-cta-call-us-row{
    padding-bottom: 50px;
  }

  .sg-page-hide-cta-row .sg-pre-footer{
    padding-top: 100px;
  }
}

.sg-cta-call-us > .vc_column-inner{
  width: 800px;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px !important;
  margin-top: -200px;
}

@media (min-width:768px){
  .sg-cta-call-us > .vc_column-inner{
    padding: 40px 60px !important;
  }
}

@media (min-width:1200px){
  .sg-cta-call-us > .vc_column-inner{
    padding: 55px 80px !important;
  }
}

.sg-footer-site-title{
  font-weight: 600;
}
.stm_footer_layout_3 .stm-footer__bottom > .stm_markup_full .stm_bottom_copyright{
  font-size: 16px;
}

.stm_footer_layout_3 .stm-footer .stm-footer__bottom{
  padding: 30px 0 40px 0;
  border-top: 1px solid #666 !important;
}

.stm-footer__bottom > .stm_markup_full{
  text-align: center;
}

.sg-pre-footer{
  padding-top: 50px;
  padding-bottom: 30px;
}



.stm_icon_links_style_1 .tbc, .stm-header__element li .stm_icon_links_style_1 a.tbc{
  background-color: rgba(255, 255, 255, 0.6) !important;
  color:#333e40 !important;
  font-size: 28px;
}

.stm_icon_links_style_1 .tbc:hover, .stm-header__element li .stm_icon_links_style_1 a.tbc:hover{
  background-color: #fff !important;
  color:#333e40 !important;
}

.stm_icon_links_style_1 a.tbc, .stm-header__element li .stm_icon_links_style_1 a.tbc{
  min-width: 43px;
  min-height: 43px;
  line-height: 43px;
}

.stm-header__element li .stm_icon_links_style_1 a.tbc{
  padding: 0 !important;
}

.sg-footer-col1 > .vc_column-inner {
  padding-right: 40px !important;
}

.sg-footer-col1, .sg-footer-col2{
  margin-bottom: 40px;
}

@media (min-width:768px){
  .sg-pre-footer{
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

@media (min-width:992px){
  .sg-pre-footer{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width:1024px){
  .sg-footer-col1{
    margin-bottom: 0;
  }
}

#wrapper{
  padding-bottom: 0 !important;
}

.sg-header-home.sg-header-home-video > .vc_row{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sg-header-home.sg-header-home-video .wpb_raw_code.wpb_raw_html{
  margin: 0 !important;
}

.sg-header-home.sg-header-home-video .sg-video-texticon{
  text-align: left;
}

.sg-header-home .sg-video-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.sg-header-home .sg-video-bg:after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  max-width: none;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

.sg-header-home.sg-header-home-zi-sup.vc_container-fluid{
  z-index: 15;
}

.sg-header-home{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sg-header-home, .sg-header-home .sg-video-bg, .sg-header-home .sg-header-titleblock-lvl2-wrapper, .sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
  height: 300px;
}
.sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
  display: flex;
  align-items: center;
}

.sg-header-home.sg-header-home-product-page, .sg-header-single-slider{
  height: 200px;
}

.sg-header-single-slider{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sg-header-single-slider.sg-header-home-carousel > .vc_row, .sg-header-single-slider.sg-header-home-carousel > .vc_row > .container-fluid > .row, .sg-header-single-slider.sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column{
  position: static;
}

@media (max-width: 1023px) {
  .share-slider-ope .stm_share.stm_js__shareble{
    width: auto;
  }

  .share-slider-ope .stm_share.stm_js__shareble .__icon{
    width: 30px;
    height: 30px;
    font-size: 15px !important;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .share-slider-ope{
    position: absolute;
    top: 0;
    right: 0;
  }

  .share-slider-ope .stm_share.stm_js__shareble .__icon{
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px !important;
  }
}

.sg-share .sg-share-title{
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 5px;
  color: #aaa;
  text-transform: uppercase;
  vertical-align: bottom;
}

.sg-share .stm_share{
  display: inline-block;
}

.sg-header-single-slider.sg-header-home-carousel .sg_full_carousel .vc_images_carousel .container-carousel-indicators{
  bottom: 20px;
}

.sg-header-single-slider.sg-header-home-carousel .sg_full_carousel .vc_images_carousel .vc_carousel-indicators{
  padding-left: 0;
}

@media (max-width: 767px) {
  .sg-header-home.sg-header-home-product-page.sg-header-home-product-page-icon-top{
    height: 250px;
  }
}

.vc_container.sg-header-titleblock-lvl2-wrapper, .vc_container.sg-header-iconblock-lvl2-wrapper{
  z-index: 15;
}
/* .sg-header-home-content{
  padding: 50px 0;
} */
@media (max-width: 1199px) {
  .sg-header-titleblock-lvl2 .h2{
    font-size: 42px;
  }
}

.sg-header-home .sg-video-bg iframe{
  max-width: none;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}


@media (min-width: 768px) {
  .sg-header-home, .sg-header-home .sg-video-bg, .sg-header-home .sg-header-titleblock-lvl2-wrapper, .sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 500px;
  }

  .sg-header-home.sg-header-home-product-page, .sg-header-single-slider{
    height: 350px;
  }

  .sg-header-home-content{
    padding: 100px 0;
  }


  .sg-header-titleblock-lvl2-wrapper-pole .vc_row.vc_row-o-content-middle>.vc_column_container.sg-header-titleblock-lvl2>.vc_column-inner{
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .sg-header-home, .sg-header-home .sg-video-bg, .sg-header-home .sg-header-titleblock-lvl2-wrapper, .sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper, .sg-header-home-carousel.sg-header-home-lvl-2 > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 600px;
  }

  .sg-header-home-carousel.sg-header-single-slider.sg-header-home-lvl-2 > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper, .sg-header-home-carousel.sg-header-home-lvl-2 > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 500px;
  }

  .sg-header-single-slider.sg-header-home-carousel .sg_full_carousel .vc_images_carousel .container-carousel-indicators{
    bottom: 30px;
  }

  .sg-header-home.sg-header-home-product-page, .sg-header-single-slider{
    height: 500px;
  }

  .sg-header-home.sg-header-home-lvl-2, .sg-header-home.sg-header-home-lvl-2 .sg-header-titleblock-lvl2-wrapper{
    height: 500px;
  }

  .sg-header-home.sg-header-home-lvl-2 .sg-header-titleblock-lvl2-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .sg-header-home-content{
    padding: 150px 0;
  } */
}

@media (min-width: 1024px) {
  .sg-header-home.sg-header-home-lvl-2 .sg-header-titleblock-lvl2-wrapper{
    display: block;
  }
}

@media (min-width: 1025px) {
  .sg-header-home.sg-header-home-video .sg-video-texticon{
    display: none;
  }
}



@media (min-width: 1200px) {
  .sg-header-home, .sg-header-home .sg-video-bg, .sg-header-home .sg-header-titleblock-lvl2-wrapper, .sg-header-home-carousel > .vc_row > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 800px;
    height: 90vh;
  }

  .sg-header-home.sg-header-home-reducted{
    height: 80vh;
  }

  .sg-header-home-video .sg-header-home-content{
    padding-top: 180px;
  }

  .sg-header-home.sg-header-home-product-page, .sg-header-home.sg-header-home-lvl-2{
    height: 500px;
    padding-top: 110px;
  }

  .sg-header-single-slider{
    height: 500px;
  }

  .sg-header-home.sg-header-home-lvl-2.sg-header-home-carousel, .sg-header-home.sg-header-home-lvl-2.sg-header-home-zi-sup{
    padding-top: 0;
  }

  /* .sg-header-home.sg-header-home-lvl-2 .sg-header-titleblock-lvl2-wrapper{
    height: 390px;
  } */

  .sg-header-titleblock-lvl2-wrapper, .sg-header-iconblock-lvl2-wrapper{
    margin-bottom: 0;
  }

  /* .sg-header-home-content{
    padding: 275px 0;
    padding: 20vh 0;
  } */
  
}

.sg-header-home-sur-heading{
  opacity: 0.7;
}

/* MEGAMENU */

.sg-col-megamenu > a{
  display: none !important;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu > ul.sub-menu > li:first-child > a{
  padding-top: 0 !important;
}

.stm_header_style_1 .stm-navigation__default > ul > li > a{
  text-transform: uppercase;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu > ul.sub-menu > li > a, html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu > ul.sub-menu > li > a{
  font-weight: 600;
  font-size: 17px;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.menu-item-has-children a, html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li.menu-item-has-children a{
  font-size: 17px;
  font-weight: 600;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li .stm_mega_textarea, html body .stm-navigation__fullwidth ul > li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea{
  font-size: 16px;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu ul.sub-menu > li ul.sub-menu > li > a:before{
  content: "\f054";
  display: block;
  font-size: 11px;
  line-height: 17px !important;
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu ul.sub-menu > li ul.sub-menu > li > a{
  position: relative;
  padding-left: 25px !important;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu ul.sub-menu > li:hover > a{
  color:inherit ! important;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li.sg-col-megamenu > ul.sub-menu li > ul.sub-menu > li:last-child{
  margin-bottom: 40px;
}

.stm_mega_textarea .btn{
  font-size: 14px;
}


html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a, html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a{
  padding: 16px 0px 14px 20px !important;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > ul{
  padding-left: 20px !important;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu .stm_mobile__dropdown{
  display: none;
}

@media (min-width: 1024px){
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a, html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li > ul.sub-menu > li > a{
    padding: 15px 0 !important;
  }
  .stm-header__cell_center .stm-header__element > .stm-navigation > ul > li.stm_megamenu > .sub-menu:after{
    height: 30px;
    top: -30px;
  }

  .pearl_sticked .stm-header__cell_center .stm-header__element > .stm-navigation > ul > li.stm_megamenu > .sub-menu:after{
    height: 15px;
    top: -15px;
  }
}

.stm-navigation__hamburger .stm_mobile__switcher.active {
  position: fixed;
  top: 20px;
  right: 32px;
}

.sg-sur-title{
  opacity: 0.7;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .sg_heading_container.sg_vertical_left_line{
    padding-left: 40px;
    position: relative;
  }
  
  .sg_heading_container.sg_vertical_left_line .sg-line{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.5;
  }
}
.sg-one-region{
  cursor: pointer;
}
.sg-one-region:hover{
  opacity: 0.7;
}

image.sg-tooltip, image.sg-no-tooltip{
  width: 70px;
}

.sg-row-form-newsletter .form-group input[type=text], .sg-row-form-newsletter .form-group input[type=email], .sg-row-form-newsletter .form-group input[type=tel], .sg-row-form-newsletter .form-group textarea{
  border-radius: 30px !important;
}

.sg-row-form-newsletter{
  font-style: italic;
}

.sg-row-form-newsletter .wpcf7-submit{
  font-weight: normal;
}

.sg-row-form-newsletter button[type="submit"]:not(.btn):hover, .sg-row-form-newsletter input[type="submit"]:not(.btn):hover{
  opacity: 0.7;
}

/* Tooltips */
.tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized .tooltipster-box, .tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized-primary .tooltipster-box {
  border-radius: 0;
  padding: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized-primary.tooltipster-bottom .tooltipster-arrow-border {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized-primary.tooltipster-top .tooltipster-arrow-border {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized-primary.tooltipster-right .tooltipster-arrow-border {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-sg-customized-primary.tooltipster-left .tooltipster-arrow-border {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.stm-header{
  z-index: 999;
}

/* .stm-header__element .stm-socials .stm-socials-title{
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
} */

.stm-header__element .stm-socials .stm-socials__icon{
  background-color: #fff;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 20px !important;
  line-height: 30px;
}

.stm-header__element .stm-socials .stm-socials__icon:hover{
  opacity: 0.7;
}

.stm-header__element .stm-socials .stm-socials__icon:first-of-type{
  margin-left: 0 !important;
}

@media (max-width: 1023px) {
  /* .stm_header_transparent #wrapper .stm-header {
    width: 300px;
    left: -300px;
  }

  .stm_header_transparent #wrapper .stm-header.active {
    left: 0;
  } */

  .stm-navigation__hamburger.stm-navigation__hamburger_right > ul{
    height: auto;
  }

  body.single-post .stm_breadcrumbs, body.single-sg_actus .stm_breadcrumbs, body.single-stm_video .stm_breadcrumbs{
    margin-top: 0;
  }
}


@media (min-width: 768px){
  body.single-post, body.single-sg_actus, body.single-stm_video{
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  body.single-post, body.single-sg_actus, body.single-stm_video{
    padding-top:0;
  }
  .stm-header__row_color.stm-header__row_color_bottom{
    padding: 0;
  }

  body.single-post .stm-header, body.single-sg_actus .stm-header, body.single-stm_video .stm-header{
    margin-bottom: 0;
  }

  body.single-post.stm_transparent_header_disabled.stm_title_box_disabled.stm_breadcrumbs_enabled .stm-header, body.single-sg_actus.stm_transparent_header_disabled.stm_title_box_disabled.stm_breadcrumbs_enabled .stm-header,
  body.single-stm_video.stm_transparent_header_disabled.stm_title_box_disabled.stm_breadcrumbs_enabled .stm-header{
    margin-bottom: 0;
  }

  body.single-post .stm-header__row_color.stm-header__row_color_bottom, body.single-sg_actus .stm-header__row_color.stm-header__row_color_bottom, body.single-stm_video .stm-header__row_color.stm-header__row_color_bottom{
    display: none;
  }

  .stm-header__row_color.stm-header__row_color_bottom .stm-socials{
    margin: 0;
  }
  /* .stm-header__element .stm-socials .stm-socials-title{
    transform: rotate(90deg);
    font-size: 12px;
    margin-bottom: 0;
    opacity: 0.7;
  } */

  /* .stm-header__element .stm-socials{
    margin-right: -25px !important;
  } */

  .stm-header__element .stm-socials .stm-socials__icon{
    float: none;
    display: block;
    margin: 10px auto !important;
  }

  /* .stm-header__element .stm-socials .stm-socials__icon:first-of-type{
    float: none;
    display: block;
    margin: 50px auto 10px auto !important;
  } */
}


.pearl_going_sticky .stm-logo img{
  width: 160px !important;
}

.stm_mobile__header .stm_mobile__switcher span{
  border-radius: 0;
  margin-bottom: 5px;
  background-color: #fff;
}

.stm_mobile__header .stm_mobile__switcher.active span:last-child{
  top: -9px;
}

.stm_mobile__header .stm_mobile__switcher.active span:first-child{
  top: 9px;
}
@media (max-width: 1023px){
  html body .stm-navigation.stm-navigation__default ul li.stm_megamenu .sub-menu > li, html body .stm-navigation.stm-navigation__fullwidth ul li.stm_megamenu .sub-menu > li{
    margin-bottom: 0 !important;
  }

  html body .stm-navigation.stm-navigation__default ul li.stm_megamenu > .sub-menu > li{
    margin-bottom: 20px !important;
  }
} 

.pearl_going_sticky{
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.pearl_going_sticky .stm-navigation__default > ul > li > a{
  font-size: 14px !important;
}

#wrapper{
  z-index: auto !important;
}

@media (min-width: 1024px) and (max-width: 1180px){
  .stm-logo img{
    width: 190px !important;
  }

  .stm_header_style_1 .stm-navigation__default > ul > li.menu-item > a{
    font-size: 14px;
    padding: 0 15px;
  }

  .stm_header_style_1 #wrapper .stm-header{
    background: transparent !important;
  }
}
@media (max-width: 1023px){
  .stm_header_style_1 .stm_mobile__header{
    margin-bottom: 0 !important;
  }
}

.pearl_vc_breadcrumbs i.fa.fa-home{
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}

.pearl_vc_breadcrumbs i.fa.fa-chevron-right{
  font-size: 13px;
  display: inline-block;
  margin: 0 10px;
}

.pearl_vc_breadcrumbs .current-item{
  opacity: 0.7;
}

.pearl_vc_breadcrumbs{
  font-size: 15px;
}

.pearl_vc_breadcrumbs, .pearl_vc_breadcrumbs a, .pearl_vc_breadcrumbs span{
  color: #333e40 !important;
}

.sg-breadcrumb-row{
  padding: 15px 0;
}



.sg-header-titleblock-lvl2{
  margin-top: -115px;
  margin-bottom: 35px;
  pointer-events: none;
}

.sg-header-iconblock-lvl2{
  margin-top: -60px;
  margin-bottom: 0;
}

@media (max-width: 767px){
  .sg-header-iconblock-lvl2{
    text-align: center !important;
  }

  .sg-header-iconblock-lvl2 .wpb_single_image.vc_align_right{
    text-align: center !important;
  }

  .sg-header-iconblock-lvl2 .vc_single_image-wrapper img{
    height: auto !important;
    width: 150px !important;
  }
}

.sg-header-iconblock-lvl2 > .vc_column-inner > .wpb_wrapper{
  z-index: 9;
  position: relative;
}

.sg-header-iconblock-lvl2 .wpb_content_element{
  margin-bottom: 0 !important;
}

.sg-header-titleblock-lvl2 > .vc_column-inner > .wpb_wrapper{
  z-index: 9;
  padding: 40px 60px;
  color: #fff;
  position: relative;
}

.sg-header-titleblock-lvl2 > .vc_column-inner > .wpb_wrapper .wpb_text_column{
  margin-bottom: 0;
}

.sg-breadcrumb-row.sg-breadcrumb-row-simple{
  margin-bottom: 0;
}

@media (max-width: 1023px){
  .sg-breadcrumb-row-hida-mobile{
    display: none;
  }
}
@media (min-width: 768px){

}


.stm_header_style_1 .stm-navigation.stm-navigation__default ul li.menu-item.menu-item-has-children > a:after{
  content: '\f067' !important;
  font-family: 'FontAwesome' !important;
  transform: none !important;
  display: none;
}

@media (max-width: 1023px){
  .stm-navigation__default > ul > li a > .stm_mobile__dropdown:before{
    content: '\f067' !important;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'FontAwesome' !important;
    transform: translateY(-50%) !important;
  }

  .stm-navigation__default > ul > li.active a > .stm_mobile__dropdown:before{
    content: '\f068' !important;
  }
}

@media (min-width: 768px){
  .sg-header-iconblock-lvl2{
    margin-top: -80px;
  }
}

@media (min-width: 1024px){
  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item a{
    position: relative;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right.stm-navigation__hamburger > ul > li.menu-item a{
    padding-left: 60px !important;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item a:before{
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease !important;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item .sub-menu a{
    font-weight: 500;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item .sub-menu a:before{
    font-size: 10px;
    left: 40px;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item.active .sub-menu{
    margin-bottom: 10px;
  }

  html > body .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right > ul > li a .stm_mobile__dropdown:before, html > body .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right > ul > .sg-menu-more > li a .stm_mobile__dropdown:before{
    content: '\f067' !important;
    font-family: 'FontAwesome' !important;
    transform: none !important;

  }

  html > body .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right > ul > li.active a .stm_mobile__dropdown:before, html > body .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right > ul > .sg-menu-more > li.active a .stm_mobile__dropdown:before{
    content: '\f068' !important;
    font-family: 'FontAwesome' !important;
    transform: none !important;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right .menu-item:hover > a:before, html > body .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right > ul > li.menu-item:hover a .stm_mobile__dropdown:before{
    color:#fff !important;
  }

  .sg-breadcrumb-row{
    padding: 15px 0;
    margin-bottom: 60px;
  }

  .sg-breadcrumb-row.sg-breadcrumb-row-simple, .sg-breadcrumb-row.sg-titlebox-breadcrumb{
    margin-bottom: 0;
  }

  .sg-breadcrumb-row.sg-breadcrumb-row-colored-next-row{
    margin-bottom: 0;
    padding-bottom: 60px;
  }


  .sg-header-titleblock-lvl2, .sg-header-iconblock-lvl2{
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-header-titleblock-lvl2 > .vc_column-inner > .wpb_wrapper{
    z-index: 9;
    width: 55%;
    margin-bottom: -100px;
    float: right;
  }

  .sg-header-iconblock-lvl2 > .vc_column-inner > .wpb_wrapper{
    z-index: 9;
    width: 55%;
    margin-bottom: -100px;
    float: right;
  }
  
}

.sg-row-product-list-intro, .sg-row-product-presentation-intro{
  font-size: 16px;
  max-width: 800px;
}

.sg-row-product-presentation{
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px){
  .sg-row-product-presentation{
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px){
  .sg-row-product-presentation{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px){
  .sg-row-product-presentation{
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


.sg-product-list-item .sg-product-wrapper{
  position: relative;
  display: block;
}

.sg-product-card{
  text-align: center;
  transition: all .25s ease !important;
  width: 100%;
}

.sg-product-title.h4{
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: all .25s ease !important;
  margin-bottom: 0;
}

.sg-product-list-caroussel .sg-product-title.h4{
  padding: 15px 20px;
  font-size: 17px;
}

@media (max-width: 550px){
  .sg-product-title.h4{
    font-size: 25px !important;
  }

  .sg-product-list-caroussel .sg-product-title.h4{
    font-size: 25px !important;
  }
}

.sg-product-content{
  font-size: 14px;
  transition: all .25s ease !important;
  color: #fff;
  padding:0 20px 20px 20px;
}

.sg-product-content .btn{
  font-size: 13px;
  padding: 8px 18px 8px;
}

.sg-product-content p{
  margin-bottom: 10px;
}

.sg-image-wrapper{
  text-align: center;
}

a.sg-product-wrapper:hover{
  text-decoration: none;
}

.sg-product-list-item{
  margin-bottom: 30px;
}

.sg-product-list-caroussel .sg-product-list-item{
  margin-bottom: 40px;
}

@media (min-width: 768px){
  .sg-product-list-item{
    margin-bottom: 60px;
  }
  .sg-product-list-caroussel{
    position: relative;
    padding: 0 70px;
  }

  .sg-product-list-caroussel .slick-arrow{
    position: absolute;
    top: 50%;
    border-radius: 50px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
  }

  .sg-product-list-caroussel .slick-arrow:hover{
    opacity: 0.7;
  }

  .sg-product-list-caroussel .slick-arrow.slick-prev{
    left: 0;
  }

  .sg-product-list-caroussel .slick-arrow.slick-next{
    right: 0;
  }

  .sg-product-list-caroussel .sg-product-list-item{
    padding: 0 20px;
  }
}

.sg-product-list-caroussel .sg-product-list-item .sg-image-wrapper img{
  display: inline-block;
}

.sg-product-list-caroussel .slick-dots{
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

.sg-product-list-caroussel .slick-dots button{
  display: none;
}

@media (max-width: 1023px){
  .sg-product-title.h4{
    color: #fff !important;
  }
}

@media (min-width: 768px){
  .sg-product-list.sg-product-list-grid{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }

  .sg-product-list-grid .sg-product-list-item{
    width: 33%;
    padding: 0 20px;
  }

  .sg-product-list-grid.sg-product-list-grid-col-3 .sg-product-list-item, .sg-product-list-grid.sg-product-list-grid-col-2 .sg-product-list-item{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .sg-product-list-grid .sg-product-list-item{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 80px;
  }

  .sg-product-list-grid.sg-product-list-grid-col-2 .sg-product-list-item{
    width: 50%;
  }

  .sg-product-list-grid.sg-product-list-grid-col-3 .sg-product-list-item{
    width: 33%;
  }

  .sg-product-title{
    transform: translateY(-100%);
    background-color: #ebebeb;
  }

  .sg-product-list-caroussel .sg-product-title{
    background-color: #dadada;
  }

  .sg-product-wrapper{
    padding-bottom: 70px;
    overflow: hidden;
  }

  .sg-product-list-caroussel .sg-product-wrapper{
    padding-bottom: 60px;
  }

  .sg-product-card{
    position: absolute;
    top: 100%;
    transform: translateY(0);
    background-color: #ebebeb !important;
  }

  a.sg-product-wrapper:hover .sg-product-title{
    transform: translateY(0);
    background: transparent;
    padding-bottom: 10px;
  }

  a.sg-product-wrapper:hover .sg-product-card{
    transform: translateY(-100%);
  }


  a.sg-product-wrapper:hover .sg-product-title.h4{
    color: #fff;
  }

  a.sg-product-wrapper:hover{
    color: #fff;
  }

  a.sg-product-wrapper:hover .btn{
    background-color: #fff;
  }
}

.sg-row-2sides-img-txt .sg-col-2sides-txt{
  padding: 40px 40px 40px 0;
}

.sg-row-2sides-img-txt.sg-row-2sides-img-txt-invert-mob .sg-col-2sides-txt{
  padding: 40px 0 40px 40px;
}

@media (max-width: 1023px){
  .sg-row-2sides-img-txt.sg-row-2sides-img-txt-invert-mob .sg-col-2sides-txt{
    order: -1;
  }
}

@media (max-width: 767px){
  .sg-row-invert-mob > .vc_row{
    display: flex;
    flex-direction: column;
  }
  .sg-row-invert-mob .sg-first-in-mob{
    order: -1;
  }
}

.sg-row-2sides-img-txt .sg-col-2sides-txt .wpb_text_column{
  margin-bottom: 0;
}

.sg-row-2sides-img-txt .sg-col-2sides-img{
  min-height: 300px;
  width: 100%;
}

.sg-row-2sides-img-txt .sg-col-2sides-txt{
  width: 100%;
}

@media (min-width: 1024px){
  .sg-row-2sides-img-txt .sg-col-2sides-img{
    width: 50%;
    min-height: 0;
  }
}

@media (min-width: 1024px){
  .sg-row-2sides-img-txt .sg-col-2sides-txt{
    padding: 70px 70px 70px 0;
    width: 50%;
  }
  .sg-row-2sides-img-txt.sg-row-2sides-img-txt-invert-mob .sg-col-2sides-txt{
    padding: 70px 0 70px 70px;
  }
}

@media (max-width: 550px){
  h1.vc_custom_heading{
    font-size: 37px !important;
  }
}

.stm_header_style_1 .stm_mobile__header {
  padding: 15px 15px;
}

.stm_infobox.stm_infobox_style_1{
  width: calc(100% - 20px);
  margin-bottom: 30px;
}

@media (min-width: 768px){
  .stm_infobox.stm_infobox_style_1{
    margin-bottom: 0;
  }
}

.stm_infobox.stm_infobox_style_1 .stm_infobox__content{
  padding: 30px;
  margin-right: -30px;
}

.stm_infobox.stm_infobox_style_1 .stm_infobox__content p{
  font-size: 14px;
  line-height: 24px;
}

.stm_infobox.stm_infobox_style_1 .stm_infobox__content{
  font-size: 14px;
}

.stm_infobox.stm_infobox_style_1 .stm_infobox__content h3{
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 28px;
}

@media (max-width: 550px){
  .stm_infobox.stm_infobox_style_1 .stm_infobox__content h3{
    font-size: 24px !important;
    line-height: 28px;
  }
}


@media (min-width: 768px){
  .row-infobox-equal-height > .wpb_column > .vc_column-inner  > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .row-infobox-equal-height > .wpb_column > .vc_column-inner  > .wpb_wrapper .stm_infobox{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .row-infobox-equal-height > .wpb_column > .vc_column-inner  > .wpb_wrapper .stm_infobox .stm_services__title{
    flex: 1 1 auto;
  }
}


.stm_infobox.stm_infobox_style_13{
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: all .25s ease !important;
  width: 100%;
  color: #fff;
}

.stm_infobox.stm_infobox_style_13:hover{
  text-decoration: none;
  color: #fff;
}

.stm_infobox.stm_infobox_style_13 .stm_services__image {
  position: relative;
  overflow: hidden;
}

.stm_infobox.stm_infobox_style_13 .stm_services__image img{
  min-width: 100%;
}

.stm_infobox.stm_infobox_style_13 .stm_services__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 1px;
  top: 30px;
  background: rgba(0,0,0,.5);
  opacity: 0;
  z-index: 10;
  transition: all .25s ease !important;
}

.stm_infobox.stm_infobox_style_13:hover .stm_services__image:before {
  top: 0;
  opacity: 1;
}

.stm_infobox.stm_infobox_style_13 .stm_services__image i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgb(255, 255, 255);
  opacity: 0;
  z-index: 20;
}


.stm_infobox.stm_infobox_style_13:hover .stm_services__image i {
  top: 50%;
  opacity: 1;
}

.stm_infobox.stm_infobox_style_13 .stm_services__title {
  position: relative;
  top: -1px;
  padding: 40px 30px;
  width: 100%;
  transition: all .25s ease !important;
  text-transform: none;
  color: #fff;
}


.stm_infobox.stm_infobox_style_13.sg_style_light .stm_services__title{
  color: #333e40;
}

.stm_infobox.stm_infobox_style_13.sg_style_light:hover .stm_services__title{
  color:  #fff;
}

.stm_infobox.stm_infobox_style_13 .stm_services__title h3{
  font-size: 18px;
  color:#fff;
  margin-bottom: 0;
  line-height: 23px;
}

@media (max-width: 550px){
  .stm_infobox.stm_infobox_style_13 .stm_services__title h3{
    font-size: 18px !important;
  }
}

@media (max-width: 767px){
  .vc_row.vc_column-gap-30{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.sg-big-primary-list ul li{
  font-size: 17px;
  font-weight: 600;
}

.circle_progress_wr .circle_progress > div .info > .value.heading_font{
  font-size: 49px;
  line-height: 49px;
  color: #333e40;
}

.sg-row-3-circles-progress{
  margin-top: 40px;
}

.sg-product-sep-bottom{
  margin-bottom: 50px !important;
}

@media (min-width:1024px){
  .sg-product-sep-bottom{
    margin-bottom: 70px !important;
  }
}

@media (min-width:1200px){
  .sg-row-3-circles-progress{
    padding: 0 90px;
    margin-top: 60px;
  }
}

.stm_form_style_15 .form-group .stm_select:after{
  content: "\e636" !important;
  font-size: 14px;
}

.sg-contact-intro{
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width:768px){
  .sg-contact-intro{
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media (min-width:1024px){
  .sg-contact-intro{
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .error404 .site-content{
    padding-top: 100px;
  }

  .error404 .stm-header__row_color_bottom{
    display: none;
  }
}

.stm_titlebox_brdcb_after{
  margin-bottom: 0 !important;
}

.sg-titlebox-breadcrumb{
  background-color: #ebebeb;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__category{
  bottom: 0;
  top: auto;
  left: 0;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__category a{
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateY(50%);
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: none;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__category a:hover{
  opacity: 0.9;
  transition: all .25s ease !important;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .sg_post_title{
  font-size: 20px;
  color: #333e40;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .sg_post_title a{
  color: #333e40;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__image{
  margin-bottom: 35px;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__image img{
  width: 100%;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__image.sg_post_no_image{
  width: 100%;
  background-color: #ebebeb;
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__image.sg_post_no_image .sg_no_image_icon{
  font-size: 60px;
  color: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.stm_post_style_17 .stm_markup__content .sg_post_grid_single_17.sg_custumized_post_grid .stm_posts_list_single__excerpt{
  line-height: 25px;
}

.sg-archive-inside-title .sg-special-title{
  color: #333e40;
}

.sg-archive-inside-title{
  padding-left: 80px;
  margin-bottom: 40px;
}

.sg-archive-inside-title i{
  font-size:60px !important;
}


@media (min-width:1024px){
  .stm-header__element .stm-search{
    display: flex;
    align-items: center;
  }
  
  .stm-header__element .stm-search .stm-search__icon{
    font-size: 20px;
  }
}

@media (max-width:1023px){
  .stm-header__element .stm-search button[type="submit"]:not(.btn){
    background-color: transparent;
    color: #333e40;
  }
}

.form-control:focus{
  box-shadow: none !important;
}

/* .single-post .stm_titlebox .stm_titlebox__title{
  color: #fff;
}

@media (min-width: 768px){
  .single-post .stm_titlebox .stm_titlebox__title{
    padding-left: 40px;
    position: relative;
  }
  
  .single-post .stm_titlebox .stm_titlebox__title:before{
    content: "";
    background-color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.5;
  }
} */


.stm_single_post_style_17.stm_single_post .post_tags .post_tag{
  border: none;
  font-weight: 600;
  padding: 0;
  margin-right: 10px;
}

.stm_single_post_style_17.stm_single_post .sg-taxo-icon{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.stm_single_post_style_17.stm_single_post .sg-taxo-icon i{
  font-size: 20px;
}

.stm_single_post_style_17.stm_single_post .stm_prevnext__post_prev:before{
  content: "\ec91" !important;
}

.stm_single_post_style_17.stm_single_post .stm_prevnext__post_next:before{
  content: "\ec90" !important;
}

.stm_single_post_style_17.stm_single_post .stm_prevnext__post:before{
  font-size: 18px;
}

.stm_single_post_style_17.stm_single_post{
  padding-top: 40px;
}

.stm_markup_sg_padding_top{
  padding-top: 30px !important;
}

@media (min-width: 768px){
  .stm_markup_sg_padding_top{
    padding-top: 60px !important;
  }
}

/* .stm_markup_sg_padding_bottom{
  padding-bottom: 30px !important;
} */

@media (max-width: 550px){
  .sg-header-home h1.vc_custom_heading {
    font-size: 32px !important;
  }
  .stm_titlebox__inner h1, .stm_titlebox__inner .h1{
    font-size: 32px !important;
    line-height: 1.2 !important;
  } 
}

@media (min-width: 551px) and (max-width: 1023px){
  .sg-header-home h1.vc_custom_heading {
    font-size: 50px !important;
    line-height: 1.2 !important;
  }
}

.sg-row-video-shopper{
  padding: 70px 0 50px 0;
}

@media (min-width: 768px){
  .stm_single_post_style_17.stm_single_post{
    padding-top: 60px;
  }

  .sg-row-video-shopper{
    padding: 100px 0 80px 0;
  }
}

@media (min-width: 1024px){
  .sg-row-video-shopper{
    padding: 150px 0 120px 0;
  }
}

.wpb_wrapper .stm_video.stm_video_style_8:before{
  content:"";
  display: block;
  animation: none;
  position: absolute;
  bottom: -25px;
  left: -25px;
  top: 25px;
  right: 25px;
  width: auto;
  height: auto;
  margin: 0;
  z-index: -1;
}

.wpb_wrapper .stm_video.stm_video_style_8.style_is_simple:before{
  display: none;
}

.wpb_wrapper .stm_video.stm_video_style_8 .stm_playb:after{
  background-color: #000;
  opacity: 0.75;
  width: 90px;
  height: 60px;
}

.wpb_wrapper .stm_video.stm_video_style_8 .stm_playb:before{
  border-width: 13px 0 13px 22px;
}

.stm_video.stm_video_style_12:hover, .stm_video.stm_video_style_12:active, .stm_video.stm_video_style_12:focus{
  text-decoration: none;
}

.stm_video.stm_video_style_12{
  text-align: center;
  /*border-color: #fff !important;*/
  font-size: 20px;
  padding: 15px 35px;
}

.stm_video.stm_video_style_12.btn.btn_primary.btn_outline{
  color: #fff !important;
}

.stm_video.stm_video_style_12 i{
  margin-right: 15px;
}

@media (max-width:1023px){
  .sg-row-4-svc > .vc_row > .vc_column_container{
    margin-bottom: 30px;
  }
}

@media (max-width:767px){
  .sg-row-video-shopper > .vc_row > .vc_column_container{
    margin-bottom: 30px;
  }
}

.sg-page-hide-cta-row .sg-cta-call-us-row{
  display: none !important;
}

.logo-footer{
  width: 200px;
  height: auto;
}

.sg-no-cat-spacer{
  height: 15px;
}

.sg-side-menu-sidebar{
  padding: 0 20px;
  color: #fff;
}

.sg-side-menu-sidebar.main_font{
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1023px){
  .sg-side-menu-sidebar{
    padding-left: 0;
    padding-right: 15px;
  }

  .stm_header_style_1 .stm-header{
    padding-right: 20px !important;
  }

  .stm-header__row_center .stm-header__cell.stm-header__cell_center{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .stm-header__cell_right .stm-header__element_{
    order: 2 !important;
    margin-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-bottom: 0 !important;
  }
}

h1.stm_custom_heading__icon.text-center i.position_top, .h1.stm_custom_heading__icon.text-center i.position_top, h2.stm_custom_heading__icon.text-center i.position_top, .h2.stm_custom_heading__icon.text-center i.position_top, h3.stm_custom_heading__icon.text-center i.position_top, .h3.stm_custom_heading__icon.text-center i.position_top, h4.stm_custom_heading__icon.text-center i.position_top, .h4.stm_custom_heading__icon.text-center i.position_top, h5.stm_custom_heading__icon.text-center i.position_top, .h5.stm_custom_heading__icon.text-center i.position_top, h6.stm_custom_heading__icon.text-center i.position_top, .h6.stm_custom_heading__icon.text-center i.position_top{
  top: 0;
}

.stm_custom_heading__icon_in_pos_top{
  padding-top: 30px;
}

.btn.btn_primary.btn_outline.active{
  color: #fff !important;
}

@media (max-width:1023px){
  .stm_post_style_17.search.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single, .stm_post_style_17.blog.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single, .stm_post_style_17.archive.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single{
    width: 50%;
  }
}

@media (max-width:767px){
  .stm_post_style_17.search.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single, .stm_post_style_17.blog.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single, .stm_post_style_17.archive.stm_post_view_grid .site-content .stm_markup__content .stm_loop.stm_loop__grid .stm_posts_list_single{
    width: 100%;
  }
}
@media (min-width:768px){
  .stm_post_style_17.search.stm_post_view_grid .stm_titlebox, .stm_post_style_17.blog.stm_post_view_grid .stm_titlebox, .stm_post_style_17.archive.stm_post_view_grid .stm_titlebox{
    padding-top: 130px;
  }
}

@media (min-width:1024px){
  .stm_post_style_17.search.stm_post_view_grid .stm_titlebox, .stm_post_style_17.blog.stm_post_view_grid .stm_titlebox, .stm_post_style_17.archive.stm_post_view_grid .stm_titlebox{
    height: 400px;
  }
}

#sidebarModale .modal-content{
  padding: 20px;
}

#sidebarModale .modal-dialog{
  margin-top: 50px;
}

@media (min-width:768px){
  #sidebarModale .modal-dialog{
    width: 80%;
    max-width: 1000px;
    margin-top: 80px;
    margin-bottom: 0;
  }

  #sidebarModale .modal-content{
    padding: 30px;
  }
}

#sidebarModale .sg-svg-map svg{
  height: auto;
}

#sidebarModale .modale-close{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color:#aaa;
  transition: all .25s ease !important;
  cursor: pointer;
  z-index: 99;
}

#sidebarModale .modale-close:hover{
  opacity: 0.7;
}

.sg_full_carousel{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0 !important;
}

.sg_full_carousel .vc_item{
  height: 100% !important;
}

.sg_full_carousel .vc_images_carousel .vc_carousel-indicators{
  padding: 0;
  margin: 0;
  position: relative;
  left: auto;
  text-align: center;
  display: block;
  width: 100%;
}

.sg_full_carousel .vc_images_carousel .container-carousel-indicators{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  bottom: 60px;
}

.sg-header-home-lvl-2 .vc_images_carousel .container-carousel-indicators{
  bottom: 90px;
}

@media (min-width:768px){
  .sg_full_carousel .vc_images_carousel .vc_carousel-indicators{
    text-align: left;
    padding-left: 65px;
  }

  .sg_full_carousel .vc_images_carousel .container-carousel-indicators{
    bottom: 100px;
  }

  .sg-header-home-lvl-2 .vc_images_carousel .container-carousel-indicators{
    bottom: 80px;
  }
  .sg-header-home-lvl-2 .sg_full_carousel .vc_images_carousel .vc_carousel-indicators{
    padding-left: 0;
  }
}

@media (min-width:1024px){
  .sg_full_carousel .vc_images_carousel .container-carousel-indicators{
    bottom: 130px;
  }

  .sg-header-home-lvl-2 .vc_images_carousel .container-carousel-indicators{
    bottom: 20px;
  }
}

@media (max-width:767px){
  .sg_full_carousel .vc_images_carousel .container-carousel-indicators{
    width: 100%;
  }
}

.sg_full_carousel .vc_images_carousel .container-carousel-indicators .vc_carousel-indicators li{
  width: 14px;
  height: 14px;
  margin-right: 7px;
  transition: all .25s ease !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: solid 2px #fff !important;
}

.sg_full_carousel .vc_images_carousel .container-carousel-indicators .vc_carousel-indicators li.vc_active{
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: solid 2px transparent !important;
}

.sg_full_carousel .vc_images_carousel .container-carousel-indicators .vc_carousel-indicators li:hover{
  background-color:#fff !important;
}

.sg_full_carousel .vc_images_carousel .container-carousel-indicators .vc_carousel-indicators li.vc_active:hover{
  background-color:#fff !important;
  border: solid 2px #fff !important;
}

.sg_full_carousel .wpb_wrapper, .sg_full_carousel .vc_images_carousel, .sg_full_carousel .vc_carousel-inner, .sg_full_carousel .vc_carousel-slideline, .sg_full_carousel .vc_carousel-slideline-inner{
  height: 100%;
}

.sg_full_carousel .vc_item .vc_inner{
  width: 100%;
  height: 100%;
  position: relative;
}

.sg_full_carousel .vc_item .vc_inner img{
  display: none;
}

.sg_full_carousel .vc_item .vc_inner .sg_full_carousel_img_bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vc_progress_bar.wpb_fakeAnimation{
  opacity: 1;
}

.sg-menu-divider, .sg-menu-separator{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sg-menu-divider:after, .sg-menu-separator:after{
  content:'';
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  left: -10px;
  right: -20px;
}

.stm-header__element_hamburger > .stm-navigation__hamburger > ul{
  overflow: visible;
}


@media (min-width:1024px){
  .stm-header__element_hamburger > .stm-navigation__hamburger > ul{
    overflow: scroll;
  }
  
  .sg-menu-divider, .sg-menu-separator{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .sg-menu-divider:after, .sg-menu-separator:after{
    left: 30px;
    right: 10px;
  }
}

.sg_shopper_quote_row > .vc_row > .wpb_column:first-of-type .wpb_single_image{
  margin-bottom: 0 !important;
}


.sg_shopper_quote_row > .vc_row > .wpb_column:first-of-type > .vc_column-inner{
  justify-content: flex-end;
}

.sg_shopper_quote_row > .vc_row > .wpb_column:last-of-type{
  padding-bottom: 30px;
}

.sg_shopper_quote_row{
  padding-top: 60px;
}


@media (min-width:768px){
  .sg_shopper_quote_row{
    padding-top: 80px;
  }

  .sg_shopper_quote_row > .vc_row > .wpb_column:last-of-type{
    padding-bottom: 50px;
  }
}

@media (min-width:1024px){
  .sg_shopper_quote_row{
    padding-top: 100px;
  }

  .sg_shopper_quote_row > .vc_row > .wpb_column:last-of-type{
    padding-bottom: 100px;
  }
}
@media (max-width:767px){
  .sg_shopper_quote_row > .vc_row{
    display: flex;
    flex-direction: column;
  }

  .sg_shopper_quote_row > .vc_row > .wpb_column:last-of-type{
    order: -1;
  }

  .sg_shopper_quote_row > .vc_row > .wpb_column:last-of-type > .vc_column-inner{
    background: none !important;
    padding-left: 15px !important;
  }
}

.stm_post_style_17 .stm_markup_right.stm_markup > .stm_markup__content{
  width: 75%;
}


.stm_post_style_17 #wrapper .stm_markup_right > .stm_markup__sidebar{
  width: 25%;
}

@media (min-width:1024px){

  .stm_post_style_17.blog.stm_post_view_grid .site-content .stm_markup_right .stm_markup__content, .stm_post_style_17.archive.stm_post_view_grid .site-content .stm_markup_right .stm_markup__content, .stm_post_style_17.search.stm_post_view_grid .site-content .stm_markup_right .stm_markup__content{
    width: 75% !important;
  }

  .stm_post_style_17.blog.stm_post_view_grid .site-content .stm_markup.stm_markup_right, .stm_post_style_17.archive.stm_post_view_grid .site-content .stm_markup.stm_markup_right, .stm_post_style_17.search.stm_post_view_grid .site-content .stm_markup.stm_markup_right{
    display: flex;
  }

  .stm_post_style_17 #wrapper .stm_markup_right > .stm_markup__sidebar{
    padding-top: 55px;
  }

  .stm_post_style_17 #wrapper .stm_markup_right > .stm_markup__sidebar.stm_markup__sidebar_single{
    padding-top: 80px;
  }

  .stm_share.stm_js__shareble{
    margin-top: 0 !important;
  }
}

/* .stm_post_style_17 #wrapper .stm_markup_right > .stm_markup__sidebar .sg-share-title{
  margin-bottom: 10px;
  color: #aaa;
  text-transform: uppercase;
} */

.stm_single_post__share .sg-share-title{
  display: inline-block;
  margin-bottom: 5px;
  color: #aaa;
  text-transform: uppercase;
  vertical-align: bottom;
}

.stm_single_post__share .stm_share.stm_js__shareble{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px !important;
  width:auto;
}

@media (max-width:1023px){
  .stm_single_post__share .stm_share.stm_js__shareble .__icon{
    width: 30px;
    height: 30px;
    font-size: 15px !important;
    line-height: 30px;
  }
}

@media (min-width:1024px){

  .stm_single_post__share .stm_share.stm_js__shareble .__icon{
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px !important;
  }

  .stm_single_post__share .stm_share.stm_js__shareble{
    margin-left: 10px !important;
  }
  .stm_markup__content > .stm_single_post__share{
    float: right;
    margin-top:-42px;
  }
}

.stm_post_style_17 #wrapper .stm_markup_right > .stm_markup__sidebar .stm_single_post__share{
  padding-bottom: 35px;
}

.stm_sidebar_style_1 .stm_widget_categories.style_1 ul li:before{
  content: "\f054";
  font-family: 'FontAwesome';
  border: 0;
}

.stm_sidebar_style_1 .stm_widget_categories.style_1 ul li{
  padding: 0 0 0 25px;
  margin-bottom: 10px;
}

.stm_sidebar_style_1 .stm_widget_categories.style_1 ul li .children{
  margin-top: 10px;
  margin-bottom: 10px;
}

.staff__item{
  text-align: center;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.stm_staff__tabs_style_1 .stm_staff__tabs_containers.stmsg_staff__tabs_containers{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.staff__item .staff_photo_wrapper{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px auto;
}

@media (min-width:768px){
  .staff__item .staff_photo_wrapper{
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  .stm_staff__tabs_style_1 .stm_staff__tabs_containers.stmsg_staff__tabs_containers .staff__item .staff_name{
    font-size: 16px;
  }

  .stm_staff__tabs_style_1 .stm_staff__tabs_containers.stmsg_staff__tabs_containers .staff__item{
    width: 25%;
  }
}

@media (min-width:1024px){
  .staff__item .staff_photo_wrapper{
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  .stm_staff__tabs_style_1 .stm_staff__tabs_containers.stmsg_staff__tabs_containers .staff__item{
    width: 20%;
  }
}

@media (min-width:1200px){
  .staff__item .staff_photo_wrapper{
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  .stm_staff__tabs_style_1 .stm_staff__tabs_containers.stmsg_staff__tabs_containers .staff__item{
    width: 16.666666667%;
  }
}

.sg-external-post a{
  position: relative;
  width: 400px;
  display: block;
  max-width: 100%;
}

.sg-external-post a:hover{
  text-decoration: none;
}

.sg-external-post a .sg-external-post-title{
  font-size: 17px;
  line-height: 1.5;
}

.sg-external-post a .sg-external-post-img, .sg-external-post a .sg-external-post-title{
  transition: all .25s ease;
}

.sg-external-post a:hover .sg-external-post-img, .sg-external-post a:hover .sg-external-post-title{
  opacity: 0.7;
}

.sg-external-post .sg-external-post-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 70%;
  width: 400px;
  margin-bottom: 20px;
  max-width: 100%;
}

.stm_iconlist ul ul{
  margin-top: 20px;
}

.wpb_text_column ul li{
  padding-left: 25px;
  display: block !important;
}

.wpb_text_column ul li ul {
  margin-top: 5px;
}

@media (max-width: 769px){
  .sg-pre-footer .vc_col-sm-6:nth-of-type(2n+1) {
      clear: none;
  }
}

.wpb_text_column.sg-white-text ul li:before{
  color: #fff !important;
}

.wpb_text_column.sg-white-text{
  color: #fff;
}

@media (min-width: 1024px){
  .stm_header_style_1 .stm-header__element .stm-navigation__default > ul > li > a{
    padding: 0 15px;
  }
}

.stm_separator_style_3 .stm_separator.sg-sep-primary:before{
  height: 1px;
}

.sg-side-menu-sidebar .h3,.sg-side-menu-sidebar h3{
  margin-bottom: 10px;
}

.sg-side-menu-sidebar .wpb_text_column{
  margin-bottom: 20px;
}

.sg-side-menu-sidebar .stm_separator_style_3 .stm_separator:before{
  background-color: rgba(255, 255, 255, 0.2);
}

.sg-archive-actu-date i{
  margin-right: 5px;
  display: inline-block;
}

.sg-single-actu-date{
  color: #999999;
  margin-bottom: 20px;
}

.sg-single-actu-date i{
  margin-right: 8px;
  display: inline-block;
}

.sg_primary_shadow .vc_single_image-wrapper{
  position: relative;
}

.sg_primary_shadow .vc_single_image-wrapper:before{
  content:"";
  display: block;
  animation: none;
  position: absolute;
  bottom: -25px;
  left: -25px;
  top: 25px;
  right: 25px;
  width: auto;
  height: auto;
  margin: 0;
  z-index: -1;
}

@media (max-width:767px){
  .wpb_single_image.sg_primary_shadow{
    margin-bottom: 55px;
  }

  .sg_primary_shadow .vc_single_image-wrapper:before{
    bottom: -10px;
    left: -10px;
  }
}


.sg_img_cont_carousel_ope img{
  display: none !important;
}

.sg_img_cont_carousel_ope{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60%;
}

.sg-logo-modal{
  margin-bottom: 40px;
}

.sg-logo-modal img{
  width: 200px;
}

@media (max-width:1023px){
  .stm_header_sticky_center.stm_sticky_header_mobile .stm_mobile__header{
    z-index: 105;
  }
}


.sg-menu-more{
  display: none;
}

@media (min-width:1024px) and (max-width:1199px){
  .sg-tomuch-items{
    display: none;
  }

  .sg-menu-more{
    display: block;
    max-height: none;
    overflow: visible !important;
    visibility: visible;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right.stm-navigation__hamburger > ul > .sg-menu-more > li.menu-item a{
    padding:10px 35px 10px 60px;
    display: block;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right.stm-navigation__hamburger > ul > .sg-menu-more > li.menu-item:last-child{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .stm-header__row_center .stm-header__cell_right .stm-navigation__hamburger_right.stm-navigation__hamburger > ul > .sg-menu-more > li.menu-item:last-child:after{
    left: 30px;
    right: 10px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  html > body .stm-navigation__hamburger > ul > .sg-menu-more > li a .stm_mobile__dropdown {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 15px;
    left: auto;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 10;
    font-size: 14px;
  }

  html > body .stm-navigation__hamburger > ul > .sg-menu-more > li ul.sub-menu {
    top: 0;
    padding-left: 15px !important;
  }

  html > body .stm-navigation__hamburger > ul > .sg-menu-more > li.active ul.sub-menu {
    max-height: 1200px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
  }

  .sg-menu-more .stm_mobile__dropdown:before{
    color: #797979;
  }
}

@media (max-width:767px){
  ul.page-numbers li{
    margin:0 5px !important;
  }
  ul.page-numbers{
    margin-left: -5px !important;
    margin-right: -5px !important;
    padding-left: 0 !important;
  }
}

@media (max-width:767px){
  .stm_titlebox.stm_titlebox_style_2{
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px !important;
  }
}

@media (min-width:768px) and (max-width:1023px){
  .stm_titlebox.stm_titlebox_style_2{
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px !important;
    padding: 0;
  }
}

.wpb_text_column.sg-white-text ol > li:before{
  color: #FFF !important;
}


.stm_history_style_1 .stm_history__item .stm_history__year{
  line-height: 1;
  border: solid 2px #058298;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.stm_history_style_1 .stm_history__item .stm_history__year.stm_history__year_small{
  font-size: 16px;
  padding: 0;
  line-height: 45px;
}


.stm_history_style_4 .stm_history__item .stm_history__year {
  line-height: 45px;
  border: solid 2px #058298;
  border-radius: 50%;
  padding: 10px;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.stm_history_style_4 .stm_history__item .stm_history__year.stm_history__year_small{
  font-size: 20px;
}

@media (max-width:767px){
  .stm_history_style_4 .stm_history__item .stm_history__year {
    line-height: 1;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
  }

  .stm_history_style_4 .stm_history__item .stm_history__year.stm_history__year_small{
    font-size: 16px;
    padding: 0;
    line-height: 45px;
  }
}


.stm_history.stm_history_style_1 .stm_history__item{
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 70px;
  padding-top: 10px;
}

.stm_history.stm_history_style_4 .stm_history__item {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-top: 10px;
}


.stm_history.stm_history_style_4 > ul:after{
  content:"";
  display: block;
  float: none;
  clear: both;
}
@media (min-width:768px){
  .stm_history.stm_history_style_4 .stm_history__item{
    width: calc(50% + 35px);
  }

  .stm_history.stm_history_style_4 .stm_history__item.stm_history__item_imaged{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }

  .stm_history.stm_history_style_4 .stm_history__item.stm_history__item_imaged:before{
    display: none;
  }
  
  .stm_history.stm_history_style_4 .stm_history__item.stm_history__item_imaged .stm_history__item_content_img:before{
    content:'';
    display: block;
    position: absolute;
    width: 3px;
    background-color: #ddd;
    left: 23.5px;
    bottom: 10px;
    top: 80px;
  }

  .stm_history.stm_history_style_4 .stm_history__item.stm_history__item_imaged .stm_history__item_content_img{
    width: calc(50% + 35px);
    position: relative;
    padding-left: 100px;
  }

  .stm_history.stm_history_style_4 .stm_history__item.stm_history__item_imaged .timeline-img-cont{
    width: calc(50% - 35px);
    padding-right: 30px;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd), .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even){
    text-align: right;
    padding-left: 0;
    padding-right: 100px;
    clear: both;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd).stm_history__item_imaged, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even).stm_history__item_imaged{
    padding-right: 0;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd).stm_history__item_imaged .timeline-img-cont, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even).stm_history__item_imaged .timeline-img-cont{
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even).stm_history__item_imaged .timeline-img-cont, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd).stm_history__item_imaged .timeline-img-cont{
    text-align: right;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd).stm_history__item_imaged .stm_history__item_content_img, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even).stm_history__item_imaged .stm_history__item_content_img{
    padding-left: 0;
    padding-right: 100px;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even).stm_history__item_imaged .stm_history__item_content_img, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd).stm_history__item_imaged .stm_history__item_content_img{
    order: 2;
  }
  
  .stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd) .stm_history__year, .stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even) .stm_history__year{
    left: auto;
    right: 0;
  }
  
  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd):before, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even):before{
    left: auto;
    right: 33.5px;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(odd).stm_history__item_imaged .stm_history__item_content_img:before, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(even).stm_history__item_imaged .stm_history__item_content_img:before{
    left: auto;
    right: 33.5px;
  }
  
  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even):before, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd):before{
    left: 33.5px;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even).stm_history__item_imaged .stm_history__item_content_img:before, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd).stm_history__item_imaged .stm_history__item_content_img:before{
    left: 33.5px;
  }

  .stm_history.stm_history_style_4 ul .stm_history__item:last-child.stm_history__item_imaged .stm_history__item_content_img:before{
    display: none;
  }
  
  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even), .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd){
    float: right;
  }

  .stm_history.stm_history_style_4.sg_timeline_first_left .stm_history__item:nth-child(even).stm_history__item_imaged, .stm_history.stm_history_style_4.sg_timeline_first_right .stm_history__item:nth-child(odd).stm_history__item_imaged{
    float: none;
  }
}

.stm_history .stm_history__item.stm_history__item_imaged .timeline-img-cont.timeline-img-cont-left{
  text-align: left !important;
}
.stm_history .stm_history__item.stm_history__item_imaged .timeline-img-cont.timeline-img-cont-right{
  text-align: right !important;
}
.stm_history .stm_history__item.stm_history__item_imaged .timeline-img-cont.timeline-img-cont-center{
  text-align: center !important;
}

.stm_history.stm_history_style_1 .stm_history__item:before, .stm_history.stm_history_style_4 .stm_history__item:before{
  content:'';
  display: block;
  position: absolute;
  width: 3px;
  background-color: #ddd;
  left: 23.5px;
  bottom: 10px;
}

.stm_history.stm_history_style_1 .stm_history__item:before{
  top: 60px;
}

.stm_history.stm_history_style_4 .stm_history__item:before{
  top: 60px;
}

@media (min-width:768px){
  .stm_history.stm_history_style_4 .stm_history__item:before{
    top: 80px;
  }
}

.stm_history.stm_history_style_1 ul .stm_history__item:last-child:before, .stm_history.stm_history_style_4 ul .stm_history__item:last-child:before{
  display: none;
}

.stm_history_style_1 .stm_history__title, .stm_history_style_4 .stm_history__title{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.stm_history_style_1 .stm_history__title.stm_history__title_uppercase, .stm_history_style_4 .stm_history__title.stm_history__title_uppercase{
  text-transform: uppercase;
}

@media (min-width:1024px){
  html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.sg-megamenu-title-disabled > a{
    color: #999 !important;
    text-transform: uppercase;
  }
}

@media (max-width:1023px){
  .stm-navigation.stm-navigation__default > ul > li ul li > a{
    text-transform: none;
  }
}

.sg-post-hidden-header .stm_single_post_style_17.stm_single_post{
  padding-top: 0;
}

.tooltip-content{
  max-width: 300px;
  position: relative;
}

.tooltip-closer{
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}

.tooltip-closer:before{
  content:'\f00d';
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  color: #777;
}

.tooltip-content .title-tooltip{
  font-size: 18px;
  text-align: center;
  color: #fff !important;
}

.tooltip-content .tooltip-desc{
  font-size: 14px;
  line-height: 1.2;
  margin-top: 20px;
}

.tooltip-content .tooltip-infos span{
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

.tooltip-content .tooltip-infos .tooltip-tel{
  margin-bottom: 10px;
}

/* .tooltip-content .tooltip-infos{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 20px;
} */

.tooltip-content .tooltip-infos .tooltip-col-adress{
  /* width: calc(50% + 30px);
  padding-left: 30px; */
  padding-top: 10px;
}

/* .tooltip-content .tooltip-infos .tooltip-col-infos{
  padding-top: 30px;
  border-top: 1px solid #444;
} */

.tooltip-content .tooltip-infos{
  padding-top: 30px;
  border-top: 1px solid #444;
  padding-bottom: 30px;
}

.tooltipster-sg-customized .tooltip-content .tooltip-infos{
  border-top: 1px solid #444;
}

.tooltipster-sg-customized-primary .tooltip-content .tooltip-infos{
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.tooltipster-sg-customized-primary .btn{
  border: solid 2px rgba(255,255,255, 0.5);
}

.tooltip-content .tooltip-col-btn .btn{
  cursor: pointer;
}

.tooltip-content .tooltip-infos .tooltip-col-btn .btn{
  white-space: normal;
}

.tooltip-content .tooltip-infos{
  margin-bottom: 10px;
}

.tooltip-content .tooltip-col-btn{
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width:520px){
  .tooltip-content .tooltip-col-btn .btn{
    width: 100%;
    text-align: center !important;
  }
}

.tooltip-templates{
  display: none !important;
}


/* @media (min-width:1280px){
  .tooltip-closer{
    display: none;
  }

  .tooltip-content .tooltip-col-btn{
    display: none;
  }

  .tooltip-content .tooltip-infos{
    margin-bottom: 0;
  }
} */


.d-none-checkbox{
  display: none !important;
}

.btn.btn_primary.btn_fill{
  color: #fff !important;
}

.image-single-video-list{
  background-size: cover;
  background-position: center center;
  padding-bottom: 46.25%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-single-video-list:before{
  content: '\f04b';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


@media (min-width:1024px){
  .image-single-video-list{
    width: 70%;
  }
}

.image-single-video-list.no-image{
  background-color: #555;
}

.stm_video_list__single_title{
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.stm_video_list__single{
  display: block;
}

.stm_video_list__single:hover{
  text-decoration: none;
  opacity: 0.7;
}

.sg_video_16_9, .stm_video.stm_video_style_8.sg_video_16_9{
  height: 0 !important;
  padding-bottom: 56.25%;
}

.sg-contact-iframe-map iframe{
  width: 100%;
  height: 450px;
}

@media (min-width:768px){
  .sg-contact-iframe-map iframe{
    height: 500px;
  }
}

@media (min-width:1024px){
  .sg-contact-iframe-map iframe{
    height: 550px;
  }
}

.wsp-container{
  margin-bottom: 30px;
}

.wsp-container h2{
  font-size: 35px;
}

.wsp-container ul{
  list-style: none;
}

.wsp-container > ul{
  padding-left: 0;
}

.wsp-container li:before{
  content: "\f054";
  font-family: 'FontAwesome';
  border: 0;
  font-size: 12px;
  margin-right: 7px;
}

/* FIX BUG PARALAX MOZILLA */

body div.stm-parallax{
  -webkit-transform:none;
}


.stm_icon_links_style_2 a.wtc:hover{
  color: rgba(255, 255, 255, 0.7) !important;
}

.pearl_arrow_top .arrow{
  width: 43px !important;
  height: 43px !important;
}

body .pearl_arrow_top .arrow:before{
  content:'\f077' !important;
  font-family: 'FontAwesome' !important;
  transform: translate(-50%, -50%) !important;
  background-color: transparent !important;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
}

.pearl_arrow_top .arrow:after, .pearl_arrow_top:after, .pearl_arrow_top:before{
  display: none !important;
  content: none !important;
}

.stm_titlebox__inner .sg-line{
  background-color: #fff;
}

.multiSelect-ul-cont::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.multiSelect-ul-cont::-webkit-scrollbar-track {
  background: #ebebeb;
}

.multiSelect-ul-cont::-webkit-scrollbar-button {
  height: 6px;
  border-radius: 50%;
}

.stm_container_has_video.vc_container-fluid{
  overflow: visible;
}

.stm_container_has_video .stm_video_iframe_wrapper .stm_video_iframe{
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.stm_video_iframe_wrapper{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.vc_row .sg-colhomeglobal-marketing > .vc_column-inner{
  margin-top: 30px;
}

@media (min-width:768px){
  .vc_row .sg-colhomeglobal-marketing > .vc_column-inner{
    margin-top: 0px;
    padding-left: 70px;
  }
}

@media (max-width:560px){
  .sg-header-home-video .sg-header-home-content{
    margin-top: 40px;
  }
}

@media (min-width:992px){
  .sg-col-md-break{
    clear: both;
  }
}

@media (min-width:1200px){
  .sg-col-lg-break{
    clear: both;
  }
}

.single-stm_video .sg-single-header-cont{
  margin-bottom: 20px;
}

.stm-header__cell_left .stm-logo{
  max-height: 60px;
}


html body .stm-navigation__default .pearl_going_sticky ul li.stm_megamenu > ul.sub-menu{
  top:40px;
}

@media (max-width: 1199px) {
  .stm_header_style_1 .stm-navigation.stm-navigation__default ul li ul.sub-menu li a {
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .sg-mapfond{
    display: none;
  }
}

.sg-header-home-video .sg-video-bg:before{
  content: '';
  display: block !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: none;
  animation: scaleout 1.0s infinite ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-color: #bbb;
}

.dropdown-multiselect .multiSelect{
  display: none;
}

.sg-landing-page .stm-header__cell_right .stm-header__element_hamburger{
  display: none !important;
}

@media (max-width: 1199px) and (min-width: 1024px){
  .sg-landing-page .stm-header-tomuchitemprimary .stm-header__cell_right .stm-header__element_hamburger ul > li{
    display: none !important;
  }

  .sg-landing-page .stm-header-tomuchitemprimary .stm-header__cell_right .stm-header__element_hamburger{
    display: block !important;
  }
}

@media (max-width: 1023px){
  .sg-landing-page .stm-header__cell_right .stm-header__element_{
    border-top: none !important;
    padding-top: 0 !important;
  }

  .wpb_single_image.vc_align_center .vc_single_image-wrapper.vc_box_outline_circle{
    width: auto;
  }
}


.sg_widget_recent_actus.style_2 .stm_widget_actu_posts__title{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  transition: all .25s ease !important;
}

.sg_widget_recent_actus.style_2 .stm_widget_posts__excerpt{
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.stm_posts_list_style_21 .stm_posts_list_single__excerpt{
  font-size: 14px;
  color: #999;
}

.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li a > img{
  margin-bottom: 15px;
}

.sg_widget_recent_actus.style_2 .stm_widget_posts__excerpt p{
  margin-bottom: 0;
}

.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li a{
  padding-left: 0;
}
.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li:before{
  display: none;
}

.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li a.sg-link-blue:hover .stm_widget_actu_posts__title{
  color: #058298;
}
.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li a.sg-link-violet:hover .stm_widget_actu_posts__title{
  color: #53419a;
}
.stm_sidebar_style_1 .widget.widget_recent_entries.sg_widget_recent_actus.style_2 ul li a.sg-link-orange:hover .stm_widget_actu_posts__title{
  color: #fa853e;
}

.stm_posts_list_style_21 .stm_posts_list_single__info{
  margin-top: -10px;
}

@media (min-width:768px){
  .stm_posts_list_style_21 .stm_posts_list_single:nth-child(4n+1){
    clear: both;
  }
}

#sidebarModaleClosing .modal-content{
  padding: 20px;
}

#sidebarModaleClosing .modal-dialog{
  margin-top: 50px;
}

#sidebarModaleClosing .modal-dialog-wrapper{
  height: 100vh;
  display: flex;
  align-items: center;
}

@media (min-width:768px){
  #sidebarModaleClosing .modal-dialog{
    width: 80%;
    max-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 100%;
  }

  #sidebarModaleClosing .modal-content{
    padding: 30px;
  }
}

#sidebarModaleClosing .sg-svg-map svg{
  height: auto;
}

#sidebarModaleClosing .modale-close{
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  color:#aaa;
  transition: all .25s ease !important;
  cursor: pointer;
  z-index: 99;
}

#sidebarModaleClosing .modale-close:hover{
  opacity: 0.7;
}

.stm_mobile__switcher{
  cursor: pointer;
}


.stm_sticky_header_placeholder{
  height: 74px !important;
}

@media (max-width: 768px){
  html body #wrapper .stm_mobile__header .stm_mobile__logo{
    max-height: 50px;
  }

  html body #wrapper .stm_mobile__header{
    height: 74px;
    display: flex;
    align-items: center;
  }

  html body #wrapper .stm_mobile__header > .container{
        width: 100%;
  }
}

.pre_footer[data-wpr-lazyrender]{
    content-visibility: visible;
}