html {
  font-size: 15px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut  */
  font-family: "Open Sans", sans-serif; /* cela devrait être le reste du résultat obtenu à partir de Google fonts */
  background-color: #f6f6f6;
  color: #ffffff;

}
body {
    color: #000000;
	margin:0;
	font-family: 'Raleway';
}
fieldset {
    border-width: 1px;
    padding: 0 20px 40px 20px;
}

h1 {
  margin: 0;
  font-size:24px;
  padding: 20px 0;
  color: #000000;
  font-weight:500;
  font-family: 'Raleway';
  /*text-shadow: 3px 3px 1px black;*/
}
h2 {
  margin: 0;
  padding: 20px 0;
  color: #000000;
  font-weight:500;
  font-family: 'Raleway';
  font-size:20px;
  /*text-shadow: 3px 3px 1px black;*/
}
p,
li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

/* Page Login */
input[type="submit"] {
    background-color: rgb(146, 69, 154) !important;
    font-size: 14px;
    border: none;
    padding: 18px 30px !important;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Raleway';
    margin-top: 25px !important;
    font-weight: 600;
    border-radius: 50px;
}
span.lost-password-link a {
    font-size: 15px;
    color: #000000;
}
.login-pannel form {
    margin-top: 25px;
}
.login-pannel{
    width: 400px;
	text-align: center;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 50px;
    background: #ffffff;
}
.login-pannel input {
    background: #f3f3f3;
    border: none;
    padding: 12px 15px;
    width: 100%;
    margin: 5px 0;
}
.login-pannel label {
    text-align: center;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}
.login-pannel {
    margin-top: 20vh;
}
.login-pannel img {
    width: 180px;
}
.login-pannel table {
    width: 100%;
}
span.basline {
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
}
/*End Page Login */

/*Geoloc*/
.page {
    max-width: 1280px;
    margin: auto;
	padding:50px 80px;
}
.column1 {
    display: flex;
    width: 22%;
    padding: 0 4%;
    background: #ffffff;
    align-items: center;
    float: left;
    border-radius: 15px 0 0 15px;
    height: 500px;
    vertical-align: middle;
}
.column2 {
    display: flex;
    width: 70%;
    float: left;
}
.title h2 {
    text-align: center;
}
.leaflet-popup-content {
    font-size: 14px;
    font-family: 'raleway';
    font-weight: 500;
}
.leaflet-popup-content-wrapper {
    padding: 12px;
}
#map {
    margin: auto;
    border-radius: 0 15px 15px 0;
}
.leaflet-container a.leaflet-popup-close-button {
    top: 10px!important;
    right: 10px!important;
    font: 24px / 24px Tahoma, Verdana, sans-serif!important;
}
.leaflet-control-geocoder.leaflet-bar.leaflet-control {
    border: none !important;
    padding: 10px;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none;
    background-clip: padding-box;
}
.leaflet-touch .leaflet-bar a {
    padding: 7px;
}
.blob {
    background: rgb(146, 69, 154);
    border-radius: 50%;
    margin: 30px auto 0 auto;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    box-shadow: 0 0 0 0 rgb(146, 69, 154, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.button-search {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            color: #fff;
            background-color: #92459A;
            border: none;
            border-radius: 5px;
        }
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(146, 69, 154, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(146, 69, 154, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(146, 69, 154, 0);
	}
}
/*End Page Geoloc */

/*Selection */
div#select {
    width: 900px;
    margin: auto;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 50px;
    background: #ffffff;
}
input[type="radio" i] {
    margin: 8px;
    color: #333333;
}
/*End Page Selection */
/*Header*/
.container-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
svg.svg-inline--fa.fa-circle-user {
    font-size: 20px;
    background: rgb(146, 69, 154, 1);
    padding: 10px;
    color: #fff;
    border-radius: 25px;
}
.logo img {
    max-width: 150px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.membre li {
    float: left;
    list-style: none;
    padding: 0 20px;
    color: #000000;
    font-size: 14px;
}
header {
    background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.container-menu {
    display: flex;
	margin:auto;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    padding: 20px;
    height: 40px;
}
button#logout-button {
    border: none;
    background: transparent;
    padding: 0;
    font-family: 'Raleway';
}
        .dropdown {
            position: relative;
            display: inline-block;
        }

    .dropdown-icon {
    cursor: pointer;
    background: transparent;
    padding: 10px;
    color: rgb(146, 69, 154);
    border: none;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 9999999;
            border-radius: 4px;
        }

       .dropdown-content a {
    color: #000000;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

       .arrow {
    margin-left: 10px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#menu a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
/*End Header*/
/*Page commande*/
.column-engagement {
    width: 40%;
    float: left;
}
.column-debit {
    width: 60%;
    float: left;
}
/*End Commande*/