/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px*/
}

body,
p {
  font-family: "Lexend", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: "Lato", sans-serif;
}

#view-message h1,
#view-message h2 {
  margin-bottom: 15px;
  color: #3498db;
}

#view-message p {
  margin-bottom: 20px;
  color: #F6F6F6;
}

#view-message a {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border: 1px solid #F6F6F6;
  text-decoration: none;
  color: #e67e22;
}

@media screen and (min-width: 768px) {
  #view-message body {
    margin: 40px;
  }
  #view-message h1,
  #view-message h2 {
    font-size: 2em;
  }
  #view-message p {
    font-size: 1.2em;
  }
  #view-message a {
    font-size: 1.2em;
    padding: 15px;
  }
}

#message-list table {
  width: 100%;
  display: block;
  overflow-x: auto;
  background-color: #F6F6F6;
}

#message-list table th {
  background-color: #3498db;
  color: #FFF;
}

#message-list table th,
#message-list table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #e67e22;
}

#message-list table tr:nth-child(even) {
  background-color: #2ecc71;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  #message-list table {
    display: table;
    overflow-x: unset;
  }
}

.swal2-popup {
  background-color: #F6F6F6;
}

.swal2-popup .swal2-styled.swal2-cancel {
  font-size: 1.5em;
}

.swal2-popup .swal2-html-container {
  font-size: 1.3em;
}

.swal2-popup .swal2-confirm {
  background-color: #3498db;
  border-color: #FFF;
}

.swal2-popup .swal2-title {
  color: #3498db;
  font-size: 2em;
  font-weight: bold;
}

.swal2-popup .swal2-input {
  background-color: #3498db;
  color: #FFF;
  font-size: 1.5em;
  padding: 0.5em;
}

.swal2-popup .swal2-styled.swal2-confirm {
  font-size: 1.5em;
}

#planing-user {
  padding: 10px;
  background-color: #F6F6F6;
  margin: 4em 0 3em 2em;
  width: 90%;
}

#planing-user h1 {
  font-size: 1.23em;
  text-align: center;
  margin-bottom: 20px;
  color: #3498db;
  text-transform: uppercase;
}

#planing-user #calendar_user {
  height: 100%;
}

#planing-user #calendar-container {
  width: 100%;
  overflow-x: auto;
}

#planing-user .weekend {
  background-color: #f0b37e;
}

#planing-user .day-full {
  background-color: #ff4d4d;
}

#planing-user .day-available {
  background-color: #54d98c;
}

#planing-user .fc .fc-button-primary {
  color: #FFF;
  background-color: #3498db;
  border-color: #FFF;
  font-size: 1em;
}

#planing-user .fc-day {
  color: #000;
}

#planing-user .fc-toolbar-title {
  display: none;
}

#planing-user .fc .fc-daygrid-day-number {
  padding: 2em;
}

#planing-user .fc-toolbar-title {
  color: #3498db;
  padding: 0.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 1px solid #3498db;
}

#planing-user .fc-timegrid-slot-label-cushion {
  color: #000;
}

@media (min-width: 768px) {
  #planing-user {
    margin-left: 4em;
  }
  #planing-user h1 {
    font-size: 1.7em;
  }
  #planing-user .fc .fc-button-primary {
    font-size: 1.2em;
  }
  #planing-user .fc-day {
    font-size: 1.3em;
  }
  #planing-user .fc-toolbar-title {
    color: #3498db;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border: 1px solid #3498db;
  }
}

@media (min-width: 992px) {
  #planing-user {
    margin-left: 8em;
  }
  #planing-user h1 {
    font-size: 2em;
  }
  #planing-user .fc .fc-button-primary {
    font-size: 1.5em;
  }
  #planing-user .fc-day {
    font-size: 1.6em;
  }
  #planing-user .fc-toolbar-title {
    color: #3498db;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border: 1px solid #3498db;
  }
}

.swal2-popup {
  background-color: #F6F6F6;
}

.swal2-popup .swal2-styled.swal2-cancel {
  font-size: 1.5em;
}

.swal2-popup .swal2-html-container {
  font-size: 1.3em;
}

.swal2-popup .swal2-confirm {
  background-color: #3498db;
  border-color: #FFF;
}

.swal2-popup .swal2-title {
  color: #3498db;
  font-size: 2em;
}

.swal2-popup .swal2-input {
  background-color: #3498db;
  color: #FFF;
  font-size: 1.5em;
  padding: 0.5em;
}

.swal2-popup .swal2-styled.swal2-confirm {
  font-size: 1.5em;
}

#planing-admin {
  padding: 10px;
  background-color: #F6F6F6;
  width: 96vw;
  margin: 4em 0 3em 2em;
}

#planing-admin h1 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
  color: #3498db;
  text-decoration: #e67e22 wavy underline;
}

#planing-admin #calendar_user {
  height: 100%;
}

#planing-admin #calendar-container {
  width: 100%;
  height: 100vh;
  overflow-x: auto;
}

#planing-admin .weekend {
  background-color: #e67e22;
}

#planing-admin .day-full {
  background-color: #3498db;
}

#planing-admin .day-available {
  background-color: #2ecc71;
}

#planing-admin .fc .fc-button-primary {
  color: #FFFFFF;
  background-color: #3498db;
  border-color: #FFFFFF;
  font-size: 1em;
}

#planing-admin .fc-day {
  font-size: 1.2em;
  color: #3498db;
}

#planing-admin .fc-toolbar-title {
  display: none;
}

#planing-admin .fc-toolbar-title {
  color: #3498db;
  padding: 0.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 1px solid #3498db;
}

#planing-admin .fc-list-event-title {
  font-size: 1.3em;
}

#planing-admin .fc-list-event-time {
  font-size: 1.1em;
}

#planing-admin .fc-list-day-cushion {
  font-size: 1.1em;
}

#planing-admin .fc-timegrid-slot-label-cushion {
  color: #3498db;
}

#planing-admin .fc-event-main {
  color: #FFF;
  font-size: 1.1em;
  padding: 0.2em;
}

#planing-admin .fc-event {
  color: #3498db;
}

@media (min-width: 768px) {
  #planing-admin h1 {
    font-size: 1.7em;
  }
  #planing-admin .fc .fc-button-primary {
    font-size: 1.2em;
  }
  #planing-admin .fc-day {
    font-size: 1.3em;
  }
  #planing-admin .fc-toolbar-title {
    color: #3498db;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border: 1px solid #3498db;
  }
}

@media (min-width: 992px) {
  #planing-admin h1 {
    font-size: 2em;
  }
  #planing-admin .fc .fc-button-primary {
    font-size: 1.5em;
  }
  #planing-admin .fc-day {
    font-size: 1.6em;
  }
  #planing-admin .fc-toolbar-title {
    color: #3498db;
    padding: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border: 1px solid #3498db;
  }
}

#headerAdmin .banniere-titre {
  margin-bottom: 1em;
}

#headerAdmin .navbar-desktop {
  display: none;
}

#headerAdmin .navbar-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  height: 5em;
  z-index: 999;
  top: 0;
}

#headerAdmin .navbar-mobile .logo {
  display: flex;
  align-items: center;
  margin: 1em 0 0 3em;
}

#headerAdmin .navbar-mobile .logo a {
  display: flex;
  align-items: center;
  font-size: 1.5em;
}

#headerAdmin .navbar-mobile .logo a span {
  display: inline-block;
}

#headerAdmin .navbar-mobile .logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerAdmin .navbar-mobile .logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerAdmin .navbar-mobile .logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerAdmin .navbar-mobile i.fas.fa-bars {
  position: fixed;
  z-index: 999;
  top: 0.4em;
  right: 1em;
  font-size: 3em;
  color: #e67e22;
  min-width: 40px;
  min-height: 40px;
}

#headerAdmin .navbar-mobile .modal {
  transition: top 0.9s;
  background-color: #F6F6F6;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#headerAdmin .navbar-mobile .move-icon {
  transform: translateY(180px);
  transition: transform 1.1s ease-out;
}

#headerAdmin .navbar-mobile .user-barre {
  background: #000;
  color: #FFF;
  padding: 0 2em;
  text-align: right;
  font-size: 1.5em;
  margin-top: 4em;
}

#headerAdmin .navbar-mobile .navbar-mobile-list {
  display: flex;
  height: 60vh;
  position: relative;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
}

#headerAdmin .navbar-mobile .navbar-mobile-list a {
  font-size: 2em;
  font-weight: 800;
  color: #e67e22;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#headerAdmin .navbar-mobile .navbar-mobile-list a:hover {
  color: #e67e22;
  background-color: #FFF;
  border-radius: 1rem;
}

#headerAdmin .navbar-mobile .change-modal {
  top: 0;
}

#headerAdmin .social-icons-mobile {
  display: flex;
  position: relative;
  z-index: 3;
}

#headerAdmin .social-icons-mobile a {
  margin: 20px;
}

#headerAdmin .social-icons-mobile i {
  transition: all 0.5s ease;
  top: -80px;
  position: relative;
  text-align: start;
  color: #e67e22;
  font-size: 2em;
}

#headerAdmin .exit {
  color: red;
  font-size: 2em;
}

#headerAdmin ul li.logo a {
  letter-spacing: -1px;
}

#headerAdmin ul li.logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerAdmin ul li.logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerAdmin ul li.logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

@media screen and (min-width: 801px) {
  #headerAdmin .social-icons-desktop a i {
    transition: color 0.3s ease, transform 0.3s ease;
    margin-left: 10px;
  }
  #headerAdmin .social-icons-desktop a i.exit {
    margin-left: 4em;
  }
  #headerAdmin .social-icons-desktop a:hover i.twitter-icon,
  #headerAdmin .social-icons-desktop a:hover i.facebook-icon,
  #headerAdmin .social-icons-desktop a:hover i.instagram-icon {
    color: blue;
    transform: rotate(45deg);
  }
  #headerAdmin .social-icons-desktop a:hover i.exit {
    color: green;
    transform: rotate(360deg);
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a,
  #headerAdmin .navbar-mobile ul li.logo a,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a,
  #headerAdmin .navbar-desktop ul li.logo a {
    letter-spacing: -1px;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerAdmin .navbar-mobile ul li.logo a span.drive,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerAdmin .navbar-desktop ul li.logo a span.drive {
    color: #3498db;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span.safe,
  #headerAdmin .navbar-mobile ul li.logo a span.safe,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span.safe,
  #headerAdmin .navbar-desktop ul li.logo a span.safe {
    color: #2ecc71;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerAdmin .navbar-mobile ul li.logo a span.control,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerAdmin .navbar-desktop ul li.logo a span.control {
    color: #e67e22;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span,
  #headerAdmin .navbar-mobile ul li.logo a span,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span,
  #headerAdmin .navbar-desktop ul li.logo a span {
    position: relative;
    right: -100%;
    opacity: 0;
    animation: slide-in 1s ease-out forwards;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerAdmin .navbar-mobile ul li.logo a span.drive,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerAdmin .navbar-desktop ul li.logo a span.drive {
    animation-delay: 1s;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerAdmin .navbar-mobile ul li.logo a span:nth-child(2),
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerAdmin .navbar-desktop ul li.logo a span:nth-child(2) {
    animation-delay: 2s;
  }
  #headerAdmin .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerAdmin .navbar-mobile ul li.logo a span.control,
  #headerAdmin .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerAdmin .navbar-desktop ul li.logo a span.control {
    animation-delay: 3s;
  }
  @keyframes slide-in {
    to {
      right: 0;
      opacity: 1;
    }
  }
  #headerAdmin .navbar-desktop {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: #FFF;
    height: 10em;
    align-items: center;
    border-bottom: solid 3px #3498db;
  }
  #headerAdmin .navbar-desktop ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #headerAdmin .navbar-desktop li {
    position: relative;
    z-index: 1000;
  }
  #headerAdmin .navbar-desktop li.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    z-index: 1000;
    width: 300px;
  }
  #headerAdmin .navbar-desktop li.dropdown .submenu li {
    padding: 5px;
  }
  #headerAdmin .navbar-desktop li.dropdown .submenu li:hover {
    background-color: #e67e22;
  }
  #headerAdmin .navbar-desktop li.dropdown:hover .submenu {
    display: block;
  }
  #headerAdmin .navbar-desktop .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #3498db;
    transition: all 0.5s ease;
  }
  #headerAdmin .navbar-desktop a {
    color: #000;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  #headerAdmin .social-icons-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #headerAdmin .social-icons-desktop li {
    margin: 0 2em;
  }
  #headerAdmin .social-icons-desktop a {
    font-size: 2.5em;
  }
  #headerAdmin .exit {
    color: red;
    font-size: 1.3em;
  }
  #headerAdmin .navbar-mobile {
    display: none;
  }
}

#headerUser .user-barre {
  background: #000;
  color: #FFF;
  padding: 0 2em;
  margin-top: 4em;
  text-align: right;
  font-size: 1.5em;
}

#headerUser .banniere-titre {
  margin-bottom: 1em;
}

#headerUser .navbar-desktop {
  display: none;
}

#headerUser .navbar-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  height: 5em;
  z-index: 999;
  top: 0;
}

#headerUser .navbar-mobile .logo {
  display: flex;
  align-items: center;
  margin: 1em 0 0 1em;
}

#headerUser .navbar-mobile .logo a {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin-left: 0.8em;
}

#headerUser .navbar-mobile .logo a span {
  display: inline-block;
}

#headerUser .navbar-mobile .logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerUser .navbar-mobile .logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerUser .navbar-mobile .logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerUser .navbar-mobile i.fas.fa-bars {
  position: fixed;
  z-index: 999;
  top: 0.4em;
  right: 1em;
  font-size: 3em;
  color: #e67e22;
  min-width: 40px;
  min-height: 40px;
}

#headerUser .navbar-mobile .modal {
  transition: top 0.9s;
  background-color: #F6F6F6;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#headerUser .navbar-mobile .move-icon {
  transform: translateY(180px);
  transition: transform 1.1s ease-out;
}

#headerUser .navbar-mobile .navbar-mobile-list {
  display: flex;
  height: 60vh;
  position: relative;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
}

#headerUser .navbar-mobile .navbar-mobile-list a {
  font-size: 2em;
  font-weight: 800;
  color: #e67e22;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#headerUser .navbar-mobile .navbar-mobile-list a:hover {
  color: #e67e22;
  background-color: #FFF;
  border-radius: 1rem;
}

#headerUser .navbar-mobile .change-modal {
  top: 0;
}

#headerUser .social-icons-mobile {
  display: flex;
  position: relative;
  z-index: 3;
}

#headerUser .social-icons-mobile a {
  margin: 20px;
}

#headerUser .social-icons-mobile i {
  transition: all 0.5s ease;
  position: relative;
  text-align: start;
  color: #e67e22;
  font-size: 1.5em;
}

#headerUser .exit {
  color: red;
  font-size: 1.5em;
}

#headerUser ul li.logo a {
  letter-spacing: -1px;
}

#headerUser ul li.logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerUser ul li.logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerUser ul li.logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

@media screen and (min-width: 801px) {
  #headerUser .social-icons-desktop a .fa-user {
    margin-left: 2em;
  }
  #headerUser .social-icons-desktop a i {
    transition: color 0.3s ease, transform 0.3s ease;
    margin-left: 10px;
  }
  #headerUser .social-icons-desktop a:hover i.twitter-icon,
  #headerUser .social-icons-desktop a:hover i.facebook-icon,
  #headerUser .social-icons-desktop a:hover i.instagram-icon {
    color: blue;
    transform: rotate(45deg);
  }
  #headerUser .social-icons-desktop a:hover i.fa-solid.fa-user,
  #headerUser .social-icons-desktop a:hover i.exit {
    color: green;
    transform: rotate(360deg);
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a,
  #headerUser .navbar-mobile ul li.logo a,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a,
  #headerUser .navbar-desktop ul li.logo a {
    letter-spacing: -1px;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerUser .navbar-mobile ul li.logo a span.drive,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerUser .navbar-desktop ul li.logo a span.drive {
    color: #3498db;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span.safe,
  #headerUser .navbar-mobile ul li.logo a span.safe,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span.safe,
  #headerUser .navbar-desktop ul li.logo a span.safe {
    color: #2ecc71;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerUser .navbar-mobile ul li.logo a span.control,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerUser .navbar-desktop ul li.logo a span.control {
    color: #e67e22;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span,
  #headerUser .navbar-mobile ul li.logo a span,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span,
  #headerUser .navbar-desktop ul li.logo a span {
    position: relative;
    right: -100%;
    opacity: 0;
    animation: slide-in 1s ease-out forwards;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerUser .navbar-mobile ul li.logo a span.drive,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerUser .navbar-desktop ul li.logo a span.drive {
    animation-delay: 1s;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerUser .navbar-mobile ul li.logo a span:nth-child(2),
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerUser .navbar-desktop ul li.logo a span:nth-child(2) {
    animation-delay: 2s;
  }
  #headerUser .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerUser .navbar-mobile ul li.logo a span.control,
  #headerUser .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerUser .navbar-desktop ul li.logo a span.control {
    animation-delay: 3s;
  }
  @keyframes slide-in {
    to {
      right: 0;
      opacity: 1;
    }
  }
  #headerUser .navbar-desktop {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: #FFF;
    height: 10em;
    align-items: center;
    border-bottom: solid 3px #3498db;
  }
  #headerUser .navbar-desktop ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #headerUser .navbar-desktop li {
    position: relative;
    z-index: 1;
  }
  #headerUser .navbar-desktop .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #3498db;
    transition: all 0.5s ease;
  }
  #headerUser .navbar-desktop a {
    color: #000;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  #headerUser .user-barre {
    margin-top: 0;
  }
  #headerUser .social-icons-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -0.4em;
  }
  #headerUser .social-icons-desktop li {
    margin: 0 2em;
  }
  #headerUser .social-icons-desktop a {
    font-size: 2.5em;
  }
  #headerUser .exit {
    color: red;
    font-size: 1.3em;
  }
  #headerUser .navbar-mobile {
    display: none;
  }
}

#headerVisitor .banniere-titre {
  margin-bottom: 1em;
}

#headerVisitor .navbar-desktop {
  display: none;
}

#headerVisitor .navbar-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  height: 5em;
  z-index: 999;
  top: 0;
}

#headerVisitor .navbar-mobile .logo {
  display: flex;
  align-items: center;
  margin: 1em 0 0 1em;
}

#headerVisitor .navbar-mobile .logo a {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin-left: 0.8em;
}

#headerVisitor .navbar-mobile .logo a span {
  display: inline-block;
}

#headerVisitor .navbar-mobile .logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerVisitor .navbar-mobile .logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerVisitor .navbar-mobile .logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerVisitor .navbar-mobile i.fas.fa-bars {
  position: fixed;
  z-index: 999;
  top: 0.4em;
  right: 1em;
  font-size: 3em;
  color: #e67e22;
  min-width: 40px;
  min-height: 40px;
}

#headerVisitor .navbar-mobile .modal {
  transition: top 0.9s;
  background-color: #F6F6F6;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#headerVisitor .navbar-mobile .move-icon {
  transform: translateY(180px);
  transition: transform 1.1s ease-out;
}

#headerVisitor .navbar-mobile .user-barre {
  background: #000;
  color: #FFF;
  padding: 0 2em;
  text-align: right;
  font-size: 1.5em;
}

#headerVisitor .navbar-mobile .navbar-mobile-list {
  display: flex;
  height: 60vh;
  position: relative;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
}

#headerVisitor .navbar-mobile .navbar-mobile-list a {
  font-size: 2em;
  font-weight: 800;
  color: #e67e22;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#headerVisitor .navbar-mobile .navbar-mobile-list a:hover {
  color: #e67e22;
  background-color: #FFF;
  border-radius: 1rem;
}

#headerVisitor .navbar-mobile .change-modal {
  top: 0;
}

#headerVisitor .social-icons-mobile {
  display: flex;
  position: relative;
  top: 3em;
  z-index: 3;
}

#headerVisitor .social-icons-mobile a {
  margin: 20px;
}

#headerVisitor .social-icons-mobile i {
  transition: all 0.5s ease;
  top: -80px;
  position: relative;
  text-align: start;
  font-size: 1.5em;
}

#headerVisitor ul li.logo a {
  letter-spacing: -1px;
}

#headerVisitor ul li.logo a span.drive {
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerVisitor ul li.logo a span.safe {
  color: #2ecc71;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

#headerVisitor ul li.logo a span.control {
  color: #e67e22;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: -2px;
}

@media screen and (min-width: 801px) {
  #headerVisitor .social-icons-desktop a i {
    transition: color 0.3s ease, transform 0.3s ease;
    margin-left: 10px;
  }
  #headerVisitor .social-icons-desktop a:hover i.twitter-icon,
  #headerVisitor .social-icons-desktop a:hover i.facebook-icon,
  #headerVisitor .social-icons-desktop a:hover i.instagram-icon {
    color: blue;
    transform: rotate(45deg);
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a,
  #headerVisitor .navbar-mobile ul li.logo a,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a,
  #headerVisitor .navbar-desktop ul li.logo a {
    letter-spacing: -1px;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerVisitor .navbar-mobile ul li.logo a span.drive,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerVisitor .navbar-desktop ul li.logo a span.drive {
    color: #3498db;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span.safe,
  #headerVisitor .navbar-mobile ul li.logo a span.safe,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span.safe,
  #headerVisitor .navbar-desktop ul li.logo a span.safe {
    color: #2ecc71;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerVisitor .navbar-mobile ul li.logo a span.control,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerVisitor .navbar-desktop ul li.logo a span.control {
    color: #e67e22;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-right: -2px;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span,
  #headerVisitor .navbar-mobile ul li.logo a span,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span,
  #headerVisitor .navbar-desktop ul li.logo a span {
    position: relative;
    right: -100%;
    opacity: 0;
    animation: slide-in 1s ease-out forwards;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span.drive,
  #headerVisitor .navbar-mobile ul li.logo a span.drive,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span.drive,
  #headerVisitor .navbar-desktop ul li.logo a span.drive {
    animation-delay: 1s;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerVisitor .navbar-mobile ul li.logo a span:nth-child(2),
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span:nth-child(2),
  #headerVisitor .navbar-desktop ul li.logo a span:nth-child(2) {
    animation-delay: 2s;
  }
  #headerVisitor .navbar-mobile ul.navbar-mobile-list li.logo a span.control,
  #headerVisitor .navbar-mobile ul li.logo a span.control,
  #headerVisitor .navbar-desktop ul.navbar-mobile-list li.logo a span.control,
  #headerVisitor .navbar-desktop ul li.logo a span.control {
    animation-delay: 3s;
  }
  @keyframes slide-in {
    to {
      right: 0;
      opacity: 1;
    }
  }
  #headerVisitor .navbar-desktop {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: #FFF;
    height: 10em;
    align-items: center;
    border-bottom: solid 3px #3498db;
  }
  #headerVisitor .navbar-desktop ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #headerVisitor .navbar-desktop li {
    position: relative;
    z-index: 1;
  }
  #headerVisitor .navbar-desktop .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #3498db;
    transition: all 0.5s ease;
  }
  #headerVisitor .navbar-desktop a {
    color: #000;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  #headerVisitor .social-icons-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #headerVisitor .social-icons-desktop li {
    margin: 0 2em;
  }
  #headerVisitor .social-icons-desktop a {
    font-size: 2.5em;
  }
  #headerVisitor .navbar-mobile {
    display: none;
  }
}

#services {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
  background-image: url("../../images/femme-pouce-leve.jpg");
  line-height: 1.42em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 25% right 25%;
}

#services .container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0;
  background-color: rgba(0, 0, 255, 0.5);
  opacity: 0.8;
  margin-top: 4em;
}

#services .container th {
  font-size: 1.5em;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  display: none;
}

#services .container td {
  font-weight: bold;
  font-size: 1.5em;
  -webkit-box-shadow: 0 2px 2px -2px #000;
  -moz-box-shadow: 0 2px 2px -2px #000;
  box-shadow: 0 2px 2px -2px #000;
  padding: 2%;
  border-bottom: 1px solid #3498db;
  text-align: center;
  display: block;
}

#services .container tr:nth-child(odd) {
  background-color: #F6F6F6;
}

#services .container tr:nth-child(even) {
  background-color: #FFF;
}

#services .container td:first-child {
  color: #3498db;
}

#services .container tr:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0 6px 6px -6px #000;
  -moz-box-shadow: 0 6px 6px -6px #000;
  box-shadow: 0 6px 6px -6px #000;
}

#services .container td:hover {
  background-color: #FFF;
  color: #403E10;
  font-weight: bold;
  box-shadow: #000 -1px 1px, #000 -2px 2px, #000 -3px 3px, #000 -4px 4px, #000 -5px 5px, #000 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

#services .container thead tr:first-child th {
  background-color: black;
  color: white;
}

#services button[type=submit] {
  background-color: #FFF;
  color: #3498db;
  border: 1px solid black;
  padding: 0.5em;
  margin: 1em;
  transition: background-color 0.3s ease;
}

@media (min-width: 800px) {
  #services {
    background-size: cover;
    background-position: center;
  }
  #services .container {
    width: 95vw;
    margin: 0 auto;
  }
  #services .container th {
    display: table-cell;
  }
  #services .container td {
    display: table-cell;
  }
  #services .container td:nth-child(4),
  #services .container th:nth-child(4) {
    display: table-cell;
  }
}

#footerVisitor {
  position: relative;
  background-color: #2B2B2B;
  color: #FFF;
  padding: 2em 1em;
  display: flex;
  min-height: 200px;
  flex-direction: column;
  text-align: center;
}

#footerVisitor nav {
  flex: 1;
  margin-bottom: 1em;
}

#footerVisitor nav h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
}

#footerVisitor nav ul {
  list-style: none;
  padding: 0;
}

#footerVisitor nav ul li {
  margin: 0.5em 0;
}

#footerVisitor nav ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.8em;
}

#footerVisitor nav ul li a:hover {
  text-decoration: underline;
  color: #3498db;
}

#footerVisitor .footer-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8em;
}

#footerVisitor .footer-social a {
  margin: 1em;
  font-size: 1.5em;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
}

@media (min-width: 768px) {
  #footerVisitor {
    flex-direction: row;
    text-align: center;
  }
  #footerVisitor .footer-social ul {
    justify-content: center;
  }
  #footerVisitor .copyright {
    position: absolute;
    bottom: 1.5em;
    font-size: 1.6em;
    left: 0;
    right: 0;
    text-align: center;
  }
}

#footerUser {
  position: relative;
  background-color: #2B2B2B;
  color: #FFF;
  padding: 2em 1em;
  display: flex;
  min-height: 200px;
  flex-direction: column;
  text-align: center;
}

#footerUser nav {
  flex: 1;
  margin-bottom: 1em;
}

#footerUser nav h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
}

#footerUser nav ul {
  list-style: none;
  padding: 0;
}

#footerUser nav ul li {
  margin: 0.5em 0;
}

#footerUser nav ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.8em;
}

#footerUser nav ul li a:hover {
  text-decoration: underline;
  color: #3498db;
}

#footerUser .footer-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8em;
}

#footerUser .footer-social a {
  margin: 1em;
  font-size: 1.5em;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
}

@media (min-width: 768px) {
  #footerUser {
    flex-direction: row;
    text-align: center;
  }
  #footerUser .footer-social ul {
    justify-content: center;
  }
  #footerUser .copyright {
    position: absolute;
    bottom: 1.5em;
    font-size: 1.6em;
    left: 0;
    right: 0;
    text-align: center;
  }
}

#footerAdmin {
  position: relative;
  background-color: #2B2B2B;
  color: #FFF;
  padding: 2em 1em;
  display: flex;
  min-height: 200px;
  flex-direction: column;
  text-align: center;
}

#footerAdmin nav {
  flex: 1;
  margin-bottom: 1em;
}

#footerAdmin nav h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
}

#footerAdmin nav ul {
  list-style: none;
  padding: 0;
}

#footerAdmin nav ul li {
  margin: 0.5em 0;
}

#footerAdmin nav ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.8em;
}

#footerAdmin nav ul li a:hover {
  text-decoration: underline;
  color: #3498db;
}

#footerAdmin .footer-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8em;
}

#footerAdmin .footer-social a {
  margin: 1em;
  font-size: 1.5em;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
}

@media (min-width: 768px) {
  #footerAdmin {
    flex-direction: row;
    text-align: center;
  }
  #footerAdmin .footer-social ul {
    justify-content: center;
  }
  #footerAdmin .copyright {
    position: absolute;
    bottom: 1.5em;
    font-size: 1.6em;
    left: 0;
    right: 0;
    text-align: center;
  }
}

#login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: url("../../images/background-road.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: backgroundGrow 20s infinite alternate;
}

@keyframes backgroundGrow {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 130% 130%;
  }
}

#login .wrapper {
  width: 520px;
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-radius: 10px;
  padding: 30px 40px;
  margin: 0 1.5em;
}

#login .wrapper h2 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#login .wrapper .input-box {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 20px;
  font-size: 2em;
  text-align: left;
}

#login .wrapper .input-box label {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  font-size: 0.8em;
  text-transform: uppercase;
}

#login .wrapper .input-box .hidden {
  display: none;
}

#login .wrapper .input-box .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 1.5em;
}

#login .wrapper .input-box .icon ion-icon {
  font-size: inherit;
}

#login .wrapper .input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 1.3em;
  color: #fff;
  padding: 20px 40px 20px 80px;
}

#login .wrapper .input-box input::placeholder {
  color: #fff;
}

#login .wrapper .remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 1.8em;
  margin: 15px 5px 15px;
}

#login .wrapper .remember-forgot label input {
  font-size: 1.8em;
  margin-right: 3px;
}

#login .wrapper .remember-forgot a {
  color: #FFF;
  text-decoration: none;
}

#login .wrapper .remember-forgot a:hover {
  color: #3498db;
}

#login .wrapper .btn {
  width: 100%;
  height: 45px;
  background: #FFF;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #3498db;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2em;
}

#login .wrapper .btn:hover {
  color: #3498db;
  background-color: #2ecc71;
}

#login .wrapper .register-link {
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0 15px;
  color: #FFF;
  text-decoration: underline;
}

#login .wrapper .register-link p a {
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
}

#login .wrapper .register-link p:hover {
  text-decoration: underline;
  color: #3498db;
}

.remember-forgot label:hover {
  color: #3498db;
}

@media (min-width: 600px) {
  #login .wrapper .input-box .icon {
    font-size: 1.8em;
  }
  #login .wrapper .input-box input {
    padding-left: 85px;
  }
}

@media (min-width: 900px) {
  #login .wrapper .input-box .icon {
    font-size: 2em;
  }
  #login .wrapper .input-box input {
    padding-left: 90px;
  }
}

#register {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: url("../../images/background-road.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: backgroundGrow 20s infinite alternate;
}

@keyframes backgroundGrow {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 130% 130%;
  }
}

#register .wrapper {
  width: 520px;
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-radius: 10px;
  padding: 1em;
  margin: 6em 1.5em 1.5em 1.5em;
}

#register .wrapper h2 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#register .wrapper .form-errors {
  font-size: 1.5em;
  color: red;
  text-align: center;
}

#register .wrapper .input-box {
  width: 100%;
  position: relative;
  margin-top: 20px;
  font-size: 2em;
}

#register .wrapper .input-box label {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#register .wrapper .input-box .hidden {
  display: none;
}

#register .wrapper .input-box .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 1.5em;
}

#register .wrapper .input-box .icon ion-icon {
  font-size: inherit;
}

#register .wrapper .input-box input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 1.3em;
  color: #FFF;
  padding: 20px 40px 20px 80px;
}

#register .wrapper .input-box input::placeholder {
  color: #FFF;
}

#register .wrapper .remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 1.5em;
  margin: 15px 5px 15px;
}

#register .wrapper .remember-forgot label input {
  accent-color: #3498db;
  margin-right: 3px;
  transform: scale(1.5);
}

#register .wrapper .remember-forgot a {
  color: #FFF;
  text-decoration: none;
}

#register .wrapper .remember-forgot a:hover {
  text-decoration: underline;
  color: #3498db;
}

#register .wrapper .btn {
  width: 100%;
  height: 45px;
  background: #FFF;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #3498db;
  margin-bottom: 20px;
  font-size: 2em;
}

#register .wrapper .btn:hover {
  color: #3498db;
  background-color: #2ecc71;
}

#register .wrapper .register-link {
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0 15px;
  color: #FFF;
  text-decoration: underline;
}

#register .wrapper .register-link p a {
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
}

#register .wrapper .register-link p a:hover {
  text-decoration: underline;
  color: #3498db;
}

@media (min-width: 600px) {
  #register .wrapper .input-box .icon {
    font-size: 1.8em;
  }
  #register .wrapper .input-box input {
    padding-left: 85px;
  }
}

@media (min-width: 900px) {
  #register .wrapper .input-box .icon {
    font-size: 2em;
  }
  #register .wrapper .input-box input {
    padding-left: 90px;
  }
}

#createMessage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url("../../images/bouteille-mer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  text-align: center;
}

#createMessage h1,
#createMessage p {
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  width: auto;
  text-align: center;
}

#createMessage h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  background-color: transparent;
  color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  text-shadow: 2px 2px 2px black;
}

#createMessage blockquote {
  padding: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 1.5em;
  text-shadow: 2px 2px 2px black;
  color: #FFF;
}

#createMessage p {
  margin-bottom: 2em;
}

#createMessage form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 300px;
}

#createMessage form fieldset {
  width: 100%;
  border: none;
  margin-bottom: 2em;
  position: relative;
}

#createMessage form fieldset label {
  font-size: 1.8em;
  display: block;
  margin-bottom: 10px;
}

#createMessage form fieldset input,
#createMessage form fieldset textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4em;
  color: #000;
  background: white;
  opacity: 0.7;
  margin-top: 1em;
}

#createMessage form fieldset input[type=submit] {
  width: 100%;
  border: none;
  border-radius: 40px;
  background: #FFF;
  color: #000;
  font-size: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#createMessage form fieldset input[type=submit]:hover {
  background-color: #2ecc71;
  color: #3498db;
}

#createMessage a {
  color: #FFF;
  text-decoration: underline;
  font-size: 1.5em;
}

#createMessage a:hover {
  color: #3498db;
}

.confirmation-message {
  padding: 15px;
  border: 1px solid #3498db;
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (min-width: 600px) {
  #createMessage h1 {
    font-size: 2.5em;
  }
  #createMessage p {
    font-size: 1.8em;
  }
  #createMessage form {
    max-width: 400px;
  }
  #createMessage form fieldset label {
    font-size: 1.8em;
  }
  #createMessage form fieldset input,
  #createMessage form fieldset textarea {
    font-size: 1.8em;
  }
  #createMessage form fieldset input[type=submit] {
    font-size: 1.8em;
  }
  #createMessage a {
    font-size: 1.8em;
  }
}

@media (min-width: 900px) {
  #createMessage h1 {
    font-size: 3em;
  }
  #createMessage p {
    font-size: 2em;
    margin-bottom: 30px;
  }
  #createMessage form {
    max-width: 500px;
  }
  #createMessage form fieldset label {
    font-size: 2em;
  }
  #createMessage form fieldset input,
  #createMessage form fieldset textarea {
    font-size: 2em;
  }
}

#messageslist {
  height: 100vh;
  width: 100vw;
  overflow: auto;
  margin: 4em 0 0 0;
}

#messageslist h1 {
  padding: 10px;
  text-align: center;
  background-color: #3498db;
  color: #FFF;
  font-size: 1.8em;
  text-transform: uppercase;
}

#messageslist form {
  display: flex;
  justify-content: center;
  background-color: #F6F6F6;
}

#messageslist form input[type=text] {
  width: 50%;
  padding: 10px;
  border-radius: 5px #e67e22;
  border: 1px solid #3498db;
  font-size: 2em;
  color: #3498db;
  margin: 0.2em 0;
  border-radius: 5px;
}

#messageslist form button {
  padding: 0.8em;
  border: 1px solid #3498db;
  background-color: #FFF;
  font-size: 1.5em;
  color: #3498db;
  cursor: pointer;
  margin: 0.3em;
  width: 8em;
  border-radius: 5px;
}

#messageslist form button:hover {
  background-color: #2ecc71;
}

#messageslist table {
  width: 100%;
  min-height: 100vh;
  background-color: #F6F6F6;
  border-collapse: collapse;
}

#messageslist table th,
#messageslist table td {
  display: block;
  width: 100%;
  border: none;
}

#messageslist table tr {
  display: block;
  margin-bottom: 0.625rem;
}

#messageslist table thead {
  display: none;
}

#messageslist table td {
  margin-bottom: 0.3em;
}

#messageslist table th,
#messageslist table td {
  padding: 0.5em;
  text-align: center;
  border: 1px solid #e67e22;
  vertical-align: middle;
  font-size: 1.3em;
  color: #3498db;
  border: none;
}

#messageslist table th {
  background-color: #3498db;
  color: #FFF;
}

#messageslist table tr:nth-child(even) {
  background-color: #FFF;
  color: #FFF;
}

#messageslist table tr:nth-child(odd) {
  background-color: #F6F6F6;
  color: #FFF;
}

#messageslist table a {
  color: #3498db;
  border: 1px solid #3498db;
  padding: 0.5em;
  border-radius: 5px;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 0.5em;
  background-color: #FFF;
}

#messageslist table a:hover {
  background-color: #2ecc71;
}

#messageslist #delete-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

#messageslist #delete-modal div {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-color: #F6F6F6;
}

#messageslist #delete-modal p {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #3498db;
}

#messageslist #delete-modal button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  font-size: 1.5em;
  cursor: pointer;
}

#messageslist #delete-modal button:first-of-type {
  background-color: #2ecc71;
  color: #fff;
}

#messageslist #delete-modal button:last-of-type {
  background-color: #e67e22;
  color: #fff;
}

#messageslist #delete-modal button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 601px) {
  #messageslist {
    margin: 0;
  }
  #messageslist h1 {
    margin-top: 0;
  }
  #messageslist table {
    display: table;
    font-size: 1.5em;
  }
  #messageslist table th,
  #messageslist table td {
    width: auto;
    display: table-cell;
    padding: 1em;
    font-size: 1em;
    border: initial;
  }
  #messageslist table th:nth-child(1),
  #messageslist table td:nth-child(1) {
    width: 20%;
  }
  #messageslist table th:nth-child(2),
  #messageslist table td:nth-child(2) {
    width: 30%;
  }
  #messageslist table th:nth-child(3),
  #messageslist table td:nth-child(3) {
    width: 25%;
  }
  #messageslist table tr {
    display: table-row;
    margin-bottom: initial;
  }
  #messageslist table thead {
    display: table-header-group;
  }
  #messageslist table td {
    margin-bottom: initial;
  }
  #messageslist table a {
    padding: 0.5em;
    font-size: 1em;
    margin: 2px;
  }
}

.success-message {
  padding: 15px;
  border: 1px solid #FFF;
  background-color: #2ecc71;
  color: #FFF;
  font-size: 2em;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
}

#messageView {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 1em;
  background-color: #F6F6F6;
  margin-top: 4em;
}

#messageView h1 {
  margin-bottom: 0.5em;
  color: #3498db;
  border: 1px solid #3498db;
  border-radius: 5px;
  font-size: 1.6em;
  padding: 0.5em;
  font-weight: bold;
  max-width: 70%;
  text-align: center;
  display: inline-block;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
}

#messageView h2,
#messageView p {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

#messageView h2>span,
#messageView p>span {
  display: block;
}

#messageView h2 .label,
#messageView p .label {
  color: #3498db;
  border-radius: 5px;
  font-size: 1.3em;
  text-align: center;
}

#messageView h2 .content,
#messageView p .content {
  color: #000;
  margin-top: 1em;
  font-size: 1.2em;
  text-align: center;
}

#messageView form {
  margin-bottom: 1em;
  font-size: 1.8em;
  margin-top: 3em;
}

#messageView form fieldset {
  border: 1px solid #3498db;
  border-radius: 5px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.5em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
}

#messageView form fieldset legend {
  color: #3498db;
  padding: 0 0.5em;
  font-size: 0.8em;
}

#messageView form fieldset button {
  padding: 0.5em 1em;
  color: #3498db;
  background-color: #FFF;
  border: 1px solid #3498db;
  border-radius: 5px;
  cursor: pointer;
}

#messageView form fieldset button:hover {
  background-color: #2ecc71;
}

#messageView .uploaded-images {
  margin-top: 20px;
}

#messageView .uploaded-images h2 {
  color: #3498db;
  text-align: center;
  font-size: 2em;
}

#messageView .uploaded-images .uploaded-image {
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#messageView .uploaded-images .uploaded-image img {
  max-width: 150px;
  max-height: 150px;
}

#messageView .uploaded-images .uploaded-image a {
  color: #3498db;
  font-size: 1.8em;
  background-color: #FFF;
  border: 1px solid #3498db;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  margin-top: 5px;
}

#messageView .uploaded-images .uploaded-image a:hover {
  background-color: #2ecc71;
}

@media screen and (min-width: 481px) {
  #messageView .form-container {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  #messageView form {
    display: flex;
    justify-content: space-around;
  }
  #messageView form fieldset {
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
  #messageView form fieldset button {
    text-align: center;
  }
  #messageView h1 {
    font-size: 2.5em;
  }
  #messageView h2,
  #messageView p {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 769px) {
  #messageView {
    height: 100vh;
    margin-top: 0;
  }
  #messageView h1 {
    font-size: 3.2em;
  }
  #messageView h2,
  #messageView p {
    font-size: 2.5em;
    margin: 1em;
    text-align: center;
  }
  #messageView form fieldset button {
    font-size: 1.5em;
  }
}

#messagesEdit {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100vw;
  padding: 1em;
  background-color: #F6F6F6;
  margin-top: 4em;
}

#messagesEdit h1 {
  text-align: center;
  margin-bottom: 0.5em;
  color: #3498db;
  font-weight: bold;
  font-size: 2em;
  padding: 0.5em;
  border: 1px solid #3498db;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
  background-color: #F6F6F6;
}

#messagesEdit form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#messagesEdit form fieldset {
  width: 90%;
  border: 1px solid #3498db;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
  background-color: #F6F6F6;
  padding: 1em;
  margin: 0.5em 0;
}

#messagesEdit form fieldset label {
  margin-bottom: 0.5em;
  color: #3498db;
  font-size: 1.8em;
}

#messagesEdit form fieldset input,
#messagesEdit form fieldset textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid #3498db;
  margin-bottom: 1em;
  font-size: 1.8em;
}

#messagesEdit form fieldset input[type=submit] {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 0.5em 2em;
  border-radius: 5px;
  background-color: #FFF;
  color: #3498db;
}

#messagesEdit form fieldset input[type=submit]:hover {
  background-color: #2ecc71;
}

#messagesEdit a {
  margin-top: 1em;
  color: #3498db;
  text-decoration: none;
  font-size: 1.6em;
  text-decoration: underline;
}

#messagesEdit a:hover {
  color: #2ecc71;
}

@media screen and (min-width: 481px) {
  #messagesEdit h1 {
    font-size: 2.5em;
  }
  #messagesEdit form fieldset input,
  #messagesEdit form fieldset textarea {
    font-size: 1.5em;
  }
  #messagesEdit form fieldset input[type=submit] {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 769px) {
  #messagesEdit {
    margin: 0;
  }
  #messagesEdit h1 {
    font-size: 3em;
  }
  #messagesEdit form fieldset input,
  #messagesEdit form fieldset textarea {
    font-size: 1.8em;
  }
  #messagesEdit form fieldset input[type=submit] {
    font-size: 1.5em;
  }
}

#updateProfil {
  background-image: url("../../images/homme-controle-tablette.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  width: 100vw;
  background-position: top 35% right 33%;
}

#updateProfil .container-profil {
  background-color: #F6F6F6;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1em;
  text-align: center;
}

#updateProfil .message {
  background-color: #2ecc71;
  border: 1px solid #3498db;
  color: #000;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 1.8em;
  text-align: center;
}

#updateProfil h1 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5em;
  color: #3498db;
  text-transform: uppercase;
  font-size: 2.1em;
  padding: 0.5em;
  border: 1px solid #3498db;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
}

#updateProfil h2 {
  color: #3498db;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

#updateProfil span {
  font-weight: bold;
  text-transform: uppercase;
}

#updateProfil form {
  width: 100%;
  max-width: 400px;
}

#updateProfil form fieldset {
  border: none;
  margin-bottom: 1em;
}

#updateProfil form fieldset label {
  display: block;
  margin-bottom: 1em;
  color: #3498db;
  text-transform: uppercase;
  font-size: 1.8em;
}

#updateProfil form fieldset input {
  width: 100%;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #3498db;
}

#updateProfil form fieldset input[type=submit] {
  background-color: #FFF;
  color: #3498db;
  margin-top: 2em;
  font-size: 1.8em;
  border: solid 1px #3498db;
  padding: 1em;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
}

#updateProfil form fieldset input[type=submit]:hover {
  background-color: #2ecc71;
}

@media screen and (min-width: 481px) {
  #updateProfil form fieldset label,
  #updateProfil form fieldset input {
    font-size: 1.2em;
  }
  #updateProfil h1 {
    font-size: 2.5em;
  }
  #updateProfil h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 769px) {
  #updateProfil form fieldset label,
  #updateProfil form fieldset input {
    font-size: 1.5em;
  }
  #updateProfil h1 {
    font-size: 3em;
  }
  #updateProfil h2 {
    font-size: 2.5em;
  }
}

#userList {
  height: 100vh;
  width: 100vw;
  overflow: auto;
  margin: 0;
  padding: 0;
}

#userList h2 {
  padding: 10px;
  text-align: center;
  background-color: #3498db;
  color: #FFF;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-top: 4em;
}

#userList form {
  display: flex;
  justify-content: center;
  background-color: #F6F6F6;
}

#userList form input[type=text] {
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3498db;
  font-size: 2em;
  color: #3498db;
  margin: 0.2em 0;
}

#userList form button {
  padding: 0.8em;
  border: 1px solid #3498db;
  background-color: #FFF;
  font-size: 1.5em;
  color: #3498db;
  cursor: pointer;
  border-radius: 5px;
  width: 9em;
  margin: 0.3em;
  text-transform: uppercase;
}

#userList form button:hover {
  background-color: #2ecc71;
}

#userList table {
  width: 100%;
  min-height: 100vh;
  background-color: #F6F6F6;
  border-collapse: collapse;
}

#userList table th,
#userList table td {
  display: block;
  width: 100%;
  border: none;
}

#userList table tr {
  display: block;
  margin-bottom: 0.625rem;
}

#userList table thead {
  display: none;
}

#userList table td {
  margin-bottom: 0.3em;
}

@media screen and (min-width: 601px) {
  #userList table th,
  #userList table td {
    display: table-cell;
    padding: 1em;
    font-size: 1em;
  }
  #userList table tr {
    display: table-row;
  }
  #userList table thead {
    display: table-header-group;
  }
}

@media screen and (min-width: 801px) {
  #userList table th,
  #userList table td {
    padding: 1em;
    font-size: 1.8em;
  }
  #userList table th:nth-child(1),
  #userList table td:nth-child(1) {
    width: 10%;
  }
  #userList table th:nth-child(2),
  #userList table td:nth-child(2) {
    width: 30%;
  }
  #userList table th:nth-child(3),
  #userList table td:nth-child(3) {
    width: 20%;
  }
  #userList table th:nth-child(4),
  #userList table td:nth-child(4) {
    width: 20%;
  }
  #userList table th:nth-child(5),
  #userList table td:nth-child(5) {
    width: 20%;
  }
}

#userList table th,
#userList table td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8em;
  color: #3498db;
  border: none;
}

#userList table th {
  background-color: #3498db;
  color: #FFF;
}

#userList table tr:nth-child(even) {
  background-color: #FFF;
  color: #FFF;
}

#userList table tr:nth-child(odd) {
  background-color: #F6F6F6;
  color: #FFF;
}

#userList table a {
  color: #3498db;
  border: 1px solid #3498db;
  padding: 0.5em;
  border-radius: 5px;
  background: #FFF;
  font-size: 1.1em;
  display: inline-block;
  margin: 0.2em 0.5em;
  width: 6em;
}

#userList table a:hover {
  background-color: #2ecc71;
}

#userList #delete-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

#userList #delete-modal div {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-color: #F6F6F6;
}

#userList #delete-modal p {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #3498db;
  font-weight: bold;
}

#userList #delete-modal button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  font-size: 1.5em;
  cursor: pointer;
}

#userList #delete-modal button:first-of-type {
  background-color: #2ecc71;
  color: #fff;
}

#userList #delete-modal button:last-of-type {
  background-color: #e67e22;
  color: #fff;
}

#userList #delete-modal button:hover {
  opacity: 0.8;
}

.success-message {
  padding: 15px;
  border: 1px solid #FFF;
  background-color: #2ecc71;
  color: #000;
  font-size: 1.5em;
  margin-top: 4em;
  border-radius: 5px;
  text-align: center;
}

#editUser {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100vw;
  padding: 1em;
  background-color: #F6F6F6;
  margin-top: 4em;
}

#editUser h1 {
  text-align: center;
  margin-bottom: 0.5em;
  color: #3498db;
  font-size: 2em;
  padding: 0.5em;
  border: 1px solid #3498db;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
  background-color: #F6F6F6;
}

#editUser form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#editUser form fieldset {
  width: 90%;
  border: 1px solid #3498db;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.3);
  background-color: #F6F6F6;
  padding: 1em;
  margin: 0.5em 0;
}

#editUser form fieldset label {
  margin-bottom: 0.5em;
  color: #3498db;
  font-size: 1.8em;
}

#editUser form fieldset input,
#editUser form fieldset select {
  width: 100%;
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid #3498db;
  margin-bottom: 1em;
  font-size: 1.8em;
}

#editUser form fieldset input[type=submit] {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 0.5em 2em;
  border-radius: 5px;
  font-weight: bold;
  background-color: #FFF;
  color: #3498db;
}

#editUser form fieldset input[type=submit]:hover {
  background-color: #2ecc71;
}

#editUser a {
  margin-top: 1em;
  color: #3498db;
  text-decoration: none;
  font-size: 2em;
  text-decoration: underline;
}

#editUser a:hover {
  color: #2ecc71;
}

@media screen and (min-width: 481px) {
  #editUser h1 {
    font-size: 2.5em;
  }
  #editUser form fieldset input,
  #editUser form fieldset select {
    font-size: 1.2em;
  }
  #editUser form fieldset input[type=submit] {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 769px) {
  #editUser {
    margin-top: 0;
  }
  #editUser h1 {
    font-size: 3em;
  }
  #editUser form fieldset input,
  #editUser form fieldset select {
    font-size: 1.5em;
  }
  #editUser form fieldset input[type=submit] {
    font-size: 1.5em;
  }
}

#faq {
  background-image: url("../../images/femme-pouce-leve.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  width: 100vw;
  background-position: top 25% right 25%;
}

#faq .container-faq {
  background-color: #F6F6F6;
  opacity: 0.9;
  margin: 4em 2em 0 2em;
  padding: 1em;
  font-size: 1.4em;
  line-height: 1.3;
}

#faq h1 {
  text-align: center;
  text-transform: uppercase;
  color: #3498db;
  font-size: 1.5em;
}

#faq h2 {
  margin: 2em 0 2em 0em;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

#faq .hidden {
  display: none;
}

#faq button.toggle-icon {
  background: none;
  border: none;
  cursor: pointer;
  color: #3498db;
  padding: 0;
  margin: 0.5em;
  font-size: 1em;
}

#faq dl {
  margin-top: 1rem;
  text-align: center;
}

#faq dl dt {
  font-weight: bold;
  margin: 1em;
  font-size: 1.3em;
}

#faq dl dd {
  margin-left: 1em;
  font-size: 1.3em;
}

@media (min-width: 768px) {
  #faq {
    font-size: 1.6em;
  }
  #faq .container-faq {
    font-size: 1.6em;
    margin: 0;
  }
  #faq h1 {
    font-size: 1.8em;
  }
  #faq h2 {
    font-size: 1.6em;
  }
}

@media (min-width: 1024px) {
  #faq {
    width: 100vw;
    min-height: 100vh;
  }
  #faq .container-faq {
    font-size: 1.4em;
  }
  #faq h1 {
    font-size: 1.8em;
  }
  #faq h2 {
    font-size: 1.6em;
  }
}

#legalNotice {
  background-image: url("../../images/femme-pouce-leve.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  width: 100vw;
  background-position: top 25% right 25%;
}

#legalNotice .container-legal-notice {
  background-color: #F6F6F6;
  opacity: 0.9;
  margin: 0em 2em 0 2em;
  padding: 1em;
  font-size: 1.4em;
  line-height: 1.6;
}

#legalNotice h1,
#legalNotice h2,
#legalNotice h3 {
  margin-top: 1.5em;
}

#legalNotice h1 {
  text-align: center;
  color: #3498db;
  font-size: 1.8em;
}

#legalNotice h2 {
  font-size: 1.6em;
}

#legalNotice ul {
  margin-bottom: 1.5em;
}

#legalNotice p {
  margin-bottom: 1.2em;
}

@media (min-width: 768px) {
  #legalNotice {
    font-size: 1.6em;
  }
  #legalNotice .container-legal-notice {
    font-size: 1.6em;
    margin: 0;
    margin: 0 2em 0 2em;
  }
  #legalNotice h1 {
    font-size: 2.5em;
  }
  #legalNotice h2 {
    font-size: 2em;
  }
}

@media (min-width: 1024px) {
  #legalNotice {
    width: 100vw;
    min-height: 100vh;
  }
  #legalNotice .container-legal-notice {
    font-size: 1.6em;
    margin: 0 3em 0 2em;
  }
  #legalNotice h1 {
    font-size: 3em;
  }
  #legalNotice h2 {
    font-size: 2.3em;
  }
}

#homepage {
  margin-right: 0.5em;
}

#homepage .btn-appointment {
  background-color: #FFF;
  color: #000;
  font-weight: 900;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.8em;
  text-align: center;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 10;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#homepage .btn-appointment:hover {
  background-color: #2ecc71;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -54%);
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}

@keyframes hide-cursor {
  to {
    border-color: transparent;
  }
}

#homepage #slider-promo-section .slider {
  height: 400px;
  position: relative;
  text-align: center;
  margin: 5em 2em 0 2em;
}

#homepage #slider-promo-section .slider .slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -300%);
  color: #FFF;
  z-index: 2;
  font-size: 1.3em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.3em 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.15em solid white;
  animation: typing 6s steps(50, end) forwards, blink-caret 0.75s step-end 6s, hide-cursor 0.1s step-end 6s forwards;
}

#homepage img {
  object-fit: cover;
  object-position: top 45%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 30px;
}

#homepage img.active {
  opacity: 1;
}

.container-homepage {
  margin: 2em;
}

.container-homepage .schedule-section {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2em;
}

.container-homepage .schedule-container,
.container-homepage .contact-info {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  margin-top: 1em;
}

.container-homepage .map-container {
  width: 100%;
}

#schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3em;
  text-align: left;
  margin: 0.4em 0.8em 0.4em 0;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 13px -2px #000000;
  box-shadow: 3px 5px 13px -2px #000000;
}

#schedule-table th,
#schedule-table td {
  border: 1px solid #FFF;
  padding: 1.5em;
}

#schedule-table th {
  background-color: #333333;
  color: #FFF;
}

#schedule-table tr:nth-child {
  background-color: #f2f2f2;
}

#schedule-table .open {
  background-color: #F6F6F6;
}

#schedule-table .closed {
  background-color: #f6ceab;
}

.contact-info {
  background-color: #F6F6F6;
  -webkit-box-shadow: 3px 5px 13px -2px #000000;
  box-shadow: 3px 5px 13px -2px #000000;
}

.contact-info fieldset {
  text-align: center;
  padding: 0.5em;
  font-size: 1.5em;
  margin-top: 0.5em;
}

.contact-info fieldset legend {
  color: #000;
  margin-bottom: 1.5em;
  padding: 1em;
  font-size: 1.7em;
  text-transform: uppercase;
}

.contact-info fieldset section {
  margin-bottom: 5em;
}

.contact-info fieldset .fa-solid {
  margin-right: 0.5em;
}

.contact-info fieldset span .icon {
  color: red;
}

.contact-info fieldset h3 {
  color: #000;
  font-size: 1.3em;
}

.contact-info fieldset label {
  display: block;
  margin-bottom: 1em;
  color: #000;
  font-size: 1.5em;
  text-decoration: underline;
}

.contact-info fieldset p {
  margin: 1em;
  font-size: 1.3em;
}

.contact-info fieldset a {
  color: #000;
  text-decoration: none;
}

.contact-info fieldset a:hover {
  color: #3498db;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.map-and-testimonials {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}

.map-container {
  flex: 1;
  order: 2;
  width: 100%;
  -webkit-box-shadow: 3px 5px 13px -2px #000000;
  box-shadow: 3px 5px 13px -2px #000000;
  border-radius: 30px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  min-width: 100%;
}

#testimonials {
  flex: 1;
  order: 1;
  background: #F6F6F6;
  padding: 0.5em;
  border-radius: 30px;
  -webkit-box-shadow: 3px 5px 13px -2px #000000;
  box-shadow: 3px 5px 13px -2px #000000;
  margin-top: 2em;
}

#testimonials h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

#testimonials p {
  font-size: 1.8em;
}

#testimonials span {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  text-align: center;
}

#testimonials .testimonial-card {
  margin: 3em;
}

#testimonials .stars {
  display: flex;
  margin-top: 10px;
}

#testimonials .fas.fa-star {
  color: gold;
  margin-right: 5px;
  font-size: 2em;
}

#promo-october {
  position: fixed;
  top: 30%;
  right: 12%;
  width: 300px;
  background-color: #262626;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#promo-october .close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
}

#promo-october .close-button i.fa-solid {
  color: red;
  font-size: 24px;
}

#promo-october h2 {
  color: #2ecc71;
  font-weight: 500;
  font-size: 2em;
  text-shadow: 2px 2px 4px #000000;
  animation: bounce 2s infinite;
  text-align: center;
}

#promo-october h3 {
  color: #FFF;
  font-size: 1.8em;
  padding: 0.5em;
}

#promo-october p {
  color: #FFF;
  font-size: 2em;
  padding: 0.5em;
  line-height: 1.5;
  font-weight: 400;
}

#promo-october ul {
  color: #FFF;
  font-size: 1.2em;
}

#promo-october ul {
  padding-left: 20px;
}

#promo-october ul li {
  margin-bottom: 10px;
  font-size: 1.3em;
}

@media screen and (min-width: 601px) {
  #homepage #slider-promo-section .slider {
    height: 300px;
    margin: 2em 3em 0 2em;
  }
  #homepage #slider-promo-section .slider .slider-title {
    font-size: 2em;
  }
  #homepage .schedule-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #homepage .schedule-section .schedule-container,
  #homepage .schedule-section .map-container,
  #homepage .schedule-section .contact-info,
  #homepage .schedule-section #testimonials {
    flex: 1 0 calc(50% - 10px);
    margin: 5px;
  }
  #homepage #testimonials {
    order: 2;
  }
  #homepage .map-and-testimonials {
    flex-direction: row;
  }
  #homepage .map-container {
    order: 1;
    width: auto;
    margin: 2em 1em 0 0;
    border-radius: 30px;
    overflow: hidden;
  }
  #homepage .map-container iframe {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  #homepage .container-homepage .schedule-container,
  #homepage .container-homepage .contact-info {
    width: 45%;
    margin-left: 1em;
    height: auto;
  }
  #homepage .container-homepage .map-container {
    width: 45%;
  }
  #homepage .container-homepage .map-container iframe {
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
