body{
    background-color: rgb(26, 95, 160);
    font-family:sans-serif;
    color:white;
    height: 100%;
}

html{
  height: 100%;
}

.btn{
  box-shadow: 2px 2px 10px black;
}

.titre{
    text-align: center;
    margin: 10px;
    padding: 15px;
    color:rgb(26, 95, 160);
    border-radius: 10px;
    margin-top:25px;
}

.firstContent{
  display: flex;
  justify-content: space-between;
}

.secondContent{
    width: 75%;
    height: 100%;
    margin:10px;
}

.box{
    display: flex;
}

.SecondTitre{
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.firstContent a{
    width: 100%;
    height: 200%;
    padding: 5px;
    color: black;
    border-radius: 0px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-out;
    text-decoration: none;
    font-size:150%;
}

.firstContent a:hover{
  background-color: rgb(26, 95, 160);
  color: white;
  text-decoration: none;
}

.paragraphe{
    font-size: 150%;
    font-family: sans-serif;
    background-color: white;
    border-radius: 10px;
    color: rgb(26, 95, 160);
    padding: 10px;
    margin: 10px;
}

.bloc{
    background-color: white;
    border-radius:10px;
}

.troisContent{
    width: 75%;
    margin: 10px;
    margin-left: 12.5%;
    margin-top:0px;
}

.jumbotron{
    background-color: white;
    color: rgb(26, 95, 160);
    margin-left: 0px;
    margin-right: 0px;
    height: 100;
    display: flex;
    justify-content: space-around;
}

.bouton{
    border-radius:10px;
    color: black;
    background-color: rgb(26, 95, 160);
}

.blocUn{
    border: 3px solid white;
    border-radius:10px;
}
.hr{
    border: 1px solid rgb(26, 95, 160);
    margin-left: 12.5%;
    margin-right: 12.5%;
}

input {
    color:white;
    text-align: center;
    box-shadow: 2px 2px 10px black;
    background: linear-gradient(to top left, rgb(26, 95, 160), rgb(43, 77, 124));
    border: none;
    font-size: 150%;
}

textarea {
    color:white;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    height: 200px;
    box-shadow: 3px 3px 10px black;
    background: linear-gradient(to top left, rgb(26, 95, 160), rgb(43, 77, 124));
    border: none;
    font-size: 150%;
}

form{
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 0px;
}

.input{
    display: flex;
    justify-content: center;
}

ul{
    color:rgb(26, 95, 160);
    font-size: 150%;
}

.ul{
    display: flex;
    justify-content: center;
}

.delete{
    display: none;
}

.input.butn{
  border-radius: 10px;
}

.btn a{
  color: black;
  font-size: 150%;
}

.btn a:hover{
  text-decoration: none;
}

.jumbotron{
  text-shadow: 2px 2px 8px black;

}

.jumbotron {
  background-image: url("image.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: white;
  text-shadow: 4px 4px 10px black;
  overflow: hidden;
  margin-bottom: 0px;
}

.btn-outline-danger{
  color:white;
  border-color:white;
  border-radius:0px;
  font-weight:100;
  margin-top:20px;
}
.lead{
  font-family:raleway;
  font-weight:100;
  margin-top:-10px;
}

.hrDeux{
   border:  1px solid white;
   box-shadow: 1px 1px 3px black;
}

.column{
  display: flex;
  justify-content: space-around;
  background-color: white;
  color: rgb(26, 95, 160);
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  font-size: 150%;
  text-align: center;
}

.reverse{
  transform-origin: bottom;
  background-color: red;
}

.fix{
  position: fixed;
}

.name{
  animation: animation 3s;
}

.bloc.vid{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  flex-direction: column;
  height: auto;
}

.jumbotronDeux {
  width: 100%;
  display: none;
  justify-content: space-around;
  color: white;
}

.vid-content{
  box-shadow: 4px 4px 10px black;
  border: 5px solid white;
}

.input .butn{
  border: 0px;
}

.listSpe{
  margin-left: 10%;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: sans-serif;
  font-size: 150%;
}

.top{
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.top h1{
  text-align: center;
  font-size: 500%;
  position: relative;
  bottom: 40px;
}

.top h2{
  text-align: right;
  margin-right: 20px;
}

.bot h3{
  text-align: center;
  margin-bottom: 5px;
  font-size: 225%;
}

.bot h1{
  font-size: 350%;
}

.bot{
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 40px;
    text-align: center;
}

.bot button{
  box-shadow: 3px 3px 10px black;
}

.test{
  color: blue;
}

.adulte{
  font-family: sans-serif;
  font-size: 100%;
  width: 35%;
}

.map{
  color: rgb(26, 95, 160);
  display: flex;
  justify-content: space-around;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.right{
  margin-top: 50px;
  display: block;
  font-size: 150%;
  text-align: center;
}

.map iframe{
  display: block;
  border: 5px solid rgb(26, 95, 160);
  border-radius: 10px;
  background-color: white;
}

.left{
  display: flex;
  align-items: center;
}

.image{
  width: 20%;
  height: 20%;
  border-radius: 10px;
}

.imageDeux{
  width:30%;
  height:30%;
  margin-left: 35%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.row{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.imageTrois{
  display: flex;
  justify-content: center;
}

.imageTrois img{
  width: 10%;
  height: 10%;
  border-radius: 10px;
}
