
body{
  margin:auto;
  font-family: 'Montserrat', sans-serif;

}

.image-shader{
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: rgba(13,30,31,.5);
  background-image: linear-gradient(202deg,rgba(13,30,31,0) 26%,rgba(13,30,31,.89));

}


.nav{
  z-index: 1000;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.nav-inner {
  width: 97%;
  height: 85px;
  background-color: black;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  opacity: 0.8;
}
.logo {
  width: 180px;
  height: 100%;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.w-inline-block {
  max-width: 100%;
}

.logo-image {
 
  height: 100%;
  object-fit: contain;
  position: relative;
}

.nav-links {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color:white;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bloc {
  background-color: #13171e;
  margin-bottom:5px;
}

.bloc-paypal {
  background-color: #13171e;
  margin-bottom:5px;
  padding-bottom:50px;
}

.bloc-video{
  text-align: center;
}
.bloc-title{
  text-align: center;
  padding-bottom:40px;
}

.title-paypal{
  margin-bottom: 20px;
}

.bloc-prerequis H1{
  margin-bottom: 0px;
  padding-bottom:0px;
  text-align: center;
}

p {
  margin-top:0px;
  margin-left:5px;
}
h1 {
  padding-top:40px;

  margin-top:0px;
  margin-bottom:0px;
  color:white;
  font-weight: 900;
}

h2 {
  margin-top:0px;
  margin-bottom:0px;
  font-style: italic;
  color:white;
  font-weight: 400;
}



h3{
  padding-top:10px;
  padding-bottom:10px;
  margin-top:0px;
  margin-bottom:0px;
  color:white;
  font-weight: 700;
}

h4 {
   margin-top:0px;
  margin-bottom:0px;
  color:white;
  font-weight: 900;
  margin-bottom: 10px;
}

h5{
  margin-left: 0px;
  margin-top:5px;
  margin-bottom:0px;
  color:white;
  font-weight: 500;
  font-size:16px;
  
}

a{
  color:#5271FF;
  margin-left:5px;
}

.requis{
  display:flex;
  flex-direction: row;
}
video{
  border: 2px solid white;
  border-radius: 10px;
  margin-top:40px;
}

p{
  color:white;
 
}
.text{
  padding-top: 30px;
  padding-bottom: 40px;
  width:77%;
  margin:auto;
  margin-bottom:0px;
  margin-top:0px;
}

.text-paypal {
  width:77%;
  margin:auto;
}


@import url("https://fonts.googleapis.com/css?family=Raleway");
.donation_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-family: "Raleway", sans-serif;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #f5f5f5;
  width:300px;
  margin:auto;
  margin-top: 30px;
  }


 .title {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 25px;
    .noselect;
  }
  .single_amount_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px 20px;

  }
    .single_amount {
      padding: 5px 10px;
      margin: 0 5px;
      border-radius: 25px;
      color: #fff;
      background: #0070ba;
      cursor: pointer;
    }
  
  .amount_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;

  }
    input,.suffix {
      padding: 8px;
      border: 0;
      font-weight: bold;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      background: #fff;
    }
    input {
      border-radius: 8px 0 0 8px;
      border-right: 0;
      outline: none;
    }
    .suffix {
      border-radius: 0 8px 8px 0;
      .noselect;
    }

  .paypal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 15px 25px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset,
      0 0 0 0 rgba(0, 0, 0, 0) inset;
    background: #0070ba;

  
}



.foot {
  color:black;
  text-align: center;
}
