

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #10182f;
  background-image: url("/assets/img/fond_accueil.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  display: flex;
  width: 1040px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  
}

.logo_img{
  width: 120px;
}
.logo{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}
@media all and (max-width: 600px){
  .logo{
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.block-card {
  margin: 10px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.body-card {
  padding: 20px;
  min-height: 250px;
}
.date_day{
  display: flex;
  justify-content: center;
  font-size: 40px;
}

.date_bloc{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  min-height: 250px;
}
.time{
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3C60F5;
    border-radius: 4px;
    width: 20%;
    cursor: pointer;
    font-size: 35px;
    font-weight: 700;
    margin: 10px 5px;
}


@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
  font-family: "Roboto", sans-serif;
  color: #10182f;
}
.block-card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}
.header-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.body-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 210px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}

.body-card p {
  font-size: 13px;
  margin: 0 0 40px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}


@media all and (max-width: 600px){
  .card_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
}

.card_list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}




/* @media all and (min-width: 601px){ */
  
/* } */



.book{
  border: 3px solid #08d;
  border-radius: 8px;
  width: 140px;
  padding: 5px;
  background: white;
  color: #08d;
}

.footer-card{
  display: flex;
  margin-bottom: 10px;
  margin-right: 10px;
  justify-content: center;
}

/* .card_list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
} */

i {
    margin-right: 10px;
}
.date-info{
  font-size: 15px;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  justify-content: center;
  width: 100%;
}

.seat{
  display: flex;
    justify-content: center;
    width: 100%;
}


.clock{
  display: flex;
    justify-content: center;
    width: 100%;
}

.modal-header{
  display: flex;
  justify-content: center;
}
.modal-body{
  display: flex;
  justify-content: center;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  justify-content: center;
  display: flex;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  border: solid;
  border-radius: 12px;
  border: 1;
  box-sizing: border-box;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
  border: solid #08d;
}

.cut {
  background-color: #08d;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
    width: 180px;
}

.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: white;
}

/* .input:focus ~ .placeholder {
  color: #dc2f55;
} */

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}

.img_modalBook{
  width: 100px;
}

.info{
  color: black;
  text-align: center;
  text-decoration: none;
}

.phone{
  text-decoration: none;
}

.place{
    margin-bottom: 0!important;
    font-size: 22px!important;
}
.place_bloc{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}

#closing_book{
  margin-top: 10px;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  text-align: center;
  width: 100%;
}

a{
  color:#0a58ca!important;
}
a:hover{
  color:white!important;
}



.dropdown {
  position: relative;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  height: 3em;
  margin-top: 5%;
  background: transparent;
}

.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background: transparent;
  color: white;
}

/* .dropbtn:hover, .dropbtn:focus {
  background-color: #ddd;
} */

.dropdown-content {
  display: flex;
  position: absolute;
  z-index: 1;
  width: 50%;
  flex-wrap: wrap;
  padding: 12px 16px;
  background-color: transparent;
}

.dropdown-content a {
  color: black!important;
  padding: 8px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 10%;
}


.show {
  display: block;
}

.flag-icon {
  width: 25px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon-fr {
  background-image: url("https://cdn.jsdelivr.net/npm/flag-icon-css@3.5.0/flags/4x3/fr.svg");
}

.flag-icon-gb {
  background-image: url("https://cdn.jsdelivr.net/npm/flag-icon-css@3.5.0/flags/4x3/gb.svg");
}

.flag-icon-es {
  background-image: url("https://cdn.jsdelivr.net/npm/flag-icon-css@3.5.0/flags/4x3/es.svg");
}

.mention-link{
  color: black!important;
  text-decoration: none;
}