/*
*@colors
*/
:root{
  --primary-color:#fff;
  --secondary-color:#1d1d1b;
  --bleu-fonce:#537b9a;
  --bleu-clair:#6a98c9;
  --gris-clair:#eeeeee;
}

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

body{
  color:var(--secondary-color);
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  
}
h1, h2, h3{
  color:var(--bleu-clair);
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
h1{
	font-size:3rem;
	color:var(--secondary-color);
}
h2{
	font-size:2rem;
}
h3{
	font-size:3rem;
}
.bg-wood{
	background-image:url(../images/bg-wood.jpg);
	background-position:center;
}
.bg-bleu{
	background-color:var(--bleu-fonce);
	color:#fff;
	border-radius:10px;
}
.bg-bleu a{
	color:#fff;
}
.bg-gris{
	background-color:var(--gris-clair);
}
.btn-primary{
	background-color: var(--bleu-fonce);
	border:none;
}
.btn-primary:hover{
	background-color: var(--bleu-clair);
	border:none;
}


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

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

/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/
footer{
	font-size:0.8rem;
}
footer a{
	color:#000;
	text-decoration:none;
}
/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* 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) {

}

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

}
