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

body {
    background-image: url("../img/fond.jpg");
    background-repeat:repeat-x;
}
.fondune {
    background-image: url("../img/fond6.jpg");
    background-repeat:repeat-x;
}
.fondnb {
    background-image: url("../img/fond.jpg");
    background-repeat:repeat-x;
}
.centered {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
center {
  transform: translate(-50%, -50%);
}
.adress {
    background-color: burlywood;
    color: darkblue;
    /*margin-top: 100px;*/
    line-height: 40px;
}

.title {
    margin-top: 200px;
    margin-bottom: 500px;
}
.title h2 {
    text-transform:uppercase;
    color: white;
    margin-top: -30px;
}

.title h1 {
    color: white;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.titgal {
	font: Montserrat, sans-serif; 
    line-height: 1.3em;
	color:burlywood;
}

.container a {
    color: burlywood;
}
.gallery
{
	margin:0 auto;
}
.gallery img
{
	margin-right:5px;
}
.gallery img.last
{
	margin-right:0;
}
.pic
{
	width:215px;
	height:143px;
	border:1px solid #fff;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
}
.pageboat
{
	margin-top:25px;
	font-family:Arial, Sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align:center;
	color:#FF0000;
}
.pageboat a
{
	color:#ff0000;
	font-size:15px;
	text-decoration: underline;
}
.footer {
    background-color: burlywood;
    color:darkblue;
    padding: 20px 0 30px 0
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: cornflowerblue; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
