@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* ./your-css-folder/styles.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

body {
 
  width: 100%;
  height: 100vh;
}
.fermer{
  display: none;
}
.ouvert{
  display: block;
}
a {
  text-decoration: "none";
}

header.entete {
  font-size: 1rem;
  color: white;
  text-align: center;
}

.hoverborder {
  transition: 0.4s ease;
}

.hoverborder:hover {
  border-bottom: 3px solid #4a4438;
  text-shadow: 2px 2px 5px #4a4438;
}

#divmessage a {
  width: 100vw;
  padding-right: 50px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.titrehoraire {
  font-size: 1.2rem;
  text-align: center;
}

/* bleu de la photo bebe piedsbleus
pale : #a0d5e8
fonce : #33a9d0
gris fonce: #2c3850

/* couleurs tons de bleu
bgpale:#ccd9e2
bgmod:#d67940
bgfonce:#285185
bgbrun:#6F4849 */
/* background-color: #89cae4;
}
.bgmod {
  background-color: #159cdc; */


.container {
  background-image: linear-gradient(60deg,	#fdfdfb, #ffffff,#fdfdfb, url("img/mamanmains.png"));

  background-position: center center;
  max-width: 100%;
  height: 100vh;
  background-size: cover;
  object-fit: cover;
  text-align: center;
}
.container .listejour {
  color: #4a4438;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 5px;
  grid-template-areas: "lundi lundi " "mardi mercredi" "jeudi vendredi ";
  justify-content: center;
  align-content: center;
}
.container .listejour .jour {
  cursor: pointer;
  padding: 5px;
  background-color: #f5e6dc;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 400;
}
.container .listejour .jour img {
  border-radius: 10px;
  height: 40px;
  width: auto;
  margin-right: 25px;
}
.container .listejour .lundi {
  grid-area: lundi;
}
.container .listejour .mardi {
  grid-area: mardi;
  position: relative;
}
.container .listejour .mardi .btn {
  width: 100%;
  height: 100%;
  color: transparent;
  position: absolute;
}
.container .listejour .mardi a {
  text-decoration: none;
  color: #4a4438;
}
.container .listejour .mercredi {
  grid-area: mercredi;
}
.container .listejour .jeudi {
  grid-area: jeudi;
}
.container .listejour .jeudi img {
  height: 40px;
  width: auto;
  margin-right: 25px;
}
.container .listejour .vendredi {
  grid-area: vendredi;
  place-self: center stretch;
}
.container #listeclinique {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 75px;
  grid-gap: 5px;
  margin: 10px;
  grid-template-areas: "a a b  " "c d f" "g e e ";
}
.container #listeclinique div {
  border-radius: 3px;
  background-color: #f8e9ce;
  border: 1px solid #f5e6dc;
  font-size: 1.2rem;
}
.container .mty {
  grid-area: a;
  justify-self: stretch;
  padding: 15px;
}
.container .medic {
  grid-area: b;
  justify-self: center;
  padding: 15px;
}
.container .cap {
  grid-area: c;
}
.container .stf {
  grid-area: d;
}
.container .cstj {
  grid-area: e;
}
.container .cstp {
  grid-area: f;
}
.container .cstf {
  grid-area: g;
}

.clinique {
  border: 1px solid black;
  background-color: green;
  display: flex;
  /* new */
  align-items: center;
  /* new */
  justify-content: center;
}

.couleur_bandeau {
  background-color: #086cf0;
}

.listyle button {
  border-radius: 10px;
  margin-left: 10%;
  margin-bottom: 5px;
}

#mainhoraire {
  /* background-image: linear-gradient(60deg, rgba(74, 68, 56, 0.8), rgba(247, 245, 243, 0.1))"); */
  background-position: center center;
  background-size: 100% 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  object-fit: cover;
}

.gridmenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  color: white;
}

.gridmenu div {
  width: 100px;
  height: 50px;
  color: #4a4438;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gridmenu div.accueil {
  background-color: #4a4438;
  width: 50%;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.gridmenu div.accueil a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.gridmenu div.sansrv {
  background-color: #d67a28;
  color: #4a4438;
  width: 80%;
  border-radius: 10px;
  transition: 0.2s ease;
}
.gridmenu div.gmf {
  background-color: #d67a28;
  color: #fff;
  width: 50%;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.gridmenu div.gmf a {
  color: #4a4438;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.gridmenu .accueil:hover {
  background-color: #d67a28;
  color: black;
  box-shadow: 5px 5px 15px black;
  padding: 10px 10px 30px 10px;
  font-size: 1.1rem;
  border-radius: 10px;
}
.gridmenu .accueil:hover a {
  font-size: 1.1rem;
  padding: 0;
}

.gridmenu .sansrv:hover {
  background-color: red;
  box-shadow: 5px 5px 15px black;
  padding: 10px 10px 35px 10px;
  font-size: 0.8rem;
  border-radius: 10px;
  transition: 0.4s ease;
}
.gridmenu .sansrv:hover a {
  font-size: 0.9rem;
  padding: 0;
}

.gridmenu .gmf:hover {
  background-color: #d67a28;
  box-shadow: 5px 5px 15px black;
  padding: 10px 10px 30px 10px;
  font-size: 1.1rem;
  border-radius: 10px;
}
.gridmenu .gmf:hover a {
  font-size: 1.1rem;
  padding: 0;
}

/* Style the search field */
form.example input[type=text] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196f3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.retrait_puce {
  text-decoration: none;
}

.div-image {
  width: 200px;
  height: 300px;
}

#accueil_hover:hover {
  background-color: black;
  color: white;
}

#srvhover {
  font-size: 1.6rem;
  text-align: center;
  width: 300px;
  border: 5px solid green;
  background-color: #da4444;
}

li a {
  color: white;
}

#srvhover a :hover {
  background-color: black;
}

#srv {
  background-color: green;
  color: yellow;
}

nav .ulmenu {
  list-style: none;
  background-color: yellow;
  color: black;
  width: 200px;
  text-align: center;
  border: 2px solid red;
  display: flex;
  flex-direction: row;
}

nav .ulmenu .ulitem {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 10px;
}

nav .ulmenu .ulitem:hover {
  background-color: white;
  border: 2px solid yellow;
  color: black;
  transition: 0.4s ease-in-out;
}

#mainhoraire {
  background: linear-gradient(60deg, #8b8b8b, rgba(240, 244, 255, 0.5), url("img/brume.jpeg"));
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 100%;
  object-fit: cover;
  text-align: center;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 200px;
  grid-template-areas: ". a a ." ". a a .";
}

.item1 {
  grid-area: a;
  align-self: center;
  justify-self: center;
  border: 5px solid black;
}

nav.menu {
  background: #c40404;
  color: white;
  object-fit: cover;
  width: 100%;
  height: 8vh;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 1;
  justify-content: space-between;
}
nav.menu .logo {
  justify-items: center;
  border: 1px solid blue;
  padding: 10px;
}
nav.menu .navdroite {
  justify-items: center;
  border: 1px solid black;
  text-align: right;
  padding: 10px;
}

header.entete {
  background-color: rgba(0, 0, 0, 0.9);
  height: 10vh;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}

.container-clinique {
  position: relative;
  border: 2px solid black;
  background-color: green;
}

.contenu {
  height: 50vh;
  background-color: white;
}
.contenu .gridville {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 100px;
  grid-template-areas: "a b c";
  justify-content: center;
  align-content: center;
  text-align: center;
}
.contenu .gridville .stefoy {
  background-color: #6586ce;
  padding: 10px;
  margin: 10px;
  padding: 50px;
  font-size: 1.5rem;
  border-radius: 5px;
  grid-area: a;
}
.contenu .gridville .charlesbourg {
  background-color: #a1ac42;
  padding: 10px;
  margin: 10px;
  grid-area: a;
  padding: 50px;
  font-size: 1.5rem;
  border-radius: 5px;
  grid-area: b;
}
.contenu .gridville .montreal {
  background-color: #b66b3a;
  padding: 10px;
  margin: 10px;
  grid-area: a;
  padding: 50px;
  font-size: 1.5rem;
  border-radius: 5px;
  grid-area: c;
}
.contenu .listegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 100px;
  grid-template-areas: "a b c";
  justify-content: center;
  align-content: center;
  text-align: center;
  height: 100px;
  max-width: 100%;
  background-color: red;
  color: white;
}
.contenu .listegrid .levis {
  grid-area: a;
  background-color: white;
  border: 5px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.contenu .listegrid .lauzon {
  grid-area: b;
  background-color: green;
  border: 5px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenu .listegrid .charny {
  grid-area: c;
  background-color: blue;
  border: 5px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenu .ville {
  text-align: center;
}
.contenu .ville .ligne {
  text-transform: uppercase;
  border-bottom: 2px solid black;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 20px;
}
.contenu .rendezvous {
  background-color: rgba(187, 187, 187, 0.767);
  padding: 15px;
  margin: 15px;
}
.contenu .rendezvous p {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.contenu .rendezvous .btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}
.contenu .Srendezvous {
  background-color: rgba(187, 187, 187, 0.767);
  padding: 15px;
  margin: 15px;
}
.contenu .Srendezvous p {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.contenu .Srendezvous .btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.comm {
  background-color: #d67a28;
  width: 100%;
  height: 20vh;
  text-align: center;
  padding-top: 30px;
  font-size: 1.5rem;
}

.footer {
  border: 2px solid black;
  display: flex;
  justify-content: space-around;
}
.footer .col1 {
  border: 2px solid red;
  padding: 10px;
  margin-bottom: 5px;
}
.footer .col2 {
  border: 2px solid red;
  padding: 10px;
  margin-bottom: 5px;
}
.footer .col3 {
  border: 2px solid red;
  padding: 10px;
  margin-bottom: 5px;
}

.testquery {
  background-color: red;
  width: 200px;
  height: 200px;
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
}

#testimage {
  position: absolute;
  background-image: url("img/fleuve.jpeg");
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 10;
}

@media all and (max-width: 400px) {
  .gridville {
    background-color: red;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .listejour {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 5px;
    grid-template-areas: "lundi " "mardi " "mercredi " "jeudi" "vendredi";
    justify-content: center;
    align-content: center;
  }
  .listejour .jour {
    padding: 5px;
    background-color: blue;
  }
  .listejour .lundi {
    grid-area: lundi;
  }
  .listejour .mardi {
    grid-area: mardi;
  }
  .listejour .mercredi {
    grid-area: mercredi;
  }
  .listejour .jeudi {
    grid-area: jeudi;
  }
  .listejour .vendredi {
    grid-area: vendredi;
  }
}
@media all and (max-width: 400px) {
  .testquery {
    background-color: blue;
    width: 100px;
    height: 100px;
  }

  .ligne {
    color: red;
  }

  .gridmenu {
    font-size: 0.9rem;
  }

  .gridmenu:hover {
    font-size: 0.6rem;
  }

  #listeclinique {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 75px;
    grid-gap: 5px;
    margin: 10px;
    grid-template-areas: "a a   " "b c" "d e" "g g" "e f";
  }

  #listeclinique div {
    border-radius: 3px;
    background-color: #f8e9ce;
    border: 1px solid #f5e6dc;
    font-size: 1.2rem;
  }

  .mty {
    grid-area: a;
    justify-self: stretch;
    padding: 15px;
  }

  .medic {
    grid-area: b;
    justify-self: center;
    padding: 15px;
  }

  .cap {
    grid-area: c;
  }

  .stf {
    grid-area: d;
  }

  .cstj {
    grid-area: e;
  }

  .cstp {
    grid-area: f;
  }

  .cstf {
    grid-area: g;
  }
}
@media all and (max-width: 500px) {
  #listeclinique div {
    margin-top: 5px;
    color: black;
  }

  .listegrid {
    grid-template-areas: "a", "b", "c";
  }
  .listegrid .levis {
    grid-area: "a";
  }
  .listegrid .lauzon {
    grid-area: "b";
  }
  .listegrid .charny {
    grid-area: "c";
  }

  .listejour {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "lundi mardi mardi" "mardi" "mercredi" "jeudi" "vendredi";
  }
  .listejour .lundi {
    grid-area: lundi;
  }
  .listejour .mardi {
    grid-area: mardi;
  }
  .listejour .mercredi {
    grid-area: mercredi;
  }
  .listejour .lujeudindi {
    grid-area: jeudi;
  }
  .listejour .vendredi {
    grid-area: vendredi;
  }
}
@media all and (max-width: 992px) {
  .footer {
    border: 2px solid red;
    display: flex;
    flex-direction: rows;
    justify-content: space-around;
  }
  .footer .col1 {
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 5px;
  }
  .footer .col2 {
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 5px;
  }
  .footer .col3 {
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 600px) {
  .jour {
    padding: 5px;
    background-color: blue;
  }
}

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