@charset "UTF-8";
/* CSS Document */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-family: Arial, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  text-align: left;
  background-color: #10243C;
}

.parentDisable {
  z-index:999;
  width:100%;
  height:100%;
  display:none;
  position:absolute;
  top:0;
  left:0;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.popin {
  width: 500px;
  height: 70%;
  margin: 5% auto;
  color: #000;
  background-color: #10243C;
  border-radius: 3px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

#header {
	height: 60px;
	display: block;
	width: 100%;
  margin: auto;
  background-color: #0000004d;
    position: fixed;
}
#header img{
  height: 40%;
  margin-top: 17px;
    float: left;
    margin-left: 15px;
}
#header .btn{
  float: right;
  background-color: #1F4761!important;
  border: 0!important;
  color: #98E5FA;
}

#title {
	height: 100%;
	display: block;
	padding-top: 100px;
	text-align: center;
	}

#etapes {
	height: 400px ;
	padding-top: 40px;
	display: block;
	text-align: center;
	align-content: center;
}

#footer {
    padding-top: 40px;
	display: block;
	text-align: center;
	align-content: center;
	padding-bottom: 10px;
}

#form1 {
	margin-top: 20px;
    text-align:center;
}

#form2 {
	margin-top: 20px;
    text-align:center;
}

.mentions {
	font-size: 14px;
}

.link {
	color: white;
}

H1 {
	font-weight: 400;
	font-size: 40px;
	margin-top: -15px;
	display: block;
	color: white;
}

H2 {
	color: #1b2e64;
	margin: 0;
}

H3 {
	color: white;

}

.comment {
	font-size: 25px;
}

.column {
  float: left;
  width: 30%;
	margin: 1%;
  text-align: center;
align-content: center;
margin-top: 20px}
@media screen and (max-width: 700px) {
  .column {
    width: 100%;
	  float: none;
  }
	#etapes {
		height: auto;
		margin-bottom: 50px;
	}
}

.etapes:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
	display: block;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
	text-align: center;
	margin-right: 10px;
}

.badge {
  height: 50px;
  width: 43px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #98E5FA;
  color: #10243C;
  font-size: 22px;}

.badge2 {
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #98E5FA;
  color: #10243C;
  font-size: 25px;
font-weight: bold,}

.right {
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 700px) {
  .column {
    margin-top: 30px;
	  display: block;
  }
}

.center {
    margin: auto;
	display: table;
	margin-bottom: 20px;
}

.contain-form {
	width: 100%;
	max-width: 650px;
	margin: auto;
	background-color: white;
	text-align: center;
  border-radius: 3px;
}

.contain-form h2{
	margin-top: 20px;
	margin-bottom: 40px
}

.subt {
	color:#1b2e64;
	margin-bottom: 40px;
}

.contain-form {
	padding: 10px 20px 10px 20px;}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.contactForm .label {
  color: #1b2e64;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400; 
margin-right: 10px}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

.form-group {
  margin-bottom: 1rem; }

.col-md-6, .col-md-4, .col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
text-align: center}

#conditions .contain-form{
  text-align: left;
}

#conditions .contain-form h2{
  margin: 30px 0;
}

#conditions h1, #conditions p, #conditions h3, #conditions b, #conditions ul, #conditions ul li{
  color: #000;
}

#conditions h1{
  margin-top: 5px;
}

#conditions h3{
  text-decoration: underline;
}

.close{
  color: #fff;
  opacity: 1;
    text-align: right;
    width: 97%;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.referral-box-button{
  margin-top: 100px!important;
  border-radius: 6px;
}
#form1 .referral-box-button{
  margin-top: 0!important;
}