/* CSS pour la liste de prix */ 

.ul {
    display: block;
    margin-left: -10px;
  }
  
  .ul .li {
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
  
  .ul .li:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .ul .li:before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: -30px;
    margin-top: -.9em;
    background: #01205d;
    height: 12px;
    width: 12px;
    border-radius: 50%;
  }
   
.span_p {
    background-color: #ead860;
    color: #01205d;
    padding: 5px;
}

.span_p:hover {
    background-color: #01205d;
    color: #ead860;
}

/* Fin du style de la liste */ 

.div_forfait_journee {
  display: flex;
  flex-direction: column;
}

.btn_forfait {
  width: 120%;
  border: none;
  margin-bottom: 20px;
  background-color: #01205d;
  color: #fff;
  padding: 5%;
  font-size: 16px;
}

.btn_forfait:hover {
  background-color: #ead860;
  color: #01205d;
}


.souligne {
    text-decoration: underline;
}



h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 5vh;
  }
  
  .titre {
    margin-top: 10vh;
  }
  
  .container h1 {
    color: #1b1c22;
    font-size: 20px;
    margin-top: 25px;
  }

  .fermer {
    margin-right: auto;
    margin-left: 30px;
}


.container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    height: auto;
    background-color: #fff;
    border-radius: 2vw;
    padding: 1% 2% 2% 2%;
}

.container a {
    margin-top: 10px;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s;
    border-radius: 5px;
    width: 40%;
    text-align: center;
}

.italic {
  font-style: italic;
}

.fermer {
    margin-right: auto;
    margin-left: -5px;
    margin-top: 5px;
}


  .btn {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #1b1c22;
    color: #fff;
    padding: 10px;
    font-family: inherit;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
  }
  
  .btn:focus {
    outline: 0;
  }
  
  .btn:active {
    transform: scale(0.98);
  }

  .btn:hover {
    background-color: #47474c;
  }
  
.body {
  height: 100%;
}


  @media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: auto;
        margin-bottom: 200px;
    }

    .btn_forfait {
      width: 100%;
    }

    .checkbox {
      width: 80%;
    }

    
    .fermer {
      margin-left: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .container h1 {
      margin-top: 10px;
    }

    .ul {
      line-height: 2em;
    }
}
