/*
Theme Name: sunbeauty
Description: sunbeauty
Author: deolys
Author URI: https://deolys.fr
Template: twentytwenty
Version: 1.0.0
*/

@media ( min-width: 900px ) {
    .header-navigation-wrapper{
        background:#960477;  
    }

    ul.primary-menu {
        margin: 0 auto;
        justify-content: center;
    }

    .primary-menu > li {
        padding: 1em 2em;
        text-transform: uppercase;
    }

    .primary-menu > li a{
      color :#fff!important;
    }

    .primary-menu > li:hover {
      background: #fff;      
      border-radius: 15px 15px 0 0;
    }

    .primary-menu > li:hover a {
      color:#960477!important;
    }

    .primary-menu .current_page_item {
      background: #fff!important;   
      border-radius: 15px 15px 0 0;    
    }

    .primary-menu .current_page_item a{ 
      color:#960477!important;
    }


    .header-inner {      
      padding: 0;
    }

    .site-logo img {
      max-height: 15rem;      
    }

    .kfn-header-phone {
      background:#960477;
      padding: 15px;
      border-radius: 10px;
    }

    .kfn-header-phone a{
      color:#fff;
      text-decoration: none;
    }
    .kfn-header-phone a:hover{
      color:#df6d14;      
    }

    h1, .heading-size-1 {
      font-size: 12rem;
      color:#960477;
    }

    .singular .entry-header {
      padding: 1rem 0;
    }
	
    .footer-widgets-outer-wrapper {
      padding: 2rem 0;
    }
    
    .entry-content > .alignfull {
      margin-bottom: 2rem;
      margin-top: 2rem;
    }
    
    h2 {
      /*font-family: 'Dynalight', cursive !important;
      font-size: 4em;
      font-weight:200;*/
    }
    
    .kfn-header-center {    
      font-size: 4em;    
    }

    .dls-frm-form{
      width: 50%!important;
      float:left;
    }
    .dls-frm-adresse{
      width: 50%!important;
      float:left;      
      padding:0 0 0 2em;
    }
     
	
  
}


@media ( max-width: 900px ) {

  .singular .entry-header {
    padding: 1em 0;
  }

  .header-inner {    
    padding: 0.5rem 0;    
  }

  .kfn-header-phone{    
    text-align: center;
    font-size: 1.6em;   
    position:fixed;
    bottom: 0; 
    background:rgba(130,35,107,1);
    width: 100%;
    z-index: 1000000000;
    margin:0 0 0 -2rem;
    padding: 0.15em;
  }

  .kfn-header-phone a{    
    color:#fff;
	text-decoration: none;
  }

  .site-logo img{
    max-height: 12rem;
  }

  .kfn-header-center {    
    font-size:2em;    
  } 

}


@media ( max-width: 700px ) {

}

.footer-nav-widgets-wrapper.header-footer-group {
    background: rgb(207,146,188);
    background: linear-gradient(180deg, rgba(207,146,188,1) 0%, rgba(130,35,107,1) 46%, rgba(0,0,0,1) 99%);
}

.widget-title.subheading.heading-size-3 {
    color: #fff;
    font-weight: 500;
}

.footer-widgets-wrapper a {
   color:#fff !important;
   font-weight: 400;
}

#site-footer {
	background:#000!important; /*rgba(130,35,107,1)*/
}

h1{
	
	font-family: 'Great Vibes', cursive;
}


.deo-header-li{
	font-family: 'Great Vibes', cursive;
}



.img-ronded img{	
  border-radius: 50%;
}

.img-rounded img{	
  border-radius: 30px 30px 0 30px;
}

.dls-img-effet2 img:hover{
  display: inline-block;
  animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /*  don't forget to set a duration! */
  /*---animation-delay: 0.2s;*/  
}


.footer-copyright,
.to-the-top {
  color:#fff!important;
}

h1, .heading-size-1 {  
  color:#960477;
}


.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  background: #fff;
  color:#960477;
}

.dls-frm-contact{
  background: #b581aa;
  margin:0 auto;
  max-width: 900px;
  overflow: hidden;
  height: 1%;
  padding:0 1em;
  color:#fff;
}

.dls-frm-adresse{  
  font-size: 25px;
  color: #fff;  
  text-align: center;
}

.kfn-header-center {
  color:#960477 !important;  
  font-family: 'Great Vibes', cursive;
}

.mobile-menu .menu-item a {
  color:#960477 !important;   
}

