/*
 Theme Name:   location-jonzac
 Theme URI:    https://residenceczarny.fr
 Description:  location-jonzac theme
 Author:       Nicolas Métivier & Thomas Bleneau
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  location-jonzac
*/


/*************************************
      BLOCK BANNER SERVICES
**************************************/
.page-id-1225 main.site-main{
      padding-bottom: 0px!important;
}

.bkg-img-banner{
      height: 480px;
      width: 100%;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      margin-top: -200px;
}
.banner-services h1{
      font-weight: 600;
      font-size: 52px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-shadow: 0 2px 4px rgba(0,0,0,0.50); 
      margin-top: 0px; 
      margin-bottom: 80px;
      line-height: 1;
}
.banner-services h3{
      margin-bottom: 0px;
      font-weight: 400;
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-shadow: 0 2px 4px rgba(0,0,0,0.50); 
}


@media screen and (max-width: 768px){
      .banner-services h1{
            font-size: 42px;
      }
}
@media screen and (max-width: 576px){

}
@media screen and (max-width: 420px){
      .banner-services h1{
            font-size: 36px;
      }
      .banner-services h3{
            font-size: 22px;
      }
}