body {
  #padding-top: 300px;
  }
  
  #titre-logo {
  font-family: 'Cinzel', serif;
  color:#300945;
  font-size:40px;
  font-weight: 700;
  background-color:#FFFFFF;
  padding:20px 50px 20px 50px;
  border-radius: 20px;
  }
  
   
    #titre-logo-petit {
  font-family: 'Cinzel', serif;
  color:#300945;
  font-size:27px;
  font-weight: 700;
    background-color:#FFFFFF;
  padding:20px 50px 20px 50px;
  border-radius: 20px;
  
  }

    #slogan
  {
	  color:#300945;
	    font-family: "Lato", sans-serif;
  font-size: 15px;
   font-weight: 300;
	   }
	   
  #img-header {
  min-height: 450px;
   background: url(/assets/images/header-fixed-bg2.jpg) no-repeat scroll ;
  
#background: url(../img/nav/header_sainte_victoire.jpg) no-repeat scroll 100% 100%;
      #background-color:red;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: contain,cover;
  #background-size: auto 100% ;
   #background-size: 100% auto;
 background-size: auto 450px;
  position: relative;
  z-index: 1; }
  
    #img-header-petit {
  min-height: 250px;
   background: url(/assets/images/header-fixed-bg2.jpg) no-repeat scroll ;
  
#background: url(../img/nav/header_sainte_victoire.jpg) no-repeat scroll 100% 100%;
      #background-color:red;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: contain,cover;
  #background-size: auto 100% ;
   #background-size: 100% auto;
 background-size: auto 450px;
  position: relative;
  z-index: 1; }
  
  
     #theme_image  {
  max-width:350px;
  }
  
    .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
