/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

 body.admin-bar .uiass-header{
     top: 28px;
 }
 
 *{
     box-sizing: border-box;
     outline: 0 !important;
 }
 
 body{
     font-size: 10px;
     text-rendering: optimizeLegibility !important;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     line-height: 1.42857143;
     background-color: #fff;
     word-spacing: normal;
 }
 
 .page{
     margin-top: 0 !important;
 }
 
 h1, h2, h3, h4, h5, h6{
     font-weight: 400;
 }
 
 #uiass{
     min-width: 100%;
     margin: 0 auto;
     font-family: Oswald;
     color: #000222;
     line-height: 1.42857143;
     font-weight: 400;
 }
 
 .uiass-sidetext{
     position: fixed;
     top: 35em; /* mod 30 */
     left: 3rem;
     width: 13em;
     height: 5em;
     transform: rotate(-90deg);
     transform-origin: bottom;
     margin-left: 2em;
 }
 
 .uiass-sidetext h1{
     font-size: 78px;
     text-transform: uppercase;
     font-weight: 900;
     color: #c5c5c5;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 }
 
 #uiass-row{
     /* responsive */
     max-width: 820px; 
     padding: 1rem;
     /* end */
     margin: 0 auto;
     padding-top: 2.5rem; /* mod */
 }
 
 .uiass-header{
     z-index: 170;
     top: 22px !important; /* mod 0 */
     position: sticky;
     height: 5.6em;  /* mod 6em */
     width: 100%;
     background-color: white;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
     justify-content: flex-start;
     align-items: center;
     display: flex;
 }
 
 .uiass-logo{
     width: auto;
     height: 100%;
 }
 
 .uiass-logo img{
     height: 100%;
 }
 
 .uiass-header h2{
     text-align: center;
     text-transform: uppercase;
     align-self: center;
     font-size: larger;
 }
 
 .uiass-bigtitle{
     font-size: 80px;
     line-height: 101px;
     font-family: Oswald;
     margin: 0 0;
     padding-bottom: 0.8rem;
 }
 
 .uiass-para{
     margin: 0 1em;
     font-family: Oswald;
     font-weight: 400;
     margin-top: -1rem;
     margin-bottom: .6rem;
 }
 
 .uiass-para p{
     font-size: 14px;
 }
 
 #uiass form{
     display: flex;
     flex-direction: column;
     margin-bottom: 2em;
 }
 
 .ddel-title{
     font-size: 1em;
     text-align: left;
     background: #006d6b;
     color: white;
     margin: 1em 0;
     padding-left: 1rem;
 }
 
 .no-marg{
     margin-bottom: 0 !important;
 }
 
 .ddel-title h5{
     font-size: 16px;
     padding: 11px 0;
     margin: 0 0;
     text-transform: uppercase;
 }
 
 .progress2{
     text-transform: uppercase;
     font-weight: bold;
     color: #ff1353;
     font-size: 15px;
     margin: 1em 0;
     display: inline-block;
 }
 
 .progress2::after{
     content: "";
     height: 2px;
     background-color: #ff1353;
     width: 100px;
     display: inline-block;
     vertical-align: middle;
     margin: 0 0 1px 10px;
 }
 
 .uiass-full{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-top: 2rem;
 }

 .hide-donnes-validation {
          display: none;
 }

 .container {
     display: none;
 }

 .fa-check {
     color: green
 }
 
 .uiass-bar{
     /*margin: .25em 0;*/
     flex-basis: 48%;
     display: flex;
     flex-direction: column;
     margin-bottom: 15px;
 }
 
 .uiass-bar label{
     display: inline-block;
     max-width: 100%;
     font-weight: 700;
     font-size: 13px;
     margin-bottom: 0 !important;
 }
 
 .uiass-bar-2{
     margin: .25em 0;
     flex-basis: 48%;
 }
 
 .uiass-bar-2 label{
     display: inline-block;
     max-width: 100%;
     margin-bottom: .5em;
     font-weight: 700;
     font-size: 13px;
 }
 
 .uiass-bar-sexe-label{
     font-weight: 300 !important;
 }
 
 .uiass-input-choice{
     margin: 0 !important;
 }
 
 .uiass-choice{
     margin: .3em .5em;
     display: flex;
     align-items: center;
 }

 .basis label {
     font-weight: 500;
     margin-bottom: 0 !important;
 }

 .uiass-choice label {
     font-weight: 500;
 }

 #one {
     margin-top: 0 !important;
 }
 
 .uiass-choice label{
     /*font-weight: 700;
     font-size: 13px;
     padding: .1em 0;*/
     /* mod */
     /*padding: .1em 0;*/
     padding-left: 0px;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding-left: 5px;
 }
 
 
 /* new mod */
 
 
 .uiass-choice label::before {
     content: "";
     border-radius: 50% !important;
 }
 
 /* end */
 
 
 .uiass-choice span{
     color: red;
     font-weight: 400;
 }
 
 .uiass-input{
     /*width: 100%;
     height: 34px;
     font-size: .6em;
     background-color: #fff;
     background-image: none;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
     /* mod */
     display: block;
     width: 100%;
     height: 34px;
     /*padding: 6px 12px*/
     font-size: 14px;
     line-height: 1.42857143;
     color: #555;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     font-family: Oswald;
     font-weight: normal;
 }
 
 /* new mod */
 .uiass-input:focus {
     border-color: #66afe9;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
     box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
 }
 
 /* ezox*/
 .uiass-choice label::before {
   border-radius: 999px;
 }
 
 #valider-data{
     margin-bottom: 0;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     padding: 6px 12px !important;
     font-size: 14px;
     line-height: 1.42857143;
     border-radius: 4px;
     user-select: none;
     width: 119px;
     font-family: Oswald;
     background: #006d6b;
    color: white;
    padding: 8px;
    float: right;
    margin: 1em 0;
}
 }
 
 .errormsg{
     color: #721c24;
     font-size: medium;
     background-color: #f8d7da;
     border-color: #f5c6cb;
     position: relative;
     padding: .75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: .25rem;
 }
 
 .successmsg{
     color: #155724;
     font-size: medium;
     background-color: #d4edda;
     border-color: #c3e6cb;
     position: relative;
     padding: .75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: .25rem;
 }


 .mt-2 {
   margin-top: 2rem;
 }
 

 .centred {
     text-align: left;
     margin: 0 auto;
     margin-bottom: 2rem;
     width: 100%;
 }
 
 @media (max-width: 767px) {
     .uiass-header h2 {
       display: none;
     }
 }
 
 .telerror{
     border-color: red !important;
 }
 
 .telvalid{
     border-color: green !important;
 }
 
 
 
 @media only screen and (max-width: 768px) {
     /* For mobile phones: */
     .uiass-full{
         flex-direction: column;
     }
 }
 
 @media only screen and (max-width: 1200px) {
     /* For mobile phones: */
     .uiass-sidetext{
         display: none;
     }
 }


 /* new */
   .grow {
            flex-basis: 10%;
            font-size: 2rem;
        }
                .basis {
            flex-basis: 50%
        }
        #one
{
  margin-top:50px;
 box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.it .btn-orange
{
    background-color: transparent;
    /*border-color: #777!important;*/
    color: #777;
    /*text-align: left;*/
  width:100%;
}
.it input.form-control
{
    height: 54px;
    border:none;
  margin-bottom:0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
.it .form-control:focus
{
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.it .btn-new, .it .btn-sent
{
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    width: 155px;
}
.it .btn-sent
{
    background-color: #006d6b;
    color: #fff;
}

.it .btn-check
{
  cursor:pointer;
  line-height:54px;
  color:red;
}

.it .uploadDoc
{
    margin-bottom: 0.2em;
    padding-left:4rem;
    padding-right: 4rem
}
.it .btn-orange img {
    width: 30px;
}
.uploadDoc {
    display: flex;
    align-items: center;
    justify-content: space-between
}
p
{
  font-size:16px;
  text-align:center;
  margin:30px 0px;
}
.it #uploader .docErr
{
    position: absolute;
    right:auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}
.it #uploader .docErr:after
{
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: -40px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

.ic-toggle {
    margin-right: 1em
}


.ic-flex {
    display: flex;justify-content: space-between;align-items: center;
}

.rotate {
    transform: rotate(180deg);
}