/*
*@colors
*/
:root{
  --primary-color:#fff;
  --secondary-color:#000;
  --bleu-fonce:#133648;
  --vert:#36bdb0;
  --orange:#ffa467;
}

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

body{
  color:var(--bleu-fonce);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn-primary{
	background-color:var(--bleu-fonce);
	border-color:var(--bleu-fonce);
}
.btn-primary:hover{
	background-color:var(--orange);
	border-color:var(--orange);
}

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/
.navbar{
  background-color: var(--bleu-fonce);
  /* z-index 3 to be above bootstrap form floating labels */
  z-index:3;
}
.navbar .logo{
	max-width:180px;
}
.navbar-toggler{
	color:#fff;
}
.navbar a{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
}
.navbar a:focus, .navbar a:hover, .navbar a.nav-link.active{
  color:var(--vert);
}

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

.bg-vert{
	background-color:var(--vert);
	color:#fff;
}
.bg-bleu-fonce{
	background-color:var(--bleu-fonce);
	color:#fff;
}
.surligne{
	background-color:var(--orange);
	padding:0 10px;
	color:#fff;
}
hr{
	margin:40px 0;
	color:#fff;
}
.bloc-superpose{
	padding-top:150px;
	margin-top:-150px;
	padding-bottom:150px;
	margin-bottom:-150px;
}

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

footer{
	background-color:var(--vert);
	color:#fff;
	padding: 40px 0;
}
footer a{
	color:#fff;
	text-decoration:none;
}
footer li{
	list-style-type: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) {

}
