@font-face {
    font-family: "Roboto-Regular";
    src: url("./Roboto-Regular.ttf");
   }   

@font-face {
    font-family: "Roboto-Light";
    src: url("./Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Italic";
    src: url("./Roboto-Italic.ttf");
}


#import_file td:first-child {
    width: 30%;
}

#import_file td:last-child {
    width: 50%;
}

#import_file {
    padding-left: 10%;
    padding-right: 10%;
}

#light_gray_background {
    background-color: #e7eeee;
    border-radius: 20px;
    left: 0%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#testimport {
    left:0%;
}

#ou {
    text-align: center;
    left:0%;
    width:100%;
    color: #444;
}

#commencer_projet {
    text-align: center;
    left:0%;
    width:100%;
}

#nom_projet {
    position: relative;
    left: 10%;
    font-family: "Roboto-Regular";
    font-size: 20px
}

#nom_projet_data {
    width: 65%;
    max-height: 50px;
    font-size: 20px; 
    position: relative;
    left: 10%
}

#info_cam_compl {
    font-family: "Roboto-Italic";
    font-size: 14px;
    color: #4b4b4b;
    position : relative;
    left: 10%;
    width: 80%;
}

#removeField {
    background-color: #000000;
    border: #000000;
    position: relative;
    left: 13%;
}

#removeField:hover {
    background-color: #4b4b4b;
}

#recap_cam input {
    border-style: none;
    text-align: center;
    background-color: transparent;
    width: 90%;
}

#recap_cam textarea {
    border-style: none;
    text-align: center;
    background-color: transparent;
    resize: none;
}

#recap_cam select {
    border-style: none;
    text-align: center;
    background-color: transparent;
    width: 90%;
    appearance: none;
}

#addComment {
    background-color: #000000;
    border: #000000;
    position: relative;
    left: 13%;
}

#addComment:hover {
    background-color: #4b4b4b;
}

#options_sup {
    table-layout: fixed;
    position: relative;
    left: 10%;
    width: 45%;
    text-align: left;
    font-family: "Roboto-Light";
    font-size: 16px;
    padding-right: 20px;
}

#options_sup th {
    height: 50px;
}

#legal_mention {
    font-family: "Roboto-Italic";
    font-size: 14px;
    color: #4b4b4b;
    text-align: justify;
    position : relative;
    left: 10%;
    width: 80%;
}

#save_data {
    background-color: #000000;
    background-image: url(images/carte-mémoire-icone.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 10px;
    background-position-x: 8px;
    border: #000000;
    position: relative;
    text-align: right;
    left: 13%;
    padding-right: 15px;
    background-size: 30px, 30px;
}

#save_data:hover {
    background-color: #4b4b4b;
}
#save_error {
    color: #950101;
    font-size: 18px;
}

#resume {
    font-size: 15px;
    font-family: "Roboto-Regular";
}

#weak_warning {
    color: #950101;
    font-size: 16px;
}

#strong_warning {
    color: #950101;
    font-size: 18px;
}

#date {
    font-family: "Roboto-Italic";
    font-size: 14px;
    color: #4b4b4b;
    position : relative;
    left: 10%;
    width: 85%;
}

#telecharge_recap {
    background-image: url(images/document-icone.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 8px;
    background-position-x: 5px;
    text-align: right;
    width: 300px;
    padding-right: 15px;
    background-size: 30px, 30px;
}

#generating_pdf {
    width: 35px;
    height: 35px;
    position: relative;
    left: 10%;
    top: 10px;
}

#footer_container_left p {
    width: 300px;
    padding-top: 20px;
    padding-left: 20px;
}

#footer_container_left {
    background-image: url(images/Bulle-calcumateur-1.png);
    background-size: cover;
    width: 45%;
    height: 275px;
    left:5%;
    font-size: 25px;
    font-family: "Roboto-Regular";
    color: #fff;
    position:absolute;
    border-radius: 20px;
}

#footer_container_right p {
    padding-left: 30px;
}

#footer_container_right {
    background-color: #ced4da;
    width: 40%;
    height: 275px;
    position:absolute;
    font-family: "Roboto-Regular";
    font-weight: bold;
    left:55%;
    border-radius: 15px;
    font-size: 25px;
}

#logo_footer {
    width: 50%;
    position:absolute;
    bottom: 5%;
    right: 5%;
}



.bandeau {
    width: 100%;
}

.light_gray {
    font-family: "Roboto-Regular";
    left:5%;
    color: #474747;
}
    
.drop-container:hover .drop-title {
    color: #222;
}
 
.drop-container:hover {
    background: #eee;
    border-color: #111;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 70%;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
 
.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

.centered_button_container{
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0%;
    width: 100%;
}

.form th {
    height: 50px;
}

.form {
    table-layout: fixed;
    width : 65%;
    border-collapse: collapse;
    text-align: left;
    position : relative;
    left : 10%;
    font-family: "Roboto-Light";
    font-size: 16px;
}

.hoverhelp:hover:before {
    opacity: 1;
    visibility: visible;
}

.hoverhelp:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 265px;
    height: 130px;
    font-family: "Roboto-Light";
    font-size: 12px;
    background-image: url("images/bulle-portail-V2.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 2px;
    /*transition: opacity 1s ease-in-out;*/
    position: absolute;
    padding: 13px;
    z-index: 1;
    left: 0;
    bottom: 100%;
}

.hoverhelp {
    position: relative;
}

.helpicon {
    width: 15px;
    height: 15px;
}

.data {
    width : 80%;
    max-width: 180px;
    box-sizing: border-box;
    height: 33px;
}

.invis {
    display : none;
}

.texterror {
    font-family: "Roboto-Italic";
    font-size: 14px;
    color: #950202;
    position: relative;
    left: 10%;
    width : 80%;
}

.results th:nth-child(odd) {
    background-color: rgba(217, 217, 217, 0.35);
}

.results td:nth-child(odd) {
    background-color: rgba(217, 217, 217, 0.35);
}

.results th:last-child {
    background-color: aquamarine;
}

.results td:last-child {
    background-color: aquamarine;
}

.results tr {
    border: 2px solid #D9D9D9;
    height: 70px;
}

.results th {
    padding-left: 15px;
    padding-right: 15px;
}

.results {
    width : 85%;
    border-collapse: collapse;
    text-align: center;
    position: relative;
    left: 10%;
    font-family: "Roboto-Regular";
    font-size: 12px;
}

.out_of_table_left {
    border-top: 2px solid #ffffff !important; 
    border-right: 3px solid #D9D9D9 !important;
    border-bottom: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;
    background-color: #ffffff !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.out_of_table_right {
    border-top: 2px solid #ffffff !important; 
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    border-left: 3px solid #D9D9D9 !important;
    background-color: #ffffff !important;
}

.petit_invis {
    display: contents;
}

.gray_button {
    background: repeating-linear-gradient(
        45deg,
        #5a5a5a,
        #5a5a5a 10px,
        #969696 10px,
        #969696 20px
    );
    border: #000000 !important;
}

.white_link {
    color: #fff;
}

.black_link {
    color: #000000;
}


  
input[type=file]::file-selector-button:hover {
    background: #5f0214;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #950101;
    padding: 10px 20px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: background .2s ease-in-out;
  }

input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
  }

input[type=text] {
    font-family: "Roboto-Regular";
    font-size: 14px;
    border-radius: 6px;
    height: 30px;
    border: 2px solid #ced4da;
}

input[type=button]:hover {
    background-color: #5f0214 ;
    border: 1px solid #5f0214 ;
}

input[type=button] {
    font-family: "Roboto-Regular";
    font-size: 17px;
    background-color: #950101;
    color: #ffffff;
    border: 1px solid #950101;
    border-radius: 6px;
    height: 45px;
    width: 270px;
    position: relative;
    left: 10%;
}

button {
    background-color: #ffffff;
    border-style: none;
}

textarea {
    font-family: "Roboto-Regular";
    font-size: 14px;
}

select {
    font-family: "Roboto-Regular";
    font-size: 14px;
    border-radius: 6px;
    height: 35px;
    border: 2px solid #ced4da;
}

h2 {
    font-family: "Roboto-Regular";
    position: relative;
    left : 10%;
    width : 70%;
    font-size : 32px;
}

div {
    font-family: "Roboto-Regular";
    position:relative;
    left:10%;
    width:80%;
}

body {
    margin:0px;
    margin-bottom: 300px;
}



/* Classes appliquées uniquement par custom.js */

.up {
    font-size: 20px;
}

.down {
    font-size: 16px;
}

.comment {
    height: max-content !important;
}

textarea.inner_comment {
    width :95%; 
    min-height: 30px;
    text-align: left !important;
    font-size: 12px;
}

.icon:hover {
    cursor:pointer;
}

.error {
    border: 2px solid #950101 !important;
}