@charset "utf-8";
/* CSS Document */

.monback{
	background: url(../img/bandeau-1600.jpg) no-repeat /*center à ajouter pour centrer l'image*/;
	background-size: cover;
	

	/*min-height: 500px;*/
}

.jumbotron{
	
		border-radius: 0px 0px 50px 50px !important;
}

.cadre{
	background-color: white;
	padding: 20px;
}

.cadre2{
	padding: 50px;
	
	
}


.mb{
	margin-bottom: 0px;
}
.titres{
	font-family: 'Oswald', sans-serif !important;
	color:#D84606 !important;
}
h3{
	font-family: 'Oswald', sans-serif !important;
	color:#D84606 !important;
}
.centre{
	text-align: center;
}
.titreprincipaux{
	font-size: 5em;
	margin-bottom: 50px;
}
.monh1{
	font-size: 10em !important;
	padding-top: 6%;
	padding-left: 8%;
}
.soustitre{
	font-family: 'Oswald', sans-serif !important;
	color:gray !important;
	font-size: 3em !important;
	margin-top:-25px !important;
	text-shadow : 2px 2px white;
}
#gotop{
	font-family: 'Oswald', sans-serif !important;
	color:gray !important;
	font-size: 1em !important;
	text-align:right;
}
.bouton{
	border-color: #D84606 !important; 
	color: #D84606 !important;
}
.margegauche{
	margin-left:19px !important;
}
.couleur{
	color:#D84606;
}
.couleurbg{
	background-color:aqua;
}
.bg{
	background: url(../img/klimt-parallax-img-1-claire.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 2900px;
	height: 2900px;
}
.minihr{
	width:"500px";
	color:aqua dotted;
}
@media(max-width:1250px){
	.monh1{
		font-size: 7em !important;
		padding-top: 3%;
		padding-left: 0px;
		transition:1s;
		}	
}
@media(max-width:720px){
	.monh1{
		font-size: 6em !important;
		color: #fff !important;
		text-shadow: 5px 5px 10px #000;
		padding-top: 3%;
		transition:1s;
		}	
}

footer{ background-color:gray;
height:50px;
text-align:center;
padding: 20px;
font-weight: black;
color:white;
text-transform: uppercase;
}
/* css de la galerie */

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}







.ha-bg-parallax {

    background: url(../img/klimt-parallax-img-1-claire.jpg) 50% -195px no-repeat fixed;

    -moz-background-size: cover;

    -o-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

    height: 300px;

    margin: 0 auto;

    width: 100%;

    display: table;

    vertical-align: middle;

}



.ha-bg-parallax .ha-parallax-body {

    display: table-cell;

    vertical-align: middle;

}



.ha-bg-parallax .ha-content-whitecolor {

    font-size: 17px;

    color: #ffffff;

    width: 45%;

    margin: auto;

}



.ha-bg-parallax .ha-diamond-divider-md {

    margin: 15px 0px;

}



.ha-bg-parallax .ha-heading-parallax {

    font-style: italic;

    font-weight: bold;

    text-transform: none;

    color: #ffffff;

    padding-bottom: 0px;

}