body
{
    background-color: #222222;
}

@font-face {
    font-family: "Quicksand";
    src: url('../font/quicksand/Quicksand-Regular.otf');
}

@font-face {
    font-family: "Exo";
    src: url('../font/exo-1/Exo-Regular.ttf');
}

.navbar
{
	font-size: 25px;
}

.Footer
{
  background-color: #2e2e2e;
  text-align: center;
  padding: 20px 20px 20px 20px;
	color: #8b8b8b;
	position: relative;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

h1
{
	font-size: 70px;
}

h1, h2
{
	display: block;
	text-align: center;
	background-color: #e7e7e7;
	/*color: #8d8d8d; */
  font-family: "Quicksand";
}

h3
{
	display: inline;
	color: #8b8b8b;
	text-align: center;
	flex-direction: column;
  font-family: "Quicksand";
}

a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}


a:hover
{
	color: black;
	text-decoration: none;
}

a:active
{
	color: black;
	text-decoration: none;
}

.container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px 40px 40px 40px;
	background-color: #2e2e2e;
	border-radius: 5px;
}

.col-sm
{
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	margin-bottom: 20px !important;
}

.card-columns .card
{
  border: 0px !important;
}

#btnTop
{
	color: white;
	position: fixed;
    right: 23px;
    bottom: 23px;
  font-size: 60px;
  margin: 10px 40px 10px 40px;
  z-index: 1;
}

/* HOME */

.paddingBottom
{
  padding-bottom: 20px;
}

.card-img-overlay
{
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card-img-overlay h3
{
  margin: 0;
}

/* PORTFOLIO */
.headerPortfolio
{
	padding: 300px 0px 300px 0px;
	background-image: url(../image/portfolio/office-desktop.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}

.headerPortfolio h1
{
  opacity: 0.5;
}

.Block
{
	background-color: #2e2e2e;
	flex-direction: column;
	justify-content: inherit;
	color: #8b8b8b;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-bottom: 15px !important;
}
/*haut, droite, bas, gauche*/

.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 10px;
  border-radius: 100px;
}

.btn-info .logo
{
	color: #e7e7e7;
	line-height: normal;
	font-size: 70px;
  /*Center div*/
  float: none;
  margin: 0 auto;
}

.navbar-collapse
{
	justify-content: space-between;
	flex-wrap: nowrap;
}

/* VOYAGES */

#PageVoyage
{
	background-image: url(../image/drapeaux/worldMap.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}

.tabCountry
{
  background-color: #d6d8db;
}

#MapLeaflet
{
  height: 500px;
  width: 100%;
}

#myList .card-img-top
{
  height: 100px;
  width: auto;
}

/* Side Menu */
.sidenav {
  right: 0;
}

.sidenav {
 height: 100%; /* 100% Full-height */
 width: 0; /* 0 width - change this with JavaScript */
 position: fixed; /* Stay in place */
 z-index: 1032; /* Stay on top */
 top: 0; /* Stay at the top */
 left: 0;
 background-color: #111; /* Black*/
 overflow-x: hidden; /* Disable horizontal scroll */
 padding-top: 60px; /* Place content 60px from the top */
 transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 25px;
 color: #818181;
 display: block;
 transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
 color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.btnMenu
{
  z-index: 1031; /* Juste under sideNav */
  margin-top: 20px;
  margin-left: 20px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
