html{
    font-family: Verdana,sans-serif ;
}

/* On screens that are 992px wide or less, the background color is blue*/
@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}

@media only screen and (min-width: 993px) {
    .tabs-row {
        width: 85%;
    }
}



.container {
    /*box-shadow: 2px -14px 15px -4px rgb(0 0 0 / 80%), -2px -14px 8px -4px rgb(0 0 0 / 80%);*/
    box-shadow: 0px -2px 15px -4px rgb(0 0 0 / 80%), -3px -6px 8px -4px rgb(0 0 0 / 80%);
    /*background-color: #f9f9f9;*/
    background-color: #FdFdFd;
    margin-top: 2%;
}

.first-container{
    /*display : none!important;*/
}

.datepicker-date-display {
    background-color: #d91b1d;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #d91b1d;
}

.dropdown-content li > span {
    color: #d91b1d;
}

.datepicker-table td.is-selected {
    background-color: #d91b1d;
}

.input-field > label {
    color: #212121;
}

.tabs .indicator{
    background-color: #d91b1d;
    height: 7%;
}

.tabs{
    background-color: #212121;

    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
}

.tabs .tab {
    line-height: 22px;
    z-index: 2;
}

.tabs .tab a{

    color: #dcd4d4;
    font-size: 12px;

    position: relative;
}

.tabs .tab a:hover{
    color: #d91b1d;
}

.tabs .tab a.active {
    /*background-color: transparent;*/
    color: #ee6e73;

    background-color: rgba(246,178,181,0.2);
    outline: none;
}

.tabs .tab a.active .tab-item-container{
    /*background-color: #d91b1d;*/
    border-radius: 32px;
    padding: 0%;
    width: 80%;
    height: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    color: white;
}




.Rubrique_Body{
padding-left: 2rem;
padding-top: 1rem;

}

.addButton{
float : right;
margin-right: 3rem;
}





.collapsible-body{
    padding-top: 2%;
    padding-bottom: 0%;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #d91b1d;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #d91b1d;
}

.btn, .btn-large, .btn-small {
    background-color: #d91b1d;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #ff1b1e;
}
/*
SEPERATION
 */
body {
    background-color: #e6e6e6;
}

header {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #212121;

    border-bottom-style: solid;
    border-bottom-color: #d91b1d;
    border-bottom-width: thick;

    /*background-image: linear-gradient(#212121 33.33%, white 33.33%, white 66.66%, #212121 66.66%);
    background-image: linear-gradient(#212121 50%, white 10%, white 60%, #212121 45%);*/
}

footer {
    /*position: fixed;*/
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #d91b1d;

    /*display : none;*/
}


.Curriculum-vitae{
  margin: 0%;
  font-size: 13px;
  font-style: italic;

  }
.block-title {
    margin: 0%;
}

.tabs-row {
    margin-bottom: 0;
}

.required-label {
    color: red;
}

.logo-img{
    height: 50px;
    border-radius: 2px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}

.join-us-banner{
    bottom: 0;
    /*position: fixed;*/
    position: absolute;
    width: 11%;
    right: 1%;
}

.tab-item-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tab-item-container span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contained{
    padding: 3% 6%;
}

.order-input{
    text-align: center;

    text-align: center;
    background-color: #dadada!important;
    border-top-right-radius: 12%!important;
    border-top-left-radius: 12%!important;
    border-bottom: 2px solid #9e9e9e !important;
}


.order-input::-webkit-outer-spin-button,.order-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.borderless{
    border: 0;
}

.margin-top-bottom-0{
    margin-top: 0%;
    margin-bottom: 0%;
}

.margin-bottom-2{
    margin-bottom: 2%;
}

.row_diplome_ing_cycle{
    display: none;
}

.row_diplome_others{
    display: none;
}

#row_diplomes_profiles{
    margin-bottom: 0;
    margin-top: 5%;
}

.menu-btn{
    padding-top : 1%;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: #d91b1d;
}

#profile-menu{
    right : 3%!important;
    left : auto!important;
    position : absolute!important;
    /*width : 20%!important;*/
    width : 227px!important;
    height: inherit!important;

    border-radius: 12px!important;
}

.logoutbtn{
    color : red!important;
}

.checkbox-other{
    margin-top : 0%;
    padding-left: 0%!important;
}

.checkbox-other input{
    height: 25px!important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #E53935;
    background-color: #E53935;
}

.progress {
    background-color: #f5bdbd!important;
}

.progress .indeterminate {
    background-color: #e61b1b!important;
}

 #toast-container{
                top : auto !important;
                right : auto !important;
                bottom : 10% !important;
                left : 50% !important;
                transform: translateX(-50%);
}

.other-contract-col{
    margin-top : 0%!important;
}

.other-contract-col input{
   height : 25px!important;
}

.new-sidenav-trigger{
    left: 1%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-sidenav-trigger i {
    color : white;
}

#profile-menu li center i{
    border: solid;
    border-radius: 64px;
    border-width: 0.5px;
    border-color: dimgray;
    color: dimgrey;
}

#mobile-demo li center i{
    border: solid;
    border-radius: 64px;
    border-width: 0.5px;
    border-color: dimgray;
    color: dimgrey;
}

#a_tag_download_file{
    display : none;
}

.dropdown-content li a {
    color : rgba(0,0,0,0.87);
}

#loader{
    z-index : 2;
    position: absolute;
    top: 120px;
    width: 100%;
    padding-top: 30%;
    background: #e6e6e6;
}

#IP{
    display : none;
}

.dropdown-content li>a {
    font-size: 14px;
}

.nom {
    text-transform : uppercase;
}

.prenom {
    text-transform : capitalize;
}

.autre-col {
    width: fit-content !important;
    padding-right: 0 !important;
}

#diplomes label {
        font-size: 12px !important;
}
#diplomes label span{
        font-size: 12px !important;
}

.diplome-nature+span:before, .diplome-nature+span:after {
      width: 13px;
      height: 13px;
}

.diplome-nature-label {
    margin-top : 25%;
}

#file-wrapper::placeholder {
    color : #b3b3b3;
}