/*
*@colors
*/
:root{
  --primary-color:#fff;
  --secondary-color:#000;
  --or:#a69155;
  --beige:#fdfcec;
}
*{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:4.5rem;
}
h3{
    font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform:uppercase;
	color:var(--or);
	font-size:1.2rem;
}


/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
  background-color:var(--beige);
  color:var(--secondary-color);
}



 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index:-1;
}




header{
  min-height:75vh;
}
header h1{
	padding:30px 0;
	color:var(--beige);
	font-size:4rem;
}
header h3{
	color:var(--beige);
}
.btn-primary{
	background-color:var(--or);
	color:var(--primary-color);
	border-color:var(--or);
	font-weight:bold;
}
.btn-primary:hover{
	background-color:var(--beige);
	border-color:var(--or);
	color:var(--or);
}
.bg-pic{
  background-image:url(../images/bg-pic.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
}
.bg-pic .btn{
	padding:20px 30px;
	font-size:1.5rem;
	
}
.bg-black{
	background-color:var(--secondary-color);
	color:var(--beige);
}
.bg-beige{
	background-color:var(--beige);
}
footer ul li{
	list-style-type:none;
}
a{
	color:#fff;
}
.mentions a{
	color:#000;
}

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/
.navbar{
  background-color: #fff;
  /* z-index 3 to be above bootstrap form floating labels */
  z-index:3;
}

/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/


.encart-concept{
	background-color:var(--secondary-color);
	color:var(--beige);
}
.chiffre{
	font-size:2.5rem;
	margin-bottom:0;
	color:var(--or);
	margin-top:20px;
}
.chiffre:before{
	border-top:3px solid var(--or);
	width:20%;
	display:block;
	content:"";
}

.encart-emplacement{
	background-color:var(--or);
}
.encart-emplacement h3{
	color:var(--primary-color);
}

/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/




/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {	
	.bg-black{
		padding-bottom:200px !important;
	}
	.encart-concept{
		width:40%;
		margin:-200px auto 100px auto;
	}
	.encart-emplacement{
		width:40%;
		margin:-100px auto 100px auto;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
