body {
    background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
  .bg {
    /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  }
 input {
  border: 1px solid #fff;
  background-color: #203f7c;
  color: #fff;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
 }
 
.logo {
    text-align: center;
    margin-top: 7%;
    margin-left: 7%;
  }
.logo img {
  width: 10vw;
}
.fond {
  background-color: #033F59;
  border-radius: 4vh;
  height: 750px;
  margin-top: 8%;
}
  
.sign-taurine {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 1 / 2 / 2 / 3; } 
.h1 {
  color: #FFFFFF;
  font-family: 'Nunito Sans', sans-serif;
  position: relative;
  margin-top: 30%;
  left: 13%;
  max-width: 600px;
}
.h1 h1 {
  font-weight: 800;
  line-height: 1; 
  font-size: 3.5vw;
}
.ligne-sep hr {
  width: 64%;
  height: 6px;
  background-color: #E2D08D;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}
.ligne-sep2 {
  margin: 0 auto;
  width: 73%;
  margin-bottom: 15px;
}
  
.ligne-sep2 hr {
  width: 100%;
  height: 4px;
  background-color: #E2D08D;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.icones {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.icones img {
  background-color: #E2D08D;
  border-radius: 15px;
  width: 75%;
}
.icones p {
  color: #ffffff;
  font-size: 1.2vw;
  font-family: 'Nunito Sans', sans-serif;
  white-space: nowrap;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#demande, #nom, #prenom, #email, #message {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.titre-demande {
  height: 130px;
}

.titre-demande h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #ffffff;margin-left: 7rem; margin-top: 20px; 
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.form-control:focus {
  color: #ffffff;
  background-color: #033F59;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.formulaire {
  justify-content: center;
}
.width-form {
  width: 70%;
}
.form-control {
  color: #ffffff;
  background-color: #033F59;
  border: 1px solid #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  border-radius: 25px;
}
.bouton-form {
  justify-content: center;
  display: flex;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  color: #033F59!important;
  background-color: #E2D08D!important;
  border-color: #033F59!important;
  border-radius: 25px;
  width: 195px;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  opacity: 1;
}
.btn-primary:hover {
  color: #fff!important;
  background-color: #033F59!important;
  border-color: #FFFFFF!important;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: inherit!important;
}
.text-success {
  color: #ffffff!important;
}
select {

  -webkit-appearance: none; 
  background: url(../img/select.png) no-repeat ;
  background-position: 95% 55%;
}

.telecharger a{
  color: #fff!important;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

.help-block {
  color: #FFFFFF!important;
}
.list-unstyled {
  padding-left: 15px;
}

@media screen and (max-width: 1400px) {
  
}

@media screen and (max-width: 768px) {
  body {
    background: url(../img/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
  .sign-taurine {
    position: initial;
    text-align: center;
    margin-top: 10%;
  }
  .parent {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 2 / 1 / 3 / 2; } 

  .logo {
    margin: 0 auto;
  }
  .logo img {
    width: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .h1 {
    color: #033F59;
    font-family: 'Nunito Sans', sans-serif;
    position: inherit;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  } 

.ligne-sep hr {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.icones p {
  color: #033F59;
  font-size: 6vw;
  font-family: 'Nunito Sans', sans-serif;
  white-space: nowrap;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  background-color: #ffffff6e;
  border-radius: 1vh;
}
.icones img {
  background-color: #E2D08D;
  border-radius: 15px;
  width: 25%;
}
.h1 h1 {
  font-weight: 800;
  line-height: 1; 
  font-size: 6vw;
}
.titre-demande {
  height: 115px;
  justify-content: center;
}
.titre-demande h2 {
 
  font-size: 6vw;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
}
.telecharger a {
  font-size: 15px;
  margin-top: 10px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
#demande, #nom, #prenom, #email, #message {
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.fond {
  background-color: #033F59;
  border-radius: 4vh;
  height: 610px;
  margin-top: 8%;
}
}

@media screen and (min-height: 1250px) {
  .telecharger a {
    color: #033F59!important;
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif;
}
}
