body {
  font-family: "Kaushan Script", cursive;
  font-size: 28px;
}

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

.font1 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover,
a:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pied {
  height: 70px;
  color: white;
  filter: brightness(120%);
  background: #ada191;
  box-shadow: 12px 0px 6px 4px rgba(0, 0, 0, 0.4);
}

#manavbar {
  color: white;
  filter: brightness(120%);
  background: #ada191;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.4);
}

.pied a,
#manavbar a {
  padding-left: 12px;
  padding-right: 12px;
}

#manavbar .dropdown-menu,
.pied {
  background: #ada191;
}

.pied a:hover,
.nav-item:hover {
  border-radius: 6px;
  background: linear-gradient(145deg, #b9aa99, #c6b7a5);
  box-shadow: 4px 4px 8px #c6b7a5, -4px -4px 8px #ecdac4;
}

.dropdown-menu {
  background: white;
}

.dropdown-item a:hover {
  background-color: white;
}

#untest img {
  background-color: rgba(0, 255, 0, 0.8);
  height: 100vh;
}

#untest iframe {
  height: 100vh;
}

.justify {
  justify-content: center;
  text-align: center;
}

.margintopm {
  margin-top: 70px;
}

.somebackground {
  background: #ada191;
  padding-top: 70px;
  min-height: 100vh;
}

/* test test test */
.cardest {
  height: 379px;
  width: 300px;
  border-radius: 10px;
  transition: all 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: black;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.cardest:hover {
  color: white;
}
.cardest:hover img {
  transform: scale(2);
}
.cardest img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
}
.cardest h2 {
  z-index: 99;
}
.cardest .icons {
  z-index: 99;
}

.translate:hover img {
  transform: scale(2) translateX(20%);
}

/* gestion tableau calendrier */
/* calendrier rendez vous  */
.tan {
  display: block;
  text-align: center;
  padding: 5px;
  border: solid 1px rgb(200, 200, 200);
  font-family: arial;
  font-size: 11px;
}

.tan a {
  display: inline-block;
  padding: 3px;
  border: solid 1px rgb(200, 200, 200);
  color: rgb(50, 50, 50);
  text-decoration: none;
}

.tan a:hover {
  background: rgb(26, 115, 233);
  color: white;
}

.an {
  display: flex;
  flex-wrap: wrap;
  font-family: arial;
  font-size: 11px;
  justify-content: center;
  font-size: 19px;
}

.m {
  display: inline-block;
  border: solid 1px rgb(200, 200, 200);
  text-align: left;
  padding: 5px;
}

.mi {
  display: block;
  text-align: center;
  padding: 5px;
}

.d {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  background: rgb(240, 240, 240);
  border: solid 1px rgb(200, 200, 200);
}

.c:hover {
  background: #ada191;
  cursor: pointer;
  color: white;
}

.c {
  background: rgb(220, 220, 220);
  cursor: default;
}

.form {
  width: 400px;
  margin: auto;
  display: none;
  margin-top: 30px;
  padding: 20px;
  border: solid 1px rgb(200, 200, 200);
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: rgb(100, 100, 100);
}

.titre_form {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 7px;
  border-bottom: solid 1px rgb(200, 200, 200);
}

.form input {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 10px;
  margin-bottom: 5px;
}
.form select {
  padding: 5px;
  color: rgb(100, 100, 100);
}

.btn {
  background: rgb(100, 100, 100);
  color: white;
  text-transform: uppercase;
  border: solid 1px white;
}

.new {
  text-align: center;
}/*# sourceMappingURL=propre.css.map */