body{
    color: #bfa58d;
    background-color: #FFF;
    margin : 0;
}

#wrapper{
    width: 100%;
    background-color: #fff; /*#f3f1eb*#f4f0e0*/
    background-position: center;
    /*background-size: 100%;*/
    clear: both;
    background-attachment: fixed;
}

#contenu{
    width: 100%;
    padding-top: 100px;
}

header{
    height: 100px;
    width: 100%;
    min-width: 600px;
    text-align: center;
    position: fixed;
    background-color: #bfa58d;
    z-index: 20;
}

#title_first, #title_second {
	width: 235px;
	text-align: left;
}

#title_logo{
	width: 100px;
}

header span {
	display: inline-block;
}

header h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 100%;
    line-height: 100px;
	width: 675px;
	margin: 0px auto 0;
	background-image: url('../images/logo2021.png');
    background-repeat: no-repeat;
    background-position: center;
}

header img{
    margin: 0 40px;
    vertical-align: middle;
}

header a{
    color: #bfa58d;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #bfa58d;
    float : left;
    margin-left: 200px;
}

.vignette{
    float: left;
    margin: 20px 12px 0;
    width: 200px;
    position: relative;
}


.vignette .survol{
    width: 200px;
    height: 200px;
    display: none;
}

.vignette:hover .survol{
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
}

#contenu_vignette {
	margin: 0 auto;
	width: 675px;
}


@media (min-width: 900px) {
  #contenu_vignette {
	width: 900px;
  }
}

@media (min-width: 1120px) {
  #contenu_vignette {
	width: 1120px;
  }
}

@media (min-width: 1575px) {
  #contenu_vignette {
	width: 1575px;
  }
}

footer{
    font-family: 'Montserrat', sans-serif;
    font-size: 70%;
    font-style: normal;
    text-align: center;
    clear: both;
	height: 20px;
}

