/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2022 | 23:48:38 */
/*///--- GLOBAL & DIS NONE ---///*/

.site-branding{
  display:none; 
}

/* @font-face {
    font-family: 'signarita_zhairegular';
    src: url('signarita_zhai_rhianne-webfont.woff2') format('woff2'),
         url('signarita_zhai_rhianne-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

h1, h2, h3, h4, h5, h6{
  font-family: 'Signarita Zhai Rhianne' !important;
  margin:25px 0px 5px 0px !important;
} 

p{
	margin: 0 0 5px 0;
}

/*///--- STYLE CSS ---///*/

#masthead{
  background-image:url("https://alldesign-product.fr/wp-content/uploads/2022/02/craquelure2.png");
  background-size: cover;
  border: #ffffff00;
  background-color: #ffffff00
}

.masthead-sentinel{
	height: 0px !important;
}

.site-header{
  padding: 10px 0 60px;
}

.masthead-sentinel, .site-header{
	  margin-bottom: 100px;
}

.site-header.stuck {
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}

.site-footer{
/*   margin-top:0px; */
  background-color:#000000;
}

.site-footer .bottom-bar{
  display:none;
}

.home-cat{
  display: flex;
  height: 550px;
  background-repeat: no-repeat;
  background-size: 180%!important;
  background-position: top !important;
  justify-content: center;
  align-items: center;
}

.home-cat:hover{
  background-size: 200% !important;
  -webkit-transition: all 0.3s;
}

.marg-top{
  margin-top:-100px;
}

.bandeau-profil{
/*   height:800px; */
  padding:5% 0 40% 0;
}

.marg-top-profil{
  margin-top:-32%;
}

.pt-bandeau-blanc{
  height:500px;
}

#contact-form-ccdf{
  border-radius:15px;
}

.slogan p{
	letter-spacing: 2px;
	font-size: 18px;
}

.text-shadow p, .text-shadow h2{
	text-shadow: 0 2px 7px black;
}

@media only screen and (max-width : 1224px){
  .home-cat{
      height: 350px;
  }
  
}

@media only screen and (max-width : 780px){
  .home-cat{
      height: 350px;
  }  
  
  .marg-top{
    margin-top:-50px;
  }
  
}

