@charset "UTF-8";
@font-face {
  font-family: 'Assistant-Regular';
  src: url("assistant/Assistant-Regular.otf"); }
@font-face {
  font-family: 'Assistant-ExtraLight';
  src: url("assistant/Assistant-ExtraLight.otf"); }
@font-face {
  font-family: 'Assistant-Light';
  src: url("assistant/Assistant-Light.otf"); }
body {
  min-width: 320px;
  background-color: lightgrey;
  margin: auto;
  text-align: center; }

* {
  font-family: 'Assistant-ExtraLight', sans-serif;
  max-width: 1440px;
  box-sizing: border-box; }

h1 {
  color: white;
  font-size: 2em;
  text-align: center; }

h2 {
  color: white;
  font-size: 1.4em; }

header {
  background-color: #7092be;
  text-align: center;
  height: 80px;
  background-image: url(bannierest2.jpg);
  background-size: auto;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-bottom: orange solid 6px; }

header h1 {
  margin-top: 0;
  padding-top: 15px; }

footer {
  background-size: cover;
  font-size: 0.5em;
  margin-top: 10px;
  position: absolute;
  bottom: 0; }

/***************************************************************************************************************/
/* PAGE DE LOGIN ET REGISTER*/
.main {
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fill-available;
  transform: translate(-50%, -50%);
  background-color: ghostwhite;
  max-width: 512px;
  text-align: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  padding: 0 60px 30px 60px; }

.main .minimal-body {
  width: inherit;
  padding: 28px 0 0 0;
  display: flex;
  flex-direction: column; }

.main .minimal-body .heading figure {
  margin-bottom: 20px; }

.main .minimal-body .heading figure img {
  height: 77px;
  width: 217px; }

.main .minimal-body .heading .slogan {
  width: 300px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: auto auto 40px auto; }

.main .minimal-body .login input {
  border-radius: 5px;
  font-size: 1em; }

.main .minimal-body .login a {
  font-size: 0.8em; }

.main .minimal-body .switch-register {
  margin-top: 40px; }

.main .minimal-body .switch-register a {
  font-size: 20px;
  color: orange;
  font-weight: 700;
  transition-property: font-size;
  transition-duration: 300ms; }

.main .minimal-body .switch-register a:hover {
  font-size: 21px; }

.main .minimal-body .switch-register p {
  margin-bottom: 6px; }

/***************************************************************************************************************/
nav.smartphone {
  display: none; }

/* Regroupe le menu de navigation horizontal*/
nav.pc {
  font-family: 'Assistant-Light';
  position: relative;
  display: inline-flex;
  letter-spacing: 1.2px;
  font-size: 1.1em;
  color: white;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  border-bottom: #fafafa solid 0.5px; }

/* applique l'effet flou derrière le menu de navigation */
.blur {
  background-image: url(bannierest2.jpg);
  background-size: auto;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10; }

/* Regroupe les liens mon compte, contact, CT, mes véhicules */
#navigation {
  display: inline-flex;
  justify-content: space-around;
  padding-left: 30px;
  margin: inherit;
  height: inherit;
  align-items: center; }

/* block sélectionner la langue*/
#vehicule {
  height: inherit;
  display: inherit;
  align-items: inherit;
  font-family: 'Assistant-Light';
  padding-left: 40px;
  border-left: white solid 0.5px; }

/* affiche la somme totale dépensé pour le véhicule */
#total_depense {
  height: inherit;
  display: inherit;
  align-items: inherit;
  font-family: 'Assistant-Light';
  padding-left: 40px; }

/* block utilisateur loggé */
#utilisateur {
  height: inherit;
  display: inherit;
  align-items: inherit;
  font-family: 'Assistant-Light';
  padding-left: 20px;
  border-left: white solid 0.5px; }

/* Afficher les 5 derniers éléments sur le côté*/
aside {
  float: right;
  width: 300px;
  text-align: center;
  border-left: 2px orange solid;
  display: flex;
  flex-direction: column; }

#derniers_entretiens {
  padding-bottom: 20px; }

#paypal button {
  border: none;
  padding: unset;
  background-color: inherit;
  font-size: 0.7em;
  margin-top: -10px;
  cursor: pointer; }

#brave {
  position: absolute;
  right: 250px;
  bottom: 200px;
  background-color: ghostwhite;
  width: 300px;
  font-style: italic;
  border-radius: 10px;
  z-index: 10; }

#brave p {
  font-size: 1.3em; }

nav.pc a {
  font-family: 'Assistant-Light';
  display: inline-block;
  text-decoration: none;
  color: white;
  -webkit-appearance: none;
  padding-right: 30px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 400ms; }

nav.pc a:hover {
  color: lightslategrey;
  font-weight: bold; }

a {
  text-decoration: none; }

/* police blanche sur fond bleu */
.myButton {
  -webkit-appearance: none;
  font-family: 'Assistant-Light';
  background-color: #79bbff;
  border-radius: 13px;
  border: 0px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 13px;
  letter-spacing: 1.2px;
  transition-property: background-color;
  transition-duration: 400ms; }

.myButton:hover {
  background-color: #ff7f00; }

.myButton:active {
  position: relative;
  top: 1px; }

/* boutons Paypal et donner avec Brave */
.myButtonPaypal {
  -webkit-appearance: none;
  font-family: 'Assistant-Light';
  background-color: #ff7f00;
  border-radius: 13px;
  border: 0px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 13px;
  letter-spacing: 1.2px; }

.myButtonPaypal:hover {
  background-color: #ff8c00; }

.myButtonPaypal:active {
  position: relative;
  top: 1px; }

/* afficher la sélection du véhicule + la photo en dessous */
#vehicule_membre {
  float: left;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 20px;
  border-right: orange solid 2px;
  height: 425px; }

#selection {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: orange solid 0.5px; }

#photo {
  padding-top: 20px; }

#photo img {
  border: white solid 1px; }

.logo {
  width: auto;
  position: absolute; }

.logo img {
  width: 109px;
  height: 39px; }

#boutons_sp {
  display: none; }

#boutons_PC {
  font-family: 'Assistant-Light';
  position: relative;
  display: flex;
  letter-spacing: 1.2px;
  font-size: 1.1em;
  color: white;
  justify-content: space-around;
  align-items: center;
  border-bottom: #fafafa solid 0.5px; }

#boutons_PC a {
  color: white;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'Assistant-Light';
  background: linear-gradient(to top, orange 0%, orange 1px, transparent 2px) no-repeat;
  background-size: 0 100%;
  transition-property: all;
  transition-duration: 400ms; }

#boutons_PC a:hover {
  color: lightslategrey;
  background-size: 100% 100%; }

#categories {
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  padding-top: 20px; }

.milieu_bot1 {
  text-align: center; }

.milieu_bot2 {
  text-align: center; }

.milieu_bot3 {
  text-align: center; }

.milieu_bot4 {
  text-align: center; }

.colonne {
  font-family: 'Assistant-Regular'; }

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 0.5px solid grey;
  width: 100%; }

th, td {
  padding: 10px; }

thead th:nth-child(1) {
  width: 10%; }

thead th:nth-child(2) {
  width: 46%; }

thead th:nth-child(3) {
  width: 8%; }

thead th:nth-child(4) {
  width: 8%; }

thead th:nth-child(5) {
  width: 8%; }

thead th:nth-child(6) {
  width: 10%; }

thead th:nth-child(7) {
  width: 10%; }

th {
  letter-spacing: 2px; }

td {
  letter-spacing: 1px; }

tbody td {
  text-align: center; }

caption {
  font-family: 'Assistant-Regular', cursive;
  padding: 20px;
  caption-side: top;
  color: #666;
  text-align: center;
  letter-spacing: 1px; }

#ajout_element {
  text-align: center;
  margin-top: 15px; }

@media screen and (max-width: 430px) {
  body {
    background-color: ghostwhite;
    width: auto; }

  /* PAGE DE LOGIN ET REGISTER */
  .main {
    position: initial;
    transform: unset;
    background-color: ghostwhite;
    max-width: 512px;
    text-align: center;
    box-shadow: unset;
    padding: unset; }

  /******************************************/
  .logo {
    display: block;
    float: right;
    margin-top: 8px; }

  h2 {
    display: none; }

  nav.pc {
    display: none; }

  nav.smartphone {
    padding: initial;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    border-bottom: orange solid 2px;
    width: -webkit-fill-available;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: whitesmoke; }

  #navigation button {
    border: none;
    background-color: whitesmoke;
    color: black; }

  #utilisateur {
    border-left: none; }

  #total_depense {
    padding-left: 20px; }

  /********************************************************************************/
  .dropbtn {
    background-color: whitesmoke;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    cursor: pointer; }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    color: orange;
    background-color: whitesmoke;
    border: none; }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block; }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: whitesmoke;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10; }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd; }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block; }

  /********************************************************************************/
  header {
    width: auto;
    background-color: #7092be;
    background-image: url(bannierest2.jpg);
    background-size: auto auto;
    background-attachment: fixed;
    height: 60px;
    margin-top: 40px; }

  header h1 {
    display: none; }

  #vehicule_membre {
    float: none;
    padding: unset;
    border: none;
    height: auto; }

  #selection {
    padding-bottom: 10px;
    width: auto; }

  #vehicule {
    display: inline-flex;
    padding: unset;
    border: none; }

  aside {
    width: 100%;
    flex-direction: column;
    text-align: center;
    border-left: none;
    float: none;
    display: block;
    position: relative; }

  .myButton {
    font-family: 'Assistant-Light';
    background-color: #79bbff;
    border-radius: 10px;
    border: 0px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 13px;
    letter-spacing: 1.2px;
    -webkit-appareance: none; }

  .myButton:hover {
    background-color: #378de5; }

  .myButton:active {
    position: relative; }

  #paypal {
    float: none;
    width: 100%;
    flex-direction: column;
    border-left: none;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 0px; }

  #paypal button {
    border: none;
    padding: unset;
    background-color: inherit;
    font-size: 0.7em;
    margin-top: -10px;
    cursor: pointer; }

  #brave {
    border: none;
    position: initial;
    background-color: inherit;
    z-index: 10; }

  #brave p {
    font-size: 1.3em; }

  nav.pc ul {
    flex-direction: column;
    padding: 0; }

  .btn {
    color: #FFFFFF;
    cursor: none;
    border-radius: 10em;
    transform: none;
    backface-visibility: visible; }

  #milieu_top {
    top: -50px;
    font-family: 'Assistant-ExtraLight';
    letter-spacing: 1.1px;
    font-size: 1em;
    margin: 0px;
    position: relative;
    left: 10px;
    bottom: 250px;
    width: 95%; }

  #boutons_PC {
    display: none; }

  /********************************************************************************/
  #boutons_sp {
    display: initial;
    position: fixed;
    bottom: 40px;
    right: 15px; }

  #boutons_sp .dropbtn2 {
    background-color: darkorange;
    color: white;
    font-size: 1.4em;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px; }

  /* Dropdown button on hover & focus */
  #boutons_sp .dropbtn2:hover, #boutons_sp .dropbtn2:focus {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: none; }

  /* The container <div> - needed to position the dropdown content */
  #boutons_sp .dropdown2 {
    position: relative;
    display: inline-block; }

  /* Dropdown Content (Hidden by Default) */
  #boutons_sp .dropdown-content2 {
    display: none;
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: -10px;
    background-color: darkorange;
    border-radius: 15px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10; }

  /* Links inside the dropdown */
  #boutons_sp .dropdown-content2 a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: grey solid 0.5px; }

  /* Change color of dropdown links on hover */
  #boutons_sp .dropdown-content2 a:hover {
    background-color: #ddd; }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  #boutons_sp .show2 {
    display: block; }

  #categories {
    font-size: 1em;
    flex-direction: column;
    margin-bottom: 20px; }

  #milieu_bot1 {
    display: inline-block; }

  #milieu_bot2 {
    display: inline-block; }

  #milieu_bot3 {
    display: inline-block; }

  #milieu_bot4 {
    display: inline-block; }

  footer {
    display: inline-block;
    border-top: 1px solid orange;
    font-size: 0.1em;
    position: relative;
    bottom: 0px;
    margin-top: initial; } }
@media screen and (min-width: 430px) and (max-width: 1130px) {
  body {
    background-color: whitesmoke;
    width: auto; }

  .logo {
    display: block;
    float: right;
    margin-top: 8px; }

  h2 {
    display: none; }

  nav.pc {
    display: none; }

  nav.smartphone {
    padding: initial;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    border-bottom: orange solid 2px;
    width: -webkit-fill-available;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: whitesmoke; }

  #navigation button {
    border: none;
    background-color: whitesmoke;
    color: black; }

  #utilisateur {
    border-left: none; }

  #total_depense {
    padding-left: 20px; }

  /********************************************************************************/
  .dropbtn {
    background-color: whitesmoke;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    cursor: pointer; }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    color: orange;
    background-color: whitesmoke;
    border: none; }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block; }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: whitesmoke;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10; }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd; }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block; }

  /********************************************************************************/
  header {
    width: auto;
    background-color: #7092be;
    background-image: url(bannierest2.jpg);
    background-size: auto auto;
    background-attachment: fixed;
    height: 60px;
    margin-top: 40px; }

  header h1 {
    display: none; }

  #vehicule_membre {
    float: none;
    padding: unset;
    border: none;
    height: auto; }

  #selection {
    padding-bottom: 10px;
    width: auto; }

  #vehicule {
    display: inline-flex;
    padding: unset;
    border: none; }

  aside {
    width: 100%;
    flex-direction: column;
    text-align: center;
    border-left: none;
    float: none;
    display: block;
    position: relative; }

  .myButton {
    font-family: 'Assistant-Light';
    background-color: #79bbff;
    border-radius: 10px;
    border: 0px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 13px;
    letter-spacing: 1.2px;
    -webkit-appareance: none; }

  .myButton:hover {
    background-color: #378de5; }

  .myButton:active {
    position: relative; }

  #paypal {
    float: none;
    width: 100%;
    flex-direction: column;
    border-left: none;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 0px; }

  #paypal button {
    border: none;
    padding: unset;
    background-color: inherit;
    font-size: 0.7em;
    margin-top: -10px;
    cursor: pointer; }

  #brave {
    background-color: inherit;
    z-index: 10; }

  #brave p {
    font-size: 1.3em; }

  nav.pc ul {
    flex-direction: column;
    padding: 0; }

  .btn {
    color: #FFFFFF;
    cursor: none;
    border-radius: 10em;
    transform: none;
    backface-visibility: visible; }

  #milieu_top {
    top: -50px;
    font-family: 'Assistant-ExtraLight';
    letter-spacing: 1.1px;
    font-size: 1em;
    margin: 0px;
    position: relative;
    left: 10px;
    bottom: 250px;
    width: 95%; }

  #boutons_PC {
    display: none; }

  /********************************************************************************/
  #boutons_sp {
    display: initial;
    position: fixed;
    bottom: 40px;
    right: 15px; }

  #boutons_sp .dropbtn2 {
    background-color: darkorange;
    color: white;
    font-size: 1.4em;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px; }

  /* Dropdown button on hover & focus */
  #boutons_sp .dropbtn2:hover, #boutons_sp .dropbtn2:focus {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: none; }

  /* The container <div> - needed to position the dropdown content */
  #boutons_sp .dropdown2 {
    position: relative;
    display: inline-block; }

  /* Dropdown Content (Hidden by Default) */
  #boutons_sp .dropdown-content2 {
    display: none;
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: -10px;
    background-color: darkorange;
    border-radius: 15px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10; }

  /* Links inside the dropdown */
  #boutons_sp .dropdown-content2 a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: grey solid 0.5px; }

  /* Change color of dropdown links on hover */
  #boutons_sp .dropdown-content2 a:hover {
    background-color: #ddd; }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  #boutons_sp .show2 {
    display: block; }

  #categories {
    font-size: 1em;
    flex-direction: inherit;
    margin-bottom: 20px; }

  #milieu_bot1 {
    display: inline-block; }

  #milieu_bot2 {
    display: inline-block; }

  #milieu_bot3 {
    display: inline-block; }

  #milieu_bot4 {
    display: inline-block; }

  footer {
    display: inline-block;
    border-top: 1px solid orange;
    font-size: 0.1em;
    position: relative;
    bottom: 0px;
    margin-top: initial; } }
