#regForm {
  background-color: #fff;
  margin: 20px auto;
  padding: 40px;
  border: 1px solid #fff;
    border-radius: 5px;
    max-height: 100%;
} 
#regForm.full {
  overflow-y: hidden;
}
#regForm.form1 {
    width: 30%;
}
#regForm.form11 {
    width: 35%;
}
#regForm.form2 {
    width: 50%;
}
#regForm.form4 {
    width: 70%;
}
#regForm.form3 {
    width: 90%;
}

.step {
      display: none;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    }

#regForm p {
    font-size: 1rem;
}
    .error {
      color: red;
    }
input {
  padding: 1rem 0.938rem 1rem 0.938rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #2C3E50;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px
}
textarea {
  padding: 1rem 0.938rem 1rem 0.938rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #2C3E50;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px
}
input.error {
  background-color: #f8f5d0;
}
#regForm .action-button, #regForm .action-button:visited {
    width: 10rem;
    background: #032d47;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm .action-button:hover,
#regForm .action-button:focus {
    background-color: #3ebde2;
    transition: 0.6s;
}
#regForm .fixed {
    position:absolute;
    bottom:20px;
    transform: translate(-50%, -30%);
}
#regForm .action-button-previous {
     width: 10rem;
    background: #616161;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0.313rem 0.625rem 0px;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block;
}
#regForm .action-button-previous:hover,
#regForm .action-button-previous:focus {
    background-color: #3ebde2;
    transition: 0.6s;
}
#regForm .action-button-line {
     width: 15rem;
    background: #616161;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0.313rem 0.625rem 0px;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block;
}
#regForm .action-button-line:hover,
#regForm .action-button-line:focus {
    background-color: #3ebde2;
    transition: 0.6s;
}

input[type="radio"] {
    height:30px; 
    width:30px;
}

#regForm table {
    border: none;
    background:#ECEFF1;
	border:0;
	font-size: 0.85rem;
  line-height: 1rem;
    margin-top: 2rem;
    text-align: center;
}
#regForm td {
    padding: 0;
    height: auto;
    background: #ECEFF1;
    border: 0;
    border-right: 0;
    vertical-align: center;
}
#regForm tr {
    padding: 0;
    height: 1.5rem;
     background: #ECEFF1;
    border: 0;
    border-right: 0;
}

#regForm table tr td, table tr {padding:0px;}
#regForm table tfoot, table thead {
  background: #ECEFF1;
  border: none;
  vertical-align: center;
}
#regForm table tr:nth-of-type(2n) {
  background: #ECEFF1;
  border:none;
    border-right: 0;
    vertical-align: center;
}
#regForm th {
    border: none;
    border-right: 0;
}
#regForm td {
    border: none;
    border-right: 0;
}
#regForm .check table {
   background:#FFF !important;
}
#regForm .check td {
   border:none;background:#FFF !important;border:0;font-size: 1rem; 
}
#regForm table.check {
    border:none;background:#FFF;border:0;font-size: 1rem;text-align:left;margin-bottom:30px;vertical-align: top;
}
#regForm table td.checktext {
border:none;background:#FFF;border:0;font-size: 1rem;padding-left:10px;text-align: left; padding-top:15px;   
}
#regForm .portail {
    background:#F8F8F8;
    background-color: #F8F8F8;
    margin: 20px auto ;
    padding: 15px;
    width: 60%;
    border: 2px solid #fff;
    border-radius: 5px;
}
#regForm .portail tr {
    background: #F8F8F8;vertical-align: center;
}
#regForm .portail th {
    text-align: left;padding: 30px;height: auto;background: #F8F8F8;border: 5px solid #fff;vertical-align: center;width: 50%;
}
#regForm .portail td {
    text-align: center;padding: 30px;height: auto;background: #F8F8F8;border: 5px solid #fff;vertical-align: center;width: 50%;
}
table input {
    max-width: 90%;
}
.bullet {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 2px;
  padding: 0.6rem;
  background-color: #032d47;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
  font-size: 1.2rem;
  font-weight: bold;
}
.mright {
 margin-right: 5%;
}
    .active {
      background-color: #3ebde2;
      color: #fff;
      opacity: 1;
    }
.form-title {
    padding-bottom: 30px;
}

@media screen and (max-width:768px) {
#regForm {
  margin: 5px auto;
  width: 100%;
    padding: 5%;
}
#regForm p {
 font-size: 1rem;
 line-height: 1.3rem;
}
#regForm .action-button {
    width: 10rem;
    background: #032d47;
    font-weight: bold;
    font-size: .8rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: .8rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm.form1 {
    width: 50%;
    max-width: 50%;
}
#regForm.form2 {
    width: 100%;
    max-width: 100%;
}
#regForm.form3 {
    width: 100%;
    max-width: 100%;
}
#regForm.form4 {
    width: 100%;
    max-width: 100%;
}
#regForm .portail {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    padding: 5px;
}
#regForm .portail th {
    padding: 15px 12px;
}
#regForm .portail td {
    padding: 15px 12px;
}
}

@media screen and (max-width:480px) {
#regForm {
  margin: 5px auto;
  width: 100%;
    padding: 5%;
}
#regForm p {
 font-size: 1rem;
 line-height: 1.3rem;
}
#regForm .action-button {
    width: 10rem;
    background: #032d47;
    font-weight: bold;
    font-size: .8rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: .8rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm.form1 {
    width: 100%;
    max-width: 100%;
}
#regForm.form2 {
    width: 100%;
    max-width: 100%;
}
#regForm.form3 {
    width: 100%;
    max-width: 100%;
}
#regForm.form4 {
    width: 100%;
    max-width: 100%;
}
#regForm .portail {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    padding: 5px;
}
#regForm .portail th {
    padding: 15px 12px;
}
#regForm .portail td {
    padding: 15px 12px;
}
}