/*
Theme Name: viedefemme
Theme URI: https://www.deolys.fr
Author: deolys
Author URI: https://www.deolys.fr/contact
Description: Thème viedefemme
Version: 1.2.6
*/


body{
  /*font-family: 'Roboto', sans-serif;  */
  font-family: 'Jost', sans-serif
  font-weight: 400;
  font-size: 16px;  
  line-height: 27px;
  color: #204066;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif!important;
}


a{
  color:#204066;
}

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


.header-topline .textwidget{
	width:100%
}


.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  }
  
  .display-4 {
    font-size: 2.5rem;
  }
  @media (min-width: 768px) {
    .display-4 {
      font-size: 3rem;
    }
  }
  
  
  
 .sbn-color-1{
	color:#03C0B4;  
  }
  
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
  }
  
  .card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
  }
  
  .flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }
  
  /*
   * Blog name and description
   */
  .blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
  }
  .blog-description {
    font-size: 1.1rem;
    color: #999;
  }
  
  @media (min-width: 40em) {
    .blog-title {
      font-size: 3.5rem;
    }
  

}
  
  /* Pagination */
  .blog-pagination {
    margin-bottom: 4rem;
  }
  .blog-pagination > .btn {
    border-radius: 2rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 4rem;
  }
  .blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
  }

  .slide-btn .btn {
    background: #1f3f65;
    border-radius: 2em;
    padding: 1em 2.5em;
    color: #fff;
    margin: 1em;
	/*border:1px solid #0C59DB;*/
  }
  
.slide-btn a::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #03C0B4;
  transition: .5s;
}


.slide-btn a:hover::before {
  width: 100%;
}

  .slide-btn .btn:hover {
    background: #007bff86;
    
  }
  
 .sbn-home-step-1{
	 background:#204066;
	 color:#204066;
	 padding:4em 0;
 }
 
 .sbn-home-card {
  background: #fff;
  padding: 2em;
}

  .sbn-home-step-1 h3{
    font-size: 1.2em;
    padding: 1em 0;    
	font-weight: 600;
  }

  .sbn-home-step-1 .card{
	border: none;
	padding:1em;
	background:#f6f7f8;
	min-height: 510px;
	transition: all 500ms ease;
  }
  
.sbn-home-step-1 .card:hover{  
  transform: translateY(-20px);
} 
.sbn-home-step-1 .card:hover::after{ 
height: 100%;
}
.sbn-home-step-1 .card::after{ 
	position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    z-index: -1;
    transition: all 500ms ease;
}  
  .sbn-home-step-2{
    padding: 2em 0;
    /*line-height: 2.5em;*/
    background: #00821405;
  }

.sbn-home-step-2 h2::before {
  content: 'VIEDEFEMME';
  position: absolute;
  top: 10px;
  opacity: 0.05;
  left: 20%;
  font-size: 6em;
}  
  
  .sbn-home-text-1{
	text-align: center;
  max-width: 500px;
  margin: 0 auto 1em auto;
  }


  .sbn-link-docto.home-link-1{
    max-width: 40%;
  }
  

 .sbn-home-step-1 h2,
 .sbn-home-step-2 h2,
.sbn-home-step-3 h3{
  font-family: "Jost" !important;
  font-weight: 600;
  padding: 1.5em 0;
}

.sbn-home-step-1 h2{
	padding: 1em 0;
}


.sbn-home-step-3{
line-height: 2em;
}

.sbn-home-step-3 h3::before {
  content: 'Femme';
  position: absolute;
  font-size: 4em;
  opacity: 0.05;
}

.sbn-home-step-3 p{
	padding: 2em 0;
}

.sbn-home-step-3 ul{
  padding: 0;
  list-style-type: none;
}

.sbn-home-step-3 li{
  background-color: #9999991a;
  margin:1em 0;
  color:#204066;
  
}

.sbn-home-step-3 li::before {
  content: '\f06e';
  font-size: 15px;
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  color: #03c0b4;
}

.sbn-home-step-4{
  position: relative;
  padding: 4rem 0;  
  z-index: 1;
  overflow: hidden;
}

.sbn-home-step-4 .container{
  background: #fff;
  position: relative;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding:2em;
}





.sbn-home-step-4 h4{
  padding: 2rem;
  font-family: "Jost" !important;
  font-size: 2em;
  font-weight: 700;
}


.sbn-home-step-4:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #1F3F65; 
  z-index: -2;
}

.sbn-home-step-4:after {
 font-family: "Font Awesome 6 Free";
  content: "\f017";    
  color: #fff;
  font-weight: 400;
  position: absolute; 
  font-size: 20em;
  left: 60px;
  z-index: -1;
  top: 60px;  
  opacity: 0.2;
}


.sbn-home-step-4 ul {
    padding: 0;
    list-style-type: none;
  }
  
  .sbn-home-step-4 li{
    background-color: #204066;
    margin:0.8em 0;
	color:#fff;
    
  }
  
  .sbn-home-step-4 li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f017";
    font-size: 15px;    
    margin: 0 10px;
    color: #fff;
    font-weight: 400;
  }
  
  
 .sbn-home-step-5 {
  background: #eee;
  padding: 4em;  
}
 .sbn-home-step-5 h4{
text-align: center !important;
  font-family: "Jost" !important;
  font-size: 3em;
 }
  /* services*/
  .sbn-service-step1{
    line-height: 2.5em;
    padding: 2em 0;   
    background: linear-gradient(154deg,#f6f7f5 50%,#efeded 50%);
  }

  .sbn-service-step1 h2,
  .sbn-service-step2 h2,
  .sbn-service-step3 h2,
  .sbn-service-step4 h2{
    font-size: 3em;
    font-family: "Poppins", serif;
    font-weight: 400;
    padding: 1.5em 0;
  }

  .sbn-service-step1 h2 b,
  .sbn-service-step2 h2 b,
  .sbn-service-step3 h2 b,
  .sbn-service-step4 h2 b{
    color: #007bff;
  }


 .sbn-service-step2{
    line-height: 2em;
    padding: 2em 0;
  }


  .sbn-service-step2 ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
  }

  .sbn-service-step2 li::before {
    content: '\f06e';
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
    color: #007bff;
  }

  .sbn-service-step3{
    line-height: 2em;
    padding: 2em 0;
   
   background: linear-gradient(183deg,#f3f4f93d 5%, #343a4029 95%);
  }

  .sbn-service-step4{
    line-height: 2.2em;
    padding: 2em 0;
  }

  .sbn-vision-step1{
     background-color: #f6f7f5;
     line-height: 2.2em;
    padding: 2em 0;
    text-align: justify;
  }

  .sbn-vision-step1 h2{
  
    font-size: 3em;
    font-family: "Poppins", serif;
    font-weight: 400;
    padding: 1.5em 0;
  }
  .sbn-vision-step2{    
    line-height: 2.2em;
   padding: 2em 0;
   
 }

 .sbn-vision-step2 h2{
 
   font-size: 3em;
   font-family: "Poppins", serif;
   font-weight: 400;
   padding: 1.5em 0;
 }

 .sbn-vision-step3 {
  background: linear-gradient(353deg, rgba(146, 210, 210, 0.1) 50%, rgba(2, 16, 91, 0.06) 50%);
  margin: 1em 0;
  font-size: 1.2em;
  padding: 2.5em 15px;
  line-height: 2em;
}


.sbn-vision-step3-collpse {
  color: #444;
  font-size: 1.2em;
  padding: 1em 0;
  display: block;
  text-decoration: none;
}

.sbn-vision-step3-collpse:hover {
  color: #021247;
  text-decoration: none;
}

.sbn-vision-step3 i {
  float: right;
}


.sbn-vision-step3-collpse[aria-expanded=true] .fa-plus{
  display: none;
}
.sbn-vision-step3-collpse[aria-expanded=false] .fa-minus {
  display: none;
}

.sbn-vision-step3-collpse[aria-expanded=true] .fa-caret-right{
  display: none;
}
.sbn-vision-step3-collpse[aria-expanded=false] .fa-caret-up {
  display: none;
}

.sbn-link-docto {
    color: #fff;
    background: #1C486A;
    padding: 1em;
    max-width: 80%;
    display: block;
    text-align: center;
    margin: 3em auto;      
    border-radius: 50em;
    transition: all 0.25s, bottom 0.75s ease-in-out;
}

.sbn-link-docto.home-link-1{
	position:relative;
	background:#03c0b4;
	z-index : 1;
	color: #fff;
	font-weight: 400;
    font-size: 1.2em;
}

.sbn-link-docto.home-link-1:hover::after{
	width: 100%;
}


.sbn-link-docto.home-link-1::after {
position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  transition: all 500ms ease;
  background: #1f3f65;
  z-index: -1;
  width: 0;
  border-radius: 50em;
}

  .sbn-contact-step1{
    font-family: "Poppins", serif;  
    padding:3em 0;
  }


  .sbn-contact-step1 .container{   
    padding:2em;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  }

.sbn-contact-step1 p{
  padding:0.4em 1em;
  background-color: #eaeaea82;
  font-weight: 600;
}  

.sbn-contact-step1 p span{
  text-align: right;
  font-weight: 400;
  display: block;
font-size: 0.9em;
}  


  .sbn-contact-step2{
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient(22deg,#e3e3e3 50%,#F1EFF0 50%);
    margin: 2em auto;
    color: #021247;
  }

  .sbn-contact-step2 h3{
    font-size: 1.8em;
    font-family: "Poppins", serif;
    padding: 1em 0;
  }  
  .sbn-contact-step2 p{   
    font-family: "Poppins", serif;
   
  }
  /*
   * Footer
   */
.sbn-footer-top {
  background: #204066;   
  font-family: 'Roboto', sans-serif;  
  padding :4em 0;
  color:#fff;
  overflow: hidden;
}
  
.sbn-footer-top h3 {    
  line-height: 1em;   
  font-size: 1.75rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;  
  margin-bottom: 10px;
  font-weight: 600;
  position:relative;
  padding: 0 0 0.4em 0;
}

.sbn-footer-top h3:before{
 content: "";
  height: 5px;
  border-radius: 5px;
  width: 40%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .2s cubic-bezier(.42,.16,.21,.93);
  -o-transition: all .2s cubic-bezier(.42,.16,.21,.93);
  transition: all .2s cubic-bezier(.42,.16,.21,.93);
  background: #03C0B4; 
  left: 0;
}

.sbn-footer-top i{
  margin-right: 10px;
}

.sbn-footer-top ul {  
  padding-left: 0;
}

.sbn-footer-top li {   
  padding:0.2em 0;
  list-style: none;
}
.sbn-footer-bottom {
  padding: 2rem 0;
  color: #fff;
  text-align: center;
  background-color: #011b3a;    
  }
.sbn-footer-top a,
.sbn-footer-bottom a{
  color:#fff;
}
.sbn-footer-top a:hover,
.sbn-footer-bottom a:hover{
  color:#03C0B4;
  text-decoration: underline;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  border-radius: 50%;
  background: #204066;    
  bottom: 60px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.25s, bottom 0.75s ease-in-out;
  color:#fff;
  font-size: 20px;    
  width: 70px;
height: 70px;
}

#btn-back-to-top:hover {
  box-shadow: 0 0 0 10px rgba(38, 167, 235, 0.2);

} 

#header-menu {
  font-weight: 500;
  font-size: 18px;
  /*font-family: "roboto";*/
  font-family: "Jost";
  text-transform: uppercase;
}
#header-menu a{  
color:#204066;
}

.header-topline {   
    letter-spacing: .5px;        
    color:#fff;
	background: #1f3f65;
}
  

  .header-topline a{
    color:#fff;
  }
  
  .header-topline i{
   margin-right:10px;
  }
  
  
  .sbn-header-top-left{
  background: #03c0b4;	
  margin-right: -15px;
  margin-left: -15px;
  color:#fff;
  font-size:1.2em;
  padding: 0.5em 0;
  text-align: center;
}

.sbn-header-top-right{
	background:#1f3f65;	
   color:#fff;
   font-size:1.2em;
   padding: 0.5em 0;
}



  .header-content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  }
 

  .sticky-wrapper.stuck {
    position: fixed;
    top: 0;   
    background: #fff;
    width: 100%;
    max-width: 100vw;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 11111111;
  }

  .sticky-wrapper.stuck .header-content {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }



.sbn-slide{
	font-family: 'Jost', sans-serif;
	position:relative;
	
}

.sbn-content-slide{
	position:absolute;
	top: 20px;
	left : 10%;
	
}
.sbn-content-slide h1{
  font-family: "Jost" !important;
  font-size:4em;
  max-width: 600px;
  text-shadow: 1px 2px 2px #fff;
}

.sbn-slide h5{
	font-size : 3em;
	font-weight:700;
	text-align:left;
	color:#204066;
	font-family: "Jost" !important;
}

.img-slide{
  background-image: url("https://viedefemme.fr/images/viedefemme.webp");  
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 400px;
}

  .sbn-right{
    position: fixed;
    z-index: 10000;
    background: #fff;    
    font-size: 2.2rem;
    width: 50px;
    height: 200px;
    top: 300px;
    right: 0px;
    padding:5px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  }

  .sbn-right a{
    color: #204066;
    margin:20px 0;
    display: block;    
    transition: all 0.25s, bottom 0.75s cubic-bezier(.68,-0.55,.27,1.55);
  }

  .sbn-right a:hover{
    border-radius: 2px;
  background: #03C0B4;
  padding: 0.2em 0;
  } 
 
  
@keyframes example {
    0%   {box-shadow: 0 0 0 5px rgba(38, 167, 235, 0.2);}
    25%  {box-shadow: 0 0 0 7px rgba(38, 167, 235, 0.2);}
    50%  {box-shadow: 0 0 0 10px rgba(38, 167, 235, 0.2)}
    100% {box-shadow: 0 0 0 15px rgba(38, 167, 235, 0.2)}
  }

  @keyframes rotate {
    0% {
      transform: scaleX(0);
        }
    100% {
      transform: scaleX(-1);
    }
  }


.sbn-text-wgt-color{
  font-weight: 600 !important;
  color: #007afe;
}



.img-fluid.img-logo {
  transition-property: filter;
  transition-duration: 1s;
  transition-delay: 0.2s;
}

.img-fluid.img-logo:hover {
  filter: blur(4px);
}


  
 .sbn-home-slide-vision{
	 position: relative;
	 margin: auto;
      width: 100%;
 }
   



  




.sbn-home-slider-drag .slider-drag {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all .2s;
  cursor: pointer;
  top: 0;
  pointer-events: none;
  padding: 0;
  overflow:hidden;
}


.slide-btn{
position:relative;	
	
}

.menu-item{	
position: relative;
}


.slide-btn .btn {
background: #1f3f65;
  color: #fff;
  padding: 13px 100px;
  border-radius: 30px;
  margin-right: 14px;
  position: relative;
  z-index: 1;  
  display: inline-block;
  overflow: hidden;
  transition: .5s;
}


.nav-link::before {
 border-radius: 4px;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #03C0B4;
  -webkit-transition: opacity .2s cubic-bezier(.4,0,.6,1);
  -o-transition: opacity .2s cubic-bezier(.4,0,.6,1);
  transition: opacity .2s cubic-bezier(.4,0,.6,1);
  height: 5px;
}



.nav-link::after {
content: "";
  height: 5px;
  border-radius: 5px;  
  position: absolute;
  bottom: 0;
  -webkit-transition: all .2s cubic-bezier(.42,.16,.21,.93);
  -o-transition: all .2s cubic-bezier(.42,.16,.21,.93);
  transition: all .2s cubic-bezier(.42,.16,.21,.93);
  background: #03C0B4;
  width: 0;
  left: 8px;
}

.nav-link:hover::after {
width: 60%;
}

.current_page_item a::after{
	width: 60%;
}


/*image */

.footer-single-shape{
	background: url("https://viedefemme.fr/images/viedefemme.webp");
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 106px 0 120px;
}



.sbn-footer-shape {
	position: absolute;
	-webkit-animation: sbn-zoom-in-out 2s alternate infinite;
	animation: sbn-zoom-in-out 2s alternate infinite;
}


@keyframes sbn-zoom-in-out {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}



@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}


.btn-floating::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #0C59DB 0%, #0C59DB 100%);
  background-image: -ms-linear-gradient(0deg, #0C59DB 0%, #0C59DB 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
  background: #03c0b4;
}

.btn-floating::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0; 
  border-radius: 100%;
  background: #03c0b4;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
}
		
@keyframes ripple2 {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  transform: scale(1.2);}
}
	

.sbn-slide-home{
	
	
}

.sbn-slide-shape{
  background-image:url("https://viedefemme.fr/images/viedefemme.webp");
  position: absolute;
  bottom: 195px;  
  width: 305px;
  height: 305px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
  opacity:0.9;
}


@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


@keyframes zoom-rotation {
  0% {
   /* -webkit-transform: rotate(0);
    transform: rotate(0);*/
	transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(0deg);
  }

  50% {
  /*  -webkit-transform: rotate(90deg);
    transform-origin: 50% 50% 0px; */
transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(180deg);
    
  }

  100% {
    /*-webkit-transform: rotate(0);
    transform: rotate(0);*/
	transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(360deg);
  }
}



.carousel-item.active .d-block{
	animation: zoom-fade2 20s infinite linear;
}



@keyframes zoom-fade2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sbn-slide p {
	color: #03c0b4;
	text-align: left;
	font-size: 2em;	
	
}

.sbn-slide p ggggg {
position: absolute; 
display: block; 
height: 228px; 
width: 225px; 
opacity: 1; 
transform-origin: 50% 50% 0px; 
min-height: 228px; 
min-width: 225px; 
transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(62.244deg); 
filter: none;
}


.sbn-home-step-1-1 {
background :#fbfbfb;	
}


.sbn-home-step-1-1 h2{
	padding:2em 0 0.5em 0;
}

.sbn-home-step-1-1 h2 span{
	color: #03c0b4;
}


.sbn-home-step-1-2{
background: #1f3f65;	
color:#fff;
}

.sbn-card-srv {  
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 1em 0;
  position:relative;
  z-index: 1;
  height: 100%; 
}

.sbn-card-srv i {  
  font-size: 2em;

}

.sbn-card-icon {
  padding: 0.2em;
}


.sbn-card-srv::after{
position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;  
  transition: all 500ms ease;
  background: #03c0b4;
  z-index: -1;
  }
  
  .sbn-card-srv:hover::after {
  height: 100%;
}

.sbn-home-examen-vision::after{
	position:absolute;
	content: '';
	top:0;
	left:0;
	 height: 100%;
	 width:100%;
	 background: url("https://viedefemme.fr/images/viedefemme.webp");
	 background-position-x: 0%;
    background-position-y: 0%;   
    background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index:-1;
}

.sbn-home-examen-vision {
  height: 600px;
  position: relative;
  z-index:1;
  overflow: hidden;
}


.sbn-home-examen-vision-img{
 position: absolute;
  top: 195px;
  left: 53.88888%;
  width: 228px;
  height: 228px; 
  -webkit-animation: zoom-rotation 10s infinite linear;
  animation: zoom-rotation 10s infinite linear;
  opacity: 0.9;
  transform-origin: 50% 50% 0px;
  transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(62.244deg);
  background: url("https://viedefemme.fr/images/viedefemme.webp");
  background-repeat: no-repeat;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn-block.btn.btn-primary.btn-lg{
	background:#204066;	
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn-block.btn.btn-primary.btn-lg:hover{
	background:#03C0B4;	
}

.sbn-img-left-in{
	animation: slideRight 1.6s ease-out;
}
.sbn-img-right-in{
	animation: slideLeft 1.6s ease-out;
	
}

  
@media (min-width: 1024px){
  .sbn-header-1 {
    display: flex !important;
  }
 
}
  
@media (max-width: 800px){

  body{     
    font-size: 16px;  
    line-height:20px;    
  }

  .header-content {    
    padding: 5px 0;
    
  }
  .header-logo {
    width: 100px;

  }

  .slide {   
    font-size: 2em;
  }

  .sbn-right {
    position: fixed;
    z-index: 10000;   
    width: 100%;
    height: 50px;        
    padding: 5px;   
    bottom: 0;
    top:auto;
    background:#fff;
    box-shadow: 0 -3px rgba(15, 15, 15, 0.12);
  }


  .sbn-right  a{
    max-width: 50px;
    margin:0 calc(120px /3);
    float:left;
  }

  #btn-back-to-top {  
    width: 50px;
    height: 50px;
  }

  .sbn-slide .img-slide {
    height: 250px;
  }
  
  .sbn-link-docto.home-link-1 {
	max-width: 100%;
	}
	
	
	.sbn-home-step-5 h4 {  
		font-size: 2em;
	}
	
	.sbn-home-step-3 li {  
	font-size: 0.9em;
	}
	
	#sbn-slider-drag{
		/*	display:none;
			height: 0%;*/
			/*overflow: hidden;*/
	}
	
	.sbn-content-slide h1 {	
	font-size: 2em;	
	}
	.slide-btn .btn { 
		padding: 5px 50px;
	}
	
	.sbn-service-step1 h2, .sbn-service-step2 h2, .sbn-service-step3 h2, .sbn-service-step4 h2 {
		font-size: 2.5em;
	}
	.sbn-home-step-2 h2::before,
	.sbn-home-step-3 h3::before { 	
		font-size: 2em;
		left:10px;
	}
	.sbn-slide {
	margin-top: 4.5em;
	}
	#btn-back-to-top{
		display: none!important;
	}
	.btn-floating::after { 
		animation: none;
 
  
	}
	
	.content{
		overflow:hidden;
		
	}
	
	
  
}
